mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-10 18:03:07 +00:00
deploy: d6428af91dd320608d645be9bdcb3540e1cc9e54
This commit is contained in:
parent
285b372e14
commit
12e6eaf971
2
nim/1017/app.js
Normal file
2
nim/1017/app.js
Normal file
File diff suppressed because one or more lines are too long
106
nim/1017/data/attachments/103e2be94100354.txt
Normal file
106
nim/1017/data/attachments/103e2be94100354.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_store_with_wrong_url_pubsub_topic with id: 2025-12-28_04-28-10__228248ce-c893-4497-b529-bb6b5c9fa115
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-28-10__228248ce-c893-4497-b529-bb6b5c9fa115__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.98
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23310', '23311', '23312', '23313', '23314']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23310:23310 -p 23311:23311 -p 23312:23312 -p 23313:23313 -p 23314:23314 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23312 --rest-port=23310 --tcp-port=23311 --discv5-udp-port=23313 --rest-address=0.0.0.0 --nat=extip:172.18.163.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f988ac422c5ef3eafeec04fddc2dafe85f78b71debcaacc1fd3efdbbb43fccad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23314 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.163.98 waku 8405e39859626cb0aa6d836528bf1ea2dcc1071ac6218f7299fa7e69c0a2cc12
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8405e3985962. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-28-10__228248ce-c893-4497-b529-bb6b5c9fa115__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23310
|
||||
[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 d9af568b2369. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 28397c0c4c0f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23310/health" -H "Content-Type: 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:23310/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.98/tcp/23311/p2p/16Uiu2HAmTsJhJPtas1EgTCx4mDLzYAABBx5Mz8BLQ3KKNzeQFWh9","/ip4/172.18.163.98/tcp/23312/ws/p2p/16Uiu2HAmTsJhJPtas1EgTCx4mDLzYAABBx5Mz8BLQ3KKNzeQFWh9"],"enrUri":"enr:-L24QP2--aUfHBbsn6vZU8dPzjcEZ7tXErI7wgpgtcWT8b6mUcOlowlKYSdawe1J95jiJywHTTjma0qfH_lJ_PWs4QUCgmlkgnY0gmlwhKwSo2KKbXVsdGlhZGRyc5YACASsEqNiBlsPAAoErBKjYgZbEN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4gcEMV8RlYfr-jODiP_jgUgUn6S1fKQ3Ly1dzdSud6yDdGNwglsPg3VkcIJbEYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-28-10__228248ce-c893-4497-b529-bb6b5c9fa115__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.195
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35227', '35228', '35229', '35230', '35231']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35227:35227 -p 35228:35228 -p 35229:35229 -p 35230:35230 -p 35231:35231 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35229 --rest-port=35227 --tcp-port=35228 --discv5-udp-port=35230 --rest-address=0.0.0.0 --nat=extip:172.18.45.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bacbd4be22ade3c6d1afcdb6d9c5c47bc0308f507ed8edee1d1eabeaacf49ccb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35231 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QP2--aUfHBbsn6vZU8dPzjcEZ7tXErI7wgpgtcWT8b6mUcOlowlKYSdawe1J95jiJywHTTjma0qfH_lJ_PWs4QUCgmlkgnY0gmlwhKwSo2KKbXVsdGlhZGRyc5YACASsEqNiBlsPAAoErBKjYgZbEN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4gcEMV8RlYfr-jODiP_jgUgUn6S1fKQ3Ly1dzdSud6yDdGNwglsPg3VkcIJbEYV3YWt1MgM --storenode=/ip4/172.18.163.98/tcp/23311/p2p/16Uiu2HAmTsJhJPtas1EgTCx4mDLzYAABBx5Mz8BLQ3KKNzeQFWh9 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.45.195 waku cd12e2721fa0cc283cf678da55e911c4dc8db2b301c60bb324061d6e1cb95a1b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cd12e2721fa0. Setting up logs at ./log/docker/store_node1_2025-12-28_04-28-10__228248ce-c893-4497-b529-bb6b5c9fa115__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35227
|
||||
[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:35227/health" -H "Content-Type: 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:35227/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.195/tcp/35228/p2p/16Uiu2HAmKUcoCw4bbJ1uTwWAirZa2uvt9xpxntGwrVYU2R5DCL7e","/ip4/172.18.45.195/tcp/35229/ws/p2p/16Uiu2HAmKUcoCw4bbJ1uTwWAirZa2uvt9xpxntGwrVYU2R5DCL7e"],"enrUri":"enr:-L24QGBB59DIZEuz5ryYIjt7xLrJpkifpPGrGuZdfpnE9xsIGv4tqX8l9XlbqnuVbs6UxQpG6quRpBgkm6eEG2u8xKYCgmlkgnY0gmlwhKwSLcOKbXVsdGlhZGRyc5YACASsEi3DBomcAAoErBItwwaJnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZVmhUfd9NsBjD6B7fJsG7nseKgKm__g5FuGWGnOnR6WDdGNwgomcg3VkcIKJnoV3YWt1MgM"}'
|
||||
[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:35227/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.98/tcp/23311/p2p/16Uiu2HAmTsJhJPtas1EgTCx4mDLzYAABBx5Mz8BLQ3KKNzeQFWh9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23310/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:35227/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:23310/relay/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:23310/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:23310/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:23310/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:23310/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:23310/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:23310/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:23310/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:131 Trying to get stored msg with wrong url topic waku/2/rs/3/0
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23310/relay/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:23310/store/v3/messages?pubsubTopic=waku%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":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 0
|
||||
[1m[31mERROR [0m tests.store.test_topics:test_topics.py:137 Topic waku/2/rs/3/0 is wrong ''n: Peer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
[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 8405e3985962
|
||||
[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 cd12e2721fa0
|
||||
[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/1017/data/attachments/108501aa6ff9db64.txt
Normal file
228
nim/1017/data/attachments/108501aa6ff9db64.txt
Normal file
@ -0,0 +1,228 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_include_data with id: 2025-12-28_04-33-23__ce2fad53-844a-4edb-8041-e6b45eedf666
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-33-23__ce2fad53-844a-4edb-8041-e6b45eedf666__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.15
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14740', '14741', '14742', '14743', '14744']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14740:14740 -p 14741:14741 -p 14742:14742 -p 14743:14743 -p 14744:14744 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14742 --rest-port=14740 --tcp-port=14741 --discv5-udp-port=14743 --rest-address=0.0.0.0 --nat=extip:172.18.238.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3dd9a362b86711f3e74edd5fae8a5dd65fe77ae238c588dedad15da7ef98f6ef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14744 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.238.15 waku e9b7bf47b277d4bc6481bb2b635044e23f8c224cc83ee6798dc357190365f01e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e9b7bf47b277. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-33-23__ce2fad53-844a-4edb-8041-e6b45eedf666__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14740
|
||||
[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 d62b8a258ac8. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5ed29c4911f9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14740/health" -H "Content-Type: 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:14740/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.15/tcp/14741/p2p/16Uiu2HAmVo7iSAL6ctfyQG7NWcAmLkfYo2D7tRfoc7CZDj3YnVVR","/ip4/172.18.238.15/tcp/14742/ws/p2p/16Uiu2HAmVo7iSAL6ctfyQG7NWcAmLkfYo2D7tRfoc7CZDj3YnVVR"],"enrUri":"enr:-L24QI_Jfw9b96CxWIUlacJFTP47JRR9iqRTzDKubB9XTNUuaTXMAnn4QRYqEXiu0W_OHMleKXXe3a1PxrThjLHM8FoCgmlkgnY0gmlwhKwS7g-KbXVsdGlhZGRyc5YACASsEu4PBjmVAAoErBLuDwY5lt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_qumv41mBngpGDrJyjrNaRJu1gQyo6kzX4yw9oEw4hiDdGNwgjmVg3VkcII5l4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-33-23__ce2fad53-844a-4edb-8041-e6b45eedf666__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.10.237
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32593', '32594', '32595', '32596', '32597']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 32593:32593 -p 32594:32594 -p 32595:32595 -p 32596:32596 -p 32597:32597 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32595 --rest-port=32593 --tcp-port=32594 --discv5-udp-port=32596 --rest-address=0.0.0.0 --nat=extip:172.18.10.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=536a9ccb3db91cec1e1bcdbac019d18c4a0fa7c102c5a9cfb1ab19e1eeaf6f1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32597 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QI_Jfw9b96CxWIUlacJFTP47JRR9iqRTzDKubB9XTNUuaTXMAnn4QRYqEXiu0W_OHMleKXXe3a1PxrThjLHM8FoCgmlkgnY0gmlwhKwS7g-KbXVsdGlhZGRyc5YACASsEu4PBjmVAAoErBLuDwY5lt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_qumv41mBngpGDrJyjrNaRJu1gQyo6kzX4yw9oEw4hiDdGNwgjmVg3VkcII5l4V3YWt1MgM --storenode=/ip4/172.18.238.15/tcp/14741/p2p/16Uiu2HAmVo7iSAL6ctfyQG7NWcAmLkfYo2D7tRfoc7CZDj3YnVVR --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.10.237 waku db23982e8233e635e58c034815bb2c231682a2c1bcbb47eae862bd9f1be2363a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID db23982e8233. Setting up logs at ./log/docker/store_node1_2025-12-28_04-33-23__ce2fad53-844a-4edb-8041-e6b45eedf666__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32593
|
||||
[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:32593/health" -H "Content-Type: 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:32593/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.10.237/tcp/32594/p2p/16Uiu2HAmVqQNrTan4SuxjrGDatQfezfVwyE4nEfw3BAzu4v137x3","/ip4/172.18.10.237/tcp/32595/ws/p2p/16Uiu2HAmVqQNrTan4SuxjrGDatQfezfVwyE4nEfw3BAzu4v137x3"],"enrUri":"enr:-L24QNnjlmzWZdWMK0xIqjnYyDgnl9I8WEdCZhmSjw3PAnz8Kw9SaOvdr8_4UYTzgF7Y1fCc-7YPcYXj2A2jm8AXDlgCgmlkgnY0gmlwhKwSCu2KbXVsdGlhZGRyc5YACASsEgrtBn9SAAoErBIK7QZ_U90DgnJzhQADAQAAiXNlY3AyNTZrMaED_0GnOLGZhhrYNNNjqnFfgS-vcefjtVIhmp7N-Pm4OYCDdGNwgn9Sg3VkcIJ_VIV3YWt1MgM"}'
|
||||
[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:32593/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.238.15/tcp/14741/p2p/16Uiu2HAmVo7iSAL6ctfyQG7NWcAmLkfYo2D7tRfoc7CZDj3YnVVR"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/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:32593/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:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14740/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14740/store/v3/messages?includeData=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32593/store/v3/messages?includeData=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e9b7bf47b277
|
||||
[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 db23982e8233
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
68
nim/1017/data/attachments/10a09848ed0eeb62.txt
Normal file
68
nim/1017/data/attachments/10a09848ed0eeb62.txt
Normal file
@ -0,0 +1,68 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_with_no_request_id with id: 2025-12-28_04-20-43__fc21b76a-08d8-434b-abf1-52cd78aa57b4
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-20-43__fc21b76a-08d8-434b-abf1-52cd78aa57b4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.200.11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30331', '30332', '30333', '30334', '30335']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30331:30331 -p 30332:30332 -p 30333:30333 -p 30334:30334 -p 30335:30335 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30333 --rest-port=30331 --tcp-port=30332 --discv5-udp-port=30334 --rest-address=0.0.0.0 --nat=extip:172.18.200.11 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ce1fe6a5f79eef979ef9fc034477a7ac02b0d82d6f03f13af426cce9705f446 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30335 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.200.11 waku 3222380a606317fa87453d109976f83544b499420eb75ea066e286e6c9504857
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 586d7588e5a7. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3222380a6063. Setting up logs at ./log/docker/node1_2025-12-28_04-20-43__fc21b76a-08d8-434b-abf1-52cd78aa57b4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30331
|
||||
[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 2c8df3306a92. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30331/health" -H "Content-Type: 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:30331/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.11/tcp/30332/p2p/16Uiu2HAmUjwtoAC2uDgB9aSarpeepCQXfTasU1XRcp6xRtUVa8sr","/ip4/172.18.200.11/tcp/30333/ws/p2p/16Uiu2HAmUjwtoAC2uDgB9aSarpeepCQXfTasU1XRcp6xRtUVa8sr"],"enrUri":"enr:-L24QK_bGHy67mClziMAli5rz9KJ92LwJHUFtOiXQHTtE-vCdMDA5XAERQcYv4BirmZqaSChkE8L1wB1mHRIbBcAZoUCgmlkgnY0gmlwhKwSyAuKbXVsdGlhZGRyc5YACASsEsgLBnZ8AAoErBLICwZ2fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED7wAd8jm7J0y2EeBx9AnPa7QcBQ9g2Fqah5-bd16AJAmDdGNwgnZ8g3VkcIJ2foV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-20-43__fc21b76a-08d8-434b-abf1-52cd78aa57b4__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.1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46696', '46697', '46698', '46699', '46700']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46696:46696 -p 46697:46697 -p 46698:46698 -p 46699:46699 -p 46700:46700 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46698 --rest-port=46696 --tcp-port=46697 --discv5-udp-port=46699 --rest-address=0.0.0.0 --nat=extip:172.18.104.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbfb5eae9f4b7e9ab71c3bcf570ade2b69c71c916dff41f5c6babcb47ad0c35e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46700 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QK_bGHy67mClziMAli5rz9KJ92LwJHUFtOiXQHTtE-vCdMDA5XAERQcYv4BirmZqaSChkE8L1wB1mHRIbBcAZoUCgmlkgnY0gmlwhKwSyAuKbXVsdGlhZGRyc5YACASsEsgLBnZ8AAoErBLICwZ2fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED7wAd8jm7J0y2EeBx9AnPa7QcBQ9g2Fqah5-bd16AJAmDdGNwgnZ8g3VkcIJ2foV3YWt1MgU --filternode=/ip4/172.18.200.11/tcp/30332/p2p/16Uiu2HAmUjwtoAC2uDgB9aSarpeepCQXfTasU1XRcp6xRtUVa8sr
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.1 waku 56b697320f6669f3679dbc283a0f2256c1740b2969b1a2e39256a8fa16038fd3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 56b697320f66. Setting up logs at ./log/docker/node2_2025-12-28_04-20-43__fc21b76a-08d8-434b-abf1-52cd78aa57b4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46696
|
||||
[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:46696/health" -H "Content-Type: 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:46696/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.1/tcp/46697/p2p/16Uiu2HAmCuxBa2a4j3zztxFMAY8tERfm7gb7SGE7Gwf4Arh2cjgR","/ip4/172.18.104.1/tcp/46698/ws/p2p/16Uiu2HAmCuxBa2a4j3zztxFMAY8tERfm7gb7SGE7Gwf4Arh2cjgR"],"enrUri":"enr:-L24QGryYPMdC1D5khM3qvKaMOEA_nz37Mq8PrZtAxRMJHawUoDXsrD0qggiWsjHdplHoqdUv0P5Y8zvhYEZ5rVtvIUCgmlkgnY0gmlwhKwSaAGKbXVsdGlhZGRyc5YACASsEmgBBrZpAAoErBJoAQa2at0DgnJzhQADAQAAiXNlY3AyNTZrMaEDA9VC4QIVgjP1JiYjd8j7lbjrsCD9cBLHh2pchq6Och6DdGNwgrZpg3VkcIK2a4V3YWt1MgA"}'
|
||||
[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:46696/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.11/tcp/30332/p2p/16Uiu2HAmUjwtoAC2uDgB9aSarpeepCQXfTasU1XRcp6xRtUVa8sr"]'
|
||||
[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:30331/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:46696/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ad14a3d6-b824-43dc-b6c0-c04124e59de9", "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":"ad14a3d6-b824-43dc-b6c0-c04124e59de9","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:46696/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[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:46696/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 3222380a6063
|
||||
[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 56b697320f66
|
||||
[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/1017/data/attachments/10bbc722b474c934.txt
Normal file
87
nim/1017/data/attachments/10bbc722b474c934.txt
Normal file
@ -0,0 +1,87 @@
|
||||
2025-12-28 04:21:07.089 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:21:07.091 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_pubsub_topic with id: 2025-12-28_04-21-07__258890b7-5bb3-43f4-8abf-a27992865bdf
|
||||
2025-12-28 04:21:07.091 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:21:07.092 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:21:07.093 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:21:07.101 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:07.102 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-21-07__258890b7-5bb3-43f4-8abf-a27992865bdf__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:07.103 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:07.103 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:07.105 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:07.105 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.159
|
||||
2025-12-28 04:21:07.105 DEBUG [src.node.docker_mananger] Generated ports ['10010', '10011', '10012', '10013', '10014']
|
||||
2025-12-28 04:21:07.106 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:07.106 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:07.107 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:07.108 DEBUG [src.node.docker_mananger] docker run -i -t -p 10010:10010 -p 10011:10011 -p 10012:10012 -p 10013:10013 -p 10014:10014 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10012 --rest-port=10010 --tcp-port=10011 --discv5-udp-port=10013 --rest-address=0.0.0.0 --nat=extip:172.18.138.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5c9cef1ea6e828ef8ccf4aed474b084a7d94bb863d1adc0595f6a01a4e0252fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10014 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:21:07.289 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.159 waku f1bac6cb94f2db72566cd1485b0c68d0571473cca9bb4cbca6205030e4aea2d0
|
||||
2025-12-28 04:21:07.319 DEBUG [src.node.docker_mananger] Container started with ID f1bac6cb94f2. Setting up logs at ./log/docker/node1_2025-12-28_04-21-07__258890b7-5bb3-43f4-8abf-a27992865bdf__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:07.320 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10010
|
||||
2025-12-28 04:21:07.320 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:07.387 ERROR [src.node.docker_mananger] Max retries reached for container 7290a8dcf16a. Exiting log stream.
|
||||
2025-12-28 04:21:07.926 ERROR [src.node.docker_mananger] Max retries reached for container e024a54c0c62. Exiting log stream.
|
||||
2025-12-28 04:21:08.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10010/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:21:08.323 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:08.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10010/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.159/tcp/10011/p2p/16Uiu2HAm76eJtLqFxMArjgXNJGB7JUH6ezbYj473dEc2HaCcNaej","/ip4/172.18.138.159/tcp/10012/ws/p2p/16Uiu2HAm76eJtLqFxMArjgXNJGB7JUH6ezbYj473dEc2HaCcNaej"],"enrUri":"enr:-L24QFnPZlUT_FsxEUWVxpleFMtLB5c636n9OSxXI1MGDM2yRLXIKzz2HWDS2ZqF3Sxfy6XE58T9RqAchSP0Ntj82kkCgmlkgnY0gmlwhKwSip-KbXVsdGlhZGRyc5YACASsEoqfBicbAAoErBKKnwYnHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECrWxRjAadfNREd__q31jRAbMX7v_9LDxODsTsA4anr8iDdGNwgicbg3VkcIInHYV3YWt1MgU"}'
|
||||
2025-12-28 04:21:08.326 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:08.326 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:21:08.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:08.333 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-21-07__258890b7-5bb3-43f4-8abf-a27992865bdf__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:08.333 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:08.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:08.334 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:08.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.114
|
||||
2025-12-28 04:21:08.335 DEBUG [src.node.docker_mananger] Generated ports ['2225', '2226', '2227', '2228', '2229']
|
||||
2025-12-28 04:21:08.335 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:08.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:08.335 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:08.335 DEBUG [src.node.docker_mananger] docker run -i -t -p 2225:2225 -p 2226:2226 -p 2227:2227 -p 2228:2228 -p 2229:2229 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2227 --rest-port=2225 --tcp-port=2226 --discv5-udp-port=2228 --rest-address=0.0.0.0 --nat=extip:172.18.255.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e094efbd8ee3ac8f07baab9dbccfecd4d9699adbc9bd8de272fbd5a4a6ad7bec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2229 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFnPZlUT_FsxEUWVxpleFMtLB5c636n9OSxXI1MGDM2yRLXIKzz2HWDS2ZqF3Sxfy6XE58T9RqAchSP0Ntj82kkCgmlkgnY0gmlwhKwSip-KbXVsdGlhZGRyc5YACASsEoqfBicbAAoErBKKnwYnHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECrWxRjAadfNREd__q31jRAbMX7v_9LDxODsTsA4anr8iDdGNwgicbg3VkcIInHYV3YWt1MgU --filternode=/ip4/172.18.138.159/tcp/10011/p2p/16Uiu2HAm76eJtLqFxMArjgXNJGB7JUH6ezbYj473dEc2HaCcNaej
|
||||
2025-12-28 04:21:08.520 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.114 waku e8404fd9dbbfd25c19c8d32324aa1305bec93f59b3183a3f339f4ed89ba36e95
|
||||
2025-12-28 04:21:08.548 DEBUG [src.node.docker_mananger] Container started with ID e8404fd9dbbf. Setting up logs at ./log/docker/node2_2025-12-28_04-21-07__258890b7-5bb3-43f4-8abf-a27992865bdf__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:08.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2225
|
||||
2025-12-28 04:21:08.549 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:09.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2225/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:21:09.553 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:09.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2225/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.114/tcp/2226/p2p/16Uiu2HAmAG5E5jeELt8zFTM5SV3HjTrGiXtm8Go8Aq6xc8xefJXX","/ip4/172.18.255.114/tcp/2227/ws/p2p/16Uiu2HAmAG5E5jeELt8zFTM5SV3HjTrGiXtm8Go8Aq6xc8xefJXX"],"enrUri":"enr:-L24QGosgrDctYOKSWPIfSCpQZa_2tSgRdjRKV2F7Xz4uoNyBMtDXda_ddeI8pPyHr-Rym7xxoF2z4EtWMGMB1HGn8QCgmlkgnY0gmlwhKwS_3KKbXVsdGlhZGRyc5YACASsEv9yBgiyAAoErBL_cgYIs90DgnJzhQADAQAAiXNlY3AyNTZrMaEC3GnH0gtR74MSXTimQc2yD2ZFxJZFEevo5wNVx0UtfS6DdGNwggiyg3VkcIIItIV3YWt1MgA"}'
|
||||
2025-12-28 04:21:09.556 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:09.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2225/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.138.159/tcp/10011/p2p/16Uiu2HAm76eJtLqFxMArjgXNJGB7JUH6ezbYj473dEc2HaCcNaej"]'
|
||||
2025-12-28 04:21:09.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:09.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10010/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:21:09.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:09.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2225/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "146efbc7-380c-4f60-b3c8-e5f8a9295ac8", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:21:09.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"146efbc7-380c-4f60-b3c8-e5f8a9295ac8","statusDesc":"OK"}'
|
||||
2025-12-28 04:21:09.614 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:2225/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"}'
|
||||
2025-12-28 04:21:09.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-28 04:21:09.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10010/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2025-12-28 04:21:09.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:09.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10010/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:21:09.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:09.633 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:21:09.733 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:21:09.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2225/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.736 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":1766895669626182185,"ephemeral":false}]'
|
||||
2025-12-28 04:21:09.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10010/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)'}'
|
||||
2025-12-28 04:21:09.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:09.743 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:21:09.843 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:21:09.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2225/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.846 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":1766895669738285597,"ephemeral":false}]'
|
||||
2025-12-28 04:21:09.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10010/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)'}'
|
||||
2025-12-28 04:21:09.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:09.852 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:21:09.952 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:21:09.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2225/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.955 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":1766895669847475635,"ephemeral":false}]'
|
||||
2025-12-28 04:21:09.958 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:21:09.959 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:21:09.959 DEBUG [src.node.waku_node] Stopping container with id f1bac6cb94f2
|
||||
2025-12-28 04:21:10.501 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:10.501 DEBUG [src.node.waku_node] Stopping container with id e8404fd9dbbf
|
||||
2025-12-28 04:21:11.011 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:11.012 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:21:11.020 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:11.024 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
869
nim/1017/data/attachments/10d6af915be005c8.txt
Normal file
869
nim/1017/data/attachments/10d6af915be005c8.txt
Normal file
@ -0,0 +1,869 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_2_lightpush_nodes_and_2_receiving_nodes with id: 2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__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.83.3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53072', '53073', '53074', '53075', '53076']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53072:53072 -p 53073:53073 -p 53074:53074 -p 53075:53075 -p 53076:53076 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53074 --rest-port=53072 --tcp-port=53073 --discv5-udp-port=53075 --rest-address=0.0.0.0 --nat=extip:172.18.83.3 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=36ce9528ee03a74d9bbeb0ee7d4c5ea579ef5376c6fdd3a030b1173bbd30aa9d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53076 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.83.3 waku a29490bf386530d8d112e246470f1828a905ac1dc858f0b4fb898b0e7524a797
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a29490bf3865. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53072
|
||||
[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 5c784cfae1a7. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7d0f35245b0b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53072/health" -H "Content-Type: 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:53072/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.83.3/tcp/53073/p2p/16Uiu2HAmFonstQpUcKDtS1KF7MXV1NrHwzvzGdaJyMBLeu45tw7m","/ip4/172.18.83.3/tcp/53074/ws/p2p/16Uiu2HAmFonstQpUcKDtS1KF7MXV1NrHwzvzGdaJyMBLeu45tw7m"],"enrUri":"enr:-L24QL_zmKP_kwxP0aknEdCLNgE0Lo3Ql6bLptNFS5q97K-ULFpGiawy72GpKOXdFbVq4DdkufEXS0q-2pqZg5RGi2MCgmlkgnY0gmlwhKwSUwOKbXVsdGlhZGRyc5YACASsElMDBs9RAAoErBJTAwbPUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLtRQ7IYvDddU3UUmZHexwVcp9tJV1LLsR9K8MMG20riDdGNwgs9Rg3VkcILPU4V3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__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.39
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13816', '13817', '13818', '13819', '13820']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 13816:13816 -p 13817:13817 -p 13818:13818 -p 13819:13819 -p 13820:13820 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13818 --rest-port=13816 --tcp-port=13817 --discv5-udp-port=13819 --rest-address=0.0.0.0 --nat=extip:172.18.5.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64cdd043ac83cb4bf84b97beec13f22d4c94976f0cbdcb984d99bba7cdf1f9a5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13820 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.5.39 waku d3b6c3064231ed7d18bb0d4290cff137d663a38ac1e195fcd8b34e7b5fe4b141
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d3b6c3064231. Setting up logs at ./log/docker/receiving_node2_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13816
|
||||
[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:13816/health" -H "Content-Type: 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:13816/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.39/tcp/13817/p2p/16Uiu2HAm8NNThx2LR9zKDFP2A1HAwXmiDkZuCUf7QFHWtZPqS9DT","/ip4/172.18.5.39/tcp/13818/ws/p2p/16Uiu2HAm8NNThx2LR9zKDFP2A1HAwXmiDkZuCUf7QFHWtZPqS9DT"],"enrUri":"enr:-L24QAiTKp5T8cvrm8kzWNksIPYxZPf1gj-7Rz3hhVUpsEp8ZgxTfj_EOQZj2Ru_ApDUe4kIUhamynOffELNk9qOprkCgmlkgnY0gmlwhKwSBSeKbXVsdGlhZGRyc5YACASsEgUnBjX5AAoErBIFJwY1-t0DgnJzhQADAQAAiXNlY3AyNTZrMaECwE9hDdZXL-Sl1I81R0yyHTPt-7dmVA2iqiT9xoeMdRqDdGNwgjX5g3VkcII1-4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13816/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.83.3/tcp/53073/p2p/16Uiu2HAmFonstQpUcKDtS1KF7MXV1NrHwzvzGdaJyMBLeu45tw7m"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__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.31
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47917', '47918', '47919', '47920', '47921']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47917:47917 -p 47918:47918 -p 47919:47919 -p 47920:47920 -p 47921:47921 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47919 --rest-port=47917 --tcp-port=47918 --discv5-udp-port=47920 --rest-address=0.0.0.0 --nat=extip:172.18.67.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aedffbafcf3bbfc4df1b61212a2edd72e3be064ae5e8bc0bcfca32dafeadcace --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47921 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL_zmKP_kwxP0aknEdCLNgE0Lo3Ql6bLptNFS5q97K-ULFpGiawy72GpKOXdFbVq4DdkufEXS0q-2pqZg5RGi2MCgmlkgnY0gmlwhKwSUwOKbXVsdGlhZGRyc5YACASsElMDBs9RAAoErBJTAwbPUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLtRQ7IYvDddU3UUmZHexwVcp9tJV1LLsR9K8MMG20riDdGNwgs9Rg3VkcILPU4V3YWt1Mgk --lightpushnode=/ip4/172.18.83.3/tcp/53073/p2p/16Uiu2HAmFonstQpUcKDtS1KF7MXV1NrHwzvzGdaJyMBLeu45tw7m --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.31 waku cccd90ce3ce966a2ae6a6bd860a669e401c170b6021e4a7d06ddaaffae134e61
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cccd90ce3ce9. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47917
|
||||
[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:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cccd90ce3ce9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47917/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=47917): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0235954560>: 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.81.85
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18590', '18591', '18592', '18593', '18594']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 18590:18590 -p 18591:18591 -p 18592:18592 -p 18593:18593 -p 18594:18594 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18592 --rest-port=18590 --tcp-port=18591 --discv5-udp-port=18593 --rest-address=0.0.0.0 --nat=extip:172.18.81.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5e06d4b3b4917fdc646bd8555c15bf58e86e0f462f964ba4d2ebfdd347b6e1f2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18594 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL_zmKP_kwxP0aknEdCLNgE0Lo3Ql6bLptNFS5q97K-ULFpGiawy72GpKOXdFbVq4DdkufEXS0q-2pqZg5RGi2MCgmlkgnY0gmlwhKwSUwOKbXVsdGlhZGRyc5YACASsElMDBs9RAAoErBJTAwbPUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLtRQ7IYvDddU3UUmZHexwVcp9tJV1LLsR9K8MMG20riDdGNwgs9Rg3VkcILPU4V3YWt1Mgk --lightpushnode=/ip4/172.18.83.3/tcp/53073/p2p/16Uiu2HAmFonstQpUcKDtS1KF7MXV1NrHwzvzGdaJyMBLeu45tw7m --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.81.85 waku e9adfa3a4e7d38fe3ae98dcfafeca212ecf32fb8baa85bf088cfaaef15a6d762
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e9adfa3a4e7d. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18590
|
||||
[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:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e9adfa3a4e7d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18590/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=18590): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0235957980>: 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.26.142
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52392', '52393', '52394', '52395', '52396']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52392:52392 -p 52393:52393 -p 52394:52394 -p 52395:52395 -p 52396:52396 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52394 --rest-port=52392 --tcp-port=52393 --discv5-udp-port=52395 --rest-address=0.0.0.0 --nat=extip:172.18.26.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffbd49ee47ecbbf3c44efc7b9f22a0f52aa4892cf9bd043ffac05ecee523ad45 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52396 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QL_zmKP_kwxP0aknEdCLNgE0Lo3Ql6bLptNFS5q97K-ULFpGiawy72GpKOXdFbVq4DdkufEXS0q-2pqZg5RGi2MCgmlkgnY0gmlwhKwSUwOKbXVsdGlhZGRyc5YACASsElMDBs9RAAoErBJTAwbPUt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLtRQ7IYvDddU3UUmZHexwVcp9tJV1LLsR9K8MMG20riDdGNwgs9Rg3VkcILPU4V3YWt1Mgk --lightpushnode=/ip4/172.18.83.3/tcp/53073/p2p/16Uiu2HAmFonstQpUcKDtS1KF7MXV1NrHwzvzGdaJyMBLeu45tw7m --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.26.142 waku d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d209888be9d5. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52392
|
||||
[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:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d209888be9d5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52392/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=52392): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f02356c31d0>: 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 a29490bf3865
|
||||
[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 d3b6c3064231
|
||||
[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 d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a29490bf3865. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d3b6c3064231. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[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/d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454/stop: Not Found ("No such container: d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[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/d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454/stop: Not Found ("No such container: d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d209888be9d5
|
||||
[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/d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454/stop: Not Found ("No such container: d209888be9d5ddaa2a0d05b27f0cfd517435557a0943965ec9576c2c1fff3454")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node2_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/lightpush_node1_2025-12-28_04-20-01__45cd7b8d-e3e1-44f3-bb21-30c2a79090c3__wakuorg_nwaku:latest.log
|
||||
68
nim/1017/data/attachments/10fd688e2fae4e24.txt
Normal file
68
nim/1017/data/attachments/10fd688e2fae4e24.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-28 04:21:27.670 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:21:27.670 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_no_request_id with id: 2025-12-28_04-21-27__cd9d5cdc-8013-4986-bed4-99af2983780f
|
||||
2025-12-28 04:21:27.671 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:21:27.672 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:21:27.672 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:21:27.681 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:27.681 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-21-27__cd9d5cdc-8013-4986-bed4-99af2983780f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:27.681 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:27.681 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:27.683 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:27.684 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.189
|
||||
2025-12-28 04:21:27.684 DEBUG [src.node.docker_mananger] Generated ports ['48307', '48308', '48309', '48310', '48311']
|
||||
2025-12-28 04:21:27.685 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:27.686 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:27.686 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:27.687 DEBUG [src.node.docker_mananger] docker run -i -t -p 48307:48307 -p 48308:48308 -p 48309:48309 -p 48310:48310 -p 48311:48311 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48309 --rest-port=48307 --tcp-port=48308 --discv5-udp-port=48310 --rest-address=0.0.0.0 --nat=extip:172.18.67.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=20e50ebbfc532daad1b0d0d13c3f247cbf77a83eba39d7ec8f1662fddd0ba72f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48311 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:21:27.867 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.189 waku 28e9fe7e2aa3c06dfe43f4224f3b61daf215eb9ea2f8d9b71c126f84a6a51fd7
|
||||
2025-12-28 04:21:27.898 DEBUG [src.node.docker_mananger] Container started with ID 28e9fe7e2aa3. Setting up logs at ./log/docker/node1_2025-12-28_04-21-27__cd9d5cdc-8013-4986-bed4-99af2983780f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:27.899 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48307
|
||||
2025-12-28 04:21:27.899 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:27.939 ERROR [src.node.docker_mananger] Max retries reached for container 9f25b404942e. Exiting log stream.
|
||||
2025-12-28 04:21:28.499 ERROR [src.node.docker_mananger] Max retries reached for container 32526aaf3f5a. Exiting log stream.
|
||||
2025-12-28 04:21:28.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48307/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:28.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:21:28.903 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:28.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48307/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:28.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.189/tcp/48308/p2p/16Uiu2HAmFADSpZ86XoaHySH59jocL5Dz6Aipqt9odwYU7PA5kteU","/ip4/172.18.67.189/tcp/48309/ws/p2p/16Uiu2HAmFADSpZ86XoaHySH59jocL5Dz6Aipqt9odwYU7PA5kteU"],"enrUri":"enr:-L24QNn07BOplv0E4HUb7fQflo9geaOfyrDLBb1jXV543nT7TpUqTtw9BjAI59thzKJDqH3ru1Ay1ZoNj6FsaUz8Ob4CgmlkgnY0gmlwhKwSQ72KbXVsdGlhZGRyc5YACASsEkO9Bry0AAoErBJDvQa8td0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJTQGN5ck483n2bhyNaj0HKrShiNFp4zzKKAS6QsfI8GDdGNwgry0g3VkcIK8toV3YWt1MgU"}'
|
||||
2025-12-28 04:21:28.906 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:28.906 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:21:28.912 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:28.912 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-21-27__cd9d5cdc-8013-4986-bed4-99af2983780f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:28.912 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:28.912 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:28.914 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:28.914 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.207
|
||||
2025-12-28 04:21:28.914 DEBUG [src.node.docker_mananger] Generated ports ['50044', '50045', '50046', '50047', '50048']
|
||||
2025-12-28 04:21:28.914 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:28.914 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:28.914 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:28.914 DEBUG [src.node.docker_mananger] docker run -i -t -p 50044:50044 -p 50045:50045 -p 50046:50046 -p 50047:50047 -p 50048:50048 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50046 --rest-port=50044 --tcp-port=50045 --discv5-udp-port=50047 --rest-address=0.0.0.0 --nat=extip:172.18.167.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a86c1984e39bddd73d32e14e0e97f127cecaffe203b5b50fefc05d63fe296d0b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50048 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNn07BOplv0E4HUb7fQflo9geaOfyrDLBb1jXV543nT7TpUqTtw9BjAI59thzKJDqH3ru1Ay1ZoNj6FsaUz8Ob4CgmlkgnY0gmlwhKwSQ72KbXVsdGlhZGRyc5YACASsEkO9Bry0AAoErBJDvQa8td0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJTQGN5ck483n2bhyNaj0HKrShiNFp4zzKKAS6QsfI8GDdGNwgry0g3VkcIK8toV3YWt1MgU --filternode=/ip4/172.18.67.189/tcp/48308/p2p/16Uiu2HAmFADSpZ86XoaHySH59jocL5Dz6Aipqt9odwYU7PA5kteU
|
||||
2025-12-28 04:21:29.090 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.207 waku 09172d5c8322aa7c60537c9c60fe6ece0f6a8792a374a3f6fab5dcbfe8365a1d
|
||||
2025-12-28 04:21:29.121 DEBUG [src.node.docker_mananger] Container started with ID 09172d5c8322. Setting up logs at ./log/docker/node2_2025-12-28_04-21-27__cd9d5cdc-8013-4986-bed4-99af2983780f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:29.122 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50044
|
||||
2025-12-28 04:21:29.122 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:30.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50044/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:30.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:21:30.127 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:30.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50044/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:30.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.207/tcp/50045/p2p/16Uiu2HAmQ4idYCWxwxYKxK1AXWccoeHFJe5PGv6mF9zyjp1QfEFR","/ip4/172.18.167.207/tcp/50046/ws/p2p/16Uiu2HAmQ4idYCWxwxYKxK1AXWccoeHFJe5PGv6mF9zyjp1QfEFR"],"enrUri":"enr:-L24QEjkCfTTZpR4K0vXx0h_BTD3cgtw3p67UizjZF9oFeXtRJBBaCPU59DBAa0Al1yPJo4yEf29Dc0a9i5Rx3jLAeMCgmlkgnY0gmlwhKwSp8-KbXVsdGlhZGRyc5YACASsEqfPBsN9AAoErBKnzwbDft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqYS4m0kufJ30tcu-6FkafWZzYAPTBS352__zUMs3rTiDdGNwgsN9g3VkcILDf4V3YWt1MgA"}'
|
||||
2025-12-28 04:21:30.130 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:30.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50044/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.189/tcp/48308/p2p/16Uiu2HAmFADSpZ86XoaHySH59jocL5Dz6Aipqt9odwYU7PA5kteU"]'
|
||||
2025-12-28 04:21:30.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:30.160 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-28 04:21:30.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48307/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:21:30.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:30.174 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50044/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "28a79148-401a-492b-8eda-c169a8dce269", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:21:30.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"28a79148-401a-492b-8eda-c169a8dce269","statusDesc":"OK"}'
|
||||
2025-12-28 04:21:30.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50044/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:21:30.189 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:50044/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:21:30.191 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:21:30.192 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:21:30.193 DEBUG [src.node.waku_node] Stopping container with id 28e9fe7e2aa3
|
||||
2025-12-28 04:21:30.737 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:30.738 DEBUG [src.node.waku_node] Stopping container with id 09172d5c8322
|
||||
2025-12-28 04:21:31.259 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:31.261 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:21:31.266 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:31.270 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
95
nim/1017/data/attachments/112ed23cc2880f9e.txt
Normal file
95
nim/1017/data/attachments/112ed23cc2880f9e.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2025-12-28 04:25:38.415 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:25:38.416 DEBUG [tests.conftest] Running test: test_time_filter_zero_start_time with id: 2025-12-28_04-25-38__46156402-beea-4b17-aa79-4b6432cbfa3c
|
||||
2025-12-28 04:25:38.417 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:25:38.418 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:25:38.418 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-28 04:25:38.428 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:38.428 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-25-38__46156402-beea-4b17-aa79-4b6432cbfa3c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:38.428 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:25:38.428 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:25:38.431 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:25:38.431 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.224
|
||||
2025-12-28 04:25:38.432 DEBUG [src.node.docker_mananger] Generated ports ['35626', '35627', '35628', '35629', '35630']
|
||||
2025-12-28 04:25:38.432 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:25:38.433 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:25:38.433 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:25:38.434 DEBUG [src.node.docker_mananger] docker run -i -t -p 35626:35626 -p 35627:35627 -p 35628:35628 -p 35629:35629 -p 35630:35630 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35628 --rest-port=35626 --tcp-port=35627 --discv5-udp-port=35629 --rest-address=0.0.0.0 --nat=extip:172.18.176.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07d20aa39e2a759c1a623338f314d2e3d6ec329c4a05a4ae52eae04ae6cc3bde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35630 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-28 04:25:38.621 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.224 waku 4b8b9a8ae6ba821e1d5689a7978fbdabac7b46f4b44e79560cd3a21fd83fc766
|
||||
2025-12-28 04:25:38.646 ERROR [src.node.docker_mananger] Max retries reached for container 68dd5c92891b. Exiting log stream.
|
||||
2025-12-28 04:25:38.653 DEBUG [src.node.docker_mananger] Container started with ID 4b8b9a8ae6ba. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-25-38__46156402-beea-4b17-aa79-4b6432cbfa3c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:38.654 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35626
|
||||
2025-12-28 04:25:38.654 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:25:39.252 ERROR [src.node.docker_mananger] Max retries reached for container e3ca34fa3295. Exiting log stream.
|
||||
2025-12-28 04:25:39.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35626/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:39.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:25:39.659 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:25:39.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35626/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:39.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.176.224/tcp/35627/p2p/16Uiu2HAkvwUgufjM5KkzkMeC5yQX7Wrysfg1vhGSsmk38di3kYc9","/ip4/172.18.176.224/tcp/35628/ws/p2p/16Uiu2HAkvwUgufjM5KkzkMeC5yQX7Wrysfg1vhGSsmk38di3kYc9"],"enrUri":"enr:-L24QC7oK56L4ZHmWSfA8P83N_yHu-zaIsN64wOSrxp8WA6vWFwo4HtnoFDiLApwY4DehW7Gth4dl1ok7HUVtdFYHykCgmlkgnY0gmlwhKwSsOCKbXVsdGlhZGRyc5YACASsErDgBosrAAoErBKw4AaLLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECFn5YI7TfL9jY26vKpUWRDylGNO1TYhmAay4xaNrlz0qDdGNwgosrg3VkcIKLLYV3YWt1MgM"}'
|
||||
2025-12-28 04:25:39.662 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:25:39.669 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:39.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-25-38__46156402-beea-4b17-aa79-4b6432cbfa3c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:39.669 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:25:39.670 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:25:39.671 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:25:39.671 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.200
|
||||
2025-12-28 04:25:39.671 DEBUG [src.node.docker_mananger] Generated ports ['45816', '45817', '45818', '45819', '45820']
|
||||
2025-12-28 04:25:39.672 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:25:39.672 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:25:39.672 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:25:39.672 DEBUG [src.node.docker_mananger] docker run -i -t -p 45816:45816 -p 45817:45817 -p 45818:45818 -p 45819:45819 -p 45820:45820 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45818 --rest-port=45816 --tcp-port=45817 --discv5-udp-port=45819 --rest-address=0.0.0.0 --nat=extip:172.18.192.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5c94acaccc8d27ad0f82fbcd2ec78de5b6f790bc0ceadd3d71ab370dbb7bd280 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45820 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QC7oK56L4ZHmWSfA8P83N_yHu-zaIsN64wOSrxp8WA6vWFwo4HtnoFDiLApwY4DehW7Gth4dl1ok7HUVtdFYHykCgmlkgnY0gmlwhKwSsOCKbXVsdGlhZGRyc5YACASsErDgBosrAAoErBKw4AaLLN0DgnJzhQADAQAAiXNlY3AyNTZrMaECFn5YI7TfL9jY26vKpUWRDylGNO1TYhmAay4xaNrlz0qDdGNwgosrg3VkcIKLLYV3YWt1MgM --storenode=/ip4/172.18.176.224/tcp/35627/p2p/16Uiu2HAkvwUgufjM5KkzkMeC5yQX7Wrysfg1vhGSsmk38di3kYc9 --store=true --relay=true
|
||||
2025-12-28 04:25:39.863 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.200 waku a55c484ddf4e909c7ec52d790193e2bf7e955719853096b98730a11f05a71c8c
|
||||
2025-12-28 04:25:39.894 DEBUG [src.node.docker_mananger] Container started with ID a55c484ddf4e. Setting up logs at ./log/docker/store_node1_2025-12-28_04-25-38__46156402-beea-4b17-aa79-4b6432cbfa3c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:39.895 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45816
|
||||
2025-12-28 04:25:39.895 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:25:40.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45816/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:40.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:25:40.900 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:25:40.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45816/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:40.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.200/tcp/45817/p2p/16Uiu2HAmJMZW3wtsfgSVo1RqibGv4rFjnir9WvtgFjqb2FvAM3BV","/ip4/172.18.192.200/tcp/45818/ws/p2p/16Uiu2HAmJMZW3wtsfgSVo1RqibGv4rFjnir9WvtgFjqb2FvAM3BV"],"enrUri":"enr:-L24QOaj_Y5qMETyu2UOqkIGzphu6GLufFHx01yqkIdAfiHNBoDC2todXqF-xuGV4ymOMlF6IE8RGXbOKbcy-pw8TjkCgmlkgnY0gmlwhKwSwMiKbXVsdGlhZGRyc5YACASsEsDIBrL5AAoErBLAyAay-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVK8mqW_S8k-9D4rr4f7bOwSSydxY46UO7dPmMxD8A3iDdGNwgrL5g3VkcIKy-4V3YWt1MgM"}'
|
||||
2025-12-28 04:25:40.902 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:25:40.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45816/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.176.224/tcp/35627/p2p/16Uiu2HAkvwUgufjM5KkzkMeC5yQX7Wrysfg1vhGSsmk38di3kYc9"]'
|
||||
2025-12-28 04:25:40.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:40.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:25:40.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:40.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45816/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:25:40.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:40.912 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:25:40.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:25:40.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:40.917 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:25:41.118 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:25:41.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:25:41.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:41.124 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:25:41.324 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:25:41.325 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:25:41.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:41.331 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:25:41.531 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:25:41.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:25:41.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:41.537 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:25:41.738 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:25:41.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:25:41.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:41.744 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:25:41.945 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:25:41.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35626/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:25:41.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:25:41.951 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:25:42.151 DEBUG [tests.store.test_time_filter] inquering stored messages with start time 0
|
||||
2025-12-28 04:25:42.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35626/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:42.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26d38b61e516371237c9bc83e5bdfd5c003581a49f25c6b559b616f3c1ed36ca","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895937912060928,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x399ca36fbffe4c62a34dadf75b4ad01f4b5e66c25027680ab9852ea6dbf2d83f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895939912067840,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfbd24383b57f663e940cee8aa065544309f9b7d427bcde481e1eef9e80e3c8d0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895940812069888,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x69b676a1c19a579589b0cce7bf443c4c7304500dc37951f6d1a7130f950ae1b8","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895941012072960,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xd76f7a477910622dd043bd5ee9326ffd3d4844294f05e04c71cece361d61de44","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895942912073984,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x810b2658cfff67c810812ce18fac04e775db8ba7e3d082505ac38ad49466a100","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895950912076032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-28 04:25:42.155 DEBUG [tests.store.test_time_filter] number of messages stored for start time = 0 is 6
|
||||
2025-12-28 04:25:42.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45816/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:42.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26d38b61e516371237c9bc83e5bdfd5c003581a49f25c6b559b616f3c1ed36ca","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895937912060928,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x399ca36fbffe4c62a34dadf75b4ad01f4b5e66c25027680ab9852ea6dbf2d83f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895939912067840,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfbd24383b57f663e940cee8aa065544309f9b7d427bcde481e1eef9e80e3c8d0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895940812069888,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x69b676a1c19a579589b0cce7bf443c4c7304500dc37951f6d1a7130f950ae1b8","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895941012072960,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xd76f7a477910622dd043bd5ee9326ffd3d4844294f05e04c71cece361d61de44","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895942912073984,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x810b2658cfff67c810812ce18fac04e775db8ba7e3d082505ac38ad49466a100","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895950912076032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-28 04:25:42.159 DEBUG [tests.store.test_time_filter] number of messages stored for start time = 0 is 6
|
||||
2025-12-28 04:25:42.161 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:25:42.162 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:25:42.162 DEBUG [src.node.waku_node] Stopping container with id 4b8b9a8ae6ba
|
||||
2025-12-28 04:25:42.738 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:42.738 DEBUG [src.node.waku_node] Stopping container with id a55c484ddf4e
|
||||
2025-12-28 04:25:43.307 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:43.309 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:25:43.318 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:43.325 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1017/data/attachments/1183203455a0e6ba.txt
Normal file
77
nim/1017/data/attachments/1183203455a0e6ba.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/2/1] with id: 2025-12-28_04-33-19__91b42aba-47e3-4581-ab93-997be979a62e
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-33-19__91b42aba-47e3-4581-ab93-997be979a62e__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.150.18
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5767', '5768', '5769', '5770', '5771']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5767:5767 -p 5768:5768 -p 5769:5769 -p 5770:5770 -p 5771:5771 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5769 --rest-port=5767 --tcp-port=5768 --discv5-udp-port=5770 --rest-address=0.0.0.0 --nat=extip:172.18.150.18 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fefd55d6fd420d9dd913cbf68ccad9b0d6ce8c4dade036c67c2afaff55b9f3b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5771 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.150.18 waku d62b8a258ac8578e43a64e07403a89e9c7bfc36f93638a9e22d818b59af0f454
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d62b8a258ac8. Setting up logs at ./log/docker/node1_2025-12-28_04-33-19__91b42aba-47e3-4581-ab93-997be979a62e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5767
|
||||
[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 02dc955fb661. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 04964dba7795. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5767/health" -H "Content-Type: 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:5767/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.150.18/tcp/5768/p2p/16Uiu2HAmVBHPaxBjK2Z4FYy6HQ7QA77Nedi6GUYYz8AgFXqMFn87","/ip4/172.18.150.18/tcp/5769/ws/p2p/16Uiu2HAmVBHPaxBjK2Z4FYy6HQ7QA77Nedi6GUYYz8AgFXqMFn87"],"enrUri":"enr:-L24QNE6HGV9kJ6_KFS1h8a4P5HqO_Z57qjqkT1d_hZAAOWPIFiGaZ3GzQvYw3-Gy1tOXQch3YCaAIfyuF9imeEIoscCgmlkgnY0gmlwhKwSlhKKbXVsdGlhZGRyc5YACASsEpYSBhaIAAoErBKWEgYWid0DgnJzhQACAQAAiXNlY3AyNTZrMaED9X2ui9pkjs7vF9m1I7IG7Y9j8CjReo9nokGpazeUJeCDdGNwghaIg3VkcIIWioV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-33-19__91b42aba-47e3-4581-ab93-997be979a62e__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.7.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36947', '36948', '36949', '36950', '36951']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36947:36947 -p 36948:36948 -p 36949:36949 -p 36950:36950 -p 36951:36951 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36949 --rest-port=36947 --tcp-port=36948 --discv5-udp-port=36950 --rest-address=0.0.0.0 --nat=extip:172.18.7.182 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=036bcdbdb3b910fcf250adbfedec35749ffc99eb25f236181a0eb4ac858f23da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36951 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNE6HGV9kJ6_KFS1h8a4P5HqO_Z57qjqkT1d_hZAAOWPIFiGaZ3GzQvYw3-Gy1tOXQch3YCaAIfyuF9imeEIoscCgmlkgnY0gmlwhKwSlhKKbXVsdGlhZGRyc5YACASsEpYSBhaIAAoErBKWEgYWid0DgnJzhQACAQAAiXNlY3AyNTZrMaED9X2ui9pkjs7vF9m1I7IG7Y9j8CjReo9nokGpazeUJeCDdGNwghaIg3VkcIIWioV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.7.182 waku 5ed29c4911f9a882923ac32c3fdea9033d9a0fff8ac9de4901de1a8034fbaec7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5ed29c4911f9. Setting up logs at ./log/docker/node2_2025-12-28_04-33-19__91b42aba-47e3-4581-ab93-997be979a62e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36947
|
||||
[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:36947/health" -H "Content-Type: 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:36947/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.7.182/tcp/36948/p2p/16Uiu2HAmKstmnsWtoRitguk3fWw4MU7Q7Us6a4WbsqRy5tUwXEJy","/ip4/172.18.7.182/tcp/36949/ws/p2p/16Uiu2HAmKstmnsWtoRitguk3fWw4MU7Q7Us6a4WbsqRy5tUwXEJy"],"enrUri":"enr:-L24QOpBBBm1Butu8VjNOueAeW5-6TmqFJUMYJ5Gh8MmASFYYbZFzpXcU7C6OuIDpPFvXurm_7edvKQowOeaSdRWm9QCgmlkgnY0gmlwhKwSB7aKbXVsdGlhZGRyc5YACASsEge2BpBUAAoErBIHtgaQVd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDa1ANbMcux1yLOtVglt39ARY3ZmO8sIWuisRELeS-KZaDdGNwgpBUg3VkcIKQVoV3YWt1MgE"}'
|
||||
[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:36947/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.150.18/tcp/5768/p2p/16Uiu2HAmVBHPaxBjK2Z4FYy6HQ7QA77Nedi6GUYYz8AgFXqMFn87"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5767/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:36947/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:5767/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:5767/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":1766896401871525491,"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:36947/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":1766896401871525491,"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 d62b8a258ac8
|
||||
[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 5ed29c4911f9
|
||||
[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.
|
||||
2523
nim/1017/data/attachments/1188b941e3352ab2.txt
Normal file
2523
nim/1017/data/attachments/1188b941e3352ab2.txt
Normal file
File diff suppressed because it is too large
Load Diff
69
nim/1017/data/attachments/11a27acf4b243394.txt
Normal file
69
nim/1017/data/attachments/11a27acf4b243394.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_main_node_only_relay__peer_only_store with id: 2025-12-28_04-39-01__d7e53abe-3a31-4d7c-8578-5ca6a89deb68
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-39-01__d7e53abe-3a31-4d7c-8578-5ca6a89deb68__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.13.191
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50284', '50285', '50286', '50287', '50288']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50284:50284 -p 50285:50285 -p 50286:50286 -p 50287:50287 -p 50288:50288 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50286 --rest-port=50284 --tcp-port=50285 --discv5-udp-port=50287 --rest-address=0.0.0.0 --nat=extip:172.18.13.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8cae91e08f00d6f0b283ce2c1b2a6bd86c42fca6b5e74fbe5d06e5b08f924fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50288 --metrics-logging=true --store=false --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c83b960e1cbf. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.13.191 waku 1823821cddeeea0cd10ac4e2e1e3a3c295b31e5e7ca7460af9794f3414ec2ad2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1823821cddee. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-39-01__d7e53abe-3a31-4d7c-8578-5ca6a89deb68__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50284
|
||||
[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 4cfdbba3c9da. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50284/health" -H "Content-Type: 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:50284/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.13.191/tcp/50285/p2p/16Uiu2HAm9a7t28t14Aku13MGGcjxaDeqqrdSNXJcvaT1ti5yqaC3","/ip4/172.18.13.191/tcp/50286/ws/p2p/16Uiu2HAm9a7t28t14Aku13MGGcjxaDeqqrdSNXJcvaT1ti5yqaC3"],"enrUri":"enr:-L24QH5vrWDKMp3wOxOuXx2AbLNPc4SGC_eH91v_1H6d_yl_Zn3GPvCv5RPl0aFSQ6cys-BKXg-UsJ0O0W6M6PX5eW8CgmlkgnY0gmlwhKwSDb-KbXVsdGlhZGRyc5YACASsEg2_BsRtAAoErBINvwbEbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0i2Ml6YZ5f_hpibpZq6pjrrozmyDl3KMFhtpVNaNBWSDdGNwgsRtg3VkcILEb4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-39-01__d7e53abe-3a31-4d7c-8578-5ca6a89deb68__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.55.171
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26281', '26282', '26283', '26284', '26285']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 26281:26281 -p 26282:26282 -p 26283:26283 -p 26284:26284 -p 26285:26285 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26283 --rest-port=26281 --tcp-port=26282 --discv5-udp-port=26284 --rest-address=0.0.0.0 --nat=extip:172.18.55.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf6e712deab1eea73883dd6ddadfeb2220730f270dcab8ee7c24059cd1605fc4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26285 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH5vrWDKMp3wOxOuXx2AbLNPc4SGC_eH91v_1H6d_yl_Zn3GPvCv5RPl0aFSQ6cys-BKXg-UsJ0O0W6M6PX5eW8CgmlkgnY0gmlwhKwSDb-KbXVsdGlhZGRyc5YACASsEg2_BsRtAAoErBINvwbEbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0i2Ml6YZ5f_hpibpZq6pjrrozmyDl3KMFhtpVNaNBWSDdGNwgsRtg3VkcILEb4V3YWt1MgE --storenode=/ip4/172.18.13.191/tcp/50285/p2p/16Uiu2HAm9a7t28t14Aku13MGGcjxaDeqqrdSNXJcvaT1ti5yqaC3 --store=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.55.171 waku 1c1a193e56396afb422071050d2daf7f51e7ee8f40288b780e40c77695cb1693
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1c1a193e5639. Setting up logs at ./log/docker/store_node1_2025-12-28_04-39-01__d7e53abe-3a31-4d7c-8578-5ca6a89deb68__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26281
|
||||
[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:26281/health" -H "Content-Type: 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":"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:26281/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.171/tcp/26282/p2p/16Uiu2HAmCwFByBn251FKJudpXoJAjTY6nguGzu8DkUbLWNaYLvdN","/ip4/172.18.55.171/tcp/26283/ws/p2p/16Uiu2HAmCwFByBn251FKJudpXoJAjTY6nguGzu8DkUbLWNaYLvdN"],"enrUri":"enr:-L24QA_DdqUML-Nhctehywp3mnDR_p-14Jcie-niZ_IxegxBd9lk-r0K-eVlh7ytTwv2NbQ-XU-NhmxjliTss-MqzUcCgmlkgnY0gmlwhKwSN6uKbXVsdGlhZGRyc5YACASsEjerBmaqAAoErBI3qwZmq90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBCoSYYD61NjThZ9iUfGsg8duhkovYUiWZTL6aVftbvmDdGNwgmaqg3VkcIJmrIV3YWt1MgI"}'
|
||||
[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:26281/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.13.191/tcp/50285/p2p/16Uiu2HAm9a7t28t14Aku13MGGcjxaDeqqrdSNXJcvaT1ti5yqaC3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50284/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:50284/relay/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:26281/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[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 src.steps.store:store.py:228 messages length is 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 1823821cddee
|
||||
[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 1c1a193e5639
|
||||
[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.
|
||||
2571
nim/1017/data/attachments/11b792a7a647f493.txt
Normal file
2571
nim/1017/data/attachments/11b792a7a647f493.txt
Normal file
File diff suppressed because it is too large
Load Diff
124
nim/1017/data/attachments/11d5b433e56137dd.txt
Normal file
124
nim/1017/data/attachments/11d5b433e56137dd.txt
Normal file
@ -0,0 +1,124 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_peers_for_filter_node with id: 2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b
|
||||
[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_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__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.146.121
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47243', '47244', '47245', '47246', '47247']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47243:47243 -p 47244:47244 -p 47245:47245 -p 47246:47246 -p 47247:47247 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47245 --rest-port=47243 --tcp-port=47244 --discv5-udp-port=47246 --rest-address=0.0.0.0 --nat=extip:172.18.146.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=28685e54ecda2a7624fbac1f6170ca6bceefeeda01fec2b22fea8daffc079aba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47247 --metrics-logging=true --relay=true --filter=true --relay-peer-exchange=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 41795393f890. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.146.121 waku 029e6e972180b9d1ddaae20bd61ddc39d4a9a3bc4ec40bac1e926ac8b919a6ce
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 029e6e972180. Setting up logs at ./log/docker/node1_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47243
|
||||
[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 30ec289dc3d9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47243/health" -H "Content-Type: 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:47243/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.146.121/tcp/47244/p2p/16Uiu2HAm7hqXuzA2gkPZTLVAxb81Yag3jRhXXuPV37R5eWgGy9Jk","/ip4/172.18.146.121/tcp/47245/ws/p2p/16Uiu2HAm7hqXuzA2gkPZTLVAxb81Yag3jRhXXuPV37R5eWgGy9Jk"],"enrUri":"enr:-L24QIxb4EBoxZTMb7r2CCrxfkv_n56x8XfhgQgaragXf2_UIKG3a8zXk5i7--lt0yzQSjH7doUt-DeeNDcZZIqqQo0CgmlkgnY0gmlwhKwSknmKbXVsdGlhZGRyc5YACASsEpJ5BriMAAoErBKSeQa4jd0DgnJzhQADAQAAiXNlY3AyNTZrMaECtnBWrZS4OwbmKkWM5QRLPfFLFKsLwK8R-KWy_WJDCvWDdGNwgriMg3VkcIK4joV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__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.82.61
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50009', '50010', '50011', '50012', '50013']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50009:50009 -p 50010:50010 -p 50011:50011 -p 50012:50012 -p 50013:50013 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50011 --rest-port=50009 --tcp-port=50010 --discv5-udp-port=50012 --rest-address=0.0.0.0 --nat=extip:172.18.82.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ead61258fa3d75a462d812ef23bc013c7ebc9c5f74f241a44c869b3ff81f124d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50013 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIxb4EBoxZTMb7r2CCrxfkv_n56x8XfhgQgaragXf2_UIKG3a8zXk5i7--lt0yzQSjH7doUt-DeeNDcZZIqqQo0CgmlkgnY0gmlwhKwSknmKbXVsdGlhZGRyc5YACASsEpJ5BriMAAoErBKSeQa4jd0DgnJzhQADAQAAiXNlY3AyNTZrMaECtnBWrZS4OwbmKkWM5QRLPfFLFKsLwK8R-KWy_WJDCvWDdGNwgriMg3VkcIK4joV3YWt1MgU --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.82.61 waku 5688e681224c3d468a6784a77970f8eb7fd85cfe65bf4e68480386f643a0aa2c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5688e681224c. Setting up logs at ./log/docker/node2_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50009
|
||||
[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:50009/health" -H "Content-Type: 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:50009/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.61/tcp/50010/p2p/16Uiu2HAm2dxiTRkPWzjNDUduhVcDcb7X9PfwKPuAZW8K1JsumiHF","/ip4/172.18.82.61/tcp/50011/ws/p2p/16Uiu2HAm2dxiTRkPWzjNDUduhVcDcb7X9PfwKPuAZW8K1JsumiHF"],"enrUri":"enr:-L24QH7Wb3D_ghWXAtaOebZoGngaWhkdZ0jkFPo6R3jabK_7QDYVDZqvoY1R9vqgYAMaWfSVW6t_LTDg61hLj0ySUYsCgmlkgnY0gmlwhKwSUj2KbXVsdGlhZGRyc5YACASsElI9BsNaAAoErBJSPQbDW90DgnJzhQADAQAAiXNlY3AyNTZrMaECayezfzwWVGp1IzOoLT7NI6wzmc188gylMwk-9rpLFBKDdGNwgsNag3VkcILDXIV3YWt1MgU"}'
|
||||
[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:50009/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.121/tcp/47244/p2p/16Uiu2HAm7hqXuzA2gkPZTLVAxb81Yag3jRhXXuPV37R5eWgGy9Jk"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47243/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:50009/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:47243/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.82.61/tcp/49072/p2p/16Uiu2HAm2dxiTRkPWzjNDUduhVcDcb7X9PfwKPuAZW8K1JsumiHF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.106.45
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44863', '44864', '44865', '44866', '44867']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44863:44863 -p 44864:44864 -p 44865:44865 -p 44866:44866 -p 44867:44867 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44865 --rest-port=44863 --tcp-port=44864 --discv5-udp-port=44866 --rest-address=0.0.0.0 --nat=extip:172.18.106.45 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=0b0de23ec989aecffce5c5e3def354fa105a2b1c6fce7b8541538a47ec4dabbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44867 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.82.61/tcp/49072/p2p/16Uiu2HAm2dxiTRkPWzjNDUduhVcDcb7X9PfwKPuAZW8K1JsumiHF
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.45 waku 56aece3585e58ede278d495db7abb899f2bef63cbd176ae86c84a5bfe86b4f23
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 56aece3585e5. Setting up logs at ./log/docker/node3_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44863
|
||||
[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:44863/health" -H "Content-Type: 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:44863/health" -H "Content-Type: 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:44863/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.45/tcp/44864/p2p/16Uiu2HAmB4ZLCRsvmvWKioAWvpS8qmDVf4z9cHGrVkZEZkePBDCh","/ip4/172.18.106.45/tcp/44865/ws/p2p/16Uiu2HAmB4ZLCRsvmvWKioAWvpS8qmDVf4z9cHGrVkZEZkePBDCh"],"enrUri":"enr:-La4QNRf2akxqyCA9H6Q3GugwwL5C8RjuvDyquKXyVLM1h3hJr9AMWzKZRxpWo9SCmUg-XNWE4fZqnT3MMn9rSPNGgMCgmlkgnY0gmlwhKwSai2KbXVsdGlhZGRyc5YACASsEmotBq9AAAoErBJqLQavQd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6FJG1OstGTNfpuN9DCycFSjaD2DX8pk2vf8yqmlQCyaDdGNwgq9AhXdha3UyAA"}'
|
||||
[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:44863/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.121/tcp/47244/p2p/16Uiu2HAm7hqXuzA2gkPZTLVAxb81Yag3jRhXXuPV37R5eWgGy9Jk"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:44863/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.82.61/tcp/49072/p2p/16Uiu2HAm2dxiTRkPWzjNDUduhVcDcb7X9PfwKPuAZW8K1JsumiHF","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.146.121/tcp/47244/p2p/16Uiu2HAm7hqXuzA2gkPZTLVAxb81Yag3jRhXXuPV37R5eWgGy9Jk","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.155.252
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54660', '54661', '54662', '54663', '54664']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 54660:54660 -p 54661:54661 -p 54662:54662 -p 54663:54663 -p 54664:54664 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54662 --rest-port=54660 --tcp-port=54661 --discv5-udp-port=54663 --rest-address=0.0.0.0 --nat=extip:172.18.155.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1f85df26f88ea61807104c6eceef9edbecdf9af95e9a70f4b6b1eb642cbcabbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54664 --metrics-logging=true --relay=false --filternode=/ip4/172.18.82.61/tcp/49072/p2p/16Uiu2HAm2dxiTRkPWzjNDUduhVcDcb7X9PfwKPuAZW8K1JsumiHF
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.155.252 waku d28f7fc22eb983ee2a8ad75a5123b7f9ea860036692fa00b53abafc31d378aa8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d28f7fc22eb9. Setting up logs at ./log/docker/node4_2025-12-28_04-25-58__71fb59d0-4de0-4d76-bc4c-fdcb57442c3b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54660
|
||||
[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:54660/health" -H "Content-Type: 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:54660/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.252/tcp/54661/p2p/16Uiu2HAmDvPKzWFsEvPA3L4bLzriyDgQSGwqZhLLoYxpAyoQQHve","/ip4/172.18.155.252/tcp/54662/ws/p2p/16Uiu2HAmDvPKzWFsEvPA3L4bLzriyDgQSGwqZhLLoYxpAyoQQHve"],"enrUri":"enr:-L24QAFSWlvGGUhn7D3CVId8w2ZbmqxKLF8rIM7y36aXnQZMccl51S1iA5_996m78X1YaqcouTG-_4ALb31g8vvK4gsCgmlkgnY0gmlwhKwSm_yKbXVsdGlhZGRyc5YACASsEpv8BtWFAAoErBKb_AbVht0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEs1hRFIJlHYpFXA2pG9IBqHaaumID6ulMOXJjFn5xK-DdGNwgtWFg3VkcILVh4V3YWt1MgA"}'
|
||||
[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:54660/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.121/tcp/47244/p2p/16Uiu2HAm7hqXuzA2gkPZTLVAxb81Yag3jRhXXuPV37R5eWgGy9Jk"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 029e6e972180
|
||||
[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 5688e681224c
|
||||
[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 56aece3585e5
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 029e6e972180. 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 d28f7fc22eb9
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5688e681224c. 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.
|
||||
518
nim/1017/data/attachments/12401741120de392.txt
Normal file
518
nim/1017/data/attachments/12401741120de392.txt
Normal file
@ -0,0 +1,518 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_sync_overlap_sync_window with id: 2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0
|
||||
[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_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__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.80.8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44454', '44455', '44456', '44457', '44458']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44454:44454 -p 44455:44455 -p 44456:44456 -p 44457:44457 -p 44458:44458 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44456 --rest-port=44454 --tcp-port=44455 --discv5-udp-port=44457 --rest-address=0.0.0.0 --nat=extip:172.18.80.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7f195ff34becad0fbcbb4867b1fff736bc19ac607f81d4d756d85009e6e6d520 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44458 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.80.8 waku 4fdbb23d496369f6e15a6165dccdbd09b8e948e62e3e665371740fcb8571d056
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4fdbb23d4963. Setting up logs at ./log/docker/node1_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44454
|
||||
[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 2f473d43497c. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bd18ed7ef06f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44454/health" -H "Content-Type: 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:44454/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.80.8/tcp/44455/p2p/16Uiu2HAm8nTez3yxtuMmonFA2j5oupSNp6DzmPpr1D1QHWFXGFDr","/ip4/172.18.80.8/tcp/44456/ws/p2p/16Uiu2HAm8nTez3yxtuMmonFA2j5oupSNp6DzmPpr1D1QHWFXGFDr"],"enrUri":"enr:-L24QKqTPvYRwoU8JbnJYa3Y5pdGu-GJBP2Ps6msmNRd_YyjZASNB8N9XtOcVe6s2N1K4JTB-Fr7aYeOBjtqnyk-rv4CgmlkgnY0gmlwhKwSUAiKbXVsdGlhZGRyc5YACASsElAIBq2nAAoErBJQCAatqN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxnsxIPoRAHCVCVIP65uD_17skURlLgTagyPgxou2rhmDdGNwgq2ng3VkcIKtqYV3YWt1MhM"}'
|
||||
[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.42.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31797', '31798', '31799', '31800', '31801']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31797:31797 -p 31798:31798 -p 31799:31799 -p 31800:31800 -p 31801:31801 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31799 --rest-port=31797 --tcp-port=31798 --discv5-udp-port=31800 --rest-address=0.0.0.0 --nat=extip:172.18.42.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=71228465d6bd2babb0a30fafaaf06725e82b572e0f1ead3d2529bbf5cfa603bb --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=15 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31801 --metrics-logging=true --relay=false --store-sync-relay-jitter=0 --dns-discovery=false --discv5-bootstrap-node=enr:-L24QKqTPvYRwoU8JbnJYa3Y5pdGu-GJBP2Ps6msmNRd_YyjZASNB8N9XtOcVe6s2N1K4JTB-Fr7aYeOBjtqnyk-rv4CgmlkgnY0gmlwhKwSUAiKbXVsdGlhZGRyc5YACASsElAIBq2nAAoErBJQCAatqN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxnsxIPoRAHCVCVIP65uD_17skURlLgTagyPgxou2rhmDdGNwgq2ng3VkcIKtqYV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.42.138 waku 3e8a20fb94778af9066bb4a59af102ad728a59d6bc2832458eb48ef6d1a812af
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3e8a20fb9477. Setting up logs at ./log/docker/node2_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31797
|
||||
[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:31797/health" -H "Content-Type: 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:31797/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.42.138/tcp/31798/p2p/16Uiu2HAmPToEXyRabHJHwZdMHMwvJJgGC65wQoaMj1fihm8XwgK2","/ip4/172.18.42.138/tcp/31799/ws/p2p/16Uiu2HAmPToEXyRabHJHwZdMHMwvJJgGC65wQoaMj1fihm8XwgK2"],"enrUri":"enr:-L24QJ35WmqRsLSFqFQXT2cGBQrhpEqlQvosHTBfXj9XFVXqEXn7ekrlgtyYkTfOQU4BCqQRRaxDdixtqfUNbvySMfsCgmlkgnY0gmlwhKwSKoqKbXVsdGlhZGRyc5YACASsEiqKBnw2AAoErBIqigZ8N90DgnJzhQADAQAAiXNlY3AyNTZrMaEDoJKZDXQRv9Q6V3K4S-KKVBT4qLhm_YBfjaQwLs83FEGDdGNwgnw2g3VkcIJ8OIV3YWt1MhI"}'
|
||||
[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:31797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.80.8/tcp/44455/p2p/16Uiu2HAm8nTez3yxtuMmonFA2j5oupSNp6DzmPpr1D1QHWFXGFDr"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.store_sync.test_store_sync:test_store_sync.py:656 Publishing 90 messages at 1 msg/s
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44454/relay/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 0.8 seconds
|
||||
[35mDEBUG [0m tests.store_sync.test_store_sync:test_store_sync.py:663 Waiting 30 seconds to allow at least two sync rounds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[35mDEBUG [0m tests.store_sync.test_store_sync:test_store_sync.py:666 Querying node2 store for all messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31797/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2000&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.store_sync.test_store_sync:test_store_sync.py:670 Store returned 90 messages, published publish_secs 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 4fdbb23d4963
|
||||
[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 3e8a20fb9477
|
||||
[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.
|
||||
189
nim/1017/data/attachments/12554e9593902dd.txt
Normal file
189
nim/1017/data/attachments/12554e9593902dd.txt
Normal file
@ -0,0 +1,189 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_first_node_to_start_publishes with id: 2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__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.29
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10791', '10792', '10793', '10794', '10795']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 10791:10791 -p 10792:10792 -p 10793:10793 -p 10794:10794 -p 10795:10795 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10793 --rest-port=10791 --tcp-port=10792 --discv5-udp-port=10794 --rest-address=0.0.0.0 --nat=extip:172.18.239.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=860ae58aeffec5cd74e1eafce8e060a7f35bec941d7acf3ab8c2ecfbebc9a887 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10795 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.239.29 waku d0457a91d47716c2a81cf2c513d1b441065cf22b0b5ed988a312d561c105d5e2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d0457a91d477. Setting up logs at ./log/docker/node1_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10791
|
||||
[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:10791/health" -H "Content-Type: 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:10791/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.29/tcp/10792/p2p/16Uiu2HAmMx8zL4fKoSqMhKoaFefyReUEq95LvqvBge8qjABuQt97","/ip4/172.18.239.29/tcp/10793/ws/p2p/16Uiu2HAmMx8zL4fKoSqMhKoaFefyReUEq95LvqvBge8qjABuQt97"],"enrUri":"enr:-L24QHYD4HSIctyBofZw6eVJblDb-6u2_UXTDJDNY4wFcNIVNVlyQ9YGJN81Vn_auNukD4qikH73hvwQounZDrCFvpECgmlkgnY0gmlwhKwS7x2KbXVsdGlhZGRyc5YACASsEu8dBiooAAoErBLvHQYqKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDih3S5MkclK9_r0JmuB6WzWu4s3wL3aqRS0cCjSC9PFqDdGNwgioog3VkcIIqKoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__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.104
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39433', '39434', '39435', '39436', '39437']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39433:39433 -p 39434:39434 -p 39435:39435 -p 39436:39436 -p 39437:39437 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39435 --rest-port=39433 --tcp-port=39434 --discv5-udp-port=39436 --rest-address=0.0.0.0 --nat=extip:172.18.66.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5f6f3aef31219f1a58ec24cfaecf7aee7b0fffb2cf9449cafcdec0752520bad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39437 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHYD4HSIctyBofZw6eVJblDb-6u2_UXTDJDNY4wFcNIVNVlyQ9YGJN81Vn_auNukD4qikH73hvwQounZDrCFvpECgmlkgnY0gmlwhKwS7x2KbXVsdGlhZGRyc5YACASsEu8dBiooAAoErBLvHQYqKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDih3S5MkclK9_r0JmuB6WzWu4s3wL3aqRS0cCjSC9PFqDdGNwgioog3VkcIIqKoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.104 waku 30676c209575e2fb3411c69a1ca21bed5cecf5fa7da9f09e10c17efc967af450
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 30676c209575. Setting up logs at ./log/docker/node2_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39433
|
||||
[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:39433/health" -H "Content-Type: 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:39433/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.104/tcp/39434/p2p/16Uiu2HAmJmWPH3x9A9oExkQPWQoJvGPkpy6mmAhvhi2AH1rPr9zd","/ip4/172.18.66.104/tcp/39435/ws/p2p/16Uiu2HAmJmWPH3x9A9oExkQPWQoJvGPkpy6mmAhvhi2AH1rPr9zd"],"enrUri":"enr:-L24QHmapgmbm-ZKUpf3V3Y6h5E03IDpci1Vwkd9jd1LKdSAOAD0w43B7AESxbtu73YD4Mx7q0vYmZUlr-P2F3JVy4ACgmlkgnY0gmlwhKwSQmiKbXVsdGlhZGRyc5YACASsEkJoBpoKAAoErBJCaAaaC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDWtGQ9xcmh56ipzLE9bUFaZ58lQxYoU5DV_PB-grIWdaDdGNwgpoKg3VkcIKaDIV3YWt1MgE"}'
|
||||
[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:39433/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.29/tcp/10792/p2p/16Uiu2HAmMx8zL4fKoSqMhKoaFefyReUEq95LvqvBge8qjABuQt97"]'
|
||||
[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_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__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.134.124
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5767', '5768', '5769', '5770', '5771']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5767:5767 -p 5768:5768 -p 5769:5769 -p 5770:5770 -p 5771:5771 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5769 --rest-port=5767 --tcp-port=5768 --discv5-udp-port=5770 --rest-address=0.0.0.0 --nat=extip:172.18.134.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=00dfd8e6cd00cffea634c79d059a2b616976ffacac564be3d3bbddebc10bed8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5771 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHYD4HSIctyBofZw6eVJblDb-6u2_UXTDJDNY4wFcNIVNVlyQ9YGJN81Vn_auNukD4qikH73hvwQounZDrCFvpECgmlkgnY0gmlwhKwS7x2KbXVsdGlhZGRyc5YACASsEu8dBiooAAoErBLvHQYqKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDih3S5MkclK9_r0JmuB6WzWu4s3wL3aqRS0cCjSC9PFqDdGNwgioog3VkcIIqKoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.124 waku 555c235a73c30c9f89ab96c3fb2389167492006fc26cd33d8e72f0b9972ed473
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 555c235a73c3. Setting up logs at ./log/docker/node3_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5767
|
||||
[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:5767/health" -H "Content-Type: 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:5767/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.124/tcp/5768/p2p/16Uiu2HAmBJyLDVB2u5dd8HvSgzwHkhNQDrkJewE4chLXAXYbVZay","/ip4/172.18.134.124/tcp/5769/ws/p2p/16Uiu2HAmBJyLDVB2u5dd8HvSgzwHkhNQDrkJewE4chLXAXYbVZay"],"enrUri":"enr:-L24QF1jx1_BE10MqB1w35WSM1i2PNjggnZymGBzTsOy_NlMPMDL5oBou1lMVxmw5ISlmr8Z_SS9HMSfej6LOx_yjpoCgmlkgnY0gmlwhKwShnyKbXVsdGlhZGRyc5YACASsEoZ8BhaIAAoErBKGfAYWid0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7AOLldeSR7bSJuvGKobyFTPbsiEZza4VAYXaKm0JURKDdGNwghaIg3VkcIIWioV3YWt1MgE"}'
|
||||
[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:5767/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.29/tcp/10792/p2p/16Uiu2HAmMx8zL4fKoSqMhKoaFefyReUEq95LvqvBge8qjABuQt97"]'
|
||||
[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_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__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.1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11530', '11531', '11532', '11533', '11534']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11530:11530 -p 11531:11531 -p 11532:11532 -p 11533:11533 -p 11534:11534 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11532 --rest-port=11530 --tcp-port=11531 --discv5-udp-port=11533 --rest-address=0.0.0.0 --nat=extip:172.18.67.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ca92ad85ae124dac22ca3f616ac2b37e3080fdcb8f857c5fe4b9b69aecaf96aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11534 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHYD4HSIctyBofZw6eVJblDb-6u2_UXTDJDNY4wFcNIVNVlyQ9YGJN81Vn_auNukD4qikH73hvwQounZDrCFvpECgmlkgnY0gmlwhKwS7x2KbXVsdGlhZGRyc5YACASsEu8dBiooAAoErBLvHQYqKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDih3S5MkclK9_r0JmuB6WzWu4s3wL3aqRS0cCjSC9PFqDdGNwgioog3VkcIIqKoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.1 waku 7bf73299a1616c51570537e66cdceadcd4a7d8c8d5f912816ee594fcf3e5a9e1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7bf73299a161. Setting up logs at ./log/docker/node4_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11530
|
||||
[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:11530/health" -H "Content-Type: 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:11530/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.1/tcp/11531/p2p/16Uiu2HAmBu4KkBwsEPVdyv6NXhHKfVTh1xfuFgY56GGjzLSDokwr","/ip4/172.18.67.1/tcp/11532/ws/p2p/16Uiu2HAmBu4KkBwsEPVdyv6NXhHKfVTh1xfuFgY56GGjzLSDokwr"],"enrUri":"enr:-L24QP15jpDXW3zI1Ntqvmj4b7F7qQ1ssuHPMH87xhZFaM02Bquf7YRdBAq6ORGOHE7pGX3xKNtGAPvyy7FNli-5kH8CgmlkgnY0gmlwhKwSQwGKbXVsdGlhZGRyc5YACASsEkMBBi0LAAoErBJDAQYtDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9L7v5jloklV2D8rLqMDVwJQ5oJDNP8eNZwFvfiEXr0mDdGNwgi0Lg3VkcIItDYV3YWt1MgE"}'
|
||||
[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:11530/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.29/tcp/10792/p2p/16Uiu2HAmMx8zL4fKoSqMhKoaFefyReUEq95LvqvBge8qjABuQt97"]'
|
||||
[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_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__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.88.214
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11179', '11180', '11181', '11182', '11183']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11179:11179 -p 11180:11180 -p 11181:11181 -p 11182:11182 -p 11183:11183 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11181 --rest-port=11179 --tcp-port=11180 --discv5-udp-port=11182 --rest-address=0.0.0.0 --nat=extip:172.18.88.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccc4b4a65ce1dd0afdd7ee0f9f60b9fb0cfa4c55be7ab37bdd7e30782e7b2c3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11183 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHYD4HSIctyBofZw6eVJblDb-6u2_UXTDJDNY4wFcNIVNVlyQ9YGJN81Vn_auNukD4qikH73hvwQounZDrCFvpECgmlkgnY0gmlwhKwS7x2KbXVsdGlhZGRyc5YACASsEu8dBiooAAoErBLvHQYqKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDih3S5MkclK9_r0JmuB6WzWu4s3wL3aqRS0cCjSC9PFqDdGNwgioog3VkcIIqKoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.88.214 waku 0206c3fce2534356ecadb02399af2bb37b0ed853e430ab10118bde135883e639
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0206c3fce253. Setting up logs at ./log/docker/node5_2025-12-28_04-32-29__b71c3f9b-3dfd-4237-bdf7-8819e0748965__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11179
|
||||
[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:11179/health" -H "Content-Type: 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:11179/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.88.214/tcp/11180/p2p/16Uiu2HAmT3vKVNDrSQeN1Y6zDrnhKvUvSwQdZoC8Q2vDaNdtABAX","/ip4/172.18.88.214/tcp/11181/ws/p2p/16Uiu2HAmT3vKVNDrSQeN1Y6zDrnhKvUvSwQdZoC8Q2vDaNdtABAX"],"enrUri":"enr:-L24QHeulILuwyDhHNxRJk8s4J4FLLxN-0lpajLVSCQ_kI60UNPqZKFno3ptGND8YUFtPHV2zlmL7zW8GxZEgRyNiVMCgmlkgnY0gmlwhKwSWNaKbXVsdGlhZGRyc5YACASsEljWBiusAAoErBJY1gYrrd0DgnJzhQADAQAAiXNlY3AyNTZrMaED1eNq7Jcl7eJ05HSFrj-PMnuqLLMEDI88U9jlRPy2TWiDdGNwgiusg3VkcIIrroV3YWt1MgE"}'
|
||||
[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:11179/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.29/tcp/10792/p2p/16Uiu2HAmMx8zL4fKoSqMhKoaFefyReUEq95LvqvBge8qjABuQt97"]'
|
||||
[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:10791/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:39433/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 src.steps.relay:relay.py:64 Running fixture setup: subscribe_optional_relay_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5767/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:11530/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:11179/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:10791/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:10791/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":1766896355901325568,"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:39433/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":1766896355901325568,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5767/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":1766896355901325568,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11530/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":1766896355901325568,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11179/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":1766896355901325568,"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:10791/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:10791/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":1766896356033059566,"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:39433/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":1766896356033059566,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5767/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":1766896356033059566,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11530/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":1766896356033059566,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11179/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":1766896356033059566,"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 d0457a91d477
|
||||
[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 30676c209575
|
||||
[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 555c235a73c3
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d0457a91d477. 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 7bf73299a161
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 30676c209575. 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 0206c3fce253
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 555c235a73c3. 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.
|
||||
68
nim/1017/data/attachments/128d91eff04b4f88.txt
Normal file
68
nim/1017/data/attachments/128d91eff04b4f88.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-28 04:28:40.513 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:28:40.513 DEBUG [tests.conftest] Running test: test_store_is_empty with id: 2025-12-28_04-28-40__e88e5996-b5af-4066-bc64-b2cfd88f7a1e
|
||||
2025-12-28 04:28:40.514 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:28:40.514 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:28:40.514 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-28 04:28:40.520 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:28:40.520 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-28-40__e88e5996-b5af-4066-bc64-b2cfd88f7a1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:40.521 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:28:40.521 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:28:40.522 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:28:40.522 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.211
|
||||
2025-12-28 04:28:40.522 DEBUG [src.node.docker_mananger] Generated ports ['49269', '49270', '49271', '49272', '49273']
|
||||
2025-12-28 04:28:40.523 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:28:40.523 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:28:40.523 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:28:40.523 DEBUG [src.node.docker_mananger] docker run -i -t -p 49269:49269 -p 49270:49270 -p 49271:49271 -p 49272:49272 -p 49273:49273 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49271 --rest-port=49269 --tcp-port=49270 --discv5-udp-port=49272 --rest-address=0.0.0.0 --nat=extip:172.18.183.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2feb9174e0fc2d4cbaa6a409d7f971ede74cfae75fed917b29d2ee95fe9aef4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49273 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-28 04:28:40.699 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.211 waku 447171399e8870191627f0acf8e9cee23937fd115aaca8555e8b5013137d9c5e
|
||||
2025-12-28 04:28:40.734 DEBUG [src.node.docker_mananger] Container started with ID 447171399e88. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-28-40__e88e5996-b5af-4066-bc64-b2cfd88f7a1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:40.735 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49269
|
||||
2025-12-28 04:28:40.735 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:28:40.824 ERROR [src.node.docker_mananger] Max retries reached for container e5736d739af6. Exiting log stream.
|
||||
2025-12-28 04:28:41.316 ERROR [src.node.docker_mananger] Max retries reached for container a1339877032d. Exiting log stream.
|
||||
2025-12-28 04:28:41.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49269/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:41.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:28:41.739 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:28:41.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49269/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:41.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.211/tcp/49270/p2p/16Uiu2HAmTdFWBjkdDodZqCno9oUK3nc1MvgafAGQX5TWM5E6seMU","/ip4/172.18.183.211/tcp/49271/ws/p2p/16Uiu2HAmTdFWBjkdDodZqCno9oUK3nc1MvgafAGQX5TWM5E6seMU"],"enrUri":"enr:-L24QCkLSvZlWwWq1kAtAZAG8m2nl0hLk5X8swkd0l-7lkQOOS9TrHyU-oUd0Xi7PjOOzlaJHwkZcsH0Rri_k63qsEwCgmlkgnY0gmlwhKwSt9OKbXVsdGlhZGRyc5YACASsErfTBsB2AAoErBK30wbAd90DgnJzhQADAQAAiXNlY3AyNTZrMaED3m1GuOhv-TAiu8-0HKeZrfge2oCHSGkZnibFzIRQvReDdGNwgsB2g3VkcILAeIV3YWt1MgM"}'
|
||||
2025-12-28 04:28:41.742 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:28:41.749 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:28:41.749 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-28-40__e88e5996-b5af-4066-bc64-b2cfd88f7a1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:41.749 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:28:41.749 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:28:41.750 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:28:41.751 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.56
|
||||
2025-12-28 04:28:41.751 DEBUG [src.node.docker_mananger] Generated ports ['31562', '31563', '31564', '31565', '31566']
|
||||
2025-12-28 04:28:41.751 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:28:41.751 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:28:41.751 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:28:41.751 DEBUG [src.node.docker_mananger] docker run -i -t -p 31562:31562 -p 31563:31563 -p 31564:31564 -p 31565:31565 -p 31566:31566 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31564 --rest-port=31562 --tcp-port=31563 --discv5-udp-port=31565 --rest-address=0.0.0.0 --nat=extip:172.18.241.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be6ae4cbf84d37bca2d3aeabeb3baded061b3bf6be68dea8be86acd2bceba6f7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31566 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCkLSvZlWwWq1kAtAZAG8m2nl0hLk5X8swkd0l-7lkQOOS9TrHyU-oUd0Xi7PjOOzlaJHwkZcsH0Rri_k63qsEwCgmlkgnY0gmlwhKwSt9OKbXVsdGlhZGRyc5YACASsErfTBsB2AAoErBK30wbAd90DgnJzhQADAQAAiXNlY3AyNTZrMaED3m1GuOhv-TAiu8-0HKeZrfge2oCHSGkZnibFzIRQvReDdGNwgsB2g3VkcILAeIV3YWt1MgM --storenode=/ip4/172.18.183.211/tcp/49270/p2p/16Uiu2HAmTdFWBjkdDodZqCno9oUK3nc1MvgafAGQX5TWM5E6seMU --store=true --relay=true
|
||||
2025-12-28 04:28:41.937 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.56 waku 72293224aecf21bcb799f3ab823ec19d218b187486911012bef4ff2404da1b2c
|
||||
2025-12-28 04:28:41.968 DEBUG [src.node.docker_mananger] Container started with ID 72293224aecf. Setting up logs at ./log/docker/store_node1_2025-12-28_04-28-40__e88e5996-b5af-4066-bc64-b2cfd88f7a1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:41.968 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31562
|
||||
2025-12-28 04:28:41.968 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:28:42.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31562/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:42.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:28:42.974 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:28:42.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31562/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:42.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.56/tcp/31563/p2p/16Uiu2HAm9xizLc6RWMYyetb3ezPEJux7HHoEEujq59ozafEQhhRq","/ip4/172.18.241.56/tcp/31564/ws/p2p/16Uiu2HAm9xizLc6RWMYyetb3ezPEJux7HHoEEujq59ozafEQhhRq"],"enrUri":"enr:-L24QCQ7bp18ZT_Ax2kmwl0SsLwzCpNEhgz9toU_wj_42-r_YDJETEvGmG1nrzhhWg3O0H-zA3k6QngvA0NFwokDtzsCgmlkgnY0gmlwhKwS8TiKbXVsdGlhZGRyc5YACASsEvE4BntLAAoErBLxOAZ7TN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1_gGWMRsrAUDGDYGnKL0g4xFfqUOyGkjWgGoLy2lXBCDdGNwgntLg3VkcIJ7TYV3YWt1MgM"}'
|
||||
2025-12-28 04:28:42.977 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:28:42.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31562/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.211/tcp/49270/p2p/16Uiu2HAmTdFWBjkdDodZqCno9oUK3nc1MvgafAGQX5TWM5E6seMU"]'
|
||||
2025-12-28 04:28:42.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:42.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49269/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:28:42.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:42.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31562/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:28:42.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:42.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49269/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:42.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-28 04:28:42.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31562/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:42.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-28 04:28:42.993 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:28:42.994 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:28:42.994 DEBUG [src.node.waku_node] Stopping container with id 447171399e88
|
||||
2025-12-28 04:28:43.593 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:28:43.593 DEBUG [src.node.waku_node] Stopping container with id 72293224aecf
|
||||
2025-12-28 04:28:44.154 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:28:44.156 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:28:44.163 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:28:44.169 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
4052
nim/1017/data/attachments/12b0e66bfc7ff3c5.txt
Normal file
4052
nim/1017/data/attachments/12b0e66bfc7ff3c5.txt
Normal file
File diff suppressed because it is too large
Load Diff
228
nim/1017/data/attachments/12b5370b4fa22e9.txt
Normal file
228
nim/1017/data/attachments/12b5370b4fa22e9.txt
Normal file
@ -0,0 +1,228 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_with_multiple_hashes with id: 2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__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.30
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51003', '51004', '51005', '51006', '51007']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51003:51003 -p 51004:51004 -p 51005:51005 -p 51006:51006 -p 51007:51007 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51005 --rest-port=51003 --tcp-port=51004 --discv5-udp-port=51006 --rest-address=0.0.0.0 --nat=extip:172.18.91.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5d486f0e375fb066ebc42b52fdcce211a6fc1cabafb7d6c8a1d5e9d21d9f5ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51007 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.91.30 waku 0ca0de71785ef491771e4d7a058d751ef73470958ff2bc531d95fe90bcc700c4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0ca0de71785e. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51003
|
||||
[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 50ee4144a300. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1813a911cd70. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51003/health" -H "Content-Type: 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:51003/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.30/tcp/51004/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ","/ip4/172.18.91.30/tcp/51005/ws/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ"],"enrUri":"enr:-L24QKw_GUtJ8ce62gKJiFJWKn9tAeyC6uvJ4WjP4gW_AxctcyR1BjmEvVcgWLIwJZlqo9gaYVUyKuOFihCsr06uUl0CgmlkgnY0gmlwhKwSWx6KbXVsdGlhZGRyc5YACASsElseBsc8AAoErBJbHgbHPd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2YVY5jQpxiGH_N91NRgV4O85L7PzFaDDdlo7zwKFZqyDdGNwgsc8g3VkcILHPoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__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.176.134
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63577', '63578', '63579', '63580', '63581']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63577:63577 -p 63578:63578 -p 63579:63579 -p 63580:63580 -p 63581:63581 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63579 --rest-port=63577 --tcp-port=63578 --discv5-udp-port=63580 --rest-address=0.0.0.0 --nat=extip:172.18.176.134 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbf87054aaf00af9c6bfa0cbbba053993e95b0fbed26bd28c7dcbe41d6bf6852 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63581 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKw_GUtJ8ce62gKJiFJWKn9tAeyC6uvJ4WjP4gW_AxctcyR1BjmEvVcgWLIwJZlqo9gaYVUyKuOFihCsr06uUl0CgmlkgnY0gmlwhKwSWx6KbXVsdGlhZGRyc5YACASsElseBsc8AAoErBJbHgbHPd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2YVY5jQpxiGH_N91NRgV4O85L7PzFaDDdlo7zwKFZqyDdGNwgsc8g3VkcILHPoV3YWt1MgM --storenode=/ip4/172.18.91.30/tcp/51004/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.176.134 waku bf9a8d2a3e4ac835b7f8f103d9997fb48c31b2e057397b33ebac0c08f00b551c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bf9a8d2a3e4a. Setting up logs at ./log/docker/store_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63577
|
||||
[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:63577/health" -H "Content-Type: 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:63577/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.176.134/tcp/63578/p2p/16Uiu2HAmFhCAnnm9SH55G33T6QGBpdSBxEoytQBQDbiB4EjGSzDm","/ip4/172.18.176.134/tcp/63579/ws/p2p/16Uiu2HAmFhCAnnm9SH55G33T6QGBpdSBxEoytQBQDbiB4EjGSzDm"],"enrUri":"enr:-L24QCpznpydrwdrYJIkSof612axjyAsLUGr62p203WkjE2ZekH22JMCJFQ0Wmi89RksTTYui3I63buIoqCmWIWsNP4CgmlkgnY0gmlwhKwSsIaKbXVsdGlhZGRyc5YACASsErCGBvhaAAoErBKwhgb4W90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLSOWDg80dD7lX3tY0pMUM-je0c7n4HmdXs16Y28FqsCDdGNwgvhag3VkcIL4XIV3YWt1MgM"}'
|
||||
[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:63577/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.30/tcp/51004/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/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:63577/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:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51003/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51003/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b%2C0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110&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":[{"messageHash":"0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b"},{"messageHash":"0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63577/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b%2C0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110&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":[{"messageHash":"0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b"},{"messageHash":"0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110"}]}'
|
||||
[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 0ca0de71785e
|
||||
[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 bf9a8d2a3e4a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
88
nim/1017/data/attachments/12e257aeae22017c.txt
Normal file
88
nim/1017/data/attachments/12e257aeae22017c.txt
Normal file
@ -0,0 +1,88 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_message_relayed_while_store_node_is_stopped_without_removing with id: 2025-12-28_04-26-17__910f2566-249a-422e-b48b-744941344c23
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-26-17__910f2566-249a-422e-b48b-744941344c23__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.174.75
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11803', '11804', '11805', '11806', '11807']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11803:11803 -p 11804:11804 -p 11805:11805 -p 11806:11806 -p 11807:11807 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11805 --rest-port=11803 --tcp-port=11804 --discv5-udp-port=11806 --rest-address=0.0.0.0 --nat=extip:172.18.174.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc22e98d9bdf5efac9e5748ad8eec4b1f18ecd1f3dd4859c96115305bde50cc3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11807 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.174.75 waku f93e24a68a5ef2e0c7ff3afa073548d42b85171a0eb4bf6ca8d1fe0a48bec2e0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f93e24a68a5e. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-26-17__910f2566-249a-422e-b48b-744941344c23__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11803
|
||||
[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 91a29b35f5bd. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0b2263629abc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11803/health" -H "Content-Type: 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:11803/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.75/tcp/11804/p2p/16Uiu2HAmQQEpiVv44V53SE7aczG2YQrdTGaMDnQHZQZ4LMUDtpeb","/ip4/172.18.174.75/tcp/11805/ws/p2p/16Uiu2HAmQQEpiVv44V53SE7aczG2YQrdTGaMDnQHZQZ4LMUDtpeb"],"enrUri":"enr:-L24QEgNtzdysv_ODgrbOYker7x4IMY5HCESJNyUhsPsL9dFeTNpauHk1ka6dObvMWyIJgUTas2gzuiGMhQ8jT1W2v8CgmlkgnY0gmlwhKwSrkuKbXVsdGlhZGRyc5YACASsEq5LBi4cAAoErBKuSwYuHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDroTlP97vvUb_kSqZKGcOuQUc7-kr_CZZf89FceWMMDiDdGNwgi4cg3VkcIIuHoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-26-17__910f2566-249a-422e-b48b-744941344c23__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.85.37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48850', '48851', '48852', '48853', '48854']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48850:48850 -p 48851:48851 -p 48852:48852 -p 48853:48853 -p 48854:48854 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48852 --rest-port=48850 --tcp-port=48851 --discv5-udp-port=48853 --rest-address=0.0.0.0 --nat=extip:172.18.85.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=13af19ef29e2b7ddd1eb4ceecae4ae8c357bff53b3e9cf7cb1aaad4408f3c8df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48854 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEgNtzdysv_ODgrbOYker7x4IMY5HCESJNyUhsPsL9dFeTNpauHk1ka6dObvMWyIJgUTas2gzuiGMhQ8jT1W2v8CgmlkgnY0gmlwhKwSrkuKbXVsdGlhZGRyc5YACASsEq5LBi4cAAoErBKuSwYuHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDroTlP97vvUb_kSqZKGcOuQUc7-kr_CZZf89FceWMMDiDdGNwgi4cg3VkcIIuHoV3YWt1MgM --storenode=/ip4/172.18.174.75/tcp/11804/p2p/16Uiu2HAmQQEpiVv44V53SE7aczG2YQrdTGaMDnQHZQZ4LMUDtpeb --store=false --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.85.37 waku 752a0ef5ba4c8a38c50881a06e3a2eb6887e6096df5eee8af4eeb773a0b77d70
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 752a0ef5ba4c. Setting up logs at ./log/docker/store_node1_2025-12-28_04-26-17__910f2566-249a-422e-b48b-744941344c23__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48850
|
||||
[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:48850/health" -H "Content-Type: 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":"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:48850/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.37/tcp/48851/p2p/16Uiu2HAm26LB2WS2bFMDK5RSEvMGD3McHCPDwriRvWy5GdZykRPe","/ip4/172.18.85.37/tcp/48852/ws/p2p/16Uiu2HAm26LB2WS2bFMDK5RSEvMGD3McHCPDwriRvWy5GdZykRPe"],"enrUri":"enr:-L24QBaJ8w0MIGVKq24mRLQVOr4kGQ7Bqf7fLRddl0hPlpP8az5_NJAjpcZaMhmxHb8Q9JRPG3e7GAKtfcAV_0DkRkcCgmlkgnY0gmlwhKwSVSWKbXVsdGlhZGRyc5YACASsElUlBr7TAAoErBJVJQa-1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECYw1gxq9S7uLkcTF412D2_jtqbAExdrR6UoReQ7agozmDdGNwgr7Tg3VkcIK-1YV3YWt1MgA"}'
|
||||
[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:48850/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.75/tcp/11804/p2p/16Uiu2HAmQQEpiVv44V53SE7aczG2YQrdTGaMDnQHZQZ4LMUDtpeb"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11803/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:11803/relay/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:11803/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x35298ea13911d1434b14e6504f7b932522c6a7ff0e5fb0a3c178651c07521fc9"}]}'
|
||||
[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:48850/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"62ffc9b3c970a55c3fb7","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x35298ea13911d1434b14e6504f7b932522c6a7ff0e5fb0a3c178651c07521fc9"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 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:11803/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48850/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48850/health" -H "Content-Type: 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":"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:48850/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.37/tcp/48851/p2p/16Uiu2HAm26LB2WS2bFMDK5RSEvMGD3McHCPDwriRvWy5GdZykRPe","/ip4/172.18.85.37/tcp/48852/ws/p2p/16Uiu2HAm26LB2WS2bFMDK5RSEvMGD3McHCPDwriRvWy5GdZykRPe"],"enrUri":"enr:-L24QBaJ8w0MIGVKq24mRLQVOr4kGQ7Bqf7fLRddl0hPlpP8az5_NJAjpcZaMhmxHb8Q9JRPG3e7GAKtfcAV_0DkRkcCgmlkgnY0gmlwhKwSVSWKbXVsdGlhZGRyc5YACASsElUlBr7TAAoErBJVJQa-1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECYw1gxq9S7uLkcTF412D2_jtqbAExdrR6UoReQ7agozmDdGNwgr7Tg3VkcIK-1YV3YWt1MgA"}'
|
||||
[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:11803/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":"0x35298ea13911d1434b14e6504f7b932522c6a7ff0e5fb0a3c178651c07521fc9"},{"messageHash":"0x600fe00d6cc982dfd11bbc870fad09378730cdb2e0b5a54459b58747cd811972"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48850/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":"138cbc084c0f87ddcfc5","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x35298ea13911d1434b14e6504f7b932522c6a7ff0e5fb0a3c178651c07521fc9"},{"messageHash":"0x600fe00d6cc982dfd11bbc870fad09378730cdb2e0b5a54459b58747cd811972"}]}'
|
||||
[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 f93e24a68a5e
|
||||
[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 752a0ef5ba4c
|
||||
[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.
|
||||
6973
nim/1017/data/attachments/12e9bcc49a9802f0.txt
Normal file
6973
nim/1017/data/attachments/12e9bcc49a9802f0.txt
Normal file
File diff suppressed because it is too large
Load Diff
129
nim/1017/data/attachments/12f3bb63479bd4c9.txt
Normal file
129
nim/1017/data/attachments/12f3bb63479bd4c9.txt
Normal file
@ -0,0 +1,129 @@
|
||||
2025-12-28 04:27:08.035 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:27:08.035 DEBUG [tests.conftest] Running test: test_filter_static_sharding_multiple_shards with id: 2025-12-28_04-27-08__0e0fd001-8655-4844-973b-2c5e42dc286d
|
||||
2025-12-28 04:27:08.035 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:27:08.035 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:27:08.036 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-28 04:27:08.042 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:27:08.043 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-27-08__0e0fd001-8655-4844-973b-2c5e42dc286d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:27:08.043 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:27:08.043 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:27:08.044 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:27:08.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.241
|
||||
2025-12-28 04:27:08.044 DEBUG [src.node.docker_mananger] Generated ports ['11367', '11368', '11369', '11370', '11371']
|
||||
2025-12-28 04:27:08.044 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-28 04:27:08.044 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-28 04:27:08.045 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:27:08.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:27:08.045 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:27:08.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 11367:11367 -p 11368:11368 -p 11369:11369 -p 11370:11370 -p 11371:11371 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11369 --rest-port=11367 --tcp-port=11368 --discv5-udp-port=11370 --rest-address=0.0.0.0 --nat=extip:172.18.208.241 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=91d3eebad4abd6a6f8ef02af1d68b77b4bb5c3c2ec4dbc3ae2d995b0ca5df56b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11371 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:27:08.223 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.241 waku 51f06702021736cb6395ffaa781fb1ff98ab464754bb9221fec1793222b4b5fa
|
||||
2025-12-28 04:27:08.255 DEBUG [src.node.docker_mananger] Container started with ID 51f067020217. Setting up logs at ./log/docker/node1_2025-12-28_04-27-08__0e0fd001-8655-4844-973b-2c5e42dc286d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:27:08.256 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11367
|
||||
2025-12-28 04:27:08.256 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:27:08.844 ERROR [src.node.docker_mananger] Max retries reached for container dc0f05f00e9d. Exiting log stream.
|
||||
2025-12-28 04:27:09.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11367/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:09.260 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:27:09.261 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:27:09.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:09.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.241/tcp/11368/p2p/16Uiu2HAmSU97XqzYMkEXB7WjLHXWuPjv5vxbDiSajXP6uZ32rbhX","/ip4/172.18.208.241/tcp/11369/ws/p2p/16Uiu2HAmSU97XqzYMkEXB7WjLHXWuPjv5vxbDiSajXP6uZ32rbhX"],"enrUri":"enr:-L24QI4RiJqhugBzdikaMbrVf0xUFSx3TK8uqvRZ3yUtvSPBC5J6G9_xVi3snuKaVAuTpUd7_JA7Ht5MlhAct6PHEnICgmlkgnY0gmlwhKwS0PGKbXVsdGlhZGRyc5YACASsEtDxBixoAAoErBLQ8QYsad0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzTwi3ls5PZ1moDvil8thZYg3OFwhXokLXywURrP3hO6DdGNwgixog3VkcIIsaoV3YWt1MgU"}'
|
||||
2025-12-28 04:27:09.263 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:27:09.269 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:27:09.270 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-27-08__0e0fd001-8655-4844-973b-2c5e42dc286d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:27:09.270 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:27:09.270 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:27:09.271 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:27:09.271 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.108
|
||||
2025-12-28 04:27:09.271 DEBUG [src.node.docker_mananger] Generated ports ['9407', '9408', '9409', '9410', '9411']
|
||||
2025-12-28 04:27:09.271 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-28 04:27:09.272 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-28 04:27:09.272 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:27:09.272 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:27:09.272 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:27:09.272 DEBUG [src.node.docker_mananger] docker run -i -t -p 9407:9407 -p 9408:9408 -p 9409:9409 -p 9410:9410 -p 9411:9411 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9409 --rest-port=9407 --tcp-port=9408 --discv5-udp-port=9410 --rest-address=0.0.0.0 --nat=extip:172.18.208.108 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=efcab61365c17931316bcae05dfa0affd722a94e09e94fb96a7123f207ef4d8d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9411 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QI4RiJqhugBzdikaMbrVf0xUFSx3TK8uqvRZ3yUtvSPBC5J6G9_xVi3snuKaVAuTpUd7_JA7Ht5MlhAct6PHEnICgmlkgnY0gmlwhKwS0PGKbXVsdGlhZGRyc5YACASsEtDxBixoAAoErBLQ8QYsad0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzTwi3ls5PZ1moDvil8thZYg3OFwhXokLXywURrP3hO6DdGNwgixog3VkcIIsaoV3YWt1MgU --filternode=/ip4/172.18.208.241/tcp/11368/p2p/16Uiu2HAmSU97XqzYMkEXB7WjLHXWuPjv5vxbDiSajXP6uZ32rbhX
|
||||
2025-12-28 04:27:09.465 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.108 waku e38930c39d4e5e88472c7a616eb5bacc781df16df15630bb3d297bbf85381a53
|
||||
2025-12-28 04:27:09.495 DEBUG [src.node.docker_mananger] Container started with ID e38930c39d4e. Setting up logs at ./log/docker/node2_2025-12-28_04-27-08__0e0fd001-8655-4844-973b-2c5e42dc286d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:27:09.495 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9407
|
||||
2025-12-28 04:27:09.495 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:27:10.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:10.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:27:10.500 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:27:10.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:10.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.108/tcp/9408/p2p/16Uiu2HAmG6PndhBmjcL3UYk8qAW4NEeLUq8e5guFfiWnDoMMih2t","/ip4/172.18.208.108/tcp/9409/ws/p2p/16Uiu2HAmG6PndhBmjcL3UYk8qAW4NEeLUq8e5guFfiWnDoMMih2t"],"enrUri":"enr:-L24QLH2I9N5OVGH-dRtVtBqBfQ_TBLMyxCiwvwcJmHpL1CYMKHTPuddDxdJCC5qgU-S-ecNz4rwb_IJSMSPnQGxk-ACgmlkgnY0gmlwhKwS0GyKbXVsdGlhZGRyc5YACASsEtBsBiTAAAoErBLQbAYkwd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMxUUzWTGsLp-Xo8-4HbpiyIdNGtildW-XGfns5baJLWDdGNwgiTAg3VkcIIkwoV3YWt1MgA"}'
|
||||
2025-12-28 04:27:10.502 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:27:10.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.241/tcp/11368/p2p/16Uiu2HAmSU97XqzYMkEXB7WjLHXWuPjv5vxbDiSajXP6uZ32rbhX"]'
|
||||
2025-12-28 04:27:10.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:10.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2025-12-28 04:27:10.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:10.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8c912be7-f7c0-4e4c-be1b-41c23f4b7017", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||||
2025-12-28 04:27:10.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8c912be7-f7c0-4e4c-be1b-41c23f4b7017","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.562 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e863d84b-1a1e-43b8-a95b-9d162a010bb5", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
||||
2025-12-28 04:27:10.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e863d84b-1a1e-43b8-a95b-9d162a010bb5","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7aadf30e-3867-40ac-ab6c-92f6124cabd3", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
||||
2025-12-28 04:27:10.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7aadf30e-3867-40ac-ab6c-92f6124cabd3","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9dc9b018-a93d-406c-ae29-e64ee0f20cc4", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
||||
2025-12-28 04:27:10.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9dc9b018-a93d-406c-ae29-e64ee0f20cc4","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7a4210ba-1343-4025-8be6-b99def71623d", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
||||
2025-12-28 04:27:10.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7a4210ba-1343-4025-8be6-b99def71623d","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f96c8cd9-eda5-46ac-9c61-2657c15eb2ab", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
||||
2025-12-28 04:27:10.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f96c8cd9-eda5-46ac-9c61-2657c15eb2ab","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a61f6cbc-91a8-4081-bda6-78a1df82c680", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
||||
2025-12-28 04:27:10.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a61f6cbc-91a8-4081-bda6-78a1df82c680","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9407/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e6998dd4-1713-4e7e-88d8-f64187adba87", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
||||
2025-12-28 04:27:10.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e6998dd4-1713-4e7e-88d8-f64187adba87","statusDesc":"OK"}'
|
||||
2025-12-28 04:27:10.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:10.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:10.635 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:10.735 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:10.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:10.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896030626613308,"ephemeral":false}]'
|
||||
2025-12-28 04:27:10.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:10.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:10.745 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:10.845 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:10.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:10.848 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":1766896030739906205,"ephemeral":false}]'
|
||||
2025-12-28 04:27:10.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:10.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:10.855 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:10.956 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:10.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:10.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766896030849923819,"ephemeral":false}]'
|
||||
2025-12-28 04:27:10.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:10.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:10.966 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:11.066 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:11.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:11.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766896030960083351,"ephemeral":false}]'
|
||||
2025-12-28 04:27:11.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:11.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:11.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:11.176 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:11.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:11.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766896031070176610,"ephemeral":false}]'
|
||||
2025-12-28 04:27:11.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:11.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:11.186 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:11.286 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:11.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:11.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766896031180315830,"ephemeral":false}]'
|
||||
2025-12-28 04:27:11.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:11.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:11.296 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:11.397 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:11.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:11.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766896031290924099,"ephemeral":false}]'
|
||||
2025-12-28 04:27:11.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11367/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:27:11.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:27:11.406 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:27:11.507 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:27:11.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9407/filter/v2/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:11.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766896031401155459,"ephemeral":false}]'
|
||||
2025-12-28 04:27:11.512 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:27:11.513 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:27:11.513 DEBUG [src.node.waku_node] Stopping container with id 51f067020217
|
||||
2025-12-28 04:27:12.053 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:27:12.053 DEBUG [src.node.waku_node] Stopping container with id e38930c39d4e
|
||||
2025-12-28 04:27:12.581 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:27:12.582 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:27:12.591 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:27:12.600 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
167
nim/1017/data/attachments/12f9a666e998ce73.txt
Normal file
167
nim/1017/data/attachments/12f9a666e998ce73.txt
Normal file
@ -0,0 +1,167 @@
|
||||
2025-12-28 04:19:38.846 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:19:38.846 DEBUG [tests.conftest] Running test: test_all_nodes_subscribed_to_the_topic with id: 2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d
|
||||
2025-12-28 04:19:38.846 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:19:38.846 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:19:38.847 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:19:38.852 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:38.853 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:38.853 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:38.853 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:38.854 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:38.854 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.140
|
||||
2025-12-28 04:19:38.854 DEBUG [src.node.docker_mananger] Generated ports ['4686', '4687', '4688', '4689', '4690']
|
||||
2025-12-28 04:19:38.855 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:38.855 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:38.855 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:38.855 DEBUG [src.node.docker_mananger] docker run -i -t -p 4686:4686 -p 4687:4687 -p 4688:4688 -p 4689:4689 -p 4690:4690 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4688 --rest-port=4686 --tcp-port=4687 --discv5-udp-port=4689 --rest-address=0.0.0.0 --nat=extip:172.18.113.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d40eddb4a0e7d7a31333dc0c0ce677fe10883127abfbdb5a4c94f97cc01a6c17 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4690 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:19:39.031 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.140 waku 95619b181b0ac7f1aad46184a177b88aba4f8380823eb46823de7235daa6c7bb
|
||||
2025-12-28 04:19:39.062 DEBUG [src.node.docker_mananger] Container started with ID 95619b181b0a. Setting up logs at ./log/docker/node1_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:39.063 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4686
|
||||
2025-12-28 04:19:39.063 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:39.119 ERROR [src.node.docker_mananger] Max retries reached for container 6075e2845f01. Exiting log stream.
|
||||
2025-12-28 04:19:39.643 ERROR [src.node.docker_mananger] Max retries reached for container f9aa0e435241. Exiting log stream.
|
||||
2025-12-28 04:19:40.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4686/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:40.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:19:40.067 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:40.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4686/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:40.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ","/ip4/172.18.113.140/tcp/4688/ws/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ"],"enrUri":"enr:-L24QE7ujtZ4yE_-t5VJ8UzbQRLDzwIsAH9e3FEh8ScRxYzycUCCPyDoYAC5Lo8zLmpqhHXop4vD93aPs8yE5orMoHoCgmlkgnY0gmlwhKwScYyKbXVsdGlhZGRyc5YACASsEnGMBhJPAAoErBJxjAYSUN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDopCbftx1ST1o3P5DlbCa1CMeWUWm3wfarlzR1-vdKZmDdGNwghJPg3VkcIISUYV3YWt1MgU"}'
|
||||
2025-12-28 04:19:40.069 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:40.069 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:19:40.075 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:40.076 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:40.076 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:40.076 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:40.077 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:40.077 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.200
|
||||
2025-12-28 04:19:40.077 DEBUG [src.node.docker_mananger] Generated ports ['1539', '1540', '1541', '1542', '1543']
|
||||
2025-12-28 04:19:40.077 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:40.078 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:40.078 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:40.078 DEBUG [src.node.docker_mananger] docker run -i -t -p 1539:1539 -p 1540:1540 -p 1541:1541 -p 1542:1542 -p 1543:1543 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1541 --rest-port=1539 --tcp-port=1540 --discv5-udp-port=1542 --rest-address=0.0.0.0 --nat=extip:172.18.59.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2bb6283bcb5bf7baececf4ff2b0ba4b7fd732a8d0d7f34aee6eade782f3a7568 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1543 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE7ujtZ4yE_-t5VJ8UzbQRLDzwIsAH9e3FEh8ScRxYzycUCCPyDoYAC5Lo8zLmpqhHXop4vD93aPs8yE5orMoHoCgmlkgnY0gmlwhKwScYyKbXVsdGlhZGRyc5YACASsEnGMBhJPAAoErBJxjAYSUN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDopCbftx1ST1o3P5DlbCa1CMeWUWm3wfarlzR1-vdKZmDdGNwghJPg3VkcIISUYV3YWt1MgU --filternode=/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ
|
||||
2025-12-28 04:19:40.267 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.200 waku 888c4c2269352080995a19ebf11a8e122c0f944baddbb20e983754d11683551d
|
||||
2025-12-28 04:19:40.297 DEBUG [src.node.docker_mananger] Container started with ID 888c4c226935. Setting up logs at ./log/docker/node2_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:40.298 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1539
|
||||
2025-12-28 04:19:40.299 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:41.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1539/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:41.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:19:41.303 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:41.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1539/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:41.306 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.200/tcp/1540/p2p/16Uiu2HAmB6WFyUDsPrYfnUUFRoKeCzWEfa5fkjTb3AK4b6KyKrPE","/ip4/172.18.59.200/tcp/1541/ws/p2p/16Uiu2HAmB6WFyUDsPrYfnUUFRoKeCzWEfa5fkjTb3AK4b6KyKrPE"],"enrUri":"enr:-L24QPu1jZl8ERrc5KKGTpQD7ZHuwFKpSUvlb5F0VrTNRq0VLNO3opEZPqPolLlswcIckydg0Um3nnB0xIu1PO6KE3oCgmlkgnY0gmlwhKwSO8iKbXVsdGlhZGRyc5YACASsEjvIBgYEAAoErBI7yAYGBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6NH2v2knQAC15U0bFcA40e9C26mSuMBOrc8ctr3DD72DdGNwggYEg3VkcIIGBoV3YWt1MgA"}'
|
||||
2025-12-28 04:19:41.306 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:41.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1539/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ"]'
|
||||
2025-12-28 04:19:41.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:41.345 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:41.345 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:41.345 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:41.345 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:41.346 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:41.347 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.222.231
|
||||
2025-12-28 04:19:41.347 DEBUG [src.node.docker_mananger] Generated ports ['2003', '2004', '2005', '2006', '2007']
|
||||
2025-12-28 04:19:41.347 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:41.347 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:41.347 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:41.347 DEBUG [src.node.docker_mananger] docker run -i -t -p 2003:2003 -p 2004:2004 -p 2005:2005 -p 2006:2006 -p 2007:2007 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2005 --rest-port=2003 --tcp-port=2004 --discv5-udp-port=2006 --rest-address=0.0.0.0 --nat=extip:172.18.222.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f0dd9f6cfb8d9ca7cf4fffb6d7ebbabde2b4db37f9ac5c17e63d5cd304dcf0ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2007 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE7ujtZ4yE_-t5VJ8UzbQRLDzwIsAH9e3FEh8ScRxYzycUCCPyDoYAC5Lo8zLmpqhHXop4vD93aPs8yE5orMoHoCgmlkgnY0gmlwhKwScYyKbXVsdGlhZGRyc5YACASsEnGMBhJPAAoErBJxjAYSUN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDopCbftx1ST1o3P5DlbCa1CMeWUWm3wfarlzR1-vdKZmDdGNwghJPg3VkcIISUYV3YWt1MgU --filternode=/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ
|
||||
2025-12-28 04:19:41.540 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.222.231 waku 5cd084cf9bb340d2840a55a5df60d17d3efcfb4f1ce664f5a829e496ed74a7bb
|
||||
2025-12-28 04:19:41.572 DEBUG [src.node.docker_mananger] Container started with ID 5cd084cf9bb3. Setting up logs at ./log/docker/node3_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:41.572 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2003
|
||||
2025-12-28 04:19:41.572 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:42.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2003/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:42.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:19:42.577 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:42.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2003/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:42.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.231/tcp/2004/p2p/16Uiu2HAmGA4URBhuCBagvP38yZhsmZzRd7fNs7fV1Pu43ULFgqkE","/ip4/172.18.222.231/tcp/2005/ws/p2p/16Uiu2HAmGA4URBhuCBagvP38yZhsmZzRd7fNs7fV1Pu43ULFgqkE"],"enrUri":"enr:-L24QJZoiaDf1mzqlmkaypwWAH5W1fEjWmLfN6cr3WUiZOcQA2zQ-Nm7EF4OXOKhAn2wLsqLCqTZnIapRfwFxx6urM4CgmlkgnY0gmlwhKwS3ueKbXVsdGlhZGRyc5YACASsEt7nBgfUAAoErBLe5wYH1d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNAWQ5lTtrxO5d1svPO0G4yAP4IHqMG2mpAQm5IiwLyODdGNwggfUg3VkcIIH1oV3YWt1MgA"}'
|
||||
2025-12-28 04:19:42.579 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:42.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2003/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ"]'
|
||||
2025-12-28 04:19:42.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:42.618 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:42.618 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:42.618 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:42.618 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:42.622 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:42.622 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.74.49
|
||||
2025-12-28 04:19:42.622 DEBUG [src.node.docker_mananger] Generated ports ['23552', '23553', '23554', '23555', '23556']
|
||||
2025-12-28 04:19:42.622 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:42.622 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:42.622 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:42.622 DEBUG [src.node.docker_mananger] docker run -i -t -p 23552:23552 -p 23553:23553 -p 23554:23554 -p 23555:23555 -p 23556:23556 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23554 --rest-port=23552 --tcp-port=23553 --discv5-udp-port=23555 --rest-address=0.0.0.0 --nat=extip:172.18.74.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec1a75cb3d5b1de049edc3ddcfe5b8c92ebdcfbebef5d121df7fd0d0bce085c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23556 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE7ujtZ4yE_-t5VJ8UzbQRLDzwIsAH9e3FEh8ScRxYzycUCCPyDoYAC5Lo8zLmpqhHXop4vD93aPs8yE5orMoHoCgmlkgnY0gmlwhKwScYyKbXVsdGlhZGRyc5YACASsEnGMBhJPAAoErBJxjAYSUN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDopCbftx1ST1o3P5DlbCa1CMeWUWm3wfarlzR1-vdKZmDdGNwghJPg3VkcIISUYV3YWt1MgU --filternode=/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ
|
||||
2025-12-28 04:19:42.801 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.74.49 waku 2df8b1c9a3a4eedb9b1394a05d30be73d2dcc07960ac9596a02f998630b9bb6a
|
||||
2025-12-28 04:19:42.831 DEBUG [src.node.docker_mananger] Container started with ID 2df8b1c9a3a4. Setting up logs at ./log/docker/node4_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:42.831 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23552
|
||||
2025-12-28 04:19:42.831 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:43.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23552/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:43.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:19:43.836 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:43.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23552/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:43.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.74.49/tcp/23553/p2p/16Uiu2HAmTVwJm57EuacxAcJRVRe8GouJP6jg4TbxRFtaJESdCRme","/ip4/172.18.74.49/tcp/23554/ws/p2p/16Uiu2HAmTVwJm57EuacxAcJRVRe8GouJP6jg4TbxRFtaJESdCRme"],"enrUri":"enr:-L24QESXdb8Jxxqn4xtJ55ZaTFTtlOPfF8ztLs9nohwpN691aHDh_CROn9rolyNIYdiwc4mWllQQQCh3QoWHKEuTbOgCgmlkgnY0gmlwhKwSSjGKbXVsdGlhZGRyc5YACASsEkoxBlwBAAoErBJKMQZcAt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3I2inDQFPBnpnUY03NtjGdjAuU8esgvA4vf0XoaQUtWDdGNwglwBg3VkcIJcA4V3YWt1MgA"}'
|
||||
2025-12-28 04:19:43.839 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:43.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23552/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ"]'
|
||||
2025-12-28 04:19:43.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:43.883 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:43.883 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:43.883 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:43.883 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:43.884 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:43.884 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.29
|
||||
2025-12-28 04:19:43.885 DEBUG [src.node.docker_mananger] Generated ports ['42032', '42033', '42034', '42035', '42036']
|
||||
2025-12-28 04:19:43.885 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:43.885 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:43.885 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:43.885 DEBUG [src.node.docker_mananger] docker run -i -t -p 42032:42032 -p 42033:42033 -p 42034:42034 -p 42035:42035 -p 42036:42036 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42034 --rest-port=42032 --tcp-port=42033 --discv5-udp-port=42035 --rest-address=0.0.0.0 --nat=extip:172.18.88.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0c8acd8105cddae758ba7397cb3b4b9db7b4c0dfdabc0cbc4532d57bc3e0f0c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42036 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE7ujtZ4yE_-t5VJ8UzbQRLDzwIsAH9e3FEh8ScRxYzycUCCPyDoYAC5Lo8zLmpqhHXop4vD93aPs8yE5orMoHoCgmlkgnY0gmlwhKwScYyKbXVsdGlhZGRyc5YACASsEnGMBhJPAAoErBJxjAYSUN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDopCbftx1ST1o3P5DlbCa1CMeWUWm3wfarlzR1-vdKZmDdGNwghJPg3VkcIISUYV3YWt1MgU --filternode=/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ
|
||||
2025-12-28 04:19:44.072 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.29 waku 559f3400893269ebc945a09a3d7828448d238933d7cc3214c6fd149150656e76
|
||||
2025-12-28 04:19:44.102 DEBUG [src.node.docker_mananger] Container started with ID 559f34008932. Setting up logs at ./log/docker/node5_2025-12-28_04-19-38__b8c0be0c-8bc1-44cc-8082-3cb8ce43e41d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:44.102 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42032
|
||||
2025-12-28 04:19:44.103 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:45.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42032/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:45.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:19:45.107 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:45.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42032/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:45.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.29/tcp/42033/p2p/16Uiu2HAmS8tYdhhFXRdtpdv3g2QCQ83HjVi7GR4kf5fvrmrMCHAB","/ip4/172.18.88.29/tcp/42034/ws/p2p/16Uiu2HAmS8tYdhhFXRdtpdv3g2QCQ83HjVi7GR4kf5fvrmrMCHAB"],"enrUri":"enr:-L24QE2eGITYIVem0Zcb0M7uOP7HOj1fUdi7QdR-fmYzq6IZaZPhO7VxpqT4eJVC-WjwvGrHWDUOhutGrdYySqx5zYQCgmlkgnY0gmlwhKwSWB2KbXVsdGlhZGRyc5YACASsElgdBqQxAAoErBJYHQakMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyE2hLsKxuWBncVH635XaIfpjWjNUtzxNMwbl_4RDk2yDdGNwgqQxg3VkcIKkM4V3YWt1MgA"}'
|
||||
2025-12-28 04:19:45.109 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:45.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42032/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.113.140/tcp/4687/p2p/16Uiu2HAmPbaHj5WP5VQxtZ1eFuM3vgjDaaueJnmhJpWuPiVkVgwJ"]'
|
||||
2025-12-28 04:19:45.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:45.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4686/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:19:45.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:45.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1539/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "22fb4099-cf2b-46c6-91d9-68f7174877aa", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:19:45.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"22fb4099-cf2b-46c6-91d9-68f7174877aa","statusDesc":"OK"}'
|
||||
2025-12-28 04:19:45.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2003/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "67c05d7c-04f1-4988-a461-f092c988a88a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:19:45.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"67c05d7c-04f1-4988-a461-f092c988a88a","statusDesc":"OK"}'
|
||||
2025-12-28 04:19:45.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23552/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a4a3fcff-b4dd-4205-9d7a-b5a1d11eaffb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:19:45.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a4a3fcff-b4dd-4205-9d7a-b5a1d11eaffb","statusDesc":"OK"}'
|
||||
2025-12-28 04:19:45.182 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42032/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "064ac639-32e6-4c01-8e00-f9037ff18390", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:19:45.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"064ac639-32e6-4c01-8e00-f9037ff18390","statusDesc":"OK"}'
|
||||
2025-12-28 04:19:45.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4686/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:19:45.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:45.205 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:19:45.306 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:19:45.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1539/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:45.308 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":1766895585191155246,"ephemeral":false}]'
|
||||
2025-12-28 04:19:45.310 DEBUG [src.steps.filter] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:19:45.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2003/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:45.312 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":1766895585191155246,"ephemeral":false}]'
|
||||
2025-12-28 04:19:45.313 DEBUG [src.steps.filter] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:19:45.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23552/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:45.316 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":1766895585191155246,"ephemeral":false}]'
|
||||
2025-12-28 04:19:45.317 DEBUG [src.steps.filter] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:19:45.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42032/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:45.320 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":1766895585191155246,"ephemeral":false}]'
|
||||
2025-12-28 04:19:45.323 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:19:45.323 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:19:45.324 DEBUG [src.node.waku_node] Stopping container with id 95619b181b0a
|
||||
2025-12-28 04:19:45.869 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:45.870 DEBUG [src.node.waku_node] Stopping container with id 888c4c226935
|
||||
2025-12-28 04:19:46.401 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:46.404 DEBUG [src.node.waku_node] Stopping container with id 5cd084cf9bb3
|
||||
2025-12-28 04:19:46.682 ERROR [src.node.docker_mananger] Max retries reached for container 95619b181b0a. Exiting log stream.
|
||||
2025-12-28 04:19:46.919 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:46.919 DEBUG [src.node.waku_node] Stopping container with id 2df8b1c9a3a4
|
||||
2025-12-28 04:19:47.213 ERROR [src.node.docker_mananger] Max retries reached for container 888c4c226935. Exiting log stream.
|
||||
2025-12-28 04:19:47.434 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:47.435 DEBUG [src.node.waku_node] Stopping container with id 559f34008932
|
||||
2025-12-28 04:19:47.732 ERROR [src.node.docker_mananger] Max retries reached for container 5cd084cf9bb3. Exiting log stream.
|
||||
2025-12-28 04:19:47.922 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:47.923 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:19:47.937 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:47.942 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:47.946 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:47.951 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:47.955 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
841
nim/1017/data/attachments/13ae07b059fc6bd1.txt
Normal file
841
nim/1017/data/attachments/13ae07b059fc6bd1.txt
Normal file
@ -0,0 +1,841 @@
|
||||
2025-12-28 04:36:23.170 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:36:23.170 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_only_relay with id: 2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926
|
||||
2025-12-28 04:36:23.170 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:36:23.171 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:36:23.178 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:36:23.178 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:36:23.178 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:36:23.179 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:36:23.180 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:36:23.180 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.175
|
||||
2025-12-28 04:36:23.180 DEBUG [src.node.docker_mananger] Generated ports ['57087', '57088', '57089', '57090', '57091']
|
||||
2025-12-28 04:36:23.181 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:36:23.181 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:36:23.181 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:36:23.181 DEBUG [src.node.docker_mananger] docker run -i -t -p 57087:57087 -p 57088:57088 -p 57089:57089 -p 57090:57090 -p 57091:57091 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57089 --rest-port=57087 --tcp-port=57088 --discv5-udp-port=57090 --rest-address=0.0.0.0 --nat=extip:172.18.101.175 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2eb8ffcc7ad5d052efc88f5e0c3eccf1d1c5adfcfe0cee888b00e6a1a653bf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57091 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-28 04:36:23.388 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.175 waku 556d2b3789f35257a855b6ba70f36d5be42a10633d016f0cb97c4159864a6380
|
||||
2025-12-28 04:36:23.427 DEBUG [src.node.docker_mananger] Container started with ID 556d2b3789f3. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:36:23.429 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57087
|
||||
2025-12-28 04:36:23.429 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:36:24.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57087/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:24.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:36:24.433 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:36:24.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57087/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:24.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.175/tcp/57088/p2p/16Uiu2HAmPTZzmvKdkuxiX6SNDjEYEJBRhGxnnU4cn6HsLhhncVhH","/ip4/172.18.101.175/tcp/57089/ws/p2p/16Uiu2HAmPTZzmvKdkuxiX6SNDjEYEJBRhGxnnU4cn6HsLhhncVhH"],"enrUri":"enr:-L24QKPnbcR714XrL2zjkt8JDrl1dnQaYEhdcYSXn4_OZB73X9xHQzIWYOdVjOPVG_rLva7IaqrJRTOcR5AqDFNepHYCgmlkgnY0gmlwhKwSZa-KbXVsdGlhZGRyc5YACASsEmWvBt8AAAoErBJlrwbfAd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoIOhZrzFWPaML39JdqIw38q1wHy3IEyUCtFUT7_SuNiDdGNwgt8Ag3VkcILfAoV3YWt1MgE"}'
|
||||
2025-12-28 04:36:24.436 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:36:24.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57087/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:36:24.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:36:24.455 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:36:24.455 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:36:24.456 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:36:24.456 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:36:24.457 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:36:24.457 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.109.146
|
||||
2025-12-28 04:36:24.457 DEBUG [src.node.docker_mananger] Generated ports ['48839', '48840', '48841', '48842', '48843']
|
||||
2025-12-28 04:36:24.457 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:36:24.458 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:36:24.458 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:36:24.458 DEBUG [src.node.docker_mananger] docker run -i -t -p 48839:48839 -p 48840:48840 -p 48841:48841 -p 48842:48842 -p 48843:48843 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48841 --rest-port=48839 --tcp-port=48840 --discv5-udp-port=48842 --rest-address=0.0.0.0 --nat=extip:172.18.109.146 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=99afdcc00cc4ea5d1329d4791e7c5dff33becca6c07dd8c4ae2fb882acaedc39 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48843 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKPnbcR714XrL2zjkt8JDrl1dnQaYEhdcYSXn4_OZB73X9xHQzIWYOdVjOPVG_rLva7IaqrJRTOcR5AqDFNepHYCgmlkgnY0gmlwhKwSZa-KbXVsdGlhZGRyc5YACASsEmWvBt8AAAoErBJlrwbfAd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoIOhZrzFWPaML39JdqIw38q1wHy3IEyUCtFUT7_SuNiDdGNwgt8Ag3VkcILfAoV3YWt1MgE --lightpushnode=/ip4/172.18.101.175/tcp/57088/p2p/16Uiu2HAmPTZzmvKdkuxiX6SNDjEYEJBRhGxnnU4cn6HsLhhncVhH --lightpush=true --relay=false
|
||||
2025-12-28 04:36:24.651 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.109.146 waku 491a1f38c6fb6943b39cd3811e7406449b2156e63b5aaf72cca9049f595df3e7
|
||||
2025-12-28 04:36:24.687 DEBUG [src.node.docker_mananger] Container started with ID 491a1f38c6fb. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:36:24.687 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48839
|
||||
2025-12-28 04:36:24.687 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:36:25.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:25.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:25.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:25.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:25.995 ERROR [src.node.docker_mananger] Max retries reached for container 491a1f38c6fb. Exiting log stream.
|
||||
2025-12-28 04:36:26.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:26.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:27.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:28.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:29.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:30.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:31.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:32.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:33.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:34.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:35.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:36.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:37.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:38.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:39.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:40.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:41.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:42.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:43.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:44.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48839/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:45.783 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=48839): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbadf2173e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:36:45.883 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:36:45.883 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:36:45.885 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:36:45.885 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.120
|
||||
2025-12-28 04:36:45.885 DEBUG [src.node.docker_mananger] Generated ports ['12339', '12340', '12341', '12342', '12343']
|
||||
2025-12-28 04:36:45.886 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:36:45.886 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:36:45.886 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:36:45.886 DEBUG [src.node.docker_mananger] docker run -i -t -p 12339:12339 -p 12340:12340 -p 12341:12341 -p 12342:12342 -p 12343:12343 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12341 --rest-port=12339 --tcp-port=12340 --discv5-udp-port=12342 --rest-address=0.0.0.0 --nat=extip:172.18.176.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=11bcaecdf2f0f1fc16d727575fe944a5ceca1ce16b40b1c77bea890f5af2e3d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12343 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKPnbcR714XrL2zjkt8JDrl1dnQaYEhdcYSXn4_OZB73X9xHQzIWYOdVjOPVG_rLva7IaqrJRTOcR5AqDFNepHYCgmlkgnY0gmlwhKwSZa-KbXVsdGlhZGRyc5YACASsEmWvBt8AAAoErBJlrwbfAd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoIOhZrzFWPaML39JdqIw38q1wHy3IEyUCtFUT7_SuNiDdGNwgt8Ag3VkcILfAoV3YWt1MgE --lightpushnode=/ip4/172.18.101.175/tcp/57088/p2p/16Uiu2HAmPTZzmvKdkuxiX6SNDjEYEJBRhGxnnU4cn6HsLhhncVhH --lightpush=true --relay=false
|
||||
2025-12-28 04:36:46.072 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.120 waku 46c3d8c96528c2ea23067644ead30c5cc6b6b1962fc01bc42aefc4e4aa2aa0e9
|
||||
2025-12-28 04:36:46.102 DEBUG [src.node.docker_mananger] Container started with ID 46c3d8c96528. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:36:46.104 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12339
|
||||
2025-12-28 04:36:46.104 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:36:47.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.412 ERROR [src.node.docker_mananger] Max retries reached for container 46c3d8c96528. Exiting log stream.
|
||||
2025-12-28 04:36:47.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:47.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:48.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:49.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:50.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:51.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:52.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:53.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:54.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:55.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:56.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:57.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:58.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:36:59.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:00.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:01.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:02.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:03.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:04.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:05.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:06.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:07.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:07.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12339/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:07.185 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=12339): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbadf672270>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:37:07.285 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:37:07.285 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:37:07.287 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:37:07.287 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.28
|
||||
2025-12-28 04:37:07.287 DEBUG [src.node.docker_mananger] Generated ports ['58641', '58642', '58643', '58644', '58645']
|
||||
2025-12-28 04:37:07.287 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:37:07.287 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:37:07.287 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:37:07.287 DEBUG [src.node.docker_mananger] docker run -i -t -p 58641:58641 -p 58642:58642 -p 58643:58643 -p 58644:58644 -p 58645:58645 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58643 --rest-port=58641 --tcp-port=58642 --discv5-udp-port=58644 --rest-address=0.0.0.0 --nat=extip:172.18.180.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2414f2afb0351f6fe13b4bdccc18c927512ece44f0b21c75326ec4743751b65 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58645 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKPnbcR714XrL2zjkt8JDrl1dnQaYEhdcYSXn4_OZB73X9xHQzIWYOdVjOPVG_rLva7IaqrJRTOcR5AqDFNepHYCgmlkgnY0gmlwhKwSZa-KbXVsdGlhZGRyc5YACASsEmWvBt8AAAoErBJlrwbfAd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoIOhZrzFWPaML39JdqIw38q1wHy3IEyUCtFUT7_SuNiDdGNwgt8Ag3VkcILfAoV3YWt1MgE --lightpushnode=/ip4/172.18.101.175/tcp/57088/p2p/16Uiu2HAmPTZzmvKdkuxiX6SNDjEYEJBRhGxnnU4cn6HsLhhncVhH --lightpush=true --relay=false
|
||||
2025-12-28 04:37:07.474 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.28 waku b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf
|
||||
2025-12-28 04:37:07.503 DEBUG [src.node.docker_mananger] Container started with ID b59ba543b0a7. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:07.505 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58641
|
||||
2025-12-28 04:37:07.505 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:37:08.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:08.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:08.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:08.789 ERROR [src.node.docker_mananger] Max retries reached for container b59ba543b0a7. Exiting log stream.
|
||||
2025-12-28 04:37:08.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:08.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:09.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:10.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:11.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:12.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:15.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:16.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:17.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:18.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:19.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:20.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:21.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:22.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:24.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:25.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:26.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:27.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58641/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:28.584 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=58641): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbadf5a7890>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:37:28.766 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:37:28.767 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:37:28.767 DEBUG [src.node.waku_node] Stopping container with id 556d2b3789f3
|
||||
2025-12-28 04:37:29.294 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:37:29.295 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:29.398 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:29.500 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:29.601 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:29.703 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:29.804 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:29.906 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.007 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.107 ERROR [src.node.docker_mananger] Max retries reached for container 556d2b3789f3. Exiting log stream.
|
||||
2025-12-28 04:37:30.108 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.210 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.311 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.412 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.514 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.616 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.717 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.819 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:30.921 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.022 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.124 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.225 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.327 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.428 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.530 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.632 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.733 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.835 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:31.937 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.038 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.139 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.241 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.342 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.444 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.546 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.648 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.749 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.851 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:32.952 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.054 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.156 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.257 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.358 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.460 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.562 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.663 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.765 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.866 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:33.968 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.070 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.171 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.272 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.374 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.375 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf/stop: Not Found ("No such container: b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf")
|
||||
2025-12-28 04:37:34.375 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.477 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.578 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.680 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.781 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.883 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:34.985 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.086 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.188 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.290 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.391 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.493 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.595 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.696 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.798 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:35.900 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.001 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.105 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.207 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.308 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.410 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.512 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.613 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.714 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.816 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:36.918 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.020 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.122 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.223 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.324 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.426 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.528 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.629 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.730 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.832 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:37.934 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.035 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.137 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.238 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.340 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.441 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.543 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.644 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.746 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.847 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:38.949 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.051 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.152 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.254 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.356 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.457 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.459 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf/stop: Not Found ("No such container: b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf")
|
||||
2025-12-28 04:37:39.459 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.560 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.661 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.763 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.865 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:39.967 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.068 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.170 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.271 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.373 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.474 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.576 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.678 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.779 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.881 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:40.983 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.084 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.186 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.287 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.389 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.491 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.592 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.694 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.795 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.897 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:41.999 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.100 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.202 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.304 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.405 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.507 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.609 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.710 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.812 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:42.914 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.016 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.117 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.218 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.320 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.421 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.523 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.625 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.727 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.828 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:43.930 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.032 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.133 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.235 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.336 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.438 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.539 DEBUG [src.node.waku_node] Stopping container with id b59ba543b0a7
|
||||
2025-12-28 04:37:44.540 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf/stop: Not Found ("No such container: b59ba543b0a7f739ca97bcc0f2a2428b3bbe2e3e57857f14c711710311c7d2bf")
|
||||
2025-12-28 04:37:44.541 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:37:44.546 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:37:44.546 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:37:44.546 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:37:44.547 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:37:44.547 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-28 04:37:44.547 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-28 04:37:44.548 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:44.548 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-28_04-36-23__eb802e8e-16ac-43cb-b56e-13c763423926__wakuorg_nwaku:latest.log
|
||||
2586
nim/1017/data/attachments/13bef01859d33e9a.txt
Normal file
2586
nim/1017/data/attachments/13bef01859d33e9a.txt
Normal file
File diff suppressed because it is too large
Load Diff
135
nim/1017/data/attachments/143b90f597ab1668.txt
Normal file
135
nim/1017/data/attachments/143b90f597ab1668.txt
Normal file
@ -0,0 +1,135 @@
|
||||
2025-12-28 04:33:02.684 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:33:02.684 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_from_some_pubsub_topics with id: 2025-12-28_04-33-02__040f1454-1cb2-422f-8a33-ae35d12c2695
|
||||
2025-12-28 04:33:02.684 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:33:02.685 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:33:02.685 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-28 04:33:02.692 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:33:02.692 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-33-02__040f1454-1cb2-422f-8a33-ae35d12c2695__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:02.692 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:33:02.692 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:33:02.694 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:33:02.694 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.61
|
||||
2025-12-28 04:33:02.694 DEBUG [src.node.docker_mananger] Generated ports ['58938', '58939', '58940', '58941', '58942']
|
||||
2025-12-28 04:33:02.694 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:33:02.694 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:33:02.695 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:33:02.695 DEBUG [src.node.docker_mananger] docker run -i -t -p 58938:58938 -p 58939:58939 -p 58940:58940 -p 58941:58941 -p 58942:58942 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58940 --rest-port=58938 --tcp-port=58939 --discv5-udp-port=58941 --rest-address=0.0.0.0 --nat=extip:172.18.13.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f83e4921f45a129e5dab4ebefce805039ac8438ea65fcfe0f0ce507cc4e12b20 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58942 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:33:02.896 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.61 waku ab80122f1275d4631360d69b66e9772286211218bc2aaeb4567225a4c385d0cd
|
||||
2025-12-28 04:33:02.933 DEBUG [src.node.docker_mananger] Container started with ID ab80122f1275. Setting up logs at ./log/docker/node1_2025-12-28_04-33-02__040f1454-1cb2-422f-8a33-ae35d12c2695__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:02.934 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58938
|
||||
2025-12-28 04:33:02.934 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:33:03.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:33:03.938 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:33:03.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.61/tcp/58939/p2p/16Uiu2HAmNUDUxEKfvyfDcTLvoFijVUgSH4aDGg1miZMryzAJVonS","/ip4/172.18.13.61/tcp/58940/ws/p2p/16Uiu2HAmNUDUxEKfvyfDcTLvoFijVUgSH4aDGg1miZMryzAJVonS"],"enrUri":"enr:-L24QK-bbHFaLfa9fg3Mf6s3r2Kk5M7lToihzxpmC3pIDo2rGJoEILvL06QXZ-Yh47wi2CQIczHFc9XaH-aktiGkCNwCgmlkgnY0gmlwhKwSDT2KbXVsdGlhZGRyc5YACASsEg09BuY7AAoErBINPQbmPN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkdJUMwJZBhkSywV9eiJJWgWlpiTdEkmtgFgeaexkNRODdGNwguY7g3VkcILmPYV3YWt1MgE"}'
|
||||
2025-12-28 04:33:03.940 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:33:03.947 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:33:03.947 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-33-02__040f1454-1cb2-422f-8a33-ae35d12c2695__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:03.948 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:33:03.948 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:33:03.949 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:33:03.949 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.67
|
||||
2025-12-28 04:33:03.949 DEBUG [src.node.docker_mananger] Generated ports ['30817', '30818', '30819', '30820', '30821']
|
||||
2025-12-28 04:33:03.950 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:33:03.950 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:33:03.950 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:33:03.950 DEBUG [src.node.docker_mananger] docker run -i -t -p 30817:30817 -p 30818:30818 -p 30819:30819 -p 30820:30820 -p 30821:30821 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30819 --rest-port=30817 --tcp-port=30818 --discv5-udp-port=30820 --rest-address=0.0.0.0 --nat=extip:172.18.194.67 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7a34ae3449d20a2f9d021fca433afde3ed4d51b2c6ce2d9e3e53c424cc800d7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30821 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK-bbHFaLfa9fg3Mf6s3r2Kk5M7lToihzxpmC3pIDo2rGJoEILvL06QXZ-Yh47wi2CQIczHFc9XaH-aktiGkCNwCgmlkgnY0gmlwhKwSDT2KbXVsdGlhZGRyc5YACASsEg09BuY7AAoErBINPQbmPN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkdJUMwJZBhkSywV9eiJJWgWlpiTdEkmtgFgeaexkNRODdGNwguY7g3VkcILmPYV3YWt1MgE
|
||||
2025-12-28 04:33:04.136 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.67 waku 46e948066412a81e84ee03fd95e40e180aedb00ec57e517303fc94e7956ac597
|
||||
2025-12-28 04:33:04.169 DEBUG [src.node.docker_mananger] Container started with ID 46e948066412. Setting up logs at ./log/docker/node2_2025-12-28_04-33-02__040f1454-1cb2-422f-8a33-ae35d12c2695__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:04.170 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30817
|
||||
2025-12-28 04:33:04.170 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:33:05.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:33:05.180 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:33:05.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.67/tcp/30818/p2p/16Uiu2HAmJTfRCHyp6WJzzVrKgyXFjxfPzr6kCqfac3hUrS9Rwqxh","/ip4/172.18.194.67/tcp/30819/ws/p2p/16Uiu2HAmJTfRCHyp6WJzzVrKgyXFjxfPzr6kCqfac3hUrS9Rwqxh"],"enrUri":"enr:-L24QDScyFeHw7-KwoAQ5AO36lxTtVJVxSit-Ccoi029NBzVEh4v7dPlFWAr-7cwoAQdEIpxczcpFfR-6fzZIPCzyXYCgmlkgnY0gmlwhKwSwkOKbXVsdGlhZGRyc5YACASsEsJDBnhiAAoErBLCQwZ4Y90DgnJzhQADAQAAiXNlY3AyNTZrMaEDVj9TT19YaqDDse37nyaKpoi1RB2Qbi1oiszyL8ByqA6DdGNwgnhig3VkcIJ4ZIV3YWt1MgE"}'
|
||||
2025-12-28 04:33:05.186 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:33:05.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30817/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.13.61/tcp/58939/p2p/16Uiu2HAmNUDUxEKfvyfDcTLvoFijVUgSH4aDGg1miZMryzAJVonS"]'
|
||||
2025-12-28 04:33:05.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2025-12-28 04:33:05.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30817/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2025-12-28 04:33:05.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.217 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:05.318 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.321 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":1766896385210327552,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.323 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.325 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":1766896385210327552,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.332 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:05.432 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.435 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":1766896385327404032,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.437 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.439 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":1766896385327404032,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.446 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:05.547 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.550 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":1766896385441411584,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.552 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.554 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":1766896385441411584,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.560 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:05.661 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.663 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":1766896385556233728,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.665 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.667 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":1766896385556233728,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.674 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:05.775 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.778 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":1766896385669189376,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.779 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.781 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":1766896385669189376,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.783 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:58938/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9"]'
|
||||
2025-12-28 04:33:05.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.790 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:30817/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9"]'
|
||||
2025-12-28 04:33:05.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.798 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.801 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/0'
|
||||
2025-12-28 04:33:05.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.804 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1'
|
||||
2025-12-28 04:33:05.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.806 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/9'
|
||||
2025-12-28 04:33:05.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.811 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:05.912 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.915 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":1766896385807206190,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.916 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:05.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.919 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":1766896385807206190,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:05.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:05.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:05.925 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:06.025 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:06.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58938/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.028 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":1766896385920578791,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:06.030 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:06.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30817/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.032 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":1766896385920578791,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:06.034 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:33:06.035 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:33:06.036 DEBUG [src.node.waku_node] Stopping container with id ab80122f1275
|
||||
2025-12-28 04:33:06.616 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:33:06.616 DEBUG [src.node.waku_node] Stopping container with id 46e948066412
|
||||
2025-12-28 04:33:07.152 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:33:07.154 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:33:07.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:33:07.173 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1017/data/attachments/14703a97cff5f220.txt
Normal file
68
nim/1017/data/attachments/14703a97cff5f220.txt
Normal file
@ -0,0 +1,68 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_with_no_content_topic with id: 2025-12-28_04-20-31__73fdcf9b-f752-4b58-afe6-4c7aa341182f
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-20-31__73fdcf9b-f752-4b58-afe6-4c7aa341182f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.213.109
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25112', '25113', '25114', '25115', '25116']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 25112:25112 -p 25113:25113 -p 25114:25114 -p 25115:25115 -p 25116:25116 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25114 --rest-port=25112 --tcp-port=25113 --discv5-udp-port=25115 --rest-address=0.0.0.0 --nat=extip:172.18.213.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=924cad4f0bf5966bcc3b8f52b1b8dadb7e3c3077dfdc0befcaa4ac1eccbcb239 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25116 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.213.109 waku 67699a96cee979b8a4b78cd39a3619784bddd16b0483bde93d3270e052397fbb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 67699a96cee9. Setting up logs at ./log/docker/node1_2025-12-28_04-20-31__73fdcf9b-f752-4b58-afe6-4c7aa341182f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25112
|
||||
[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 f6448ed46a4f. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4292e389696e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25112/health" -H "Content-Type: 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:25112/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.213.109/tcp/25113/p2p/16Uiu2HAm1WLtnXYSRnDM7se5zUQYujGuByTwtsgpfNHsazRoUqff","/ip4/172.18.213.109/tcp/25114/ws/p2p/16Uiu2HAm1WLtnXYSRnDM7se5zUQYujGuByTwtsgpfNHsazRoUqff"],"enrUri":"enr:-L24QL6K6R2THigLKax3sCyvGP8KJJZXHMaeDjLFdTkRRk33Xk39FMQIMI5J-btxPgOIjcK8cFpyEkdvt0G-JxikZXQCgmlkgnY0gmlwhKwS1W2KbXVsdGlhZGRyc5YACASsEtVtBmIZAAoErBLVbQZiGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWlhx0envoCk42iXHSyGbaa3uoXjosuI8mONurbygRlqDdGNwgmIZg3VkcIJiG4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-20-31__73fdcf9b-f752-4b58-afe6-4c7aa341182f__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.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29177', '29178', '29179', '29180', '29181']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29177:29177 -p 29178:29178 -p 29179:29179 -p 29180:29180 -p 29181:29181 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29179 --rest-port=29177 --tcp-port=29178 --discv5-udp-port=29180 --rest-address=0.0.0.0 --nat=extip:172.18.92.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d60dc66b835de0bae723c2ded61a4afc0e2dc1b2a7c9b9ada0964a7c8fbc43e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29181 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QL6K6R2THigLKax3sCyvGP8KJJZXHMaeDjLFdTkRRk33Xk39FMQIMI5J-btxPgOIjcK8cFpyEkdvt0G-JxikZXQCgmlkgnY0gmlwhKwS1W2KbXVsdGlhZGRyc5YACASsEtVtBmIZAAoErBLVbQZiGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWlhx0envoCk42iXHSyGbaa3uoXjosuI8mONurbygRlqDdGNwgmIZg3VkcIJiG4V3YWt1MgU --filternode=/ip4/172.18.213.109/tcp/25113/p2p/16Uiu2HAm1WLtnXYSRnDM7se5zUQYujGuByTwtsgpfNHsazRoUqff
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.92.138 waku ea78012a1b2c4e8bad3ff6644de42dcb89f67896fc232a6e30598b80946b8b93
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ea78012a1b2c. Setting up logs at ./log/docker/node2_2025-12-28_04-20-31__73fdcf9b-f752-4b58-afe6-4c7aa341182f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29177
|
||||
[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:29177/health" -H "Content-Type: 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:29177/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.138/tcp/29178/p2p/16Uiu2HAkyugmDgBkHHzNVCNaGQgzQbKGLJJWVR137uKSLgWpSycW","/ip4/172.18.92.138/tcp/29179/ws/p2p/16Uiu2HAkyugmDgBkHHzNVCNaGQgzQbKGLJJWVR137uKSLgWpSycW"],"enrUri":"enr:-L24QItmbzBxh1uMtxCzd5BlI5pqqSZj11ROMe_kaBdGBhf_C7LnWBqJOnDPwu_MfEgtCtbCPLV26S58dSVuq8erFyECgmlkgnY0gmlwhKwSXIqKbXVsdGlhZGRyc5YACASsElyKBnH6AAoErBJcigZx-90DgnJzhQADAQAAiXNlY3AyNTZrMaECQpvlW8GROq0pSrvYljx6hTnnJdcLUnp7gmsVnM_SVyODdGNwgnH6g3VkcIJx_IV3YWt1MgA"}'
|
||||
[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:29177/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.213.109/tcp/25113/p2p/16Uiu2HAm1WLtnXYSRnDM7se5zUQYujGuByTwtsgpfNHsazRoUqff"]'
|
||||
[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:25112/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:29177/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "bf1f8405-6953-4cc5-a6d1-674846a0288f", "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":"bf1f8405-6953-4cc5-a6d1-674846a0288f","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:29177/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:29177/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 67699a96cee9
|
||||
[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 ea78012a1b2c
|
||||
[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.
|
||||
468
nim/1017/data/attachments/1478e855afcad04f.txt
Normal file
468
nim/1017/data/attachments/1478e855afcad04f.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: 2025-12-28_04-38-33__adcf4c3e-5e43-41da-b79f-6b4f31e618cf
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-38-33__adcf4c3e-5e43-41da-b79f-6b4f31e618cf__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.25.189
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20277', '20278', '20279', '20280', '20281']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20277:20277 -p 20278:20278 -p 20279:20279 -p 20280:20280 -p 20281:20281 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20279 --rest-port=20277 --tcp-port=20278 --discv5-udp-port=20280 --rest-address=0.0.0.0 --nat=extip:172.18.25.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cfcab9a247ee12bacc41224fe26c353cabb1bc1a5dc2ff1cb60eabdd5e278bb6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20281 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.25.189 waku 2492eacb4d975d4fed3dc7644f15b8573684f0840f7f74fd9dd406caa811829f
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f52b569cfd52. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2492eacb4d97. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-38-33__adcf4c3e-5e43-41da-b79f-6b4f31e618cf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20277
|
||||
[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 87742ad98eb1. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20277/health" -H "Content-Type: 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:20277/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.25.189/tcp/20278/p2p/16Uiu2HAm34w6tRWr4PURbHGHZChVV9LVrRX56gY8xcNAT4NChT56","/ip4/172.18.25.189/tcp/20279/ws/p2p/16Uiu2HAm34w6tRWr4PURbHGHZChVV9LVrRX56gY8xcNAT4NChT56"],"enrUri":"enr:-L24QPxvH7BXSrUPMT4htnqIflXFmBLfYr8pM-Gj_Gu7-NeZbWsq-QStUldv-FEIlhZ6gpFB9BRaDg4x9i469Uc_IPsCgmlkgnY0gmlwhKwSGb2KbXVsdGlhZGRyc5YACASsEhm9Bk82AAoErBIZvQZPN90DgnJzhQADAQAAiXNlY3AyNTZrMaECcY1ls2y_JQfdwM1H4llIQeTgjYnjdzjSlpbr0ECZxWWDdGNwgk82g3VkcIJPOIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-38-33__adcf4c3e-5e43-41da-b79f-6b4f31e618cf__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.237.163
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35328', '35329', '35330', '35331', '35332']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35328:35328 -p 35329:35329 -p 35330:35330 -p 35331:35331 -p 35332:35332 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35330 --rest-port=35328 --tcp-port=35329 --discv5-udp-port=35331 --rest-address=0.0.0.0 --nat=extip:172.18.237.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd1ba6ea7ba73af02ca6e59f0a17596e663fa7cb500e5edb28b5416cb8a842b4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35332 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPxvH7BXSrUPMT4htnqIflXFmBLfYr8pM-Gj_Gu7-NeZbWsq-QStUldv-FEIlhZ6gpFB9BRaDg4x9i469Uc_IPsCgmlkgnY0gmlwhKwSGb2KbXVsdGlhZGRyc5YACASsEhm9Bk82AAoErBIZvQZPN90DgnJzhQADAQAAiXNlY3AyNTZrMaECcY1ls2y_JQfdwM1H4llIQeTgjYnjdzjSlpbr0ECZxWWDdGNwgk82g3VkcIJPOIV3YWt1MgM --storenode=/ip4/172.18.25.189/tcp/20278/p2p/16Uiu2HAm34w6tRWr4PURbHGHZChVV9LVrRX56gY8xcNAT4NChT56 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.237.163 waku 82481261e338f7a12cd4408fc150cd8a7b2726a7301fc052fcec8d347e99b34e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 82481261e338. Setting up logs at ./log/docker/store_node1_2025-12-28_04-38-33__adcf4c3e-5e43-41da-b79f-6b4f31e618cf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35328
|
||||
[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:35328/health" -H "Content-Type: 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:35328/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.237.163/tcp/35329/p2p/16Uiu2HAm5tPHqMRrshk1WToz55MoZZusU6pYWLyjdxonZ4Pd5LVH","/ip4/172.18.237.163/tcp/35330/ws/p2p/16Uiu2HAm5tPHqMRrshk1WToz55MoZZusU6pYWLyjdxonZ4Pd5LVH"],"enrUri":"enr:-L24QGhonM0FVhc3NmDdzxuS3OtjiMkWV126vmcSzRD0vasYTVNh2Gjx8x2F09fslDDXYQHpkYTBbtB42UufiaKyTCECgmlkgnY0gmlwhKwS7aOKbXVsdGlhZGRyc5YACASsEu2jBooBAAoErBLtowaKAt0DgnJzhQADAQAAiXNlY3AyNTZrMaECm2yuTG6hDRxC-hLMFApJhcViTcVWMbMInBWUVhWtknSDdGNwgooBg3VkcIKKA4V3YWt1MgM"}'
|
||||
[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:35328/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.25.189/tcp/20278/p2p/16Uiu2HAm34w6tRWr4PURbHGHZChVV9LVrRX56gY8xcNAT4NChT56"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20277/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:35328/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:20277/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:35328/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 2492eacb4d97
|
||||
[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 82481261e338
|
||||
[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/1017/data/attachments/14a7a222d876af96.txt
Normal file
148
nim/1017/data/attachments/14a7a222d876af96.txt
Normal file
@ -0,0 +1,148 @@
|
||||
[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_on_shard_contains_all_three with id: 2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__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.23.157
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63254', '63255', '63256', '63257', '63258']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63254:63254 -p 63255:63255 -p 63256:63256 -p 63257:63257 -p 63258:63258 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63256 --rest-port=63254 --tcp-port=63255 --discv5-udp-port=63257 --rest-address=0.0.0.0 --nat=extip:172.18.23.157 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=4bf694da7ea5fd7be556ab12debebf5e70dd0febccae13e7a2ac7f0cbfee3f42 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63258 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.23.157 waku 606f36c890135975d2f0dee81dcfcb7b68fd8d6fb49dfc2ce8a7f1895a0afc67
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 606f36c89013. Setting up logs at ./log/docker/node1_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63254
|
||||
[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 58a48c0f83a8. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 63e349020b3c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: 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:63254/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.157/tcp/63255/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD","/ip4/172.18.23.157/tcp/63256/ws/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD"],"enrUri":"enr:-La4QJNiIpXDay6hL2KBUV_MMZPp_FogLYtffX6Zh-stVnlVT1FfLHBM7pYcCEtWiQTZYVsKizJlmdKyvSpuCf2u6lMCgmlkgnY0gmlwhKwSF52KbXVsdGlhZGRyc5YACASsEhedBvcXAAoErBIXnQb3GN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwOx05UuyukZTwSnK15Ls8tAm_d7_iTH87e_0MKJqoIyDdGNwgvcXhXdha3UyAQ"}'
|
||||
[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.109.99
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13258', '13259', '13260', '13261', '13262']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 13258:13258 -p 13259:13259 -p 13260:13260 -p 13261:13261 -p 13262:13262 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13260 --rest-port=13258 --tcp-port=13259 --discv5-udp-port=13261 --rest-address=0.0.0.0 --nat=extip:172.18.109.99 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=ca61ccc5c207f4f65e1e77df0cdf51dfe682e7eca0dbf65b2f81c7bdd44190a8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13262 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QJNiIpXDay6hL2KBUV_MMZPp_FogLYtffX6Zh-stVnlVT1FfLHBM7pYcCEtWiQTZYVsKizJlmdKyvSpuCf2u6lMCgmlkgnY0gmlwhKwSF52KbXVsdGlhZGRyc5YACASsEhedBvcXAAoErBIXnQb3GN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwOx05UuyukZTwSnK15Ls8tAm_d7_iTH87e_0MKJqoIyDdGNwgvcXhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.109.99 waku 70803380f3d1ca915585d0559e529074941e24227401c1cb37207707386307c5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 70803380f3d1. Setting up logs at ./log/docker/node2_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13258
|
||||
[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:13258/health" -H "Content-Type: 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:13258/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.109.99/tcp/13259/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd","/ip4/172.18.109.99/tcp/13260/ws/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd"],"enrUri":"enr:-La4QFzjy10ijYN6vIufGtAbVfrPABWyu_jtQez3IwozXLKuYLXu2wIbpzBIgitbPHfBLgRAPMTohE4loesyNTkxTDECgmlkgnY0gmlwhKwSbWOKbXVsdGlhZGRyc5YACASsEm1jBjPLAAoErBJtYwYzzN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Q1qsUn9-dZUKslm_wp2ufgBwpwr0nXGjJl0z527NXiDdGNwgjPLhXdha3UyAQ"}'
|
||||
[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_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__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.14
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60114', '60115', '60116', '60117', '60118']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60114:60114 -p 60115:60115 -p 60116:60116 -p 60117:60117 -p 60118:60118 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60116 --rest-port=60114 --tcp-port=60115 --discv5-udp-port=60117 --rest-address=0.0.0.0 --nat=extip:172.18.247.14 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=803e7da0c4e62d8ece4e7fbc2b2a2897e9bce28dca5eb89832e86dc3bae4aebb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60118 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QJNiIpXDay6hL2KBUV_MMZPp_FogLYtffX6Zh-stVnlVT1FfLHBM7pYcCEtWiQTZYVsKizJlmdKyvSpuCf2u6lMCgmlkgnY0gmlwhKwSF52KbXVsdGlhZGRyc5YACASsEhedBvcXAAoErBIXnQb3GN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwOx05UuyukZTwSnK15Ls8tAm_d7_iTH87e_0MKJqoIyDdGNwgvcXhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.247.14 waku 8e4810dbd089d01ae0b9825f8a0078338eceaa49df6815cb1a46702b1b1d282c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8e4810dbd089. Setting up logs at ./log/docker/node3_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60114
|
||||
[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:60114/health" -H "Content-Type: 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:60114/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.14/tcp/60115/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno","/ip4/172.18.247.14/tcp/60116/ws/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno"],"enrUri":"enr:-La4QNOnfkRtynHDMvCuFve0JzE5uJnlgPHkTLeXPwCQgr47KL9KIxJZ4qr7Vc5XafQ_mG-k3I5HJk21e6iRxTPkv_YCgmlkgnY0gmlwhKwS9w6KbXVsdGlhZGRyc5YACASsEvcOBurTAAoErBL3Dgbq1N0DgnJzhQADAQAAiXNlY3AyNTZrMaED8-6nQ3Ksxj1YCuHuay6bwjpGxQypHUMGe8wT83Nt0XiDdGNwgurThXdha3UyAQ"}'
|
||||
[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.21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34064', '34065', '34066', '34067', '34068']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34064:34064 -p 34065:34065 -p 34066:34066 -p 34067:34067 -p 34068:34068 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34066 --rest-port=34064 --tcp-port=34065 --discv5-udp-port=34067 --rest-address=0.0.0.0 --nat=extip:172.18.228.21 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=5c21cd1daac7bee16f72a020f539f8cf4e1ebeb5cb7dd1abbc74a28e8de3a73a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34068 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QJNiIpXDay6hL2KBUV_MMZPp_FogLYtffX6Zh-stVnlVT1FfLHBM7pYcCEtWiQTZYVsKizJlmdKyvSpuCf2u6lMCgmlkgnY0gmlwhKwSF52KbXVsdGlhZGRyc5YACASsEhedBvcXAAoErBIXnQb3GN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwOx05UuyukZTwSnK15Ls8tAm_d7_iTH87e_0MKJqoIyDdGNwgvcXhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.228.21 waku ad5d179b8d009f32844b2a58281e8e54c63eaa6e7e5376c7c7878b447669d31f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ad5d179b8d00. Setting up logs at ./log/docker/node4_2025-12-28_04-40-41__689f76f2-3d4f-4d6b-8c90-6ee68376e70c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34064
|
||||
[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:34064/health" -H "Content-Type: 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:34064/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.21/tcp/34065/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115","/ip4/172.18.228.21/tcp/34066/ws/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115"],"enrUri":"enr:-La4QEog9GHct_uuDwlZZwAJbfGNJdLxTEdSWNAUI0ZhEBY1EbesgFzXI3QPE2-KrLpJqeRgGoP3vqpB1wYltfhvlNgCgmlkgnY0gmlwhKwS5BWKbXVsdGlhZGRyc5YACASsEuQVBoURAAoErBLkFQaFEt0DgnJzhQADAQAAiXNlY3AyNTZrMaED8XTIwGmgNdUfUW8ymqeVB5juWdtauE01SaATYjlIdQyDdGNwgoURhXdha3UyAQ"}'
|
||||
[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:63254/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.109.99/tcp/13259/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13258/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.157/tcp/63255/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63254/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.247.14/tcp/60115/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60114/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.157/tcp/63255/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63254/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.21/tcp/34065/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34064/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.157/tcp/63255/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63254/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:13258/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:60114/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:34064/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:63254/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.109.99/tcp/13259/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.228.21/tcp/34065/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.247.14/tcp/60115/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13258/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.23.157/tcp/52124/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60114/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.23.157/tcp/52968/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34064/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.23.157/tcp/50622/p2p/16Uiu2HAmRe5ka6hkH28caiTYk7uunBbEXsv9s7FyEUukEqRwurfD","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[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:63254/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.109.99/tcp/13259/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.228.21/tcp/34065/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.247.14/tcp/60115/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63254/admin/v1/peers/connected/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'[{"multiaddr":"/ip4/172.18.109.99/tcp/13259/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.228.21/tcp/34065/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.247.14/tcp/60115/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:456 /admin/v1/peers/connected/on/0 (contains 3): [{'multiaddr': '/ip4/172.18.109.99/tcp/13259/p2p/16Uiu2HAmCTUza2PMqCVQme9kENHcNrw19c7ZsGMkv4GvvSXWiChd', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.228.21/tcp/34065/p2p/16Uiu2HAmUuXtbGitgYofHUUSAq5cjBMQdKpAB137mFyJQQjr4115', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.247.14/tcp/60115/p2p/16Uiu2HAmV5CVDzSVUWt6mrehsV5yqRH62P6PrvsZfW2pAtS6bwno', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin'}]
|
||||
[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 606f36c89013
|
||||
[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 70803380f3d1
|
||||
[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 8e4810dbd089
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 606f36c89013. 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 ad5d179b8d00
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 70803380f3d1. 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.
|
||||
94
nim/1017/data/attachments/14d7118cc1151108.txt
Normal file
94
nim/1017/data/attachments/14d7118cc1151108.txt
Normal file
@ -0,0 +1,94 @@
|
||||
[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_topics_from_multiple_clusters with id: 2025-12-28_04-20-16__65fb665c-98d3-402f-bd42-f3f004554d1e
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-20-16__65fb665c-98d3-402f-bd42-f3f004554d1e__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.105.250
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35486', '35487', '35488', '35489', '35490']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35486:35486 -p 35487:35487 -p 35488:35488 -p 35489:35489 -p 35490:35490 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35488 --rest-port=35486 --tcp-port=35487 --discv5-udp-port=35489 --rest-address=0.0.0.0 --nat=extip:172.18.105.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bad0e0bfce2b2ceeb711d76dd580e6afd9fc0b72c1c6bc13fe91a284b71f9eef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35490 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.105.250 waku dbc350df877d9da65592b09bc33f97ef8d12ed15d12e61e855abc00f0b020e41
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID dbc350df877d. Setting up logs at ./log/docker/node1_2025-12-28_04-20-16__65fb665c-98d3-402f-bd42-f3f004554d1e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35486
|
||||
[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 f9fbbb56a049. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 272786513ead. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35486/health" -H "Content-Type: 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:35486/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.105.250/tcp/35487/p2p/16Uiu2HAkyYVX5JLKMBZHUiWyqxw7BNGKATTk8EwM7uJf1Ltr8bwS","/ip4/172.18.105.250/tcp/35488/ws/p2p/16Uiu2HAkyYVX5JLKMBZHUiWyqxw7BNGKATTk8EwM7uJf1Ltr8bwS"],"enrUri":"enr:-L24QO59Ry7MS0JkT3ytvo0ZEguGag-TWbp3nID0a0w-RROUF6HU9tR3xYZMNlLLWvmdezKXcxQ5uPJn5dUN9kzAUdoCgmlkgnY0gmlwhKwSafqKbXVsdGlhZGRyc5YACASsEmn6BoqfAAoErBJp-gaKoN0DgnJzhQADAQAAiXNlY3AyNTZrMaECPS38RuoMfFTVmZ5RgN-vTGk_wYkDyhjPKpS6-M3PR-WDdGNwgoqfg3VkcIKKoYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-20-16__65fb665c-98d3-402f-bd42-f3f004554d1e__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.177.114
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9026', '9027', '9028', '9029', '9030']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9026:9026 -p 9027:9027 -p 9028:9028 -p 9029:9029 -p 9030:9030 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9028 --rest-port=9026 --tcp-port=9027 --discv5-udp-port=9029 --rest-address=0.0.0.0 --nat=extip:172.18.177.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=000c74f9d6368958b8ae11e433cab80c57eceeb2ccb6edb7d64e5ea7a4f062bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9030 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QO59Ry7MS0JkT3ytvo0ZEguGag-TWbp3nID0a0w-RROUF6HU9tR3xYZMNlLLWvmdezKXcxQ5uPJn5dUN9kzAUdoCgmlkgnY0gmlwhKwSafqKbXVsdGlhZGRyc5YACASsEmn6BoqfAAoErBJp-gaKoN0DgnJzhQADAQAAiXNlY3AyNTZrMaECPS38RuoMfFTVmZ5RgN-vTGk_wYkDyhjPKpS6-M3PR-WDdGNwgoqfg3VkcIKKoYV3YWt1MgU --filternode=/ip4/172.18.105.250/tcp/35487/p2p/16Uiu2HAkyYVX5JLKMBZHUiWyqxw7BNGKATTk8EwM7uJf1Ltr8bwS
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.177.114 waku 3f0675e5418c3225ba63010722cbb751f14954352e56b19494572f4aba80655b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3f0675e5418c. Setting up logs at ./log/docker/node2_2025-12-28_04-20-16__65fb665c-98d3-402f-bd42-f3f004554d1e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9026
|
||||
[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:9026/health" -H "Content-Type: 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:9026/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.177.114/tcp/9027/p2p/16Uiu2HAmPTUnYowQYJSZaJrv6wvcpDpbvrR5aHe4bczQB8Cn6iWo","/ip4/172.18.177.114/tcp/9028/ws/p2p/16Uiu2HAmPTUnYowQYJSZaJrv6wvcpDpbvrR5aHe4bczQB8Cn6iWo"],"enrUri":"enr:-L24QObw4jmGyMGI2phcSaem08FOyumRSIDve2i8NxqA9H8tcZT0UbesakVciSK52CHCTnXYBJb1pyqaaI05ddjmsW8CgmlkgnY0gmlwhKwSsXKKbXVsdGlhZGRyc5YACASsErFyBiNDAAoErBKxcgYjRN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoH29FZabdB6-Lqz0tUhE46ox50m_jQbeyjjkuWqmn7yDdGNwgiNDg3VkcIIjRYV3YWt1MgA"}'
|
||||
[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:9026/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.105.250/tcp/35487/p2p/16Uiu2HAkyYVX5JLKMBZHUiWyqxw7BNGKATTk8EwM7uJf1Ltr8bwS"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:39 Running test with pubsub topic: /waku/2/rs/3/1
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35486/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:9026/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "665c088e-f861-4b78-888d-75d287098b64", "contentFilters": ["/waku/2/rs/3/1"], "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":"665c088e-f861-4b78-888d-75d287098b64","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35486/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:9026/filter/v2/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":"/waku/2/rs/3/1","version":0,"timestamp":1766895619275139056,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:39 Running test with pubsub topic: /waku/2/rs/2/2
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35486/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:9026/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ff1115d4-a7e7-4f8b-bd05-6208639e2df5", "contentFilters": ["/waku/2/rs/2/2"], "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":"ff1115d4-a7e7-4f8b-bd05-6208639e2df5","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35486/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/2/2", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.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:9026/filter/v2/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":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/2/2","version":0,"timestamp":1766895619398763345,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_create:test_subscribe_create.py:39 Running test with pubsub topic: /waku/2/rs/3/9
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35486/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9026/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "be2104a2-7b9a-4395-9120-40cd2b0e3d59", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"be2104a2-7b9a-4395-9120-40cd2b0e3d59","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35486/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:9026/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: 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":"/waku/2/rs/3/9","version":0,"timestamp":1766895619519193283,"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 dbc350df877d
|
||||
[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 3f0675e5418c
|
||||
[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.
|
||||
101
nim/1017/data/attachments/14fc453aafd673c1.txt
Normal file
101
nim/1017/data/attachments/14fc453aafd673c1.txt
Normal file
@ -0,0 +1,101 @@
|
||||
2025-12-28 04:31:24.628 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:31:24.629 DEBUG [tests.conftest] Running test: test_store_node_paused_and_unpaused with id: 2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5
|
||||
2025-12-28 04:31:24.630 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:31:24.631 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:31:24.631 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-28 04:31:24.642 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:31:24.642 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:24.642 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:31:24.642 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:31:24.645 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:31:24.645 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.230
|
||||
2025-12-28 04:31:24.646 DEBUG [src.node.docker_mananger] Generated ports ['48300', '48301', '48302', '48303', '48304']
|
||||
2025-12-28 04:31:24.646 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:31:24.646 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:31:24.647 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:31:24.647 DEBUG [src.node.docker_mananger] docker run -i -t -p 48300:48300 -p 48301:48301 -p 48302:48302 -p 48303:48303 -p 48304:48304 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48302 --rest-port=48300 --tcp-port=48301 --discv5-udp-port=48303 --rest-address=0.0.0.0 --nat=extip:172.18.123.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1eaac00ee8c64d6cfbff55a92f888ddb9866cece21d4bdb9b0a8bcffbd009293 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48304 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-28 04:31:24.846 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.230 waku 8921f0a33e927f5c7b1f51a82dea7673a4e23e83d2188819136aa4e84b60d38c
|
||||
2025-12-28 04:31:24.880 DEBUG [src.node.docker_mananger] Container started with ID 8921f0a33e92. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:24.881 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48300
|
||||
2025-12-28 04:31:24.881 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:31:24.894 ERROR [src.node.docker_mananger] Max retries reached for container d1bb42f52ec2. Exiting log stream.
|
||||
2025-12-28 04:31:25.486 ERROR [src.node.docker_mananger] Max retries reached for container 84d586129e49. Exiting log stream.
|
||||
2025-12-28 04:31:25.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:25.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:31:25.885 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:31:25.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:25.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.230/tcp/48301/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ","/ip4/172.18.123.230/tcp/48302/ws/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ"],"enrUri":"enr:-L24QKHy8hbRtzT9lrz5yRoCUXgYKeMkTkkYIW_YAZsJsYWOckLX6glp1l6EqKP9x3M5su7-n7YbyiV6wK2PlcCKr50CgmlkgnY0gmlwhKwSe-aKbXVsdGlhZGRyc5YACASsEnvmBrytAAoErBJ75ga8rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfEjk92aKkcR7lh6pArn93_6AbcYNyFaKbAlROyi1in2DdGNwgrytg3VkcIK8r4V3YWt1MgM"}'
|
||||
2025-12-28 04:31:25.888 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:31:25.895 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:31:25.895 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:25.895 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:31:25.895 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:31:25.896 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:31:25.896 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.190
|
||||
2025-12-28 04:31:25.897 DEBUG [src.node.docker_mananger] Generated ports ['32627', '32628', '32629', '32630', '32631']
|
||||
2025-12-28 04:31:25.897 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:31:25.897 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:31:25.897 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:31:25.897 DEBUG [src.node.docker_mananger] docker run -i -t -p 32627:32627 -p 32628:32628 -p 32629:32629 -p 32630:32630 -p 32631:32631 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32629 --rest-port=32627 --tcp-port=32628 --discv5-udp-port=32630 --rest-address=0.0.0.0 --nat=extip:172.18.139.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dccb7df08ad2ebfb1ef3918f9f401ddf7aaec3cfce8e13acbcf2b0cad6cde6e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32631 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKHy8hbRtzT9lrz5yRoCUXgYKeMkTkkYIW_YAZsJsYWOckLX6glp1l6EqKP9x3M5su7-n7YbyiV6wK2PlcCKr50CgmlkgnY0gmlwhKwSe-aKbXVsdGlhZGRyc5YACASsEnvmBrytAAoErBJ75ga8rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfEjk92aKkcR7lh6pArn93_6AbcYNyFaKbAlROyi1in2DdGNwgrytg3VkcIK8r4V3YWt1MgM --storenode=/ip4/172.18.123.230/tcp/48301/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ --store=true --relay=true
|
||||
2025-12-28 04:31:26.086 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.190 waku c06a640aa133cdf92846655ff3031b837022b9483bf29f904e661561dad3990b
|
||||
2025-12-28 04:31:26.117 DEBUG [src.node.docker_mananger] Container started with ID c06a640aa133. Setting up logs at ./log/docker/store_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:26.118 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32627
|
||||
2025-12-28 04:31:26.118 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:31:27.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:27.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:31:27.122 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:31:27.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:27.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.190/tcp/32628/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF","/ip4/172.18.139.190/tcp/32629/ws/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF"],"enrUri":"enr:-L24QP7sqIZaVLfCg3370G-uFhm-YiIqw6YcmKq4Bmr-cGfdSXe1yd1upngSwPxQlVrU7cploMBwkbGYbZouOxdx-yUCgmlkgnY0gmlwhKwSi76KbXVsdGlhZGRyc5YACASsEou-Bn90AAoErBKLvgZ_dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAFtYMsIJGMXZQCc7B_sU9DLZwdGZOC3hslRSznPjHqyDdGNwgn90g3VkcIJ_doV3YWt1MgM"}'
|
||||
2025-12-28 04:31:27.125 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:31:27.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32627/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.230/tcp/48301/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ"]'
|
||||
2025-12-28 04:31:27.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:27.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48300/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:31:27.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:27.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32627/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:31:27.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:27.134 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:31:27.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:31:27.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:27.139 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:31:27.340 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-28 04:31:27.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:27.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"}]}'
|
||||
2025-12-28 04:31:27.344 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-28 04:31:27.344 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-28 04:31:27.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:27.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"}]}'
|
||||
2025-12-28 04:31:27.347 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-28 04:31:27.347 DEBUG [src.node.waku_node] Pausing container with id c06a640aa133
|
||||
2025-12-28 04:31:27.356 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:31:28.357 DEBUG [src.node.waku_node] Unpause container with id c06a640aa133
|
||||
2025-12-28 04:31:28.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:31:28.371 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:31:28.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.190/tcp/32628/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF","/ip4/172.18.139.190/tcp/32629/ws/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF"],"enrUri":"enr:-L24QP7sqIZaVLfCg3370G-uFhm-YiIqw6YcmKq4Bmr-cGfdSXe1yd1upngSwPxQlVrU7cploMBwkbGYbZouOxdx-yUCgmlkgnY0gmlwhKwSi76KbXVsdGlhZGRyc5YACASsEou-Bn90AAoErBKLvgZ_dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAFtYMsIJGMXZQCc7B_sU9DLZwdGZOC3hslRSznPjHqyDdGNwgn90g3VkcIJ_doV3YWt1MgM"}'
|
||||
2025-12-28 04:31:28.373 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:31:28.374 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:31:28.374 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:31:28.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:28.380 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:31:28.580 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-28 04:31:28.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
2025-12-28 04:31:28.584 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-28 04:31:28.584 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-28 04:31:28.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
2025-12-28 04:31:28.587 DEBUG [src.steps.store] messages length is 2
|
||||
2025-12-28 04:31:28.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48300/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
2025-12-28 04:31:28.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32627/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
2025-12-28 04:31:28.594 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:31:28.595 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:31:28.596 DEBUG [src.node.waku_node] Stopping container with id 8921f0a33e92
|
||||
2025-12-28 04:31:29.120 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:31:29.120 DEBUG [src.node.waku_node] Stopping container with id c06a640aa133
|
||||
2025-12-28 04:31:29.668 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:31:29.670 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:31:29.683 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:31:29.688 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1017/data/attachments/150017de59aa2244.txt
Normal file
73
nim/1017/data/attachments/150017de59aa2244.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_content_topic_and_pubsub_topic_not_in_docker_flags with id: 2025-12-28_04-38-12__842eca61-b42a-480f-aba3-f016b1274757
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-38-12__842eca61-b42a-480f-aba3-f016b1274757__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.4.43
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29721', '29722', '29723', '29724', '29725']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29721:29721 -p 29722:29722 -p 29723:29723 -p 29724:29724 -p 29725:29725 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29723 --rest-port=29721 --tcp-port=29722 --discv5-udp-port=29724 --rest-address=0.0.0.0 --nat=extip:172.18.4.43 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=68a57887d4f20e66dda95dc04a90af1a61ecffe7ad04abccad108eb5a6ffebc0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29725 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.4.43 waku f992244074e6d81a450bd62f036d60e40ccb97731ccfb5372eca5e4b358d1dd1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f992244074e6. Setting up logs at ./log/docker/node1_2025-12-28_04-38-12__842eca61-b42a-480f-aba3-f016b1274757__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29721
|
||||
[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 34fa040e9ee4. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 485e46e7acd6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29721/health" -H "Content-Type: 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:29721/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.4.43/tcp/29722/p2p/16Uiu2HAmC37CgwWrFP2pATpocTiKV2ErDdkaqawhPpensCKvZmZ5","/ip4/172.18.4.43/tcp/29723/ws/p2p/16Uiu2HAmC37CgwWrFP2pATpocTiKV2ErDdkaqawhPpensCKvZmZ5"],"enrUri":"enr:-L24QAWrRoUZVsk9-JmuwD71uhcjqHuAEh0UDauT1mH1GuWeGzbp2Al38BiLRsb8DjfvuA9PF6z78diWEQem641rAC0CgmlkgnY0gmlwhKwSBCuKbXVsdGlhZGRyc5YACASsEgQrBnQaAAoErBIEKwZ0G90DgnJzhQACAQAAiXNlY3AyNTZrMaEC9s7Wj_FWGRohBtCrPBgP6zEK7bOU3EH0MlEiPYyAFMSDdGNwgnQag3VkcIJ0HIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-38-12__842eca61-b42a-480f-aba3-f016b1274757__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.170
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9893', '9894', '9895', '9896', '9897']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9893:9893 -p 9894:9894 -p 9895:9895 -p 9896:9896 -p 9897:9897 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9895 --rest-port=9893 --tcp-port=9894 --discv5-udp-port=9896 --rest-address=0.0.0.0 --nat=extip:172.18.57.170 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=710a00ebb9e940e0bdf1b51e22baacafdb20db8fbc1adc4aee5bb0002e7f97ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9897 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAWrRoUZVsk9-JmuwD71uhcjqHuAEh0UDauT1mH1GuWeGzbp2Al38BiLRsb8DjfvuA9PF6z78diWEQem641rAC0CgmlkgnY0gmlwhKwSBCuKbXVsdGlhZGRyc5YACASsEgQrBnQaAAoErBIEKwZ0G90DgnJzhQACAQAAiXNlY3AyNTZrMaEC9s7Wj_FWGRohBtCrPBgP6zEK7bOU3EH0MlEiPYyAFMSDdGNwgnQag3VkcIJ0HIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.57.170 waku f63546eacf3d4530ad94256c3d31ed5d7746f3e541de23785711a675e824fd89
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f63546eacf3d. Setting up logs at ./log/docker/node2_2025-12-28_04-38-12__842eca61-b42a-480f-aba3-f016b1274757__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9893
|
||||
[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:9893/health" -H "Content-Type: 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:9893/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.170/tcp/9894/p2p/16Uiu2HAmHrZzEcJWWJAr6JSm9zwg2VcasZtpqaVK28yqXbgRJaJ3","/ip4/172.18.57.170/tcp/9895/ws/p2p/16Uiu2HAmHrZzEcJWWJAr6JSm9zwg2VcasZtpqaVK28yqXbgRJaJ3"],"enrUri":"enr:-L24QF8ap5GzgE1kLiDwz0OaC_2yaElDxr8POf_r_mWwGjCjNjd6LTaIevcYPz_l3v9A8tab_WWIlSRftDYZ7Z1vQ9ECgmlkgnY0gmlwhKwSOaqKbXVsdGlhZGRyc5YACASsEjmqBiamAAoErBI5qgYmp90DgnJzhQACAQAAiXNlY3AyNTZrMaEDTUHbZGDcJs3tdMhkw6aD7SQEfCVorsKWuvKuL7hgKoiDdGNwgiamg3VkcIImqIV3YWt1MgE"}'
|
||||
[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:9893/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.4.43/tcp/29722/p2p/16Uiu2HAmC37CgwWrFP2pATpocTiKV2ErDdkaqawhPpensCKvZmZ5"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29721/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9893/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29721/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:29721/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896694916323138,"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:9893/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896694916323138,"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 f992244074e6
|
||||
[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 f63546eacf3d
|
||||
[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.
|
||||
4047
nim/1017/data/attachments/15197d219fdb396.txt
Normal file
4047
nim/1017/data/attachments/15197d219fdb396.txt
Normal file
File diff suppressed because it is too large
Load Diff
116
nim/1017/data/attachments/156d65e056088c17.txt
Normal file
116
nim/1017/data/attachments/156d65e056088c17.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2025-12-28 04:28:16.669 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:28:16.670 DEBUG [tests.conftest] Running test: test_metrics_after_relay_publish with id: 2025-12-28_04-28-16__1a6aea58-6b75-4415-9f6a-235bd5d520a8
|
||||
2025-12-28 04:28:16.670 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:28:16.670 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:28:16.670 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:28:16.671 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:28:16.671 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:28:16.671 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-28 04:28:16.677 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:28:16.677 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-28-16__1a6aea58-6b75-4415-9f6a-235bd5d520a8__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:16.678 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:28:16.678 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:28:16.679 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:28:16.679 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.239.202
|
||||
2025-12-28 04:28:16.679 DEBUG [src.node.docker_mananger] Generated ports ['17574', '17575', '17576', '17577', '17578']
|
||||
2025-12-28 04:28:16.680 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:28:16.680 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:28:16.680 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:28:16.680 DEBUG [src.node.docker_mananger] docker run -i -t -p 17574:17574 -p 17575:17575 -p 17576:17576 -p 17577:17577 -p 17578:17578 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17576 --rest-port=17574 --tcp-port=17575 --discv5-udp-port=17577 --rest-address=0.0.0.0 --nat=extip:172.18.239.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=421baccd6fa9dee3ade21fc4cf368ce7ef552befa8488cb22e89ecb599fefdf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17578 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:28:16.855 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.239.202 waku fc000ccdabb6f83c0203d41e3aaf84732bff332145f15396b335a517be11f3b0
|
||||
2025-12-28 04:28:16.889 DEBUG [src.node.docker_mananger] Container started with ID fc000ccdabb6. Setting up logs at ./log/docker/node1_2025-12-28_04-28-16__1a6aea58-6b75-4415-9f6a-235bd5d520a8__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:16.889 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17574
|
||||
2025-12-28 04:28:16.890 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:28:16.942 ERROR [src.node.docker_mananger] Max retries reached for container 4f8d4d86b6ae. Exiting log stream.
|
||||
2025-12-28 04:28:17.473 ERROR [src.node.docker_mananger] Max retries reached for container 9c3f5cd4778c. Exiting log stream.
|
||||
2025-12-28 04:28:17.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17574/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:17.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:28:17.895 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:28:17.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17574/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:17.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.239.202/tcp/17575/p2p/16Uiu2HAm3CXYAFEBnvEgqjXoErogLmwqnNXaQMSVfBAR5MJ4ZWyv","/ip4/172.18.239.202/tcp/17576/ws/p2p/16Uiu2HAm3CXYAFEBnvEgqjXoErogLmwqnNXaQMSVfBAR5MJ4ZWyv"],"enrUri":"enr:-L24QMpUTywodjX4hqCMnCGJmLNqgcFn6hlZNzHKElOFjaLmUqWOZ9NPsNZf-EsUZK6jp315BD8ysLhw3ZU6RWbhtNgCgmlkgnY0gmlwhKwS78qKbXVsdGlhZGRyc5YACASsEu_KBkSnAAoErBLvygZEqN0DgnJzhQADAQAAiXNlY3AyNTZrMaECc39mSJ__yfPN3nfscyjwyyc10Q-LhGIC2WBTwtBkpsmDdGNwgkSng3VkcIJEqYV3YWt1MgE"}'
|
||||
2025-12-28 04:28:17.897 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:28:17.903 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:28:17.904 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-28-16__1a6aea58-6b75-4415-9f6a-235bd5d520a8__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:17.904 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:28:17.904 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:28:17.905 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:28:17.905 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.32
|
||||
2025-12-28 04:28:17.905 DEBUG [src.node.docker_mananger] Generated ports ['17981', '17982', '17983', '17984', '17985']
|
||||
2025-12-28 04:28:17.905 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:28:17.906 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:28:17.906 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:28:17.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 17981:17981 -p 17982:17982 -p 17983:17983 -p 17984:17984 -p 17985:17985 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17983 --rest-port=17981 --tcp-port=17982 --discv5-udp-port=17984 --rest-address=0.0.0.0 --nat=extip:172.18.223.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ef1f2d0cdcdedad0ef3991d33752dcebe20a1f2fd53755282778173cff3d74fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17985 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMpUTywodjX4hqCMnCGJmLNqgcFn6hlZNzHKElOFjaLmUqWOZ9NPsNZf-EsUZK6jp315BD8ysLhw3ZU6RWbhtNgCgmlkgnY0gmlwhKwS78qKbXVsdGlhZGRyc5YACASsEu_KBkSnAAoErBLvygZEqN0DgnJzhQADAQAAiXNlY3AyNTZrMaECc39mSJ__yfPN3nfscyjwyyc10Q-LhGIC2WBTwtBkpsmDdGNwgkSng3VkcIJEqYV3YWt1MgE
|
||||
2025-12-28 04:28:18.089 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.32 waku 376406d6ed4964f77429bc74d9f57562049431578a9a60c56c4134c823e59326
|
||||
2025-12-28 04:28:18.121 DEBUG [src.node.docker_mananger] Container started with ID 376406d6ed49. Setting up logs at ./log/docker/node2_2025-12-28_04-28-16__1a6aea58-6b75-4415-9f6a-235bd5d520a8__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:28:18.123 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17981
|
||||
2025-12-28 04:28:18.123 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:28:19.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17981/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:19.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:28:19.136 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:28:19.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17981/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:19.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.32/tcp/17982/p2p/16Uiu2HAmEbb2geW51k27Tby4sWywCRXkcFMV4Z2uQ2DdDdKEoz9f","/ip4/172.18.223.32/tcp/17983/ws/p2p/16Uiu2HAmEbb2geW51k27Tby4sWywCRXkcFMV4Z2uQ2DdDdKEoz9f"],"enrUri":"enr:-L24QDS00aDYG7nnskpPizHol4qYEctPpNCVtiVnWvUYpRFuVpKuFEcI89nGNk1bgtX8sToA8qMcLmycDBbFLoIWjT0CgmlkgnY0gmlwhKwS3yCKbXVsdGlhZGRyc5YACASsEt8gBkY-AAoErBLfIAZGP90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHNhDNTHbknPaGu9bxZPgnTPBbowpH3YHPRn8NIrkyDqDdGNwgkY-g3VkcIJGQIV3YWt1MgE"}'
|
||||
2025-12-28 04:28:19.142 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:28:19.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17981/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.202/tcp/17575/p2p/16Uiu2HAm3CXYAFEBnvEgqjXoErogLmwqnNXaQMSVfBAR5MJ4ZWyv"]'
|
||||
2025-12-28 04:28:19.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:19.147 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-28 04:28:19.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17574/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:28:19.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:19.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17981/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:28:19.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:19.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17574/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:28:19.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:19.163 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:28:19.263 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:28:19.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17574/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:19.266 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":1766896099156793088,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:28:19.268 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:28:19.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17981/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:19.270 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":1766896099156793088,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:28:19.271 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-28 04:28:19.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17574/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:28:19.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:28:19.277 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
||||
2025-12-28 04:28:19.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17981/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:28:19.780 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":1766896099272570049,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:28:19.780 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2025-12-28 04:28:24.780 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
||||
2025-12-28 04:28:24.784 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
||||
2025-12-28 04:28:24.785 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
||||
2025-12-28 04:28:24.788 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
||||
2025-12-28 04:28:24.788 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
||||
2025-12-28 04:28:24.791 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
||||
2025-12-28 04:28:24.792 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
||||
2025-12-28 04:28:24.795 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
||||
2025-12-28 04:28:24.795 DEBUG [src.steps.metrics] Checking metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} has 1
|
||||
2025-12-28 04:28:24.798 DEBUG [src.steps.metrics] Found metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} with value 2.0
|
||||
2025-12-28 04:28:24.798 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
||||
2025-12-28 04:28:24.802 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
||||
2025-12-28 04:28:24.802 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
||||
2025-12-28 04:28:24.805 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 2.0
|
||||
2025-12-28 04:28:24.805 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
||||
2025-12-28 04:28:24.808 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 2.0
|
||||
2025-12-28 04:28:24.809 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
||||
2025-12-28 04:28:24.812 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
||||
2025-12-28 04:28:24.812 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
||||
2025-12-28 04:28:24.815 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
||||
2025-12-28 04:28:24.816 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
||||
2025-12-28 04:28:24.819 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
||||
2025-12-28 04:28:24.819 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
||||
2025-12-28 04:28:24.822 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
||||
2025-12-28 04:28:24.822 DEBUG [src.steps.metrics] Checking metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} has 1
|
||||
2025-12-28 04:28:24.825 DEBUG [src.steps.metrics] Found metric: libp2p_gossipsub_peers_per_topic_mesh{topic="other"} with value 2.0
|
||||
2025-12-28 04:28:24.826 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
||||
2025-12-28 04:28:24.829 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
||||
2025-12-28 04:28:24.829 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
||||
2025-12-28 04:28:24.832 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 2.0
|
||||
2025-12-28 04:28:24.832 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
||||
2025-12-28 04:28:24.836 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 2.0
|
||||
2025-12-28 04:28:24.838 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:28:24.839 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:28:24.839 DEBUG [src.node.waku_node] Stopping container with id fc000ccdabb6
|
||||
2025-12-28 04:28:25.354 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:28:25.354 DEBUG [src.node.waku_node] Stopping container with id 376406d6ed49
|
||||
2025-12-28 04:28:25.879 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:28:25.880 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:28:25.886 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:28:25.893 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
80
nim/1017/data/attachments/1602aab5dc7300ce.txt
Normal file
80
nim/1017/data/attachments/1602aab5dc7300ce.txt
Normal file
@ -0,0 +1,80 @@
|
||||
2025-12-28 04:26:33.624 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:26:33.624 DEBUG [tests.conftest] Running test: test_relay_peers_on_shard_contains_connected_peer with id: 2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c
|
||||
2025-12-28 04:26:33.624 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:26:33.625 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:26:33.625 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:26:33.631 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:33.631 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:33.637 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:33.637 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:33.643 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:33.643 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:33.648 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:33.648 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:33.649 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:26:33.649 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:26:33.650 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:33.650 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:33.651 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:33.651 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.199.58
|
||||
2025-12-28 04:26:33.651 DEBUG [src.node.docker_mananger] Generated ports ['47895', '47896', '47897', '47898', '47899']
|
||||
2025-12-28 04:26:33.652 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:33.652 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:33.652 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:33.652 DEBUG [src.node.docker_mananger] docker run -i -t -p 47895:47895 -p 47896:47896 -p 47897:47897 -p 47898:47898 -p 47899:47899 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47897 --rest-port=47895 --tcp-port=47896 --discv5-udp-port=47898 --rest-address=0.0.0.0 --nat=extip:172.18.199.58 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=d8191daeb269d33776b49e096c2693aeb99dddbc325adaea25aefd2c674e2dfa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47899 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2025-12-28 04:26:33.830 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.199.58 waku a3fbabe7f8f458dc1f44fc316d49dd063696ca8a1431c39e8aafd977e18ec9db
|
||||
2025-12-28 04:26:33.862 DEBUG [src.node.docker_mananger] Container started with ID a3fbabe7f8f4. Setting up logs at ./log/docker/node1_2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:33.863 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47895
|
||||
2025-12-28 04:26:33.864 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:33.896 ERROR [src.node.docker_mananger] Max retries reached for container 33ae7188d3a6. Exiting log stream.
|
||||
2025-12-28 04:26:34.420 ERROR [src.node.docker_mananger] Max retries reached for container faca38d03b47. Exiting log stream.
|
||||
2025-12-28 04:26:34.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47895/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:26:34.868 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:26:34.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.199.58/tcp/47896/p2p/16Uiu2HAmEEX9GH2o9A2K1kzR1oWR7nYHT31kkMAYLY1jSUNTCQxo","/ip4/172.18.199.58/tcp/47897/ws/p2p/16Uiu2HAmEEX9GH2o9A2K1kzR1oWR7nYHT31kkMAYLY1jSUNTCQxo"],"enrUri":"enr:-La4QLRDGSBSTt6XqolDeL_be0UtRQvs27Z7zltvMdK5X5alJUjqUPUp2U_DqX-BJzS6-vObD4TzdR1R0-MUu6ejUyMCgmlkgnY0gmlwhKwSxzqKbXVsdGlhZGRyc5YACASsEsc6BrsYAAoErBLHOga7Gd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDF3Krxo0JhssVjspAs2xe7j_L-rwH4C7mAyjzFrax8ZiDdGNwgrsYhXdha3UyAQ"}'
|
||||
2025-12-28 04:26:34.871 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:26:34.871 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:34.871 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:34.873 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:34.873 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.47.52
|
||||
2025-12-28 04:26:34.873 DEBUG [src.node.docker_mananger] Generated ports ['52608', '52609', '52610', '52611', '52612']
|
||||
2025-12-28 04:26:34.873 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:34.873 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:34.873 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:34.873 DEBUG [src.node.docker_mananger] docker run -i -t -p 52608:52608 -p 52609:52609 -p 52610:52610 -p 52611:52611 -p 52612:52612 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52610 --rest-port=52608 --tcp-port=52609 --discv5-udp-port=52611 --rest-address=0.0.0.0 --nat=extip:172.18.47.52 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=8bc1cfac97b59cb18b4ec9e81fc1bdf455d20b4c94c69f20aaaebf7573bc3bbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52612 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QLRDGSBSTt6XqolDeL_be0UtRQvs27Z7zltvMdK5X5alJUjqUPUp2U_DqX-BJzS6-vObD4TzdR1R0-MUu6ejUyMCgmlkgnY0gmlwhKwSxzqKbXVsdGlhZGRyc5YACASsEsc6BrsYAAoErBLHOga7Gd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDF3Krxo0JhssVjspAs2xe7j_L-rwH4C7mAyjzFrax8ZiDdGNwgrsYhXdha3UyAQ
|
||||
2025-12-28 04:26:35.050 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.47.52 waku a684f2aeea46115463534c9b0f57833d660f11d9431010e4dc5eada5f61b23b6
|
||||
2025-12-28 04:26:35.081 DEBUG [src.node.docker_mananger] Container started with ID a684f2aeea46. Setting up logs at ./log/docker/node2_2025-12-28_04-26-33__884f46dc-8f85-4438-a853-2a400c4fc38c__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:35.082 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52608
|
||||
2025-12-28 04:26:35.082 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:36.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52608/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:26:36.086 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:26:36.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52608/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.47.52/tcp/52609/p2p/16Uiu2HAmVKK1AVdRK3g3iBmH6Q3uD4FscAHG5ya43jRuiytRVAJe","/ip4/172.18.47.52/tcp/52610/ws/p2p/16Uiu2HAmVKK1AVdRK3g3iBmH6Q3uD4FscAHG5ya43jRuiytRVAJe"],"enrUri":"enr:-La4QPCogcKWZwWOOLSSToiXS-V_Xh56SnoJ0C7KnuSxrOvfGE1GkyHG7AJF9IqXsx0udR1GtBVb4Q_-NsCoqjsOtzYCgmlkgnY0gmlwhKwSLzSKbXVsdGlhZGRyc5YACASsEi80Bs2BAAoErBIvNAbNgt0DgnJzhQADAQAAiXNlY3AyNTZrMaED94wnEFU9XCgkR1L_x-TlbRUrsqhUwPjirIwsgt6El4ODdGNwgs2BhXdha3UyAQ"}'
|
||||
2025-12-28 04:26:36.089 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:26:36.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47895/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.47.52/tcp/52609/p2p/16Uiu2HAmVKK1AVdRK3g3iBmH6Q3uD4FscAHG5ya43jRuiytRVAJe"]'
|
||||
2025-12-28 04:26:36.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:26:36.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52608/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.199.58/tcp/47896/p2p/16Uiu2HAmEEX9GH2o9A2K1kzR1oWR7nYHT31kkMAYLY1jSUNTCQxo"]'
|
||||
2025-12-28 04:26:36.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:26:36.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47895/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.47.52/tcp/52609/p2p/16Uiu2HAmVKK1AVdRK3g3iBmH6Q3uD4FscAHG5ya43jRuiytRVAJe","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-28 04:26:36.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52608/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.199.58/tcp/44290/p2p/16Uiu2HAmEEX9GH2o9A2K1kzR1oWR7nYHT31kkMAYLY1jSUNTCQxo","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-28 04:26:36.140 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:37.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47895/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:26:37.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:26:37.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52608/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:26:37.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:26:37.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47895/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.47.52/tcp/52609/p2p/16Uiu2HAmVKK1AVdRK3g3iBmH6Q3uD4FscAHG5ya43jRuiytRVAJe","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin","score":0.0}]}'
|
||||
2025-12-28 04:26:37.151 DEBUG [tests.rest_flags.test_admin_flags] checking shard=0 list: {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.47.52/tcp/52609/p2p/16Uiu2HAmVKK1AVdRK3g3iBmH6Q3uD4FscAHG5ya43jRuiytRVAJe', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-124-g96196a', 'origin': 'UnknownOrigin', 'score': 0.0}]}
|
||||
2025-12-28 04:26:37.153 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:26:37.154 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:26:37.154 DEBUG [src.node.waku_node] Stopping container with id a3fbabe7f8f4
|
||||
2025-12-28 04:26:37.690 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:26:37.691 DEBUG [src.node.waku_node] Stopping container with id a684f2aeea46
|
||||
2025-12-28 04:26:38.189 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:26:38.191 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:26:38.196 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:26:38.200 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
268
nim/1017/data/attachments/166742a95a6fa88d.txt
Normal file
268
nim/1017/data/attachments/166742a95a6fa88d.txt
Normal file
@ -0,0 +1,268 @@
|
||||
2025-12-28 04:24:55.289 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:24:55.289 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2025-12-28_04-24-55__f5a871e6-c867-4ff3-ab78-a2359feef5a1
|
||||
2025-12-28 04:24:55.290 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:24:55.290 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:24:55.290 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-28 04:24:55.297 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:55.297 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-24-55__f5a871e6-c867-4ff3-ab78-a2359feef5a1__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:55.297 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:55.297 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:55.299 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:55.299 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.207
|
||||
2025-12-28 04:24:55.299 DEBUG [src.node.docker_mananger] Generated ports ['24978', '24979', '24980', '24981', '24982']
|
||||
2025-12-28 04:24:55.299 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:55.299 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:55.299 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:55.300 DEBUG [src.node.docker_mananger] docker run -i -t -p 24978:24978 -p 24979:24979 -p 24980:24980 -p 24981:24981 -p 24982:24982 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24980 --rest-port=24978 --tcp-port=24979 --discv5-udp-port=24981 --rest-address=0.0.0.0 --nat=extip:172.18.145.207 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=969a6dae290c4e6eb4aafeedaa469b47e6020c2a3fc1f5dd7addf85abfeaeffa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24982 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-28 04:24:55.483 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.207 waku fdbd6a97e49a2facfb538fe04381fe2fd577dfd6f217c7c236d6e2f11771f5ee
|
||||
2025-12-28 04:24:55.517 DEBUG [src.node.docker_mananger] Container started with ID fdbd6a97e49a. Setting up logs at ./log/docker/node1_2025-12-28_04-24-55__f5a871e6-c867-4ff3-ab78-a2359feef5a1__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:55.517 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24978
|
||||
2025-12-28 04:24:55.518 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:55.575 ERROR [src.node.docker_mananger] Max retries reached for container 7b9154629522. Exiting log stream.
|
||||
2025-12-28 04:24:56.083 ERROR [src.node.docker_mananger] Max retries reached for container dd0bd86bcc40. Exiting log stream.
|
||||
2025-12-28 04:24:56.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:24:56.522 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:24:56.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.207/tcp/24979/p2p/16Uiu2HAmSAUBTd8xoqGzVav8Wox64WE3kKTJNVTZM8RPWkhmRkqp","/ip4/172.18.145.207/tcp/24980/ws/p2p/16Uiu2HAmSAUBTd8xoqGzVav8Wox64WE3kKTJNVTZM8RPWkhmRkqp"],"enrUri":"enr:-L24QIhR6A_f3X3FUfmTNY1OvvYOUUd2_Q4YxtPo7Gg-M4rLAxXM1WXOprXNy6zoVGfW0kugKAGY1MeUReD-emqrDTICgmlkgnY0gmlwhKwSkc-KbXVsdGlhZGRyc5YACASsEpHPBmGTAAoErBKRzwZhlN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyLU915rLjzTbSAr0ojjWYnLm0PiPX2-CdZeSSnW-MtuDdGNwgmGTg3VkcIJhlYV3YWt1MgU"}'
|
||||
2025-12-28 04:24:56.524 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:24:56.531 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:56.531 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-24-55__f5a871e6-c867-4ff3-ab78-a2359feef5a1__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:56.531 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:56.531 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:56.533 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:56.533 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.41
|
||||
2025-12-28 04:24:56.533 DEBUG [src.node.docker_mananger] Generated ports ['53158', '53159', '53160', '53161', '53162']
|
||||
2025-12-28 04:24:56.533 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:56.533 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:56.533 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:56.533 DEBUG [src.node.docker_mananger] docker run -i -t -p 53158:53158 -p 53159:53159 -p 53160:53160 -p 53161:53161 -p 53162:53162 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53160 --rest-port=53158 --tcp-port=53159 --discv5-udp-port=53161 --rest-address=0.0.0.0 --nat=extip:172.18.26.41 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fae648f73bdbb56e43cda6326fe406cbe3eacd0edb8fee024b264c3fc3febdbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53162 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIhR6A_f3X3FUfmTNY1OvvYOUUd2_Q4YxtPo7Gg-M4rLAxXM1WXOprXNy6zoVGfW0kugKAGY1MeUReD-emqrDTICgmlkgnY0gmlwhKwSkc-KbXVsdGlhZGRyc5YACASsEpHPBmGTAAoErBKRzwZhlN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyLU915rLjzTbSAr0ojjWYnLm0PiPX2-CdZeSSnW-MtuDdGNwgmGTg3VkcIJhlYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-28 04:24:56.711 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.41 waku a483a71c6ef1aca6f8924380371c4a7fcc811dd693ef504629a8d23a91b837f7
|
||||
2025-12-28 04:24:56.743 DEBUG [src.node.docker_mananger] Container started with ID a483a71c6ef1. Setting up logs at ./log/docker/node2_2025-12-28_04-24-55__f5a871e6-c867-4ff3-ab78-a2359feef5a1__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:56.743 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53158
|
||||
2025-12-28 04:24:56.743 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:57.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:24:57.760 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:24:57.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.41/tcp/53159/p2p/16Uiu2HAmRXZpLfHxvSDWi77QhCbGQiKY3iCrGAuvfLarvJ7qi9UZ","/ip4/172.18.26.41/tcp/53160/ws/p2p/16Uiu2HAmRXZpLfHxvSDWi77QhCbGQiKY3iCrGAuvfLarvJ7qi9UZ"],"enrUri":"enr:-L24QGo5D0l8tD5HkT7dxPPofsKUKlQIeJnK9p5myKNvV9gJAypoyvTzMkONoi4wQx9nQ7pepaRr_UQP16mBGWqUEVgCgmlkgnY0gmlwhKwSGimKbXVsdGlhZGRyc5YACASsEhopBs-nAAoErBIaKQbPqN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDv0EfxpYu4dDiSUc-Nlc2nrcStendsayiV_k5-ZlXQkaDdGNwgs-ng3VkcILPqYV3YWt1MgE"}'
|
||||
2025-12-28 04:24:57.765 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:24:57.765 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.207/tcp/24979/p2p/16Uiu2HAmSAUBTd8xoqGzVav8Wox64WE3kKTJNVTZM8RPWkhmRkqp"]'
|
||||
2025-12-28 04:24:57.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2025-12-28 04:24:57.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2025-12-28 04:24:57.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:57.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.779 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:57.880 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:57.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895897774555355,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:57.886 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:57.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766895897774555355,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:57.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2025-12-28 04:24:57.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2025-12-28 04:24:57.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:57.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:57.906 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.006 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.010 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":1766895897899918296,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.011 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.014 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":1766895897899918296,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.032 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.133 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766895898025374538,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.138 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766895898025374538,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2025-12-28 04:24:58.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2025-12-28 04:24:58.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.159 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.260 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766895898153269478,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.265 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766895898153269478,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2025-12-28 04:24:58.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2025-12-28 04:24:58.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.287 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.387 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766895898280647513,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.392 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766895898280647513,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.414 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.514 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.517 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766895898405886067,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.519 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766895898405886067,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.540 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.640 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766895898533669691,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.644 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766895898533669691,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:58.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.666 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.766 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766895898660046229,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.771 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766895898660046229,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2025-12-28 04:24:58.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2025-12-28 04:24:58.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.787 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:58.887 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.890 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":1766895898781538581,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.892 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:58.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.894 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":1766895898781538581,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:58.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
2025-12-28 04:24:58.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
2025-12-28 04:24:58.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:58.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:58.907 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.007 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.010 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":1766895898902557741,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.012 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.015 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":1766895898902557741,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
2025-12-28 04:24:59.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
2025-12-28 04:24:59.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:59.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.027 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.127 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.131 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":1766895899022252855,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.132 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.135 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":1766895899022252855,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
2025-12-28 04:24:59.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
2025-12-28 04:24:59.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:59.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.147 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.248 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.251 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":1766895899142830085,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.252 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.255 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":1766895899142830085,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
2025-12-28 04:24:59.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
2025-12-28 04:24:59.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:59.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.267 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.368 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.371 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":1766895899262809078,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.373 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.375 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":1766895899262809078,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
2025-12-28 04:24:59.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
2025-12-28 04:24:59.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:59.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.387 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.487 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.490 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":1766895899382826301,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.492 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.496 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":1766895899382826301,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
2025-12-28 04:24:59.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
2025-12-28 04:24:59.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:59.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.508 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.608 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.611 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":1766895899503520256,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.613 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.615 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":1766895899503520256,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
2025-12-28 04:24:59.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53158/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
2025-12-28 04:24:59.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24978/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:59.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:59.626 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:59.727 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24978/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.730 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":1766895899622511512,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.732 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:59.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53158/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.735 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":1766895899622511512,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:59.738 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:24:59.739 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:24:59.739 DEBUG [src.node.waku_node] Stopping container with id fdbd6a97e49a
|
||||
2025-12-28 04:25:00.283 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:00.283 DEBUG [src.node.waku_node] Stopping container with id a483a71c6ef1
|
||||
2025-12-28 04:25:00.821 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:00.822 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:25:00.834 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:00.846 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
90
nim/1017/data/attachments/16c6cdcd05914402.txt
Normal file
90
nim/1017/data/attachments/16c6cdcd05914402.txt
Normal file
@ -0,0 +1,90 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_get_message_after_node2_restarts with id: 2025-12-28_04-21-13__d8731d38-e76d-44d7-9b3b-925344b4b7af
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-21-13__d8731d38-e76d-44d7-9b3b-925344b4b7af__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.188.185
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4999', '5000', '5001', '5002', '5003']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4999:4999 -p 5000:5000 -p 5001:5001 -p 5002:5002 -p 5003:5003 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5001 --rest-port=4999 --tcp-port=5000 --discv5-udp-port=5002 --rest-address=0.0.0.0 --nat=extip:172.18.188.185 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc8cdb84bfdcf2de58dcbd064dacc748a234e53ac354d23facca5bcc691d6cac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5003 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.188.185 waku 415b1db458c52a89bbee5e0bbd34fc68725e8a8b8473926bfe131b9d31bbcd11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 415b1db458c5. Setting up logs at ./log/docker/node1_2025-12-28_04-21-13__d8731d38-e76d-44d7-9b3b-925344b4b7af__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4999
|
||||
[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 77b9cb5bbe07. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4999/health" -H "Content-Type: 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:4999/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.188.185/tcp/5000/p2p/16Uiu2HAmM9zaV5r8DpaBasJa2h3o4gjVvi7Z6URvGvVA5Ywpw9j2","/ip4/172.18.188.185/tcp/5001/ws/p2p/16Uiu2HAmM9zaV5r8DpaBasJa2h3o4gjVvi7Z6URvGvVA5Ywpw9j2"],"enrUri":"enr:-L24QM9lLWIoaV9r9I7evKbrjxRbWsjz6Ue0qH7_rxgU_L48Y0QU9ErQgzWzJrSC3K7dOWxynfRlmUKTPORVYbnGeFQCgmlkgnY0gmlwhKwSvLmKbXVsdGlhZGRyc5YACASsEry5BhOIAAoErBK8uQYTid0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfkuYmshG90ZEHQ59aEt3k8G1rp9xkrcdkZ_aonjTdYWDdGNwghOIg3VkcIITioV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-21-13__d8731d38-e76d-44d7-9b3b-925344b4b7af__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.76.5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54868', '54869', '54870', '54871', '54872']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 54868:54868 -p 54869:54869 -p 54870:54870 -p 54871:54871 -p 54872:54872 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54870 --rest-port=54868 --tcp-port=54869 --discv5-udp-port=54871 --rest-address=0.0.0.0 --nat=extip:172.18.76.5 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f25ae2861ebc401afad45f88e15bf3ea754fafcac437fda6f5a017b7f2f3e56a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54872 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QM9lLWIoaV9r9I7evKbrjxRbWsjz6Ue0qH7_rxgU_L48Y0QU9ErQgzWzJrSC3K7dOWxynfRlmUKTPORVYbnGeFQCgmlkgnY0gmlwhKwSvLmKbXVsdGlhZGRyc5YACASsEry5BhOIAAoErBK8uQYTid0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfkuYmshG90ZEHQ59aEt3k8G1rp9xkrcdkZ_aonjTdYWDdGNwghOIg3VkcIITioV3YWt1MgU --filternode=/ip4/172.18.188.185/tcp/5000/p2p/16Uiu2HAmM9zaV5r8DpaBasJa2h3o4gjVvi7Z6URvGvVA5Ywpw9j2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.76.5 waku 8753a9fb13bbc5c98d7fa247549bdb5c3e69da76207dba676c1e7a3783d43627
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8753a9fb13bb. Setting up logs at ./log/docker/node2_2025-12-28_04-21-13__d8731d38-e76d-44d7-9b3b-925344b4b7af__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54868
|
||||
[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:54868/health" -H "Content-Type: 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:54868/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.76.5/tcp/54869/p2p/16Uiu2HAmFug5BW7pCsM4ZVfbLU5kXFL2RVArLkvSAwWVvPQUEyVg","/ip4/172.18.76.5/tcp/54870/ws/p2p/16Uiu2HAmFug5BW7pCsM4ZVfbLU5kXFL2RVArLkvSAwWVvPQUEyVg"],"enrUri":"enr:-L24QE_pnemlkFf3PZd_5zu4iX7D2U7WEa90CXRlFBgqHLN-AzIHqrb6iYu2bC6oV9-xYRv1Zsg1L5EqYxAmD37KN08CgmlkgnY0gmlwhKwSTAWKbXVsdGlhZGRyc5YACASsEkwFBtZVAAoErBJMBQbWVt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMFYbMa4IguYwJwFkJs0-vRqHjN9GAuHP75gF5w4aoHeDdGNwgtZVg3VkcILWV4V3YWt1MgA"}'
|
||||
[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:54868/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.188.185/tcp/5000/p2p/16Uiu2HAmM9zaV5r8DpaBasJa2h3o4gjVvi7Z6URvGvVA5Ywpw9j2"]'
|
||||
[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:4999/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:54868/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3b8df0b2-a650-4250-b25c-fd710ca0b719", "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":"3b8df0b2-a650-4250-b25c-fd710ca0b719","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4999/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:54868/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":1766895675670806300,"ephemeral":false}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id 8753a9fb13bb
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54868/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54868/health" -H "Content-Type: 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:54868/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.76.5/tcp/54869/p2p/16Uiu2HAmFug5BW7pCsM4ZVfbLU5kXFL2RVArLkvSAwWVvPQUEyVg","/ip4/172.18.76.5/tcp/54870/ws/p2p/16Uiu2HAmFug5BW7pCsM4ZVfbLU5kXFL2RVArLkvSAwWVvPQUEyVg"],"enrUri":"enr:-L24QE_pnemlkFf3PZd_5zu4iX7D2U7WEa90CXRlFBgqHLN-AzIHqrb6iYu2bC6oV9-xYRv1Zsg1L5EqYxAmD37KN08CgmlkgnY0gmlwhKwSTAWKbXVsdGlhZGRyc5YACASsEkwFBtZVAAoErBJMBQbWVt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMFYbMa4IguYwJwFkJs0-vRqHjN9GAuHP75gF5w4aoHeDdGNwgtZVg3VkcILWV4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4999/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:54868/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "66434b83-55db-4e39-9a9e-8260909c7fce", "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":"66434b83-55db-4e39-9a9e-8260909c7fce","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4999/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:54868/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":1766895678858693278,"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 415b1db458c5
|
||||
[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 8753a9fb13bb
|
||||
[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.
|
||||
2597
nim/1017/data/attachments/1749a5c9b94345a4.txt
Normal file
2597
nim/1017/data/attachments/1749a5c9b94345a4.txt
Normal file
File diff suppressed because it is too large
Load Diff
127
nim/1017/data/attachments/177b9049aee6585.txt
Normal file
127
nim/1017/data/attachments/177b9049aee6585.txt
Normal file
@ -0,0 +1,127 @@
|
||||
2025-12-28 04:24:50.927 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:24:50.927 DEBUG [tests.conftest] Running test: test_subscribe_via_api_to_new_content_topics[content_topic_list1] with id: 2025-12-28_04-24-50__5a3fcb61-0a15-458d-8e31-5f9066e1e55b
|
||||
2025-12-28 04:24:50.928 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:24:50.928 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:24:50.928 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-28 04:24:50.935 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:50.936 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-24-50__5a3fcb61-0a15-458d-8e31-5f9066e1e55b__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:50.936 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:50.936 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:50.937 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:50.938 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.192
|
||||
2025-12-28 04:24:50.938 DEBUG [src.node.docker_mananger] Generated ports ['56713', '56714', '56715', '56716', '56717']
|
||||
2025-12-28 04:24:50.938 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:50.938 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:50.938 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:50.938 DEBUG [src.node.docker_mananger] docker run -i -t -p 56713:56713 -p 56714:56714 -p 56715:56715 -p 56716:56716 -p 56717:56717 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56715 --rest-port=56713 --tcp-port=56714 --discv5-udp-port=56716 --rest-address=0.0.0.0 --nat=extip:172.18.247.192 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ccbeecccc93e02ebd7bfddda20165767b1aab74bfbcab7eda7dceba622dedea9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56717 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
||||
2025-12-28 04:24:51.128 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.192 waku 7b915462952298134def6270991697d56827028ac01e6c91ccacf6f6cd664569
|
||||
2025-12-28 04:24:51.158 DEBUG [src.node.docker_mananger] Container started with ID 7b9154629522. Setting up logs at ./log/docker/node1_2025-12-28_04-24-50__5a3fcb61-0a15-458d-8e31-5f9066e1e55b__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:51.159 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56713
|
||||
2025-12-28 04:24:51.159 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:51.192 ERROR [src.node.docker_mananger] Max retries reached for container c83bd2900bcf. Exiting log stream.
|
||||
2025-12-28 04:24:51.729 ERROR [src.node.docker_mananger] Max retries reached for container 2859094c5c77. Exiting log stream.
|
||||
2025-12-28 04:24:52.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:24:52.163 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:24:52.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.192/tcp/56714/p2p/16Uiu2HAkyykb45ioro4eS5kxrNWYubSxAT7nvhTWgzuS58nWnavJ","/ip4/172.18.247.192/tcp/56715/ws/p2p/16Uiu2HAkyykb45ioro4eS5kxrNWYubSxAT7nvhTWgzuS58nWnavJ"],"enrUri":"enr:-L24QIL7YpPZPa6l6gCdI8GUez631j64i-olBVvNyEFvp8ZpMUtbkyjRioqHSc0d7hGKmu0ubvMRgAvKPT_Phlke_1ECgmlkgnY0gmlwhKwS98CKbXVsdGlhZGRyc5YACASsEvfABt2KAAoErBL3wAbdi90DgnJzhQACAQAAiXNlY3AyNTZrMaECQ6aLNwZfchJ4dtazm2ZE8uWPaWQkrcXtZB-XX1UVIW-DdGNwgt2Kg3VkcILdjIV3YWt1MgU"}'
|
||||
2025-12-28 04:24:52.166 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:24:52.172 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:52.173 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-24-50__5a3fcb61-0a15-458d-8e31-5f9066e1e55b__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:52.173 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:52.173 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:52.174 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:52.174 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.224
|
||||
2025-12-28 04:24:52.174 DEBUG [src.node.docker_mananger] Generated ports ['59031', '59032', '59033', '59034', '59035']
|
||||
2025-12-28 04:24:52.175 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:52.175 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:52.175 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:52.175 DEBUG [src.node.docker_mananger] docker run -i -t -p 59031:59031 -p 59032:59032 -p 59033:59033 -p 59034:59034 -p 59035:59035 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59033 --rest-port=59031 --tcp-port=59032 --discv5-udp-port=59034 --rest-address=0.0.0.0 --nat=extip:172.18.113.224 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6ee5f3802c11c20a89af0549e6c8268c666b1e1de2a49decff84f9c446cb6dda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59035 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIL7YpPZPa6l6gCdI8GUez631j64i-olBVvNyEFvp8ZpMUtbkyjRioqHSc0d7hGKmu0ubvMRgAvKPT_Phlke_1ECgmlkgnY0gmlwhKwS98CKbXVsdGlhZGRyc5YACASsEvfABt2KAAoErBL3wAbdi90DgnJzhQACAQAAiXNlY3AyNTZrMaECQ6aLNwZfchJ4dtazm2ZE8uWPaWQkrcXtZB-XX1UVIW-DdGNwgt2Kg3VkcILdjIV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
2025-12-28 04:24:52.351 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.224 waku dd0bd86bcc40a0f49520d2466c66d6d708b59b7f4d253766a6a7132ae5b3c96a
|
||||
2025-12-28 04:24:52.386 DEBUG [src.node.docker_mananger] Container started with ID dd0bd86bcc40. Setting up logs at ./log/docker/node2_2025-12-28_04-24-50__5a3fcb61-0a15-458d-8e31-5f9066e1e55b__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:52.387 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59031
|
||||
2025-12-28 04:24:52.387 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:53.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:24:53.396 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:24:53.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.224/tcp/59032/p2p/16Uiu2HAm5dzVHawQs9qfuqnygnN222E4c9c7j4AEfkFnYgZdCrtL","/ip4/172.18.113.224/tcp/59033/ws/p2p/16Uiu2HAm5dzVHawQs9qfuqnygnN222E4c9c7j4AEfkFnYgZdCrtL"],"enrUri":"enr:-L24QKZgo35HU6g12u8uPXpBFvni98DfidIGamFVKPin2YDnRzaQX-nQffK_nZxT3LSBDrrPsCuoyujd2EmbciJjM7gCgmlkgnY0gmlwhKwSceCKbXVsdGlhZGRyc5YACASsEnHgBuaYAAoErBJx4Abmmd0DgnJzhQACAQAAiXNlY3AyNTZrMaECl7zEQDkgy4rG7BAe90w-vYCMYo-vUDj5Fn-HO8mmd72DdGNwguaYg3VkcILmmoV3YWt1MgE"}'
|
||||
2025-12-28 04:24:53.403 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:24:53.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59031/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.247.192/tcp/56714/p2p/16Uiu2HAkyykb45ioro4eS5kxrNWYubSxAT7nvhTWgzuS58nWnavJ"]'
|
||||
2025-12-28 04:24:53.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:53.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59031/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2025-12-28 04:24:53.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:53.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.418 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:53.519 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.522 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":1766895893413727202,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.524 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.527 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":1766895893413727202,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:53.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.533 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:53.634 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766895893528669149,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.639 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766895893528669149,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:53.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.649 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:53.749 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766895893643926303,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.754 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766895893643926303,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:53.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.763 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:53.863 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766895893758633255,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.868 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766895893758633255,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:53.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.877 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:53.977 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766895893871927181,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.982 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:53.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766895893871927181,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:53.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:53.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:53.991 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:54.091 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:54.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766895893986473663,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:54.096 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:54.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766895893986473663,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:54.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56713/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:24:54.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:54.105 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:24:54.205 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:54.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56713/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766895894100408057,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:54.210 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:24:54.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59031/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766895894100408057,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:24:54.215 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:24:54.216 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:24:54.216 DEBUG [src.node.waku_node] Stopping container with id 7b9154629522
|
||||
2025-12-28 04:24:54.762 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:24:54.763 DEBUG [src.node.waku_node] Stopping container with id dd0bd86bcc40
|
||||
2025-12-28 04:24:55.271 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:24:55.273 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:24:55.279 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:24:55.285 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
862
nim/1017/data/attachments/17ec226ac67212c0.txt
Normal file
862
nim/1017/data/attachments/17ec226ac67212c0.txt
Normal file
@ -0,0 +1,862 @@
|
||||
2025-12-28 04:24:03.242 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:24:03.242 DEBUG [tests.conftest] Running test: test_light_push_with_with_large_meta with id: 2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f
|
||||
2025-12-28 04:24:03.242 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:24:03.243 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:24:03.250 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:03.250 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:03.250 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:03.250 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:03.252 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:03.252 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.41
|
||||
2025-12-28 04:24:03.252 DEBUG [src.node.docker_mananger] Generated ports ['30952', '30953', '30954', '30955', '30956']
|
||||
2025-12-28 04:24:03.252 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:03.252 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:03.252 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:03.252 DEBUG [src.node.docker_mananger] docker run -i -t -p 30952:30952 -p 30953:30953 -p 30954:30954 -p 30955:30955 -p 30956:30956 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30954 --rest-port=30952 --tcp-port=30953 --discv5-udp-port=30955 --rest-address=0.0.0.0 --nat=extip:172.18.103.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8ee6e14d863dabe98adb73c93d936c8edf3dcfbb4ecbac04e29052b8bf9fd950 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30956 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-28 04:24:03.451 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.41 waku 401f9c901adc0c42b1cb35d76b169913b6f21f4265148926150d136a7adcf83f
|
||||
2025-12-28 04:24:03.484 DEBUG [src.node.docker_mananger] Container started with ID 401f9c901adc. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:03.485 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30952
|
||||
2025-12-28 04:24:03.485 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:04.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:04.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:24:04.489 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:24:04.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:04.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.41/tcp/30953/p2p/16Uiu2HAm23jy2ou77qBbn4GWeyK6jWPMtHwpieSyRSEjojQJU5zR","/ip4/172.18.103.41/tcp/30954/ws/p2p/16Uiu2HAm23jy2ou77qBbn4GWeyK6jWPMtHwpieSyRSEjojQJU5zR"],"enrUri":"enr:-L24QIJZzQnj8GSRzUU__W-jyLa1eF1_Op4HXlb-lGx4eFDzHYAUuIhhVIA7RG83Tcb6PgADZRzc56ULX-bp4aJVoI8CgmlkgnY0gmlwhKwSZymKbXVsdGlhZGRyc5YACASsEmcpBnjpAAoErBJnKQZ46t0DgnJzhQADAQAAiXNlY3AyNTZrMaECYmOJ5TKLHl-G_9SDCwGCJbXol6IHs26kUwVnKaHPHLqDdGNwgnjpg3VkcIJ464V3YWt1Mgk"}'
|
||||
2025-12-28 04:24:04.491 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:24:04.498 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:04.498 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:04.498 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:04.498 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:04.500 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:04.500 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.88
|
||||
2025-12-28 04:24:04.500 DEBUG [src.node.docker_mananger] Generated ports ['31816', '31817', '31818', '31819', '31820']
|
||||
2025-12-28 04:24:04.500 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:04.500 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:04.500 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:04.500 DEBUG [src.node.docker_mananger] docker run -i -t -p 31816:31816 -p 31817:31817 -p 31818:31818 -p 31819:31819 -p 31820:31820 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31818 --rest-port=31816 --tcp-port=31817 --discv5-udp-port=31819 --rest-address=0.0.0.0 --nat=extip:172.18.35.88 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ee98793dac5a8eb3eccadbdeeb484ae71ab6ebaccbba12d0a3333008d169ed07 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31820 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-28 04:24:04.692 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.88 waku d70a0cbf052eb1c8ead08ae9fa8050fc11bf01b79fb88b27568815daacb3f452
|
||||
2025-12-28 04:24:04.721 DEBUG [src.node.docker_mananger] Container started with ID d70a0cbf052e. Setting up logs at ./log/docker/receiving_node2_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:04.722 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31816
|
||||
2025-12-28 04:24:04.722 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:05.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31816/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:05.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:24:05.726 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:24:05.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31816/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:05.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.88/tcp/31817/p2p/16Uiu2HAkvSNmguKHxtAf5yLuFvhQE75ZPgu73bgHyserbatZy7xR","/ip4/172.18.35.88/tcp/31818/ws/p2p/16Uiu2HAkvSNmguKHxtAf5yLuFvhQE75ZPgu73bgHyserbatZy7xR"],"enrUri":"enr:-L24QNHQeDHdNZYcYQxczFSEklwaK8c3ywvT8SijDhqZ5YTMVoAZfUVz072zOoCZB92H2_gN4jTp0oI2VTy6ongCMqYCgmlkgnY0gmlwhKwSI1iKbXVsdGlhZGRyc5YACASsEiNYBnxJAAoErBIjWAZ8St0DgnJzhQADAQAAiXNlY3AyNTZrMaECDwnPTqNELtBfEIVG-enWBE0Hby4QDdyEL-ieKcQ7E0aDdGNwgnxJg3VkcIJ8S4V3YWt1MgE"}'
|
||||
2025-12-28 04:24:05.729 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:24:05.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31816/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.41/tcp/30953/p2p/16Uiu2HAm23jy2ou77qBbn4GWeyK6jWPMtHwpieSyRSEjojQJU5zR"]'
|
||||
2025-12-28 04:24:05.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:24:05.771 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:24:05.772 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:05.772 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:05.773 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:05.777 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:05.777 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.219.40
|
||||
2025-12-28 04:24:05.778 DEBUG [src.node.docker_mananger] Generated ports ['4632', '4633', '4634', '4635', '4636']
|
||||
2025-12-28 04:24:05.778 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:05.778 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:05.778 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:05.778 DEBUG [src.node.docker_mananger] docker run -i -t -p 4632:4632 -p 4633:4633 -p 4634:4634 -p 4635:4635 -p 4636:4636 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4634 --rest-port=4632 --tcp-port=4633 --discv5-udp-port=4635 --rest-address=0.0.0.0 --nat=extip:172.18.219.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1a37ebcc60d8dc306dd6cea1dfd80fc3bae57aa6fe6deb3ee4b65a3dcbcb161b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4636 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIJZzQnj8GSRzUU__W-jyLa1eF1_Op4HXlb-lGx4eFDzHYAUuIhhVIA7RG83Tcb6PgADZRzc56ULX-bp4aJVoI8CgmlkgnY0gmlwhKwSZymKbXVsdGlhZGRyc5YACASsEmcpBnjpAAoErBJnKQZ46t0DgnJzhQADAQAAiXNlY3AyNTZrMaECYmOJ5TKLHl-G_9SDCwGCJbXol6IHs26kUwVnKaHPHLqDdGNwgnjpg3VkcIJ464V3YWt1Mgk --lightpushnode=/ip4/172.18.103.41/tcp/30953/p2p/16Uiu2HAm23jy2ou77qBbn4GWeyK6jWPMtHwpieSyRSEjojQJU5zR --lightpush=true --relay=false
|
||||
2025-12-28 04:24:05.965 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.219.40 waku 477181bb62399c8efae3caf1e7de1ddcad44e665ef7d64fa4ab48d7bb411446c
|
||||
2025-12-28 04:24:05.995 DEBUG [src.node.docker_mananger] Container started with ID 477181bb6239. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:05.995 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4632
|
||||
2025-12-28 04:24:05.996 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:06.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.311 ERROR [src.node.docker_mananger] Max retries reached for container 477181bb6239. Exiting log stream.
|
||||
2025-12-28 04:24:07.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:07.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:08.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:09.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:10.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:11.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:12.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:13.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:14.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:15.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:16.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:17.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:18.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:19.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:20.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:21.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:22.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:23.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:24.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:25.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:26.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:27.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4632/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:27.048 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=4632): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f390b5adfa0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:24:27.149 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:27.149 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:27.151 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:27.151 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.7.148
|
||||
2025-12-28 04:24:27.151 DEBUG [src.node.docker_mananger] Generated ports ['15743', '15744', '15745', '15746', '15747']
|
||||
2025-12-28 04:24:27.151 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:27.151 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:27.151 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:27.151 DEBUG [src.node.docker_mananger] docker run -i -t -p 15743:15743 -p 15744:15744 -p 15745:15745 -p 15746:15746 -p 15747:15747 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15745 --rest-port=15743 --tcp-port=15744 --discv5-udp-port=15746 --rest-address=0.0.0.0 --nat=extip:172.18.7.148 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf0b22a5cca9ac2ee4c3e3adae7ce8cfdbadacbef1020ee0a8bc12e1fdce977f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15747 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIJZzQnj8GSRzUU__W-jyLa1eF1_Op4HXlb-lGx4eFDzHYAUuIhhVIA7RG83Tcb6PgADZRzc56ULX-bp4aJVoI8CgmlkgnY0gmlwhKwSZymKbXVsdGlhZGRyc5YACASsEmcpBnjpAAoErBJnKQZ46t0DgnJzhQADAQAAiXNlY3AyNTZrMaECYmOJ5TKLHl-G_9SDCwGCJbXol6IHs26kUwVnKaHPHLqDdGNwgnjpg3VkcIJ464V3YWt1Mgk --lightpushnode=/ip4/172.18.103.41/tcp/30953/p2p/16Uiu2HAm23jy2ou77qBbn4GWeyK6jWPMtHwpieSyRSEjojQJU5zR --lightpush=true --relay=false
|
||||
2025-12-28 04:24:27.331 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.7.148 waku 052fcbe9757f2382445696d47f2adc5e07b3b724a74fe114b84f3a77552f5f4b
|
||||
2025-12-28 04:24:27.358 DEBUG [src.node.docker_mananger] Container started with ID 052fcbe9757f. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:27.360 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15743
|
||||
2025-12-28 04:24:27.360 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:28.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:28.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:28.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:28.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:28.708 ERROR [src.node.docker_mananger] Max retries reached for container 052fcbe9757f. Exiting log stream.
|
||||
2025-12-28 04:24:28.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:28.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:28.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:29.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:30.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:31.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:32.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:33.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:34.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:35.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:36.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:37.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:38.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:39.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:40.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:41.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:42.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:43.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:44.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:45.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:46.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:47.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:48.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:48.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:48.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:48.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:48.400 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=15743): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f390b6b61e0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:24:48.500 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:24:48.501 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:24:48.502 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:24:48.502 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.90.30
|
||||
2025-12-28 04:24:48.502 DEBUG [src.node.docker_mananger] Generated ports ['9876', '9877', '9878', '9879', '9880']
|
||||
2025-12-28 04:24:48.503 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:24:48.503 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:24:48.503 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:24:48.503 DEBUG [src.node.docker_mananger] docker run -i -t -p 9876:9876 -p 9877:9877 -p 9878:9878 -p 9879:9879 -p 9880:9880 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9878 --rest-port=9876 --tcp-port=9877 --discv5-udp-port=9879 --rest-address=0.0.0.0 --nat=extip:172.18.90.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ea3ae8eee5ffce1b7ea53caa078d6baaaee9ca37d7eabcadb7e87d6cbced9d3d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9880 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIJZzQnj8GSRzUU__W-jyLa1eF1_Op4HXlb-lGx4eFDzHYAUuIhhVIA7RG83Tcb6PgADZRzc56ULX-bp4aJVoI8CgmlkgnY0gmlwhKwSZymKbXVsdGlhZGRyc5YACASsEmcpBnjpAAoErBJnKQZ46t0DgnJzhQADAQAAiXNlY3AyNTZrMaECYmOJ5TKLHl-G_9SDCwGCJbXol6IHs26kUwVnKaHPHLqDdGNwgnjpg3VkcIJ464V3YWt1Mgk --lightpushnode=/ip4/172.18.103.41/tcp/30953/p2p/16Uiu2HAm23jy2ou77qBbn4GWeyK6jWPMtHwpieSyRSEjojQJU5zR --lightpush=true --relay=false
|
||||
2025-12-28 04:24:48.683 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.90.30 waku 5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325
|
||||
2025-12-28 04:24:48.714 DEBUG [src.node.docker_mananger] Container started with ID 5c1f1672b055. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-24-03__87d8a484-c0d6-44e2-8a45-6f9815abf19f__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:24:48.715 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9876
|
||||
2025-12-28 04:24:48.715 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:24:49.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:49.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:49.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.041 ERROR [src.node.docker_mananger] Max retries reached for container 5c1f1672b055. Exiting log stream.
|
||||
2025-12-28 04:24:50.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:50.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:51.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:52.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:53.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:54.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:55.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:56.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:57.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:58.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:24:59.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:00.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:01.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:02.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:03.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:04.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:05.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:06.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:07.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:08.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:09.764 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=9876): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f390b6da090>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:25:09.961 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:25:09.962 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:25:09.962 DEBUG [src.node.waku_node] Stopping container with id 401f9c901adc
|
||||
2025-12-28 04:25:10.498 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:10.498 DEBUG [src.node.waku_node] Stopping container with id d70a0cbf052e
|
||||
2025-12-28 04:25:11.019 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:11.021 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.123 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.224 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.310 ERROR [src.node.docker_mananger] Max retries reached for container 401f9c901adc. Exiting log stream.
|
||||
2025-12-28 04:25:11.326 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.427 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.528 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.630 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.731 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.831 ERROR [src.node.docker_mananger] Max retries reached for container d70a0cbf052e. Exiting log stream.
|
||||
2025-12-28 04:25:11.832 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:11.933 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.035 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.137 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.238 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.339 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.441 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.542 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.644 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.745 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.846 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:12.948 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.049 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.151 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.252 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.354 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.455 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.557 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.658 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.760 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.861 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:13.963 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.064 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.165 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.267 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.368 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.469 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.571 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.672 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.774 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.875 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:14.976 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.078 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.179 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.281 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.382 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.484 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.585 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.687 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.788 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.890 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:15.991 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.093 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.094 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325/stop: Not Found ("No such container: 5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325")
|
||||
2025-12-28 04:25:16.094 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.195 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.297 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.398 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.500 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.601 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.702 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.804 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:16.905 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.007 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.108 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.210 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.311 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.412 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.514 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.615 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.717 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.818 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:17.920 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.021 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.123 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.224 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.326 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.427 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.528 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.630 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.731 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.833 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:18.934 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.036 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.137 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.239 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.340 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.441 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.543 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.644 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.746 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.847 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:19.948 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.050 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.151 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.253 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.354 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.455 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.557 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.658 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.760 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.861 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:20.962 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.064 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.165 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.167 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325/stop: Not Found ("No such container: 5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325")
|
||||
2025-12-28 04:25:21.167 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.268 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.370 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.471 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.572 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.674 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.775 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.876 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:21.978 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.079 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.181 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.282 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.383 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.485 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.586 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.687 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.789 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.890 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:22.992 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.093 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.195 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.296 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.397 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.499 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.600 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.702 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.803 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:23.905 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.006 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.107 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.209 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.310 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.412 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.513 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.617 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.718 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.820 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:24.921 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.023 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.124 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.226 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.327 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.429 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.530 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.632 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.733 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.834 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:25.936 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:26.037 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:26.139 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:26.240 DEBUG [src.node.waku_node] Stopping container with id 5c1f1672b055
|
||||
2025-12-28 04:25:26.242 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325/stop: Not Found ("No such container: 5c1f1672b055076289c92da278983f8b247e2446b3f21187f0a5e2c8bebb8325")
|
||||
2025-12-28 04:25:26.243 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:25:26.266 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:26.290 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:26.291 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:26.291 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:26.292 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
861
nim/1017/data/attachments/17fa94da9d5816b6.txt
Normal file
861
nim/1017/data/attachments/17fa94da9d5816b6.txt
Normal file
@ -0,0 +1,861 @@
|
||||
2025-12-28 04:26:00.116 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:26:00.116 DEBUG [tests.conftest] Running test: test_light_push_and_retrieve_duplicate_message with id: 2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4
|
||||
2025-12-28 04:26:00.117 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:26:00.117 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:26:00.124 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:00.124 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:00.125 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:00.125 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:00.126 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:00.126 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.70
|
||||
2025-12-28 04:26:00.126 DEBUG [src.node.docker_mananger] Generated ports ['61180', '61181', '61182', '61183', '61184']
|
||||
2025-12-28 04:26:00.126 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:00.127 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:00.127 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:00.127 DEBUG [src.node.docker_mananger] docker run -i -t -p 61180:61180 -p 61181:61181 -p 61182:61182 -p 61183:61183 -p 61184:61184 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61182 --rest-port=61180 --tcp-port=61181 --discv5-udp-port=61183 --rest-address=0.0.0.0 --nat=extip:172.18.3.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efae8fd6f662bbcae8037bcfe1f71acabd7c485ca988c11bd7fff7aaa7cae32b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61184 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-28 04:26:00.327 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.70 waku 11cfb0c64b1fd980a46e328c8e58f6e65f811f7d8bbfe2caf1b2ea9fd1a38ad1
|
||||
2025-12-28 04:26:00.364 DEBUG [src.node.docker_mananger] Container started with ID 11cfb0c64b1f. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:00.364 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61180
|
||||
2025-12-28 04:26:00.365 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:01.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61180/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:01.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:26:01.369 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:26:01.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61180/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:01.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.70/tcp/61181/p2p/16Uiu2HAmRXWornvYFAKjbpqBmTpPeP9WWXXbLsKrZYrV56zKNuJ1","/ip4/172.18.3.70/tcp/61182/ws/p2p/16Uiu2HAmRXWornvYFAKjbpqBmTpPeP9WWXXbLsKrZYrV56zKNuJ1"],"enrUri":"enr:-L24QLtCfexR8j1_uoaSQZ4OaLOtD5nMtFxgmfZ6op3YeSAFc0SSmF_-seL1cy2lsZ4BejeIMCXy22h9Of9qVANvh5YCgmlkgnY0gmlwhKwSA0aKbXVsdGlhZGRyc5YACASsEgNGBu79AAoErBIDRgbu_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvz24_1RnD8VtJK6N9FJw2vf2W9WIaWKKpD1PLuZZ23KDdGNwgu79g3VkcILu_4V3YWt1Mgk"}'
|
||||
2025-12-28 04:26:01.371 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:26:01.378 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:01.378 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:01.379 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:01.379 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:01.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:01.380 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.217
|
||||
2025-12-28 04:26:01.380 DEBUG [src.node.docker_mananger] Generated ports ['4804', '4805', '4806', '4807', '4808']
|
||||
2025-12-28 04:26:01.380 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:01.380 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:01.381 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:01.381 DEBUG [src.node.docker_mananger] docker run -i -t -p 4804:4804 -p 4805:4805 -p 4806:4806 -p 4807:4807 -p 4808:4808 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4806 --rest-port=4804 --tcp-port=4805 --discv5-udp-port=4807 --rest-address=0.0.0.0 --nat=extip:172.18.5.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ab265f9ef63bb57d481c2d01a7eee85c1fabbebd7ea4caf2c7e989f1a95cc2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4808 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-28 04:26:01.572 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.217 waku 4f4127969ea5445d5aee1712164e1e84f0d71af215d41c7e886f9ebf92771525
|
||||
2025-12-28 04:26:01.610 DEBUG [src.node.docker_mananger] Container started with ID 4f4127969ea5. Setting up logs at ./log/docker/receiving_node2_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:01.611 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4804
|
||||
2025-12-28 04:26:01.612 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:02.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4804/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:02.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:26:02.616 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:26:02.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4804/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:02.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.217/tcp/4805/p2p/16Uiu2HAm7fNZTdYR8QjT7TYvc6k9u9NryStc5HK8XicRDi9UxP9r","/ip4/172.18.5.217/tcp/4806/ws/p2p/16Uiu2HAm7fNZTdYR8QjT7TYvc6k9u9NryStc5HK8XicRDi9UxP9r"],"enrUri":"enr:-L24QHsd1ABcRA7oOH85_383RXtx27rNYzwIBTUN4gy1_ILFa2Ez6F8rXu_xI5umftLgVEybUQSvYrCNwF2c7Kr68_ICgmlkgnY0gmlwhKwSBdmKbXVsdGlhZGRyc5YACASsEgXZBhLFAAoErBIF2QYSxt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtc6tmBXRXu5sdDFK3S2tQ-E2iPs9hOzJ8CuNv3WCV6GDdGNwghLFg3VkcIISx4V3YWt1MgE"}'
|
||||
2025-12-28 04:26:02.618 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:26:02.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4804/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.70/tcp/61181/p2p/16Uiu2HAmRXWornvYFAKjbpqBmTpPeP9WWXXbLsKrZYrV56zKNuJ1"]'
|
||||
2025-12-28 04:26:02.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:26:02.659 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:26:02.659 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:02.659 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:02.659 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:02.663 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:02.663 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.192
|
||||
2025-12-28 04:26:02.664 DEBUG [src.node.docker_mananger] Generated ports ['11833', '11834', '11835', '11836', '11837']
|
||||
2025-12-28 04:26:02.664 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:02.664 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:02.664 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:02.664 DEBUG [src.node.docker_mananger] docker run -i -t -p 11833:11833 -p 11834:11834 -p 11835:11835 -p 11836:11836 -p 11837:11837 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11835 --rest-port=11833 --tcp-port=11834 --discv5-udp-port=11836 --rest-address=0.0.0.0 --nat=extip:172.18.130.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9c0125561e210a03fee4bae751f2e2eebb2d3f4a0b24bd9bdd2ce82a6c9bb147 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11837 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLtCfexR8j1_uoaSQZ4OaLOtD5nMtFxgmfZ6op3YeSAFc0SSmF_-seL1cy2lsZ4BejeIMCXy22h9Of9qVANvh5YCgmlkgnY0gmlwhKwSA0aKbXVsdGlhZGRyc5YACASsEgNGBu79AAoErBIDRgbu_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvz24_1RnD8VtJK6N9FJw2vf2W9WIaWKKpD1PLuZZ23KDdGNwgu79g3VkcILu_4V3YWt1Mgk --lightpushnode=/ip4/172.18.3.70/tcp/61181/p2p/16Uiu2HAmRXWornvYFAKjbpqBmTpPeP9WWXXbLsKrZYrV56zKNuJ1 --lightpush=true --relay=false
|
||||
2025-12-28 04:26:02.844 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.192 waku ba35ecc61ec07b9f25378b3884aab47c36aaa201269a5435b042f0344a055ee1
|
||||
2025-12-28 04:26:02.873 DEBUG [src.node.docker_mananger] Container started with ID ba35ecc61ec0. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:02.874 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11833
|
||||
2025-12-28 04:26:02.875 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:03.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:03.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.207 ERROR [src.node.docker_mananger] Max retries reached for container ba35ecc61ec0. Exiting log stream.
|
||||
2025-12-28 04:26:04.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:04.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:05.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:06.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:07.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:08.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:09.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:10.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:11.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:12.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:13.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:14.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:15.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:16.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:17.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:18.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:19.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:20.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:21.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:22.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:23.943 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=11833): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2ed39251f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:26:24.044 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:24.044 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:24.046 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:24.046 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.96
|
||||
2025-12-28 04:26:24.046 DEBUG [src.node.docker_mananger] Generated ports ['22560', '22561', '22562', '22563', '22564']
|
||||
2025-12-28 04:26:24.046 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:24.046 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:24.047 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:24.047 DEBUG [src.node.docker_mananger] docker run -i -t -p 22560:22560 -p 22561:22561 -p 22562:22562 -p 22563:22563 -p 22564:22564 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22562 --rest-port=22560 --tcp-port=22561 --discv5-udp-port=22563 --rest-address=0.0.0.0 --nat=extip:172.18.197.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb3bf6122a394a3ef1defeaf829bb8eac3b2e1e9d6991a2da86f9d903ebf46f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22564 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLtCfexR8j1_uoaSQZ4OaLOtD5nMtFxgmfZ6op3YeSAFc0SSmF_-seL1cy2lsZ4BejeIMCXy22h9Of9qVANvh5YCgmlkgnY0gmlwhKwSA0aKbXVsdGlhZGRyc5YACASsEgNGBu79AAoErBIDRgbu_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvz24_1RnD8VtJK6N9FJw2vf2W9WIaWKKpD1PLuZZ23KDdGNwgu79g3VkcILu_4V3YWt1Mgk --lightpushnode=/ip4/172.18.3.70/tcp/61181/p2p/16Uiu2HAmRXWornvYFAKjbpqBmTpPeP9WWXXbLsKrZYrV56zKNuJ1 --lightpush=true --relay=false
|
||||
2025-12-28 04:26:24.226 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.96 waku 77b3b50ae18746286a81875675b66690012778cfe18641fb5e0995812477e38f
|
||||
2025-12-28 04:26:24.256 DEBUG [src.node.docker_mananger] Container started with ID 77b3b50ae187. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:24.257 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22560
|
||||
2025-12-28 04:26:24.258 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:25.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.604 ERROR [src.node.docker_mananger] Max retries reached for container 77b3b50ae187. Exiting log stream.
|
||||
2025-12-28 04:26:25.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:25.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:26.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:27.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:28.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:29.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:30.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:31.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:32.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:33.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:34.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:35.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:36.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:37.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:38.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:39.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:40.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:41.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:42.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:43.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:44.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:45.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:45.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:45.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:45.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22560/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:45.331 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=22560): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2ed39760f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:26:45.431 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:26:45.431 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:26:45.433 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:26:45.433 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.41.203
|
||||
2025-12-28 04:26:45.433 DEBUG [src.node.docker_mananger] Generated ports ['59209', '59210', '59211', '59212', '59213']
|
||||
2025-12-28 04:26:45.433 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:26:45.434 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:26:45.434 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:26:45.434 DEBUG [src.node.docker_mananger] docker run -i -t -p 59209:59209 -p 59210:59210 -p 59211:59211 -p 59212:59212 -p 59213:59213 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59211 --rest-port=59209 --tcp-port=59210 --discv5-udp-port=59212 --rest-address=0.0.0.0 --nat=extip:172.18.41.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4f2d594e718a359b2842062ddb6c60bb8c08a7ef1fb921bba3c94f9bd0f2d33 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59213 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLtCfexR8j1_uoaSQZ4OaLOtD5nMtFxgmfZ6op3YeSAFc0SSmF_-seL1cy2lsZ4BejeIMCXy22h9Of9qVANvh5YCgmlkgnY0gmlwhKwSA0aKbXVsdGlhZGRyc5YACASsEgNGBu79AAoErBIDRgbu_t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvz24_1RnD8VtJK6N9FJw2vf2W9WIaWKKpD1PLuZZ23KDdGNwgu79g3VkcILu_4V3YWt1Mgk --lightpushnode=/ip4/172.18.3.70/tcp/61181/p2p/16Uiu2HAmRXWornvYFAKjbpqBmTpPeP9WWXXbLsKrZYrV56zKNuJ1 --lightpush=true --relay=false
|
||||
2025-12-28 04:26:45.627 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.41.203 waku ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31
|
||||
2025-12-28 04:26:45.657 DEBUG [src.node.docker_mananger] Container started with ID ae51101e64bd. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-26-00__1e6423da-f750-4d64-ba8f-7ca3737f6ab4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:26:45.658 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59209
|
||||
2025-12-28 04:26:45.659 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:26:46.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:46.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:46.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:46.958 ERROR [src.node.docker_mananger] Max retries reached for container ae51101e64bd. Exiting log stream.
|
||||
2025-12-28 04:26:46.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:47.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:48.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:49.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:50.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:51.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:52.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:53.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:54.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:55.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:56.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:57.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:58.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:26:59.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:00.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:01.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:02.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:03.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:04.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:05.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:27:06.672 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=59209): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f2ed3ac82f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:27:06.856 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:27:06.857 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:27:06.857 DEBUG [src.node.waku_node] Stopping container with id 11cfb0c64b1f
|
||||
2025-12-28 04:27:07.419 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:27:07.421 DEBUG [src.node.waku_node] Stopping container with id 4f4127969ea5
|
||||
2025-12-28 04:27:07.948 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:27:07.949 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.053 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.154 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.232 ERROR [src.node.docker_mananger] Max retries reached for container 11cfb0c64b1f. Exiting log stream.
|
||||
2025-12-28 04:27:08.256 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.357 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.458 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.560 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.662 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.762 ERROR [src.node.docker_mananger] Max retries reached for container 4f4127969ea5. Exiting log stream.
|
||||
2025-12-28 04:27:08.763 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.865 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:08.966 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.068 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.170 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.272 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.373 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.475 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.577 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.679 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.781 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.882 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:09.984 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.086 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.188 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.290 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.391 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.493 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.595 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.697 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.799 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:10.900 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.002 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.104 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.206 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.307 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.409 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.511 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.612 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.714 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.816 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:11.918 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.020 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.121 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.223 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.325 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.427 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.529 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.631 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.732 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.834 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:12.936 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.038 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.040 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31/stop: Not Found ("No such container: ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31")
|
||||
2025-12-28 04:27:13.040 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.141 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.243 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.345 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.447 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.548 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.650 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.752 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.854 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:13.956 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.058 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.160 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.262 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.363 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.465 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.567 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.669 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.771 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.873 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:14.975 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.077 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.179 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.281 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.383 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.485 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.587 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.688 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.790 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.892 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:15.994 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.096 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.198 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.300 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.402 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.504 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.605 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.707 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.809 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:16.911 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.013 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.115 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.217 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.318 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.420 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.522 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.624 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.726 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.828 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:17.930 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.032 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.134 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.135 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31/stop: Not Found ("No such container: ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31")
|
||||
2025-12-28 04:27:18.135 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.237 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.339 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.440 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.542 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.644 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.746 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.848 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:18.950 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.051 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.153 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.255 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.357 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.459 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.561 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.663 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.764 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.866 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:19.968 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.070 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.172 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.273 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.375 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.477 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.579 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.681 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.783 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.885 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:20.987 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.088 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.190 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.292 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.394 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.496 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.598 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.700 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.802 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:21.904 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.005 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.107 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.209 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.311 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.412 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.514 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.616 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.718 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.820 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:22.922 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:23.024 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:23.126 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:23.228 DEBUG [src.node.waku_node] Stopping container with id ae51101e64bd
|
||||
2025-12-28 04:27:23.230 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31/stop: Not Found ("No such container: ae51101e64bdf7e777fb425b145274d5192e64330cbbb6c85de9f2ca4d49af31")
|
||||
2025-12-28 04:27:23.231 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:27:23.254 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:27:23.277 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:27:23.278 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:27:23.279 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:27:23.279 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
78
nim/1017/data/attachments/18893bc33df88900.txt
Normal file
78
nim/1017/data/attachments/18893bc33df88900.txt
Normal file
@ -0,0 +1,78 @@
|
||||
2025-12-28 04:31:26.880 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:31:26.880 DEBUG [tests.conftest] Running test: test_publishing_node_is_stopped with id: 2025-12-28_04-31-26__2a410e66-32ba-4674-9dc5-12d662d31e31
|
||||
2025-12-28 04:31:26.880 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:31:26.881 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:31:26.881 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-28 04:31:26.888 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:31:26.888 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-31-26__2a410e66-32ba-4674-9dc5-12d662d31e31__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:26.888 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:31:26.888 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:31:26.889 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:31:26.890 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.188
|
||||
2025-12-28 04:31:26.890 DEBUG [src.node.docker_mananger] Generated ports ['14117', '14118', '14119', '14120', '14121']
|
||||
2025-12-28 04:31:26.890 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:31:26.890 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:31:26.890 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:31:26.890 DEBUG [src.node.docker_mananger] docker run -i -t -p 14117:14117 -p 14118:14118 -p 14119:14119 -p 14120:14120 -p 14121:14121 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14119 --rest-port=14117 --tcp-port=14118 --discv5-udp-port=14120 --rest-address=0.0.0.0 --nat=extip:172.18.107.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abebf40afab6ec43fe735d5a4438b78ec2c151badc14c7001fb7957d908bd31d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14121 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-28 04:31:27.073 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.188 waku 5dd813f5ae303350230d1f223abebc326c432dd102c03bbd1d31b7e99a5c90fe
|
||||
2025-12-28 04:31:27.106 DEBUG [src.node.docker_mananger] Container started with ID 5dd813f5ae30. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-31-26__2a410e66-32ba-4674-9dc5-12d662d31e31__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:27.107 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14117
|
||||
2025-12-28 04:31:27.108 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:31:27.110 ERROR [src.node.docker_mananger] Max retries reached for container d437dcd73e3e. Exiting log stream.
|
||||
2025-12-28 04:31:27.681 ERROR [src.node.docker_mananger] Max retries reached for container 99df7f4fee0d. Exiting log stream.
|
||||
2025-12-28 04:31:28.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14117/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:31:28.112 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:31:28.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14117/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:28.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.188/tcp/14118/p2p/16Uiu2HAmULpS5nx5mZ3YzKwq5sTqzxbvWxBbTELgF4wjkhirZoxG","/ip4/172.18.107.188/tcp/14119/ws/p2p/16Uiu2HAmULpS5nx5mZ3YzKwq5sTqzxbvWxBbTELgF4wjkhirZoxG"],"enrUri":"enr:-L24QHt4zJ9-Rq1los_bhJNsIvUJIhb7-oLEbp25bZIM9UB-EvZeOWqGRksi5cnnvd4Z78H1Mfghtv9ijObxPVgxoksCgmlkgnY0gmlwhKwSa7yKbXVsdGlhZGRyc5YACASsEmu8BjcmAAoErBJrvAY3J90DgnJzhQADAQAAiXNlY3AyNTZrMaED6RNSmqZCK8ZTxzplsMTAGgoSUPDVhRW6Jyu8l6lC1C2DdGNwgjcmg3VkcII3KIV3YWt1MgM"}'
|
||||
2025-12-28 04:31:28.115 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:31:28.124 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:31:28.124 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-31-26__2a410e66-32ba-4674-9dc5-12d662d31e31__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:28.124 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:31:28.125 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:31:28.126 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:31:28.126 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.72.61
|
||||
2025-12-28 04:31:28.126 DEBUG [src.node.docker_mananger] Generated ports ['60139', '60140', '60141', '60142', '60143']
|
||||
2025-12-28 04:31:28.126 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:31:28.126 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:31:28.126 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:31:28.127 DEBUG [src.node.docker_mananger] docker run -i -t -p 60139:60139 -p 60140:60140 -p 60141:60141 -p 60142:60142 -p 60143:60143 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60141 --rest-port=60139 --tcp-port=60140 --discv5-udp-port=60142 --rest-address=0.0.0.0 --nat=extip:172.18.72.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2c0699d43ebce95dcaf8140768cd55ddcdffc661c0adfc02181aa6539fc02756 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60143 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHt4zJ9-Rq1los_bhJNsIvUJIhb7-oLEbp25bZIM9UB-EvZeOWqGRksi5cnnvd4Z78H1Mfghtv9ijObxPVgxoksCgmlkgnY0gmlwhKwSa7yKbXVsdGlhZGRyc5YACASsEmu8BjcmAAoErBJrvAY3J90DgnJzhQADAQAAiXNlY3AyNTZrMaED6RNSmqZCK8ZTxzplsMTAGgoSUPDVhRW6Jyu8l6lC1C2DdGNwgjcmg3VkcII3KIV3YWt1MgM --storenode=/ip4/172.18.107.188/tcp/14118/p2p/16Uiu2HAmULpS5nx5mZ3YzKwq5sTqzxbvWxBbTELgF4wjkhirZoxG --store=true --relay=true
|
||||
2025-12-28 04:31:28.313 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.72.61 waku ebdfd22704d7a23f80be5ee14097d02c46e4ee2526361f62e238ec7dd23b7795
|
||||
2025-12-28 04:31:28.346 DEBUG [src.node.docker_mananger] Container started with ID ebdfd22704d7. Setting up logs at ./log/docker/store_node1_2025-12-28_04-31-26__2a410e66-32ba-4674-9dc5-12d662d31e31__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:31:28.346 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60139
|
||||
2025-12-28 04:31:28.348 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:31:29.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60139/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:29.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:31:29.352 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:31:29.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60139/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:29.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.72.61/tcp/60140/p2p/16Uiu2HAm4wvGP7Ew2bg6dB6z8X7srzHSjDtzigm8Kej5L6RyWTks","/ip4/172.18.72.61/tcp/60141/ws/p2p/16Uiu2HAm4wvGP7Ew2bg6dB6z8X7srzHSjDtzigm8Kej5L6RyWTks"],"enrUri":"enr:-L24QArc5jNov5fHz_IfyKIjrN5fPGxMQJA6ZIXYqoaHhnImXndA53tGje7aaQwbKoL_0MmWRNnvVBsvIPg5SxkduggCgmlkgnY0gmlwhKwSSD2KbXVsdGlhZGRyc5YACASsEkg9BursAAoErBJIPQbq7d0DgnJzhQADAQAAiXNlY3AyNTZrMaECjXjChYqWkJnQocVV6EbXcoVdjWKLwvWk7dx9fqUWO2CDdGNwgursg3VkcILq7oV3YWt1MgM"}'
|
||||
2025-12-28 04:31:29.355 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:31:29.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60139/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.188/tcp/14118/p2p/16Uiu2HAmULpS5nx5mZ3YzKwq5sTqzxbvWxBbTELgF4wjkhirZoxG"]'
|
||||
2025-12-28 04:31:29.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:29.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14117/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:31:29.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:29.361 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60139/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:31:29.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:29.365 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:31:29.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14117/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:31:29.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:31:29.371 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:31:29.572 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-28 04:31:29.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14117/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:29.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xefd0a9d870286a44325bbd13b15cb8da0f740a846cb980645b85bd4da9223ec5"}]}'
|
||||
2025-12-28 04:31:29.575 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-28 04:31:29.576 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-28 04:31:29.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60139/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:29.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xefd0a9d870286a44325bbd13b15cb8da0f740a846cb980645b85bd4da9223ec5"}]}'
|
||||
2025-12-28 04:31:29.579 DEBUG [src.steps.store] messages length is 1
|
||||
2025-12-28 04:31:29.579 DEBUG [src.node.waku_node] Stopping container with id 5dd813f5ae30
|
||||
2025-12-28 04:31:30.140 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:31:30.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60139/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:31:30.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xefd0a9d870286a44325bbd13b15cb8da0f740a846cb980645b85bd4da9223ec5"}]}'
|
||||
2025-12-28 04:31:30.148 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:31:30.149 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:31:30.149 DEBUG [src.node.waku_node] Stopping container with id ebdfd22704d7
|
||||
2025-12-28 04:31:30.691 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:31:30.692 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:31:30.698 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:31:30.704 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
6974
nim/1017/data/attachments/18a452c85d447681.txt
Normal file
6974
nim/1017/data/attachments/18a452c85d447681.txt
Normal file
File diff suppressed because it is too large
Load Diff
108
nim/1017/data/attachments/18a56398c003b398.txt
Normal file
108
nim/1017/data/attachments/18a56398c003b398.txt
Normal file
@ -0,0 +1,108 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_empty_cursor with id: 2025-12-28_04-38-15__20b2dafb-ed2c-43a7-bd27-0f50075bd9e6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-38-15__20b2dafb-ed2c-43a7-bd27-0f50075bd9e6__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.131.155
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29471', '29472', '29473', '29474', '29475']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29471:29471 -p 29472:29472 -p 29473:29473 -p 29474:29474 -p 29475:29475 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29473 --rest-port=29471 --tcp-port=29472 --discv5-udp-port=29474 --rest-address=0.0.0.0 --nat=extip:172.18.131.155 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a53a65e61c55d4897e6baae1e1a7deb8be0c5eacceeeb16fc048abf1ae63509e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29475 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.131.155 waku 7f69bc7ae633f4bced1aab2be3f2165d306eead8ddad1b0c58c041dc6c4277c0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7f69bc7ae633. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-38-15__20b2dafb-ed2c-43a7-bd27-0f50075bd9e6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29471
|
||||
[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 977d00de6cdd. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 47ea5b3faf4b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29471/health" -H "Content-Type: 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:29471/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.131.155/tcp/29472/p2p/16Uiu2HAm9LCuWqrdeLRtb52ZZD1r89wvzh4aAZAhAzSkBUzYmg3A","/ip4/172.18.131.155/tcp/29473/ws/p2p/16Uiu2HAm9LCuWqrdeLRtb52ZZD1r89wvzh4aAZAhAzSkBUzYmg3A"],"enrUri":"enr:-L24QFBimhhuesMX_z4_9qpL9z9iJloyaUn3yOZW6pjeqrUaYkTl2gCG_QODfuIi1PKCoPbUbd6nz1M0B5Ztix9NITwCgmlkgnY0gmlwhKwSg5uKbXVsdGlhZGRyc5YACASsEoObBnMgAAoErBKDmwZzId0DgnJzhQADAQAAiXNlY3AyNTZrMaECzp0Zu-qrQSedVhNwTg4vxzwM_IgolwOa1CG6qOptGCmDdGNwgnMgg3VkcIJzIoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-38-15__20b2dafb-ed2c-43a7-bd27-0f50075bd9e6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.136.16
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59180', '59181', '59182', '59183', '59184']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59180:59180 -p 59181:59181 -p 59182:59182 -p 59183:59183 -p 59184:59184 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59182 --rest-port=59180 --tcp-port=59181 --discv5-udp-port=59183 --rest-address=0.0.0.0 --nat=extip:172.18.136.16 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bedbbe8eab4be1b3b2ea5d2fbcc5991ee606af7b9fe1b730dfaad5bbf15dfbe9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59184 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFBimhhuesMX_z4_9qpL9z9iJloyaUn3yOZW6pjeqrUaYkTl2gCG_QODfuIi1PKCoPbUbd6nz1M0B5Ztix9NITwCgmlkgnY0gmlwhKwSg5uKbXVsdGlhZGRyc5YACASsEoObBnMgAAoErBKDmwZzId0DgnJzhQADAQAAiXNlY3AyNTZrMaECzp0Zu-qrQSedVhNwTg4vxzwM_IgolwOa1CG6qOptGCmDdGNwgnMgg3VkcIJzIoV3YWt1MgM --storenode=/ip4/172.18.131.155/tcp/29472/p2p/16Uiu2HAm9LCuWqrdeLRtb52ZZD1r89wvzh4aAZAhAzSkBUzYmg3A --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.136.16 waku bbb10c958a412eaac29c11fd5897ef144a522016b258c83a2d011ef65f040718
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bbb10c958a41. Setting up logs at ./log/docker/store_node1_2025-12-28_04-38-15__20b2dafb-ed2c-43a7-bd27-0f50075bd9e6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59180
|
||||
[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:59180/health" -H "Content-Type: 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:59180/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.16/tcp/59181/p2p/16Uiu2HAkvfVz2upzL9PhiYghoeHHGUUvGBgGjoX9N9uQt16QKEiE","/ip4/172.18.136.16/tcp/59182/ws/p2p/16Uiu2HAkvfVz2upzL9PhiYghoeHHGUUvGBgGjoX9N9uQt16QKEiE"],"enrUri":"enr:-L24QMebIJEjTB95uCdGq0MvpIdzfgc2mV-qaowcB52fmIymQIWawAePiwH_EgQn8RcRnLrkAX8jDRyEJjMkcnxV1BwCgmlkgnY0gmlwhKwSiBCKbXVsdGlhZGRyc5YACASsEogQBuctAAoErBKIEAbnLt0DgnJzhQADAQAAiXNlY3AyNTZrMaECEmaEEhTB38xbeUjxBNeheQLvBDvNMStiYB4Dal_bQguDdGNwguctg3VkcILnL4V3YWt1MgM"}'
|
||||
[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:59180/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.155/tcp/29472/p2p/16Uiu2HAm9LCuWqrdeLRtb52ZZD1r89wvzh4aAZAhAzSkBUzYmg3A"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29471/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:59180/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:29471/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:29471/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:29471/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:29471/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:29471/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:29471/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:29471/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:29471/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:29471/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:29471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29471/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&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":"0x4e4f32f05e42e97cd4d210a99a86e5d2dcd0d8903585019809989e52bdfa7ade"},{"messageHash":"0x1441d6fb7b685fc5f517eed4064624f22a6b48f501ace583d7a8969516264837"},{"messageHash":"0x9b35585d386452ffa4b9a9f81a5f8e3a3fa5745139fbf8b24d18434a1adc5fbe"},{"messageHash":"0x293f51672d07c0d0d67e6ea9bea4622bc2b6c0f35ddfcae0247261cbcbb83420"},{"messageHash":"0x7673bfc133dc0312e072666a33bded8766d119183afbb4e78a1c7668b4f7a578"}],"paginationCursor":"0x7673bfc133dc0312e072666a33bded8766d119183afbb4e78a1c7668b4f7a578"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59180/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&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":"0x4e4f32f05e42e97cd4d210a99a86e5d2dcd0d8903585019809989e52bdfa7ade"},{"messageHash":"0x1441d6fb7b685fc5f517eed4064624f22a6b48f501ace583d7a8969516264837"},{"messageHash":"0x9b35585d386452ffa4b9a9f81a5f8e3a3fa5745139fbf8b24d18434a1adc5fbe"},{"messageHash":"0x293f51672d07c0d0d67e6ea9bea4622bc2b6c0f35ddfcae0247261cbcbb83420"},{"messageHash":"0x7673bfc133dc0312e072666a33bded8766d119183afbb4e78a1c7668b4f7a578"}],"paginationCursor":"0x7673bfc133dc0312e072666a33bded8766d119183afbb4e78a1c7668b4f7a578"}'
|
||||
[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 7f69bc7ae633
|
||||
[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 bbb10c958a41
|
||||
[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.
|
||||
1730
nim/1017/data/attachments/18aca328c4e4080d.txt
Normal file
1730
nim/1017/data/attachments/18aca328c4e4080d.txt
Normal file
File diff suppressed because it is too large
Load Diff
841
nim/1017/data/attachments/18c3b6a9b6fe2d5f.txt
Normal file
841
nim/1017/data/attachments/18c3b6a9b6fe2d5f.txt
Normal file
@ -0,0 +1,841 @@
|
||||
2025-12-28 04:21:39.276 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:21:39.276 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_only_filter with id: 2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4
|
||||
2025-12-28 04:21:39.276 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:21:39.277 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:21:39.283 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:39.283 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:39.283 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:39.283 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:39.285 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:39.285 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.212
|
||||
2025-12-28 04:21:39.285 DEBUG [src.node.docker_mananger] Generated ports ['48479', '48480', '48481', '48482', '48483']
|
||||
2025-12-28 04:21:39.285 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:39.285 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:39.286 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:39.286 DEBUG [src.node.docker_mananger] docker run -i -t -p 48479:48479 -p 48480:48480 -p 48481:48481 -p 48482:48482 -p 48483:48483 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48481 --rest-port=48479 --tcp-port=48480 --discv5-udp-port=48482 --rest-address=0.0.0.0 --nat=extip:172.18.127.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=007c1d5ea674e73b4d34af9fac99cae56ccbb3b832a0e47de5d8a25c9babcb7d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48483 --metrics-logging=true --lightpush=false --relay=false --filter=true
|
||||
2025-12-28 04:21:39.473 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.212 waku 4fdbb4585f5d811b4290f4d90ad836cde205e5e7aa375a472d02c28a38038735
|
||||
2025-12-28 04:21:39.507 DEBUG [src.node.docker_mananger] Container started with ID 4fdbb4585f5d. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:39.507 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48479
|
||||
2025-12-28 04:21:39.507 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:39.540 ERROR [src.node.docker_mananger] Max retries reached for container 0e5f8f798705. Exiting log stream.
|
||||
2025-12-28 04:21:40.082 ERROR [src.node.docker_mananger] Max retries reached for container 15f2f5439e59. Exiting log stream.
|
||||
2025-12-28 04:21:40.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48479/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:40.511 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:21:40.511 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:40.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48479/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:40.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM","/ip4/172.18.127.212/tcp/48481/ws/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM"],"enrUri":"enr:-L24QAITGMFnHvOGyjLaXJ8WI-NY-VkUIw3WZYkyyPnxbIRVD85r-vasJHvnWE1XZglpeIK-cvQj47vY3aZBnnh-VxkCgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ"}'
|
||||
2025-12-28 04:21:40.514 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:40.520 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:40.520 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:40.521 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:40.521 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:40.522 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:40.522 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.164
|
||||
2025-12-28 04:21:40.522 DEBUG [src.node.docker_mananger] Generated ports ['25366', '25367', '25368', '25369', '25370']
|
||||
2025-12-28 04:21:40.522 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:40.523 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:40.523 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:40.523 DEBUG [src.node.docker_mananger] docker run -i -t -p 25366:25366 -p 25367:25367 -p 25368:25368 -p 25369:25369 -p 25370:25370 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25368 --rest-port=25366 --tcp-port=25367 --discv5-udp-port=25369 --rest-address=0.0.0.0 --nat=extip:172.18.132.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e8bbddc9ada93891c20189dfbfaab3b710aa7da62ccb2bbc4ebff68eb1fe7160 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25370 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAITGMFnHvOGyjLaXJ8WI-NY-VkUIw3WZYkyyPnxbIRVD85r-vasJHvnWE1XZglpeIK-cvQj47vY3aZBnnh-VxkCgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ --lightpushnode=/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM --lightpush=true --relay=false
|
||||
2025-12-28 04:21:40.707 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.164 waku a9036bf929c4685486620ac66aa38b6d921c984e2b0406f255bae13b943a7804
|
||||
2025-12-28 04:21:40.739 DEBUG [src.node.docker_mananger] Container started with ID a9036bf929c4. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:40.740 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25366
|
||||
2025-12-28 04:21:40.740 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:41.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:41.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:41.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.048 ERROR [src.node.docker_mananger] Max retries reached for container a9036bf929c4. Exiting log stream.
|
||||
2025-12-28 04:21:42.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:42.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:43.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:44.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:45.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:46.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:47.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:48.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:49.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:50.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:51.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:52.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:53.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:54.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:55.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:56.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:57.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:58.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:59.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:00.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25366/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:01.813 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=25366): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f687b8148f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:22:01.914 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:22:01.914 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:22:01.916 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:22:01.916 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.137
|
||||
2025-12-28 04:22:01.916 DEBUG [src.node.docker_mananger] Generated ports ['16764', '16765', '16766', '16767', '16768']
|
||||
2025-12-28 04:22:01.916 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:22:01.916 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:22:01.916 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:22:01.916 DEBUG [src.node.docker_mananger] docker run -i -t -p 16764:16764 -p 16765:16765 -p 16766:16766 -p 16767:16767 -p 16768:16768 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16766 --rest-port=16764 --tcp-port=16765 --discv5-udp-port=16767 --rest-address=0.0.0.0 --nat=extip:172.18.240.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1f3c9627acf8e2d7ce7e1001399f944ece3c3fde65a99e1c8a60faa2ec42d4fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16768 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAITGMFnHvOGyjLaXJ8WI-NY-VkUIw3WZYkyyPnxbIRVD85r-vasJHvnWE1XZglpeIK-cvQj47vY3aZBnnh-VxkCgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ --lightpushnode=/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM --lightpush=true --relay=false
|
||||
2025-12-28 04:22:02.100 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.137 waku 8a544567efaca1c1bbc31ce96a8dd1c97b3be0763be3441619c92b61e7903557
|
||||
2025-12-28 04:22:02.133 DEBUG [src.node.docker_mananger] Container started with ID 8a544567efac. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:22:02.134 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16764
|
||||
2025-12-28 04:22:02.134 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:22:03.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.467 ERROR [src.node.docker_mananger] Max retries reached for container 8a544567efac. Exiting log stream.
|
||||
2025-12-28 04:22:03.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:03.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:04.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:05.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:06.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:07.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:08.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:09.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:10.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:11.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:12.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:13.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:14.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:15.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:16.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:17.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:18.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:19.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:20.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:21.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:22.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:23.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:23.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:23.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:23.233 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=16764): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f687b8addf0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:22:23.333 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:22:23.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:22:23.335 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:22:23.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.145
|
||||
2025-12-28 04:22:23.335 DEBUG [src.node.docker_mananger] Generated ports ['42665', '42666', '42667', '42668', '42669']
|
||||
2025-12-28 04:22:23.336 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:22:23.336 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:22:23.336 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:22:23.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 42665:42665 -p 42666:42666 -p 42667:42667 -p 42668:42668 -p 42669:42669 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42667 --rest-port=42665 --tcp-port=42666 --discv5-udp-port=42668 --rest-address=0.0.0.0 --nat=extip:172.18.172.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5abc1b7acdead09458acbaaacd1badd2ad558daeeb01cebbaca4ee4b1a22faa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42669 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAITGMFnHvOGyjLaXJ8WI-NY-VkUIw3WZYkyyPnxbIRVD85r-vasJHvnWE1XZglpeIK-cvQj47vY3aZBnnh-VxkCgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ --lightpushnode=/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM --lightpush=true --relay=false
|
||||
2025-12-28 04:22:23.526 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.145 waku ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb
|
||||
2025-12-28 04:22:23.554 DEBUG [src.node.docker_mananger] Container started with ID ef87cbdb2df4. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:22:23.555 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42665
|
||||
2025-12-28 04:22:23.555 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:22:24.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:24.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:24.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:24.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:24.897 ERROR [src.node.docker_mananger] Max retries reached for container ef87cbdb2df4. Exiting log stream.
|
||||
2025-12-28 04:22:24.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:25.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:26.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:27.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:28.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:29.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:30.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:31.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:32.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:33.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:34.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:35.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:36.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:37.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:38.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:39.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:40.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:41.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:42.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:43.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42665/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:22:44.629 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=42665): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f687b7d2900>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:22:44.863 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:22:44.864 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:22:44.864 DEBUG [src.node.waku_node] Stopping container with id 4fdbb4585f5d
|
||||
2025-12-28 04:22:45.411 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:22:45.412 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:45.514 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:45.615 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:45.717 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:45.819 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:45.920 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.022 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.123 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.223 ERROR [src.node.docker_mananger] Max retries reached for container 4fdbb4585f5d. Exiting log stream.
|
||||
2025-12-28 04:22:46.225 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.326 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.428 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.530 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.631 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.733 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.835 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:46.936 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.038 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.139 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.241 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.343 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.445 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.546 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.648 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.750 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.852 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:47.953 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.055 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.157 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.259 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.360 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.462 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.564 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.665 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.767 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.869 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:48.970 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.072 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.173 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.275 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.376 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.478 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.580 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.681 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.783 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.884 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:49.986 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.087 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.189 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.291 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.393 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.495 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.496 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb/stop: Not Found ("No such container: ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb")
|
||||
2025-12-28 04:22:50.496 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.598 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.699 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.801 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:50.902 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.004 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.105 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.207 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.309 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.410 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.512 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.613 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.715 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.817 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:51.919 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.020 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.122 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.223 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.325 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.427 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.528 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.630 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.732 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.834 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:52.935 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.037 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.139 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.241 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.342 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.444 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.546 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.648 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.749 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.851 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:53.952 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.054 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.155 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.257 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.359 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.460 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.562 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.664 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.765 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.867 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:54.969 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.070 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.172 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.273 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.375 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.477 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.579 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.580 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb/stop: Not Found ("No such container: ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb")
|
||||
2025-12-28 04:22:55.580 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.682 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.783 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.885 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:55.987 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.088 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.190 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.292 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.393 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.495 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.597 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.699 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.800 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:56.902 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.003 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.105 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.207 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.308 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.410 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.512 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.613 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.715 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.817 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:57.919 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.021 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.122 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.224 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.326 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.428 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.530 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.631 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.733 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.835 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:58.936 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.038 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.140 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.241 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.343 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.444 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.546 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.648 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.749 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.851 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:22:59.953 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.055 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.156 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.258 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.360 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.462 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.563 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.665 DEBUG [src.node.waku_node] Stopping container with id ef87cbdb2df4
|
||||
2025-12-28 04:23:00.666 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb/stop: Not Found ("No such container: ef87cbdb2df4efc3b357526095afb2c1a7d1b9c805f338d550406e68352919cb")
|
||||
2025-12-28 04:23:00.668 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:23:00.670 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:23:00.670 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:23:00.670 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:23:00.671 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:23:00.671 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-28 04:23:00.671 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-28 04:23:00.672 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:23:00.672 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-28_04-21-39__3f11919c-cecc-43c0-b810-9c52773faae4__wakuorg_nwaku:latest.log
|
||||
228
nim/1017/data/attachments/18ef3f222074aa75.txt
Normal file
228
nim/1017/data/attachments/18ef3f222074aa75.txt
Normal file
@ -0,0 +1,228 @@
|
||||
2025-12-28 04:37:12.300 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:37:12.300 DEBUG [tests.conftest] Running test: test_store_with_multiple_hashes with id: 2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9
|
||||
2025-12-28 04:37:12.300 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:37:12.301 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:37:12.301 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-28 04:37:12.307 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:37:12.308 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:12.308 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:37:12.308 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:37:12.309 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:37:12.309 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.30
|
||||
2025-12-28 04:37:12.309 DEBUG [src.node.docker_mananger] Generated ports ['51003', '51004', '51005', '51006', '51007']
|
||||
2025-12-28 04:37:12.310 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:37:12.310 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:37:12.310 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:37:12.310 DEBUG [src.node.docker_mananger] docker run -i -t -p 51003:51003 -p 51004:51004 -p 51005:51005 -p 51006:51006 -p 51007:51007 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51005 --rest-port=51003 --tcp-port=51004 --discv5-udp-port=51006 --rest-address=0.0.0.0 --nat=extip:172.18.91.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5d486f0e375fb066ebc42b52fdcce211a6fc1cabafb7d6c8a1d5e9d21d9f5ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51007 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-28 04:37:12.489 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.30 waku 0ca0de71785ef491771e4d7a058d751ef73470958ff2bc531d95fe90bcc700c4
|
||||
2025-12-28 04:37:12.522 DEBUG [src.node.docker_mananger] Container started with ID 0ca0de71785e. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:12.522 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51003
|
||||
2025-12-28 04:37:12.523 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:37:12.551 ERROR [src.node.docker_mananger] Max retries reached for container 50ee4144a300. Exiting log stream.
|
||||
2025-12-28 04:37:13.111 ERROR [src.node.docker_mananger] Max retries reached for container 1813a911cd70. Exiting log stream.
|
||||
2025-12-28 04:37:13.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51003/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:37:13.527 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:37:13.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51003/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:13.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.91.30/tcp/51004/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ","/ip4/172.18.91.30/tcp/51005/ws/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ"],"enrUri":"enr:-L24QKw_GUtJ8ce62gKJiFJWKn9tAeyC6uvJ4WjP4gW_AxctcyR1BjmEvVcgWLIwJZlqo9gaYVUyKuOFihCsr06uUl0CgmlkgnY0gmlwhKwSWx6KbXVsdGlhZGRyc5YACASsElseBsc8AAoErBJbHgbHPd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2YVY5jQpxiGH_N91NRgV4O85L7PzFaDDdlo7zwKFZqyDdGNwgsc8g3VkcILHPoV3YWt1MgM"}'
|
||||
2025-12-28 04:37:13.530 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:37:13.537 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:37:13.537 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:13.537 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:37:13.537 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:37:13.539 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:37:13.539 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.134
|
||||
2025-12-28 04:37:13.539 DEBUG [src.node.docker_mananger] Generated ports ['63577', '63578', '63579', '63580', '63581']
|
||||
2025-12-28 04:37:13.539 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:37:13.539 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:37:13.539 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:37:13.539 DEBUG [src.node.docker_mananger] docker run -i -t -p 63577:63577 -p 63578:63578 -p 63579:63579 -p 63580:63580 -p 63581:63581 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63579 --rest-port=63577 --tcp-port=63578 --discv5-udp-port=63580 --rest-address=0.0.0.0 --nat=extip:172.18.176.134 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbf87054aaf00af9c6bfa0cbbba053993e95b0fbed26bd28c7dcbe41d6bf6852 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63581 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKw_GUtJ8ce62gKJiFJWKn9tAeyC6uvJ4WjP4gW_AxctcyR1BjmEvVcgWLIwJZlqo9gaYVUyKuOFihCsr06uUl0CgmlkgnY0gmlwhKwSWx6KbXVsdGlhZGRyc5YACASsElseBsc8AAoErBJbHgbHPd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2YVY5jQpxiGH_N91NRgV4O85L7PzFaDDdlo7zwKFZqyDdGNwgsc8g3VkcILHPoV3YWt1MgM --storenode=/ip4/172.18.91.30/tcp/51004/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ --store=true --relay=true
|
||||
2025-12-28 04:37:13.728 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.134 waku bf9a8d2a3e4ac835b7f8f103d9997fb48c31b2e057397b33ebac0c08f00b551c
|
||||
2025-12-28 04:37:13.759 DEBUG [src.node.docker_mananger] Container started with ID bf9a8d2a3e4a. Setting up logs at ./log/docker/store_node1_2025-12-28_04-37-12__20ce08f0-680a-4193-92c5-585bb23624e9__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:13.760 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63577
|
||||
2025-12-28 04:37:13.761 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:37:14.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63577/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:37:14.766 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:37:14.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63577/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:14.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.176.134/tcp/63578/p2p/16Uiu2HAmFhCAnnm9SH55G33T6QGBpdSBxEoytQBQDbiB4EjGSzDm","/ip4/172.18.176.134/tcp/63579/ws/p2p/16Uiu2HAmFhCAnnm9SH55G33T6QGBpdSBxEoytQBQDbiB4EjGSzDm"],"enrUri":"enr:-L24QCpznpydrwdrYJIkSof612axjyAsLUGr62p203WkjE2ZekH22JMCJFQ0Wmi89RksTTYui3I63buIoqCmWIWsNP4CgmlkgnY0gmlwhKwSsIaKbXVsdGlhZGRyc5YACASsErCGBvhaAAoErBKwhgb4W90DgnJzhQADAQAAiXNlY3AyNTZrMaEDLSOWDg80dD7lX3tY0pMUM-je0c7n4HmdXs16Y28FqsCDdGNwgvhag3VkcIL4XIV3YWt1MgM"}'
|
||||
2025-12-28 04:37:14.769 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:37:14.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63577/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.30/tcp/51004/p2p/16Uiu2HAmTJ6kgqPAMkRmoPYS6npnr9VCWLpmR8d2Gp5BfJBrSeqZ"]'
|
||||
2025-12-28 04:37:14.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:14.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:37:14.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:14.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63577/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:37:14.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:14.778 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:14.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:14.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:14.783 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:14.984 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:14.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:14.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:14.989 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:15.191 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:15.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:15.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:15.197 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:15.398 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:15.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:15.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:15.403 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:15.604 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:15.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:15.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:15.610 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:15.811 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:15.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:15.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:15.817 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:16.018 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:16.018 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:16.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:16.023 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:16.225 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:16.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:16.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:16.231 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:16.432 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:16.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:16.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:16.438 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:16.638 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:16.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:16.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:16.645 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:16.846 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:16.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:16.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:16.852 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:17.053 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:17.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:17.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:17.059 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:17.260 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:17.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:17.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:17.266 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:17.466 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:17.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:17.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:17.472 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:17.672 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:17.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:17.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:17.679 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:17.880 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:17.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:17.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:17.886 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:18.087 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:18.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:18.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:18.092 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:18.293 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:18.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:18.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:18.299 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:18.499 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:18.500 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:18.505 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:18.505 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:18.706 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:18.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:18.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:18.712 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:18.913 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:18.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:18.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:18.919 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:19.120 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:19.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:19.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:19.127 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:19.328 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:19.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:19.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:19.333 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:19.534 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:19.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:19.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:19.539 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:19.740 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:19.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:19.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:19.746 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:19.947 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:19.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:19.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:19.953 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:20.154 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:20.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:20.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:20.163 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:20.363 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:20.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:20.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:20.369 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:20.570 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:20.570 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:20.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:20.575 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:20.777 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:20.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:20.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:20.783 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:20.983 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:20.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:20.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:20.989 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:21.190 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:21.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:21.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:21.197 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:21.398 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:21.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:21.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:21.403 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:21.604 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:21.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:21.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:21.610 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:21.811 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:21.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:21.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:21.818 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:22.019 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:22.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:22.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:22.025 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:22.226 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:22.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:22.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:22.231 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:22.432 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:22.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:22.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:22.437 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:22.638 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:22.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:22.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:22.644 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:22.845 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:37:22.845 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51003/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)'}'
|
||||
2025-12-28 04:37:22.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:22.850 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:37:23.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51003/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b%2C0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b"},{"messageHash":"0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110"}]}'
|
||||
2025-12-28 04:37:23.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63577/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b%2C0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:23.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcf0aa9ecca4bc51ae93b4f1351ff9eef889caf6ba68eb417094be3c28ab7fa9b"},{"messageHash":"0x008a8c7612451805d980626886faeb84c2bffff0c674416a6b134af9fba7d110"}]}'
|
||||
2025-12-28 04:37:23.060 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:37:23.062 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:37:23.062 DEBUG [src.node.waku_node] Stopping container with id 0ca0de71785e
|
||||
2025-12-28 04:37:23.613 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:37:23.613 DEBUG [src.node.waku_node] Stopping container with id bf9a8d2a3e4a
|
||||
2025-12-28 04:37:24.183 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:37:24.185 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:37:24.199 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:37:24.216 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
75
nim/1017/data/attachments/19ad38d17d76fd20.txt
Normal file
75
nim/1017/data/attachments/19ad38d17d76fd20.txt
Normal file
@ -0,0 +1,75 @@
|
||||
2025-12-28 04:53:47.656 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:53:47.656 DEBUG [tests.conftest] Running test: test_relay_subscribe_with_invalid_pubsub_topic_format with id: 2025-12-28_04-53-47__52198428-7e29-4a70-adf1-cdeed4d1d0c6
|
||||
2025-12-28 04:53:47.656 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:53:47.657 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:53:47.657 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-28 04:53:47.663 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:53:47.663 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-53-47__52198428-7e29-4a70-adf1-cdeed4d1d0c6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:53:47.663 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:53:47.663 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:53:47.665 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:53:47.665 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.158.111
|
||||
2025-12-28 04:53:47.665 DEBUG [src.node.docker_mananger] Generated ports ['40887', '40888', '40889', '40890', '40891']
|
||||
2025-12-28 04:53:47.665 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:53:47.665 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:53:47.665 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:53:47.665 DEBUG [src.node.docker_mananger] docker run -i -t -p 40887:40887 -p 40888:40888 -p 40889:40889 -p 40890:40890 -p 40891:40891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40889 --rest-port=40887 --tcp-port=40888 --discv5-udp-port=40890 --rest-address=0.0.0.0 --nat=extip:172.18.158.111 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fed614afdb3579e04b0bcf8d2fecda5b7e961b1dbbec9ce7855a961b34cb8b2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40891 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:53:47.840 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.158.111 waku 848b7de0996d4a8ec0677ea5ff64b01900f8ea5b0046ed83f8923821dea3188b
|
||||
2025-12-28 04:53:47.869 DEBUG [src.node.docker_mananger] Container started with ID 848b7de0996d. Setting up logs at ./log/docker/node1_2025-12-28_04-53-47__52198428-7e29-4a70-adf1-cdeed4d1d0c6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:53:47.869 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40887
|
||||
2025-12-28 04:53:47.869 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:53:47.886 ERROR [src.node.docker_mananger] Max retries reached for container ca5bb83661b2. Exiting log stream.
|
||||
2025-12-28 04:53:48.446 ERROR [src.node.docker_mananger] Max retries reached for container ac1874e3da67. Exiting log stream.
|
||||
2025-12-28 04:53:48.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40887/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:53:48.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:53:48.873 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:53:48.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:53:48.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.158.111/tcp/40888/p2p/16Uiu2HAmERwXgvM3dBJYv7SCqEZWBSyaVhFznR5BSj71EYarnPiS","/ip4/172.18.158.111/tcp/40889/ws/p2p/16Uiu2HAmERwXgvM3dBJYv7SCqEZWBSyaVhFznR5BSj71EYarnPiS"],"enrUri":"enr:-L24QCUGLRmJLn6hBzAI19ORi89suOt0je6L03srIB7bPlOHSy9hhbthxfAf3SXLSLyOjzN96G3SkZEEX8kJ8Njb5rECgmlkgnY0gmlwhKwSnm-KbXVsdGlhZGRyc5YACASsEp5vBp-4AAoErBKebwafud0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGl-iSubERrAyl39xp2j25m1kwep1U55pwCf7_W6cw3ODdGNwgp-4g3VkcIKfuoV3YWt1MgE"}'
|
||||
2025-12-28 04:53:48.877 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:53:48.884 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:53:48.884 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-53-47__52198428-7e29-4a70-adf1-cdeed4d1d0c6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:53:48.884 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:53:48.884 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:53:48.885 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:53:48.886 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.137
|
||||
2025-12-28 04:53:48.886 DEBUG [src.node.docker_mananger] Generated ports ['2634', '2635', '2636', '2637', '2638']
|
||||
2025-12-28 04:53:48.886 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:53:48.886 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:53:48.886 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:53:48.886 DEBUG [src.node.docker_mananger] docker run -i -t -p 2634:2634 -p 2635:2635 -p 2636:2636 -p 2637:2637 -p 2638:2638 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2636 --rest-port=2634 --tcp-port=2635 --discv5-udp-port=2637 --rest-address=0.0.0.0 --nat=extip:172.18.212.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a04ff089be0bb7cfda64f16393d8cbb29ad41ecedbac17f8fc2ed11bf655bff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2638 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCUGLRmJLn6hBzAI19ORi89suOt0je6L03srIB7bPlOHSy9hhbthxfAf3SXLSLyOjzN96G3SkZEEX8kJ8Njb5rECgmlkgnY0gmlwhKwSnm-KbXVsdGlhZGRyc5YACASsEp5vBp-4AAoErBKebwafud0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGl-iSubERrAyl39xp2j25m1kwep1U55pwCf7_W6cw3ODdGNwgp-4g3VkcIKfuoV3YWt1MgE
|
||||
2025-12-28 04:53:49.067 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.137 waku d5fbe4f6a0d91ac1ab8448cdf8c6f1d4a8f85bb6219de6fe20bb33233d5f3a5f
|
||||
2025-12-28 04:53:49.099 DEBUG [src.node.docker_mananger] Container started with ID d5fbe4f6a0d9. Setting up logs at ./log/docker/node2_2025-12-28_04-53-47__52198428-7e29-4a70-adf1-cdeed4d1d0c6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:53:49.099 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2634
|
||||
2025-12-28 04:53:49.100 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:53:50.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2634/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:53:50.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:53:50.116 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:53:50.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2634/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:53:50.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.137/tcp/2635/p2p/16Uiu2HAm4DFZpDy21Z5FdfQFNtcYLGbRDrqvuSWz9cPX1akop7nS","/ip4/172.18.212.137/tcp/2636/ws/p2p/16Uiu2HAm4DFZpDy21Z5FdfQFNtcYLGbRDrqvuSWz9cPX1akop7nS"],"enrUri":"enr:-L24QEPHF2fOy8fNsUv6bbOhOnsX76-07YgacI2jycs2AHUoFs5tR_UKM1zJlE6PDkwScSFk55Rr-QX2zTgjpKQykxcCgmlkgnY0gmlwhKwS1ImKbXVsdGlhZGRyc5YACASsEtSJBgpLAAoErBLUiQYKTN0DgnJzhQADAQAAiXNlY3AyNTZrMaECgoqbuHfnVwYKO-OzEY3CZsIM1_jdhQm04bfa_MYTRXuDdGNwggpLg3VkcIIKTYV3YWt1MgE"}'
|
||||
2025-12-28 04:53:50.124 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:53:50.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.158.111/tcp/40888/p2p/16Uiu2HAmERwXgvM3dBJYv7SCqEZWBSyaVhFznR5BSj71EYarnPiS"]'
|
||||
2025-12-28 04:53:50.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:53:50.127 DEBUG [tests.relay.test_subscribe] Running test with payload /test/2/rs/0/1
|
||||
2025-12-28 04:53:50.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/test/2/rs/0/1"'
|
||||
2025-12-28 04:53:50.130 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40887/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2025-12-28 04:53:50.131 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/3/rs/0/1
|
||||
2025-12-28 04:53:50.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/3/rs/0/1"'
|
||||
2025-12-28 04:53:50.133 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40887/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2025-12-28 04:53:50.134 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/test/0/1
|
||||
2025-12-28 04:53:50.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/test/0/1"'
|
||||
2025-12-28 04:53:50.136 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40887/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2025-12-28 04:53:50.137 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/rs/3/b
|
||||
2025-12-28 04:53:50.137 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/3/b"'
|
||||
2025-12-28 04:53:50.140 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40887/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2025-12-28 04:53:50.140 DEBUG [tests.relay.test_subscribe] Running test with payload /waku/2/rs/0
|
||||
2025-12-28 04:53:50.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/0"'
|
||||
2025-12-28 04:53:50.143 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40887/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2025-12-28 04:53:50.144 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:53:50.146 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:53:50.146 DEBUG [src.node.waku_node] Stopping container with id 848b7de0996d
|
||||
2025-12-28 04:53:50.721 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:53:50.721 DEBUG [src.node.waku_node] Stopping container with id d5fbe4f6a0d9
|
||||
2025-12-28 04:53:51.234 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:53:51.235 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:53:51.240 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:53:51.245 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
96
nim/1017/data/attachments/19f9d5f4f479849b.txt
Normal file
96
nim/1017/data/attachments/19f9d5f4f479849b.txt
Normal file
@ -0,0 +1,96 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_invalid_pagination_cursor_param with id: 2025-12-28_04-41-17__bd84e58c-efc9-4dd2-904e-6bf24565ca70
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-41-17__bd84e58c-efc9-4dd2-904e-6bf24565ca70__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.177.194
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1698', '1699', '1700', '1701', '1702']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1698:1698 -p 1699:1699 -p 1700:1700 -p 1701:1701 -p 1702:1702 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1700 --rest-port=1698 --tcp-port=1699 --discv5-udp-port=1701 --rest-address=0.0.0.0 --nat=extip:172.18.177.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d8a55c43f449eefeceb5fca4c0fa6c3c897a5ade1f9e3e48d53de3a99a586dae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1702 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.177.194 waku a761c608e05944e28ac111285bcd490268cd2ea8f9283d665fc1b309727d113c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a761c608e059. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-41-17__bd84e58c-efc9-4dd2-904e-6bf24565ca70__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1698
|
||||
[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 c79c859f4d48. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a17e8ecf1f9b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1698/health" -H "Content-Type: 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:1698/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.177.194/tcp/1699/p2p/16Uiu2HAmNJFdEguSpxL6db5ou8TDoJL7NNArsd9bmTwLkbb57RQA","/ip4/172.18.177.194/tcp/1700/ws/p2p/16Uiu2HAmNJFdEguSpxL6db5ou8TDoJL7NNArsd9bmTwLkbb57RQA"],"enrUri":"enr:-L24QHr_4ideCehnoc4WdfrMD42LcYpPvmshg5anvxd60WKMFut7F-y1VhH1-e578Uy6Hcx534Mi8hZpkvJpS3I7m84CgmlkgnY0gmlwhKwSscKKbXVsdGlhZGRyc5YACASsErHCBgajAAoErBKxwgYGpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj0TxlwkDAOubeW2m-nYjq8zrs9K4HHTRPrY97nsgAA-DdGNwggajg3VkcIIGpYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-41-17__bd84e58c-efc9-4dd2-904e-6bf24565ca70__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.133.56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29421', '29422', '29423', '29424', '29425']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29421:29421 -p 29422:29422 -p 29423:29423 -p 29424:29424 -p 29425:29425 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29423 --rest-port=29421 --tcp-port=29422 --discv5-udp-port=29424 --rest-address=0.0.0.0 --nat=extip:172.18.133.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=05dbdb1f2615c6e8dd18ca5b7302cdad69c5b0bcdadcb5fb3e900d3c92fe177d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29425 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHr_4ideCehnoc4WdfrMD42LcYpPvmshg5anvxd60WKMFut7F-y1VhH1-e578Uy6Hcx534Mi8hZpkvJpS3I7m84CgmlkgnY0gmlwhKwSscKKbXVsdGlhZGRyc5YACASsErHCBgajAAoErBKxwgYGpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj0TxlwkDAOubeW2m-nYjq8zrs9K4HHTRPrY97nsgAA-DdGNwggajg3VkcIIGpYV3YWt1MgM --storenode=/ip4/172.18.177.194/tcp/1699/p2p/16Uiu2HAmNJFdEguSpxL6db5ou8TDoJL7NNArsd9bmTwLkbb57RQA --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.133.56 waku 4bc808713994b28a70b9f258f22cb97294e0b7fe05a7fae02a10b83a46d48544
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4bc808713994. Setting up logs at ./log/docker/store_node1_2025-12-28_04-41-17__bd84e58c-efc9-4dd2-904e-6bf24565ca70__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29421
|
||||
[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:29421/health" -H "Content-Type: 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:29421/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.56/tcp/29422/p2p/16Uiu2HAmJpR4vCBF5goE2yMpwVugNNyb3YSfhbRqe5RE73tik3Za","/ip4/172.18.133.56/tcp/29423/ws/p2p/16Uiu2HAmJpR4vCBF5goE2yMpwVugNNyb3YSfhbRqe5RE73tik3Za"],"enrUri":"enr:-L24QEgE8fW5LvyneLQFp2i-70NP3bjlaSDCzghJKmQwHuVVIYmHPrOB0w86Qw3sC2UICTqecwB0yOSPP_1qC0R7QBECgmlkgnY0gmlwhKwShTiKbXVsdGlhZGRyc5YACASsEoU4BnLuAAoErBKFOAZy790DgnJzhQADAQAAiXNlY3AyNTZrMaEDW5BMGUZYp1G9EkT96iIavO-sgz2ZFaCEbwM5B-irTVGDdGNwgnLug3VkcIJy8IV3YWt1MgM"}'
|
||||
[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:29421/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.177.194/tcp/1699/p2p/16Uiu2HAmNJFdEguSpxL6db5ou8TDoJL7NNArsd9bmTwLkbb57RQA"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1698/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:29421/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:1698/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:1698/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:1698/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:1698/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:1698/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
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1698/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&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":"0x4e1d1c4b8facb73888311d669f0d2838073f9d556627c7c93194cd13e11e0838"},{"messageHash":"0x4129b64ffa82f5e3478add26ef63a87fc1474cf0d68e98dc3588e57ccab3e970"},{"messageHash":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}],"paginationCursor":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1698/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true&paginationCursor=0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6" -H "Content-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":"0x4e1d1c4b8facb73888311d669f0d2838073f9d556627c7c93194cd13e11e0838"},{"messageHash":"0x4129b64ffa82f5e3478add26ef63a87fc1474cf0d68e98dc3588e57ccab3e970"},{"messageHash":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}],"paginationCursor":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1698/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6&pageSize=3&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":"0x7436f82065eb12f36a3b51e7f33f4bca514b985f259ad9990e2078768114b054"},{"messageHash":"0xac0378a8bdf728895850c7636a2056ef2004869a2dbefb9a17133e6c75438c7e"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29421/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&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":"0x4e1d1c4b8facb73888311d669f0d2838073f9d556627c7c93194cd13e11e0838"},{"messageHash":"0x4129b64ffa82f5e3478add26ef63a87fc1474cf0d68e98dc3588e57ccab3e970"},{"messageHash":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}],"paginationCursor":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29421/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=3&ascending=true&paginationCursor=0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6" -H "Content-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":"0x4e1d1c4b8facb73888311d669f0d2838073f9d556627c7c93194cd13e11e0838"},{"messageHash":"0x4129b64ffa82f5e3478add26ef63a87fc1474cf0d68e98dc3588e57ccab3e970"},{"messageHash":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}],"paginationCursor":"0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29421/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9e4bed7fba0a5cf1b9753cdc5ff1a47536da531015722ae2a735135963eaebb6&pageSize=3&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":"0x7436f82065eb12f36a3b51e7f33f4bca514b985f259ad9990e2078768114b054"},{"messageHash":"0xac0378a8bdf728895850c7636a2056ef2004869a2dbefb9a17133e6c75438c7e"}]}'
|
||||
[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 a761c608e059
|
||||
[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 4bc808713994
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
2585
nim/1017/data/attachments/1a58a3efd314f24.txt
Normal file
2585
nim/1017/data/attachments/1a58a3efd314f24.txt
Normal file
File diff suppressed because it is too large
Load Diff
77
nim/1017/data/attachments/1a903f73e154b8a2.txt
Normal file
77
nim/1017/data/attachments/1a903f73e154b8a2.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2025-12-28 04:33:34.605 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:33:34.605 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/1] with id: 2025-12-28_04-33-34__1a940b2d-5db4-43f1-a488-2eb0c0a14db4
|
||||
2025-12-28 04:33:34.605 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:33:34.605 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:33:34.606 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-28 04:33:34.613 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:33:34.613 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-33-34__1a940b2d-5db4-43f1-a488-2eb0c0a14db4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:34.613 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:33:34.613 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:33:34.615 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:33:34.615 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.84.110
|
||||
2025-12-28 04:33:34.615 DEBUG [src.node.docker_mananger] Generated ports ['37670', '37671', '37672', '37673', '37674']
|
||||
2025-12-28 04:33:34.615 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2025-12-28 04:33:34.615 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-28 04:33:34.615 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:33:34.616 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:33:34.616 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:33:34.616 DEBUG [src.node.docker_mananger] docker run -i -t -p 37670:37670 -p 37671:37671 -p 37672:37672 -p 37673:37673 -p 37674:37674 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37672 --rest-port=37670 --tcp-port=37671 --discv5-udp-port=37673 --rest-address=0.0.0.0 --nat=extip:172.18.84.110 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=323e7af72e15b0e9b446adab4b9b8c9cfc1eb7b3d176fde972bb09d846daaede --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37674 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:33:34.795 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.84.110 waku 95c9a7a51d3e63e9a0b1a0fc8c143119ec068907c590430aa9f76cb40baeaec7
|
||||
2025-12-28 04:33:34.826 DEBUG [src.node.docker_mananger] Container started with ID 95c9a7a51d3e. Setting up logs at ./log/docker/node1_2025-12-28_04-33-34__1a940b2d-5db4-43f1-a488-2eb0c0a14db4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:34.827 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37670
|
||||
2025-12-28 04:33:34.827 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:33:34.873 ERROR [src.node.docker_mananger] Max retries reached for container 03a692b5d494. Exiting log stream.
|
||||
2025-12-28 04:33:35.412 ERROR [src.node.docker_mananger] Max retries reached for container 26d2d6a926ad. Exiting log stream.
|
||||
2025-12-28 04:33:35.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37670/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:35.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:33:35.832 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:33:35.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37670/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:35.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.84.110/tcp/37671/p2p/16Uiu2HAmRcbrQrkZtxdU4FuN9VmtCQhP9BnRRBnL4AjonHKQkowN","/ip4/172.18.84.110/tcp/37672/ws/p2p/16Uiu2HAmRcbrQrkZtxdU4FuN9VmtCQhP9BnRRBnL4AjonHKQkowN"],"enrUri":"enr:-L24QNWph926hAGE1TKTAcS2yhYsXJl0rDncoMcAi3toNHLlGpyxl7J8Hfd2-TvCgXppujcl5Ql00pKxrEOZZJq4_RYCgmlkgnY0gmlwhKwSVG6KbXVsdGlhZGRyc5YACASsElRuBpMnAAoErBJUbgaTKN0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDwItUeWKF5lOEp8XNUwuHsSTQR2R-VMxSylvPRkAPGbGDdGNwgpMng3VkcIKTKYV3YWt1MgU"}'
|
||||
2025-12-28 04:33:35.834 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:33:35.841 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:33:35.841 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-33-34__1a940b2d-5db4-43f1-a488-2eb0c0a14db4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:35.841 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:33:35.842 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:33:35.843 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:33:35.843 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.195
|
||||
2025-12-28 04:33:35.843 DEBUG [src.node.docker_mananger] Generated ports ['7057', '7058', '7059', '7060', '7061']
|
||||
2025-12-28 04:33:35.843 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2025-12-28 04:33:35.844 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-28 04:33:35.844 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:33:35.844 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:33:35.844 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:33:35.844 DEBUG [src.node.docker_mananger] docker run -i -t -p 7057:7057 -p 7058:7058 -p 7059:7059 -p 7060:7060 -p 7061:7061 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7059 --rest-port=7057 --tcp-port=7058 --discv5-udp-port=7060 --rest-address=0.0.0.0 --nat=extip:172.18.64.195 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=9ebabceea73cc52e6e17f8d0fa6bd314feb522a7eef229e85613bfca9ee11399 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7061 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNWph926hAGE1TKTAcS2yhYsXJl0rDncoMcAi3toNHLlGpyxl7J8Hfd2-TvCgXppujcl5Ql00pKxrEOZZJq4_RYCgmlkgnY0gmlwhKwSVG6KbXVsdGlhZGRyc5YACASsElRuBpMnAAoErBJUbgaTKN0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDwItUeWKF5lOEp8XNUwuHsSTQR2R-VMxSylvPRkAPGbGDdGNwgpMng3VkcIKTKYV3YWt1MgU
|
||||
2025-12-28 04:33:36.025 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.195 waku a3aca82ec870d0f16d0d6ec9cb23bd3cd1fb971e10ea4e0faa7cd95055f884c5
|
||||
2025-12-28 04:33:36.054 DEBUG [src.node.docker_mananger] Container started with ID a3aca82ec870. Setting up logs at ./log/docker/node2_2025-12-28_04-33-34__1a940b2d-5db4-43f1-a488-2eb0c0a14db4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:36.055 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7057
|
||||
2025-12-28 04:33:36.055 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:33:37.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7057/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:37.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:33:37.075 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:33:37.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7057/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:37.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.195/tcp/7058/p2p/16Uiu2HAkuSSdDYWjpsyxv7Jqpk3SPMB7pCBHftkmqecYDkRfvG3M","/ip4/172.18.64.195/tcp/7059/ws/p2p/16Uiu2HAkuSSdDYWjpsyxv7Jqpk3SPMB7pCBHftkmqecYDkRfvG3M"],"enrUri":"enr:-L24QJHvdhIZP0FtGaXctKVeTusmz3MzXUBwRS5ho15RKXELbcnxffh6f2xpDK3J-xNorzwiNxQ-PnTV8-kzEZhJKj8CgmlkgnY0gmlwhKwSQMOKbXVsdGlhZGRyc5YACASsEkDDBhuSAAoErBJAwwYbk90DgnJzhQAFAQAAiXNlY3AyNTZrMaECADJ7A87SErHQtU7WzMyiR7UYyD-jZJk7OPbqVBLAcwyDdGNwghuSg3VkcIIblIV3YWt1MgE"}'
|
||||
2025-12-28 04:33:37.082 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:33:37.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7057/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.84.110/tcp/37671/p2p/16Uiu2HAmRcbrQrkZtxdU4FuN9VmtCQhP9BnRRBnL4AjonHKQkowN"]'
|
||||
2025-12-28 04:33:37.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:37.085 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37670/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
||||
2025-12-28 04:33:37.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:37.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7057/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
||||
2025-12-28 04:33:37.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:37.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:33:37.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:33:37.101 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:33:37.202 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:37.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37670/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:37.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896417096714921,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:37.207 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:33:37.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7057/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:37.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896417096714921,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:33:37.212 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:33:37.213 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:33:37.213 DEBUG [src.node.waku_node] Stopping container with id 95c9a7a51d3e
|
||||
2025-12-28 04:33:37.738 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:33:37.739 DEBUG [src.node.waku_node] Stopping container with id a3aca82ec870
|
||||
2025-12-28 04:33:38.259 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:33:38.261 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:33:38.266 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:33:38.271 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1017/data/attachments/1ae249341d9b5013.txt
Normal file
101
nim/1017/data/attachments/1ae249341d9b5013.txt
Normal file
@ -0,0 +1,101 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_node_paused_and_unpaused with id: 2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.123.230
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48300', '48301', '48302', '48303', '48304']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48300:48300 -p 48301:48301 -p 48302:48302 -p 48303:48303 -p 48304:48304 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48302 --rest-port=48300 --tcp-port=48301 --discv5-udp-port=48303 --rest-address=0.0.0.0 --nat=extip:172.18.123.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1eaac00ee8c64d6cfbff55a92f888ddb9866cece21d4bdb9b0a8bcffbd009293 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48304 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.230 waku 8921f0a33e927f5c7b1f51a82dea7673a4e23e83d2188819136aa4e84b60d38c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8921f0a33e92. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48300
|
||||
[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 d1bb42f52ec2. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 84d586129e49. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48300/health" -H "Content-Type: 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:48300/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.230/tcp/48301/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ","/ip4/172.18.123.230/tcp/48302/ws/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ"],"enrUri":"enr:-L24QKHy8hbRtzT9lrz5yRoCUXgYKeMkTkkYIW_YAZsJsYWOckLX6glp1l6EqKP9x3M5su7-n7YbyiV6wK2PlcCKr50CgmlkgnY0gmlwhKwSe-aKbXVsdGlhZGRyc5YACASsEnvmBrytAAoErBJ75ga8rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfEjk92aKkcR7lh6pArn93_6AbcYNyFaKbAlROyi1in2DdGNwgrytg3VkcIK8r4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__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.190
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32627', '32628', '32629', '32630', '32631']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 32627:32627 -p 32628:32628 -p 32629:32629 -p 32630:32630 -p 32631:32631 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32629 --rest-port=32627 --tcp-port=32628 --discv5-udp-port=32630 --rest-address=0.0.0.0 --nat=extip:172.18.139.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dccb7df08ad2ebfb1ef3918f9f401ddf7aaec3cfce8e13acbcf2b0cad6cde6e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32631 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKHy8hbRtzT9lrz5yRoCUXgYKeMkTkkYIW_YAZsJsYWOckLX6glp1l6EqKP9x3M5su7-n7YbyiV6wK2PlcCKr50CgmlkgnY0gmlwhKwSe-aKbXVsdGlhZGRyc5YACASsEnvmBrytAAoErBJ75ga8rt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfEjk92aKkcR7lh6pArn93_6AbcYNyFaKbAlROyi1in2DdGNwgrytg3VkcIK8r4V3YWt1MgM --storenode=/ip4/172.18.123.230/tcp/48301/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.190 waku c06a640aa133cdf92846655ff3031b837022b9483bf29f904e661561dad3990b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c06a640aa133. Setting up logs at ./log/docker/store_node1_2025-12-28_04-31-24__1800f9e2-5d52-441a-9560-d3523675bdf5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32627
|
||||
[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:32627/health" -H "Content-Type: 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:32627/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.190/tcp/32628/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF","/ip4/172.18.139.190/tcp/32629/ws/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF"],"enrUri":"enr:-L24QP7sqIZaVLfCg3370G-uFhm-YiIqw6YcmKq4Bmr-cGfdSXe1yd1upngSwPxQlVrU7cploMBwkbGYbZouOxdx-yUCgmlkgnY0gmlwhKwSi76KbXVsdGlhZGRyc5YACASsEou-Bn90AAoErBKLvgZ_dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAFtYMsIJGMXZQCc7B_sU9DLZwdGZOC3hslRSznPjHqyDdGNwgn90g3VkcIJ_doV3YWt1MgM"}'
|
||||
[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:32627/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.230/tcp/48301/p2p/16Uiu2HAmM29Nc8Jh99qiYpiy5kYfh6YLRnaosqtwGJ7SXZEos1fJ"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48300/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:32627/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:48300/relay/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:48300/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"}]}'
|
||||
[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:32627/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id c06a640aa133
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:267 Unpause container with id c06a640aa133
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32627/health" -H "Content-Type: 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:32627/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.190/tcp/32628/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF","/ip4/172.18.139.190/tcp/32629/ws/p2p/16Uiu2HAmCgP8rPgdGAu56sU928f2n9jkaVJzk131drVQQFD38UrF"],"enrUri":"enr:-L24QP7sqIZaVLfCg3370G-uFhm-YiIqw6YcmKq4Bmr-cGfdSXe1yd1upngSwPxQlVrU7cploMBwkbGYbZouOxdx-yUCgmlkgnY0gmlwhKwSi76KbXVsdGlhZGRyc5YACASsEou-Bn90AAoErBKLvgZ_dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAFtYMsIJGMXZQCc7B_sU9DLZwdGZOC3hslRSznPjHqyDdGNwgn90g3VkcIJ_doV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48300/relay/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:48300/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
[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:32627/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48300/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":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32627/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":"0x1bd2820e29db6e1e6d33da029f7705bd782fcde336d7cfe4a307b1c3d4586289"},{"messageHash":"0x879874dada14ae763ff9d994d4d84370660554202945b3dc874e9142f6f02a1e"}]}'
|
||||
[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 8921f0a33e92
|
||||
[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 c06a640aa133
|
||||
[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.
|
||||
39
nim/1017/data/attachments/1b4d615f7f440c6a.txt
Normal file
39
nim/1017/data/attachments/1b4d615f7f440c6a.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: 2025-12-28_04-27-06__1b5278d9-8040-4bd5-9ccf-b58f8a2fc97d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-27-06__1b5278d9-8040-4bd5-9ccf-b58f8a2fc97d__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.129.174
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21636', '21637', '21638', '21639', '21640']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21636:21636 -p 21637:21637 -p 21638:21638 -p 21639:21639 -p 21640:21640 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21638 --rest-port=21636 --tcp-port=21637 --discv5-udp-port=21639 --rest-address=0.0.0.0 --nat=extip:172.18.129.174 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc5ffe77b65faa9f4cacfa434211d0c137a6ffdfda11c1eb7c41cccf3d015e24 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21640 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.129.174 waku dc0f05f00e9ddbd81c2a2a13d7fb986b7c9e0c3f69a467fb1a57abfdc11b505e
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5984dbda903f. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID dc0f05f00e9d. Setting up logs at ./log/docker/node1_2025-12-28_04-27-06__1b5278d9-8040-4bd5-9ccf-b58f8a2fc97d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21636
|
||||
[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 f16bae6154cd. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21636/health" -H "Content-Type: 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:21636/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.174/tcp/21637/p2p/16Uiu2HAkwtn4LWXNSokibZPXS2rATesy6xHaoeNQfAySys32292z","/ip4/172.18.129.174/tcp/21638/ws/p2p/16Uiu2HAkwtn4LWXNSokibZPXS2rATesy6xHaoeNQfAySys32292z"],"enrUri":"enr:-L24QG_R5xSDhrJ81dE_QRvfRWDuaugQLJWLj-eJ76LJTgfTFIVyNZAvZkNKG_UeLoz_-Z0lYL9wDJkD41Wl9MstoXgCgmlkgnY0gmlwhKwSga6KbXVsdGlhZGRyc5YACASsEoGuBlSFAAoErBKBrgZUht0DgnJzhQADAQAAiXNlY3AyNTZrMaECJKjtsgPo09Vi31-IjB5XG9sTw0K1UrOP2vOMxF8MLYuDdGNwglSFg3VkcIJUh4V3YWt1MgE"}'
|
||||
[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:21636/info" -H "Content-Type: application/json" -d '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.174/tcp/21637/p2p/16Uiu2HAkwtn4LWXNSokibZPXS2rATesy6xHaoeNQfAySys32292z","/ip4/172.18.129.174/tcp/21638/ws/p2p/16Uiu2HAkwtn4LWXNSokibZPXS2rATesy6xHaoeNQfAySys32292z"],"enrUri":"enr:-L24QG_R5xSDhrJ81dE_QRvfRWDuaugQLJWLj-eJ76LJTgfTFIVyNZAvZkNKG_UeLoz_-Z0lYL9wDJkD41Wl9MstoXgCgmlkgnY0gmlwhKwSga6KbXVsdGlhZGRyc5YACASsEoGuBlSFAAoErBKBrgZUht0DgnJzhQADAQAAiXNlY3AyNTZrMaECJKjtsgPo09Vi31-IjB5XG9sTw0K1UrOP2vOMxF8MLYuDdGNwglSFg3VkcIJUh4V3YWt1MgE"}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_debug_flags:test_debug_flags.py:33 node info: {'listenAddresses': ['/ip4/172.18.129.174/tcp/21637/p2p/16Uiu2HAkwtn4LWXNSokibZPXS2rATesy6xHaoeNQfAySys32292z', '/ip4/172.18.129.174/tcp/21638/ws/p2p/16Uiu2HAkwtn4LWXNSokibZPXS2rATesy6xHaoeNQfAySys32292z'], 'enrUri': 'enr:-L24QG_R5xSDhrJ81dE_QRvfRWDuaugQLJWLj-eJ76LJTgfTFIVyNZAvZkNKG_UeLoz_-Z0lYL9wDJkD41Wl9MstoXgCgmlkgnY0gmlwhKwSga6KbXVsdGlhZGRyc5YACASsEoGuBlSFAAoErBKBrgZUht0DgnJzhQADAQAAiXNlY3AyNTZrMaECJKjtsgPo09Vi31-IjB5XG9sTw0K1UrOP2vOMxF8MLYuDdGNwglSFg3VkcIJUh4V3YWt1MgE'}
|
||||
[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 dc0f05f00e9d
|
||||
[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.
|
||||
77
nim/1017/data/attachments/1b53804838bd3d59.txt
Normal file
77
nim/1017/data/attachments/1b53804838bd3d59.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2025-12-28 04:29:10.552 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:29:10.553 DEBUG [tests.conftest] Running test: test_publish_with_missing_payload with id: 2025-12-28_04-29-10__a12afcdb-b14b-45c1-a6c3-cbb23c9fc471
|
||||
2025-12-28 04:29:10.553 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:29:10.553 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:29:10.555 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-28 04:29:10.564 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:29:10.564 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-29-10__a12afcdb-b14b-45c1-a6c3-cbb23c9fc471__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:29:10.564 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:29:10.565 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:29:10.567 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:29:10.567 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.44
|
||||
2025-12-28 04:29:10.567 DEBUG [src.node.docker_mananger] Generated ports ['29343', '29344', '29345', '29346', '29347']
|
||||
2025-12-28 04:29:10.568 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:29:10.568 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:29:10.568 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:29:10.568 DEBUG [src.node.docker_mananger] docker run -i -t -p 29343:29343 -p 29344:29344 -p 29345:29345 -p 29346:29346 -p 29347:29347 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29345 --rest-port=29343 --tcp-port=29344 --discv5-udp-port=29346 --rest-address=0.0.0.0 --nat=extip:172.18.89.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bea6026be651cbb8ce6526ce3fde74a3fd805a7b7c4dc29bc2cbdf7ffd78cac0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29347 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:29:10.770 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.44 waku 59873b1c12b334d7c693993e42f31724db399df9db04b2b2899940a4bad05622
|
||||
2025-12-28 04:29:10.797 ERROR [src.node.docker_mananger] Max retries reached for container 52ef45d30ba2. Exiting log stream.
|
||||
2025-12-28 04:29:10.806 DEBUG [src.node.docker_mananger] Container started with ID 59873b1c12b3. Setting up logs at ./log/docker/node1_2025-12-28_04-29-10__a12afcdb-b14b-45c1-a6c3-cbb23c9fc471__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:29:10.807 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29343
|
||||
2025-12-28 04:29:10.807 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:29:11.384 ERROR [src.node.docker_mananger] Max retries reached for container 95e38cb8d585. Exiting log stream.
|
||||
2025-12-28 04:29:11.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29343/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:29:11.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:29:11.812 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:29:11.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29343/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:29:11.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.44/tcp/29344/p2p/16Uiu2HAmRF9zJbSWbc5Yt42Ui2xVffoPyU5WqwHmpwTqUepEEnii","/ip4/172.18.89.44/tcp/29345/ws/p2p/16Uiu2HAmRF9zJbSWbc5Yt42Ui2xVffoPyU5WqwHmpwTqUepEEnii"],"enrUri":"enr:-L24QKt8nlOe-iL4X2lm4VVKV1_ps-Yr4o6jBHCkbslPHfx2T4QvgPpCRAlDS48EiXlInBLCR3XaeqWQIbviJ_yk4eUCgmlkgnY0gmlwhKwSWSyKbXVsdGlhZGRyc5YACASsElksBnKgAAoErBJZLAZyod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuwzjd8mSLDlLE0Z_sOg85Akfxl0DMz7FZasaticc9b-DdGNwgnKgg3VkcIJyooV3YWt1MgE"}'
|
||||
2025-12-28 04:29:11.815 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:29:11.822 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:29:11.822 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-29-10__a12afcdb-b14b-45c1-a6c3-cbb23c9fc471__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:29:11.822 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:29:11.822 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:29:11.824 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:29:11.824 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.201.187
|
||||
2025-12-28 04:29:11.824 DEBUG [src.node.docker_mananger] Generated ports ['39598', '39599', '39600', '39601', '39602']
|
||||
2025-12-28 04:29:11.824 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:29:11.824 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:29:11.825 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:29:11.825 DEBUG [src.node.docker_mananger] docker run -i -t -p 39598:39598 -p 39599:39599 -p 39600:39600 -p 39601:39601 -p 39602:39602 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39600 --rest-port=39598 --tcp-port=39599 --discv5-udp-port=39601 --rest-address=0.0.0.0 --nat=extip:172.18.201.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=66846aaf7a88daeab6213bc8c51a9ace93c64fcab47bd8abdc0436c07e50a508 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39602 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKt8nlOe-iL4X2lm4VVKV1_ps-Yr4o6jBHCkbslPHfx2T4QvgPpCRAlDS48EiXlInBLCR3XaeqWQIbviJ_yk4eUCgmlkgnY0gmlwhKwSWSyKbXVsdGlhZGRyc5YACASsElksBnKgAAoErBJZLAZyod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDuwzjd8mSLDlLE0Z_sOg85Akfxl0DMz7FZasaticc9b-DdGNwgnKgg3VkcIJyooV3YWt1MgE
|
||||
2025-12-28 04:29:12.019 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.201.187 waku e79fab5b7e052dba7a3a1719c6cecf0d4cf7d9b4a4c63a25a26d8c819c95fc75
|
||||
2025-12-28 04:29:12.052 DEBUG [src.node.docker_mananger] Container started with ID e79fab5b7e05. Setting up logs at ./log/docker/node2_2025-12-28_04-29-10__a12afcdb-b14b-45c1-a6c3-cbb23c9fc471__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:29:12.052 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39598
|
||||
2025-12-28 04:29:12.053 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:29:13.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39598/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:29:13.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:29:13.064 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:29:13.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39598/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:29:13.071 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.201.187/tcp/39599/p2p/16Uiu2HAmS5u7U2jRug7R39WPJAZomZRQBKTgDPJsgCz3pRLpTzeU","/ip4/172.18.201.187/tcp/39600/ws/p2p/16Uiu2HAmS5u7U2jRug7R39WPJAZomZRQBKTgDPJsgCz3pRLpTzeU"],"enrUri":"enr:-L24QHRvz06jTaXR_EKgK17hrLd9B0IOkiDKuFKDR07h7jS1doWV_oncmdutzBIAD3mlRjqBuIUJxcmuFjzZCaNLNY8CgmlkgnY0gmlwhKwSybuKbXVsdGlhZGRyc5YACASsEsm7BpqvAAoErBLJuwaasN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDx4mG-12QUHFGJdnkOqIM-OZWNEdsAjPF98WR55L-0eGDdGNwgpqvg3VkcIKasYV3YWt1MgE"}'
|
||||
2025-12-28 04:29:13.072 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:29:13.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39598/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.89.44/tcp/29344/p2p/16Uiu2HAmRF9zJbSWbc5Yt42Ui2xVffoPyU5WqwHmpwTqUepEEnii"]'
|
||||
2025-12-28 04:29:13.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:29:13.076 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-28 04:29:13.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29343/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:29:13.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:29:13.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39598/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:29:13.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:29:13.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29343/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:29:13.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:29:13.093 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:29:13.193 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:29:13.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29343/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:29:13.197 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":1766896153086852864,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:29:13.199 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:29:13.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39598/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:29:13.201 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":1766896153086852864,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:29:13.203 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-28 04:29:13.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29343/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:29:13.206 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:29343/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2025-12-28 04:29:13.208 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:29:13.209 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:29:13.210 DEBUG [src.node.waku_node] Stopping container with id 59873b1c12b3
|
||||
2025-12-28 04:29:13.761 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:29:13.762 DEBUG [src.node.waku_node] Stopping container with id e79fab5b7e05
|
||||
2025-12-28 04:29:14.312 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:29:14.315 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:29:14.320 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:29:14.325 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
392
nim/1017/data/attachments/1b55da7d66afba6f.txt
Normal file
392
nim/1017/data/attachments/1b55da7d66afba6f.txt
Normal file
@ -0,0 +1,392 @@
|
||||
WRN 2025-12-28 04:24:32.326+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-28 04:24:32.326+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-28 04:24:32.326+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=true rlnRelay=false store=true filter=true lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-28 04:24:32.326+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-28 04:24:32.326+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
NTC 2025-12-28 04:24:32.326+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:22989
|
||||
INF 2025-12-28 04:24:32.326+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:22989/
|
||||
INF 2025-12-28 04:24:32.327+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-28 04:24:32.327+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-28 04:24:32.328+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-28 04:24:32.328+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.328+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-28 04:24:32.328+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-28 04:24:32.332+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
||||
INF 2025-12-28 04:24:32.332+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
||||
INF 2025-12-28 04:24:32.332+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
||||
INF 2025-12-28 04:24:32.333+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
||||
INF 2025-12-28 04:24:32.334+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.335+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.335+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.337+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.337+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.339+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.339+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.341+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.341+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.344+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.344+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
||||
INF 2025-12-28 04:24:32.345+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
||||
INF 2025-12-28 04:24:32.345+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.348+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.348+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
||||
INF 2025-12-28 04:24:32.349+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
||||
INF 2025-12-28 04:24:32.349+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
||||
INF 2025-12-28 04:24:32.351+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
||||
INF 2025-12-28 04:24:32.351+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
||||
INF 2025-12-28 04:24:32.351+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
||||
INF 2025-12-28 04:24:32.351+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
||||
INF 2025-12-28 04:24:32.352+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
||||
INF 2025-12-28 04:24:32.352+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.353+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.353+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.355+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.355+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.356+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.356+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.358+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.358+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
||||
INF 2025-12-28 04:24:32.359+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
||||
INF 2025-12-28 04:24:32.359+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
||||
INF 2025-12-28 04:24:32.360+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
||||
INF 2025-12-28 04:24:32.360+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
||||
INF 2025-12-28 04:24:32.361+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
||||
INF 2025-12-28 04:24:32.361+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
||||
INF 2025-12-28 04:24:32.362+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
||||
INF 2025-12-28 04:24:32.362+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
||||
INF 2025-12-28 04:24:32.362+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:259
|
||||
INF 2025-12-28 04:24:32.362+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:21
|
||||
INF 2025-12-28 04:24:32.362+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:36
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
||||
TRC 2025-12-28 04:24:32.363+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/store-query/3.0.0]"
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-28 04:24:32.363+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-28 04:24:32.363+00:00 Setting max message size tid=1 file=node_factory.nim:318 num_bytes=153600
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:208
|
||||
TRC 2025-12-28 04:24:32.363+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/relay/2.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
||||
INF 2025-12-28 04:24:32.363+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:225
|
||||
INF 2025-12-28 04:24:32.363+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-28 04:24:32.363+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities="[Relay, Store, Filter, Lightpush]" wakuPeerRecord="(peerId: 16U*wwR1hw, seqNo: 1766895872, addresses: [/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws], mixKey: )"
|
||||
TRC 2025-12-28 04:24:32.363+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-28 04:24:32.363+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-28 04:24:32.364+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-28 04:24:32.364+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting lightpush with relay topics="waku node lightpush api" tid=1 file=lightpush.nim:159
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting lightpush without rln-relay topics="waku node lightpush api" tid=1 file=lightpush.nim:162
|
||||
TRC 2025-12-28 04:24:32.364+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/lightpush/3.0.0]"
|
||||
INF 2025-12-28 04:24:32.364+00:00 lightpush mounted successfully topics="waku node lightpush api" tid=1 file=lightpush.nim:179
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting legacy light push topics="waku node lightpush api" tid=1 file=lightpush.nim:43
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting legacy lightpush with relay topics="waku node lightpush api" tid=1 file=lightpush.nim:48
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting legacy lightpush without rln-relay topics="waku node lightpush api" tid=1 file=lightpush.nim:51
|
||||
TRC 2025-12-28 04:24:32.364+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/lightpush/2.0.0-beta1]"
|
||||
INF 2025-12-28 04:24:32.364+00:00 legacy lightpush mounted successfully topics="waku node lightpush api" tid=1 file=lightpush.nim:68
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting filter protocol topics="waku node filter api" tid=1 file=filter.nim:48
|
||||
INF 2025-12-28 04:24:32.364+00:00 starting filter protocol topics="waku filter" tid=1 file=protocol.nim:397
|
||||
INF 2025-12-28 04:24:32.364+00:00 starting to maintain subscriptions topics="waku filter" tid=1 file=protocol.nim:391
|
||||
INF 2025-12-28 04:24:32.364+00:00 maintaining subscriptions topics="waku filter" tid=1 file=protocol.nim:222
|
||||
INF 2025-12-28 04:24:32.364+00:00 cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:119 currentPeerIds=[]
|
||||
INF 2025-12-28 04:24:32.364+00:00 after cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:131 currentPeerIds=[]
|
||||
TRC 2025-12-28 04:24:32.364+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-subscribe/2.0.0-beta1]"
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
||||
TRC 2025-12-28 04:24:32.364+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
||||
TRC 2025-12-28 04:24:32.364+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
||||
INF 2025-12-28 04:24:32.364+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
||||
INF 2025-12-28 04:24:32.364+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:120
|
||||
INF 2025-12-28 04:24:32.364+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:362
|
||||
INF 2025-12-28 04:24:32.364+00:00 Running nwaku node tid=1 file=node_factory.nim:440 version=v0.36.0-124-g96196a
|
||||
INF 2025-12-28 04:24:32.365+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:451 version=v0.36.0-124-g96196a
|
||||
INF 2025-12-28 04:24:32.365+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:336
|
||||
INF 2025-12-28 04:24:32.365+00:00 start topics="waku relay" tid=1 file=protocol.nim:463
|
||||
TRC 2025-12-28 04:24:32.365+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
|
||||
TRC 2025-12-28 04:24:32.365+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:32.365+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-28 04:24:32.365+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:32.365+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2025-12-28 04:24:32.365+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
INF 2025-12-28 04:24:32.365+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:357
|
||||
INF 2025-12-28 04:24:32.365+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:128 interval=10s
|
||||
INF 2025-12-28 04:24:32.365+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:228
|
||||
INF 2025-12-28 04:24:32.365+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
||||
INF 2025-12-28 04:24:32.365+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
||||
DBG 2025-12-28 04:24:32.365+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:352 peerInfo="(peerId: 16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw, listenAddrs: [/ip4/0.0.0.0/tcp/22991/ws, /ip4/0.0.0.0/tcp/22990], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/lightpush/3.0.0, /vac/waku/lightpush/2.0.0-beta1, /vac/waku/filter-subscribe/2.0.0-beta1, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-124-g96196a)"
|
||||
TRC 2025-12-28 04:24:32.365+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:122
|
||||
TRC 2025-12-28 04:24:32.365+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:146 address=/ip4/0.0.0.0/tcp/22990
|
||||
TRC 2025-12-28 04:24:32.365+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/22990]
|
||||
DBG 2025-12-28 04:24:32.365+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2025-12-28 04:24:32.365+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2025-12-28 04:24:32.365+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=49 queue=0
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:160
|
||||
TRC 2025-12-28 04:24:32.366+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/22991/ws]
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:261 host=0.0.0.0:22991
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:210 addresses="[/ip4/0.0.0.0/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.366+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:213
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
DBG 2025-12-28 04:24:32.366+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=48 queue=0
|
||||
TRC 2025-12-28 04:24:32.366+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:285
|
||||
TRC 2025-12-28 04:24:32.366+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:193
|
||||
TRC 2025-12-28 04:24:32.366+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
|
||||
WRN 2025-12-28 04:24:32.366+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:995
|
||||
WRN 2025-12-28 04:24:32.366+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:629
|
||||
DBG 2025-12-28 04:24:32.366+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:392 peer="(peerId: 16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw, listenAddrs: [/ip4/0.0.0.0/tcp/22990, /ip4/0.0.0.0/tcp/22991/ws], addrs: [/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/lightpush/3.0.0, /vac/waku/lightpush/2.0.0-beta1, /vac/waku/filter-subscribe/2.0.0-beta1, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-124-g96196a)"
|
||||
INF 2025-12-28 04:24:32.367+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*wwR1hw addrs="[/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.367+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/22990/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw][/ip4/0.0.0.0/tcp/22991/ws/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.367+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.13.152/tcp/22990/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw][/ip4/172.18.13.152/tcp/22991/ws/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw]
|
||||
INF 2025-12-28 04:24:32.367+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QHGMelWsIpGQL6-DFOz9ATIAwi-sW9Hl8_kxbqbDPBZuArqhVkBTTgp07UO_d2oySiTCGOHuuVejWm_UzTORZLcBgmlkgnY0gmlwhKwSDZiKbXVsdGlhZGRyc4wACgSsEg2YBlnP3QOCcnOFAAMBAACJc2VjcDI1NmsxoQL96Pbmx_9Evhmwjk9OQrJsRzta2FJpCvr3z5hX5BOsJoN0Y3CCWc6DdWRwglnQhXdha3UyDw
|
||||
INF 2025-12-28 04:24:32.367+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:502
|
||||
TRC 2025-12-28 04:24:32.367+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:984
|
||||
TRC 2025-12-28 04:24:32.367+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:977
|
||||
INF 2025-12-28 04:24:32.367+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:758 inRelayConns=0/20 outRelayConns=0/10 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0
|
||||
INF 2025-12-28 04:24:32.367+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*wwR1hw addrs="[/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.367+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/22990/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw][/ip4/0.0.0.0/tcp/22991/ws/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.367+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.13.152/tcp/22990/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw][/ip4/172.18.13.152/tcp/22991/ws/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw]
|
||||
INF 2025-12-28 04:24:32.368+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QHGMelWsIpGQL6-DFOz9ATIAwi-sW9Hl8_kxbqbDPBZuArqhVkBTTgp07UO_d2oySiTCGOHuuVejWm_UzTORZLcBgmlkgnY0gmlwhKwSDZiKbXVsdGlhZGRyc4wACgSsEg2YBlnP3QOCcnOFAAMBAACJc2VjcDI1NmsxoQL96Pbmx_9Evhmwjk9OQrJsRzta2FJpCvr3z5hX5BOsJoN0Y3CCWc6DdWRwglnQhXdha3UyDw
|
||||
INF 2025-12-28 04:24:32.368+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:296 enr=enr:-L24QHxFmQcUi4GrIUgcDOcDipgFGfJQtoCPJIYqwJ-QTJ0tHBFoLMO0lGoNiatBzU3D8qUiL8CLF3fJ1miP-MjfvUUCgmlkgnY0gmlwhKwSDZiKbXVsdGlhZGRyc5YACASsEg2YBlnOAAoErBINmAZZz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_ej25sf_RL4ZsI5PTkKybEc7WthSaQr698-YV-QTrCaDdGNwglnOg3VkcIJZ0IV3YWt1Mg8 record="(2, id: \"v4\", ip: 172.18.13.152, multiaddrs: 0x000804AC120D980659CE000A04AC120D980659CFDD03, rs: 0x0003010000, secp256k1: 0x02FDE8F6E6C7FF44BE19B08E4F4E42B26C473B5AD852690AFAF7CF9857E413AC26, tcp: 22990, udp: 22992, waku2: 0x0F)"
|
||||
INF 2025-12-28 04:24:32.368+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2025-12-28 04:24:32.368+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
||||
INF 2025-12-28 04:24:32.368+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=22992
|
||||
TRC 2025-12-28 04:24:32.368+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
||||
INF 2025-12-28 04:24:32.368+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
||||
TRC 2025-12-28 04:24:32.368+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:24:32.368+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:24:32.368+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
INF 2025-12-28 04:24:32.368+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
||||
INF 2025-12-28 04:24:32.368+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QMIm5opT9LVE-S35C06s9XLqDOrsqH9Kjk8yKxoQ0kDAJVrJL0sWXy-CThmZayB0TwaD84hl72H18Fi0-4DptYsDgmlkgnY0gmlwhKwSDZiKbXVsdGlhZGRyc5YACASsEg2YBlnOAAoErBINmAZZz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_ej25sf_RL4ZsI5PTkKybEc7WthSaQr698-YV-QTrCaDdGNwglnOg3VkcIJZ0IV3YWt1Mg8 enr="(3, id: \"v4\", ip: 172.18.13.152, multiaddrs: 0x000804AC120D980659CE000A04AC120D980659CFDD03, rs: 0x0003010000, secp256k1: 0x02FDE8F6E6C7FF44BE19B08E4F4E42B26C473B5AD852690AFAF7CF9857E413AC26, tcp: 22990, udp: 22992, waku2: 0x0F)"
|
||||
TRC 2025-12-28 04:24:32.369+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
INF 2025-12-28 04:24:32.369+00:00 starting keepalive tid=1 file=node_health_monitor.nim:379 randomPeersKeepalive=10s allPeersKeepalive=2m
|
||||
TRC 2025-12-28 04:24:32.369+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
INF 2025-12-28 04:24:32.369+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:540 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2025-12-28 04:24:32.369+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:621 topic=/waku/2/rs/3/0
|
||||
TRC 2025-12-28 04:24:32.369+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:583 name=/waku/2/rs/3/0
|
||||
TRC 2025-12-28 04:24:32.369+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:32.369+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:32.369+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:32.369+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
INF 2025-12-28 04:24:32.371+00:00 REST services are installed tid=1 file=builder.nim:220
|
||||
INF 2025-12-28 04:24:32.371+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=22993
|
||||
INF 2025-12-28 04:24:32.371+00:00 ENR updated successfully topics="waku discv5" tid=1 file=waku_discv5.nim:323 enrUri=enr:-L24QLX68CpV2OX5fW9uncgxMHHtdtPk9jLQ_4B_87gwRv2RGdnLsKfGHyZsKeYWTzLjvohPBiiLvnUbYC81ttc8eJsEgmlkgnY0gmlwhKwSDZiKbXVsdGlhZGRyc5YACASsEg2YBlnOAAoErBINmAZZz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_ej25sf_RL4ZsI5PTkKybEc7WthSaQr698-YV-QTrCaDdGNwglnOg3VkcIJZ0IV3YWt1Mg8 enr="(4, id: \"v4\", ip: 172.18.13.152, multiaddrs: 0x000804AC120D980659CE000A04AC120D980659CFDD03, rs: 0x0003010000, secp256k1: 0x02FDE8F6E6C7FF44BE19B08E4F4E42B26C473B5AD852690AFAF7CF9857E413AC26, tcp: 22990, udp: 22992, waku2: 0x0F)"
|
||||
INF 2025-12-28 04:24:32.371+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2025-12-28 04:24:32.371+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=22993
|
||||
INF 2025-12-28 04:24:32.371+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
||||
INF 2025-12-28 04:24:32.371+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:100
|
||||
TRC 2025-12-28 04:24:32.373+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
DBG 2025-12-28 04:24:33.359+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37838 meth=GET uri=/health
|
||||
DBG 2025-12-28 04:24:33.359+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37838 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
||||
TRC 2025-12-28 04:24:33.359+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/3.0.0 peers=[] address=140231816954896
|
||||
TRC 2025-12-28 04:24:33.359+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/3.0.0
|
||||
TRC 2025-12-28 04:24:33.359+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/2.0.0-beta1 peers=[] address=140231816954896
|
||||
TRC 2025-12-28 04:24:33.359+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/2.0.0-beta1
|
||||
TRC 2025-12-28 04:24:33.359+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store-query/3.0.0 peers=[] address=140231816954896
|
||||
TRC 2025-12-28 04:24:33.359+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store-query/3.0.0
|
||||
TRC 2025-12-28 04:24:33.359+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store/2.0.0-beta4 peers=[] address=140231816954896
|
||||
TRC 2025-12-28 04:24:33.359+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store/2.0.0-beta4
|
||||
TRC 2025-12-28 04:24:33.359+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/filter-subscribe/2.0.0-beta1 peers=[] address=140231816954896
|
||||
TRC 2025-12-28 04:24:33.360+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
DBG 2025-12-28 04:24:33.360+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37838 uri=/health content_type=application/json content_size=973
|
||||
DBG 2025-12-28 04:24:33.362+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:37848 meth=GET uri=/debug/v1/info
|
||||
DBG 2025-12-28 04:24:33.362+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:37848 meth=GET uri=/debug/v1/info path_params=[] query_params=[] content_body=(None)
|
||||
INF 2025-12-28 04:24:33.363+00:00 node info topics="waku node" tid=1 file=waku_node.nim:217 wakuInfo="(listenAddresses: [/ip4/172.18.13.152/tcp/22990/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw, /ip4/172.18.13.152/tcp/22991/ws/p2p/16Uiu2HAmCWqANr61wm8caMFnDEJyEohAyupa3ku5Ybbt23wwR1hw], enrUri: enr:-L24QHxFmQcUi4GrIUgcDOcDipgFGfJQtoCPJIYqwJ-QTJ0tHBFoLMO0lGoNiatBzU3D8qUiL8CLF3fJ1miP-MjfvUUCgmlkgnY0gmlwhKwSDZiKbXVsdGlhZGRyc5YACASsEg2YBlnOAAoErBINmAZZz90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_ej25sf_RL4ZsI5PTkKybEc7WthSaQr698-YV-QTrCaDdGNwglnOg3VkcIJZ0IV3YWt1Mg8, mixPubKey: none(string))"
|
||||
DBG 2025-12-28 04:24:33.363+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:37848 uri=/debug/v1/info content_type=application/json content_size=473
|
||||
TRC 2025-12-28 04:24:33.365+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:33.365+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:33.365+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:33.365+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:33.365+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:33.365+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-28 04:24:34.366+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:34.366+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:34.366+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:34.366+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:34.366+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:34.366+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-28 04:24:35.367+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:35.367+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:35.367+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:35.367+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:35.367+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:35.367+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-28 04:24:36.366+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:36.366+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:36.366+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:36.366+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:36.366+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:36.366+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-28 04:24:37.367+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:37.367+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:37.367+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:37.367+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:37.367+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:37.367+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2025-12-28 04:24:37.369+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:24:37.369+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:24:37.369+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:24:37.375+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:24:37.377+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:24:38.366+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140231816978512
|
||||
TRC 2025-12-28 04:24:38.366+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:38.366+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:38.366+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:38.366+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2025-12-28 04:24:38.366+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
NTC 2025-12-28 04:24:38.383+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:81
|
||||
INF 2025-12-28 04:24:38.392+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
||||
TRC 2025-12-28 04:24:38.392+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
||||
INF 2025-12-28 04:24:38.392+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
||||
TRC 2025-12-28 04:24:38.392+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:317
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=48 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=49 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=49 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=50 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
INF 2025-12-28 04:24:38.393+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:243
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:421
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:435
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:165
|
||||
TRC 2025-12-28 04:24:38.393+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/22990]
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:195
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:219
|
||||
TRC 2025-12-28 04:24:38.393+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/22991/ws]
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:241
|
||||
TRC 2025-12-28 04:24:38.393+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1010
|
||||
TRC 2025-12-28 04:24:38.393+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:343
|
||||
WRN 2025-12-28 04:24:38.394+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
WRN 2025-12-28 04:24:38.394+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
INF 2025-12-28 04:24:38.394+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:240
|
||||
INF 2025-12-28 04:24:38.394+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
||||
NTC 2025-12-28 04:24:38.394+00:00 REST service stopped tid=1 file=server.nim:188 address=0.0.0.0:22989
|
||||
WRN 2025-12-28 04:24:32.326+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-28 04:24:32.326+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-28 04:24:32.326+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=true rlnRelay=false store=true filter=true lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-28 04:24:32.326+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-28 04:24:32.326+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
NTC 2025-12-28 04:24:32.326+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:22989
|
||||
INF 2025-12-28 04:24:32.326+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:22989/
|
||||
INF 2025-12-28 04:24:32.327+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-28 04:24:32.327+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-28 04:24:32.328+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-28 04:24:32.328+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.13.152/tcp/22990, /ip4/172.18.13.152/tcp/22991/ws]"
|
||||
INF 2025-12-28 04:24:32.328+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-28 04:24:32.328+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-28 04:24:32.328+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-28 04:24:32.332+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
||||
INF 2025-12-28 04:24:32.332+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
||||
INF 2025-12-28 04:24:32.332+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
||||
INF 2025-12-28 04:24:32.333+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
||||
INF 2025-12-28 04:24:32.334+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.335+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.335+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
||||
INF 2025-12-28 04:24:32.336+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.337+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.337+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.338+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.339+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.339+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
||||
INF 2025-12-28 04:24:32.340+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.341+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
||||
INF 2025-12-28 04:24:32.341+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.343+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.344+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.344+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
||||
INF 2025-12-28 04:24:32.345+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
||||
INF 2025-12-28 04:24:32.345+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
||||
INF 2025-12-28 04:24:32.346+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.348+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2025-12-28 04:24:32.348+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
||||
INF 2025-12-28 04:24:32.349+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
||||
INF 2025-12-28 04:24:32.349+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
||||
INF 2025-12-28 04:24:32.350+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
||||
INF 2025-12-28 04:24:32.351+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
||||
INF 2025-12-28 04:24:32.351+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
||||
INF 2025-12-28 04:24:32.351+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
||||
INF 2025-12-28 04:24:32.351+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
||||
INF 2025-12-28 04:24:32.352+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
||||
INF 2025-12-28 04:24:32.352+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.353+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.353+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
||||
INF 2025-12-28 04:24:32.354+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.355+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.355+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.356+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2025-12-28 04:24:32.356+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
||||
INF 2025-12-28 04:24:32.357+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
||||
INF 2025-12-28 04:24:32.358+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
||||
308
nim/1017/data/attachments/1b5ba7fdb2bf57f4.txt
Normal file
308
nim/1017/data/attachments/1b5ba7fdb2bf57f4.txt
Normal file
@ -0,0 +1,308 @@
|
||||
2025-12-28 04:20:22.745 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:20:22.745 DEBUG [tests.conftest] Running test: test_chain_of_relay_nodes with id: 2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d
|
||||
2025-12-28 04:20:22.745 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:20:22.746 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:20:22.746 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:20:22.752 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.752 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.758 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.758 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.763 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.763 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.763 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:20:22.764 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:20:22.769 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.769 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.775 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.775 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.781 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.781 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.787 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.787 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.793 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.793 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.798 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.798 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.803 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:22.804 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:22.804 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:22.804 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:22.805 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:22.805 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.0
|
||||
2025-12-28 04:20:22.805 DEBUG [src.node.docker_mananger] Generated ports ['45322', '45323', '45324', '45325', '45326']
|
||||
2025-12-28 04:20:22.806 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:22.806 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:22.806 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:22.806 DEBUG [src.node.docker_mananger] docker run -i -t -p 45322:45322 -p 45323:45323 -p 45324:45324 -p 45325:45325 -p 45326:45326 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45324 --rest-port=45322 --tcp-port=45323 --discv5-udp-port=45325 --rest-address=0.0.0.0 --nat=extip:172.18.124.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbcf0529ffcfbb273a6ffd2d20cb41abc278aed29f938c0fc9d8bfaf62063da1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45326 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:20:22.985 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.0 waku b56209eb2ec1dba8f872aa56f7c89290c7bd2f3ee12e0458f4e52485e36e2902
|
||||
2025-12-28 04:20:22.987 ERROR [src.node.docker_mananger] Max retries reached for container 231eb80c2da4. Exiting log stream.
|
||||
2025-12-28 04:20:23.018 DEBUG [src.node.docker_mananger] Container started with ID b56209eb2ec1. Setting up logs at ./log/docker/node1_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:23.020 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45322
|
||||
2025-12-28 04:20:23.020 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:23.502 ERROR [src.node.docker_mananger] Max retries reached for container 9f0520e07070. Exiting log stream.
|
||||
2025-12-28 04:20:24.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45322/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:24.023 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:24.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.0/tcp/45323/p2p/16Uiu2HAm2J7xPMDBqxksGqKzRFAukPW7nfvZJav4bUHjVZs9uJFn","/ip4/172.18.124.0/tcp/45324/ws/p2p/16Uiu2HAm2J7xPMDBqxksGqKzRFAukPW7nfvZJav4bUHjVZs9uJFn"],"enrUri":"enr:-L24QAY69S-mbe8cEnC2kz9Tg5H4nNC4txeQmL-sAPbQNK6qEmNzj9gqOOefcNCE57UnHD57210HxgaOSyHnlrRjQQcCgmlkgnY0gmlwhKwSfACKbXVsdGlhZGRyc5YACASsEnwABrELAAoErBJ8AAaxDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECZhKIahdWEfPUqyChgJwKtYhKHdzXSEoGaQLzWmxSuJ2DdGNwgrELg3VkcIKxDYV3YWt1MgE"}'
|
||||
2025-12-28 04:20:24.026 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:24.026 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:24.026 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:24.028 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:24.028 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.197
|
||||
2025-12-28 04:20:24.028 DEBUG [src.node.docker_mananger] Generated ports ['3708', '3709', '3710', '3711', '3712']
|
||||
2025-12-28 04:20:24.028 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:24.028 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:24.028 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:24.029 DEBUG [src.node.docker_mananger] docker run -i -t -p 3708:3708 -p 3709:3709 -p 3710:3710 -p 3711:3711 -p 3712:3712 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3710 --rest-port=3708 --tcp-port=3709 --discv5-udp-port=3711 --rest-address=0.0.0.0 --nat=extip:172.18.62.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a4aed9acbecf75feddf082af3cd5bfd337d21ff4cd43fb4afbb27fbbdc1622d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3712 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAY69S-mbe8cEnC2kz9Tg5H4nNC4txeQmL-sAPbQNK6qEmNzj9gqOOefcNCE57UnHD57210HxgaOSyHnlrRjQQcCgmlkgnY0gmlwhKwSfACKbXVsdGlhZGRyc5YACASsEnwABrELAAoErBJ8AAaxDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECZhKIahdWEfPUqyChgJwKtYhKHdzXSEoGaQLzWmxSuJ2DdGNwgrELg3VkcIKxDYV3YWt1MgE
|
||||
2025-12-28 04:20:24.216 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.197 waku b0109308e1eccb443027b737266c0f56311660ba0929d631af134ef2e1b64669
|
||||
2025-12-28 04:20:24.250 DEBUG [src.node.docker_mananger] Container started with ID b0109308e1ec. Setting up logs at ./log/docker/node2_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:24.251 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3708
|
||||
2025-12-28 04:20:24.251 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:25.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3708/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:25.260 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:25.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3708/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.197/tcp/3709/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ","/ip4/172.18.62.197/tcp/3710/ws/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ"],"enrUri":"enr:-L24QAbElXVTN4mfUmmr63VLMVl4GcGNHpr8geUx41YIlvnlQjUVs09ezLBlou169MaK3wKoFC9EKjq-VQADuuVS-I4CgmlkgnY0gmlwhKwSPsWKbXVsdGlhZGRyc5YACASsEj7FBg59AAoErBI-xQYOft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDu-YbdVG-zryl6GvXW174Fpx9LAqgSfwizDqIYq3NzUeDdGNwgg59g3VkcIIOf4V3YWt1MgE"}'
|
||||
2025-12-28 04:20:25.268 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:25.268 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:25.268 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:25.271 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:25.272 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.84
|
||||
2025-12-28 04:20:25.272 DEBUG [src.node.docker_mananger] Generated ports ['53066', '53067', '53068', '53069', '53070']
|
||||
2025-12-28 04:20:25.272 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:25.272 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:25.273 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:25.273 DEBUG [src.node.docker_mananger] docker run -i -t -p 53066:53066 -p 53067:53067 -p 53068:53068 -p 53069:53069 -p 53070:53070 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53068 --rest-port=53066 --tcp-port=53067 --discv5-udp-port=53069 --rest-address=0.0.0.0 --nat=extip:172.18.139.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b004f7eb4f2d1b38d1cb51a1cf5ddc2f48a1bbae9558eabfca3080beada2220c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53070 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAbElXVTN4mfUmmr63VLMVl4GcGNHpr8geUx41YIlvnlQjUVs09ezLBlou169MaK3wKoFC9EKjq-VQADuuVS-I4CgmlkgnY0gmlwhKwSPsWKbXVsdGlhZGRyc5YACASsEj7FBg59AAoErBI-xQYOft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDu-YbdVG-zryl6GvXW174Fpx9LAqgSfwizDqIYq3NzUeDdGNwgg59g3VkcIIOf4V3YWt1MgE
|
||||
2025-12-28 04:20:25.467 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.84 waku f8ac0ec123c83bc5b61dd465e92eccb36f4f91fc6926215d5064955223a0c95e
|
||||
2025-12-28 04:20:25.498 DEBUG [src.node.docker_mananger] Container started with ID f8ac0ec123c8. Setting up logs at ./log/docker/node3_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:25.498 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53066
|
||||
2025-12-28 04:20:25.498 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:26.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53066/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:26.509 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:26.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53066/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.84/tcp/53067/p2p/16Uiu2HAmS8QZrdoWV9bSeAoMRUGmtyZ6RNttWR1Jr8dNPTC7X9zU","/ip4/172.18.139.84/tcp/53068/ws/p2p/16Uiu2HAmS8QZrdoWV9bSeAoMRUGmtyZ6RNttWR1Jr8dNPTC7X9zU"],"enrUri":"enr:-L24QP18z0QTNCJ0WGftFk3WE8yD49USUo-zElYYNmWAPbqoGUtgJe5ibDeehpxW9KCwJ8mkDsSiK5x3-K4VPql4ZZYCgmlkgnY0gmlwhKwSi1SKbXVsdGlhZGRyc5YACASsEotUBs9LAAoErBKLVAbPTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyC3-Zxn_ZF8qxE0Yw2-Op7heWnPDxgqjiifpugxfvZWDdGNwgs9Lg3VkcILPTYV3YWt1MgE"}'
|
||||
2025-12-28 04:20:26.515 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:26.516 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:26.516 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:26.518 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:26.518 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.38
|
||||
2025-12-28 04:20:26.518 DEBUG [src.node.docker_mananger] Generated ports ['16903', '16904', '16905', '16906', '16907']
|
||||
2025-12-28 04:20:26.519 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:26.519 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:26.519 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:26.519 DEBUG [src.node.docker_mananger] docker run -i -t -p 16903:16903 -p 16904:16904 -p 16905:16905 -p 16906:16906 -p 16907:16907 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16905 --rest-port=16903 --tcp-port=16904 --discv5-udp-port=16906 --rest-address=0.0.0.0 --nat=extip:172.18.64.38 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbbeccb17584b82704a64218ee92f43aaf41f79ba1c9abc42ccce64ca0bcae78 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16907 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QP18z0QTNCJ0WGftFk3WE8yD49USUo-zElYYNmWAPbqoGUtgJe5ibDeehpxW9KCwJ8mkDsSiK5x3-K4VPql4ZZYCgmlkgnY0gmlwhKwSi1SKbXVsdGlhZGRyc5YACASsEotUBs9LAAoErBKLVAbPTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyC3-Zxn_ZF8qxE0Yw2-Op7heWnPDxgqjiifpugxfvZWDdGNwgs9Lg3VkcILPTYV3YWt1MgE
|
||||
2025-12-28 04:20:26.709 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.38 waku e85c60f77f9444002880ba94488e3fe0f60260e4c0831e233f36fcc06f7b1fee
|
||||
2025-12-28 04:20:26.741 DEBUG [src.node.docker_mananger] Container started with ID e85c60f77f94. Setting up logs at ./log/docker/node4_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:26.741 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16903
|
||||
2025-12-28 04:20:26.741 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:27.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16903/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:27.751 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:27.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16903/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.38/tcp/16904/p2p/16Uiu2HAmCSSe69ToSdSA1TYGKRVQ99idRj7JfvBTgS5C4aVAw2jh","/ip4/172.18.64.38/tcp/16905/ws/p2p/16Uiu2HAmCSSe69ToSdSA1TYGKRVQ99idRj7JfvBTgS5C4aVAw2jh"],"enrUri":"enr:-L24QKWEQjQxMEyLvF8LjOmVmOjxOBE_rfpzNuWU7gwMaeGYEq14ZIuPhrZk8JDPcDVkDO6PG_E5mc3YJpsrPnvddgECgmlkgnY0gmlwhKwSQCaKbXVsdGlhZGRyc5YACASsEkAmBkIIAAoErBJAJgZCCd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Mks314g0b20FqNhfMEUuVDtnIBkrgnsPs0LfEi5yxCDdGNwgkIIg3VkcIJCCoV3YWt1MgE"}'
|
||||
2025-12-28 04:20:27.755 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:27.755 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:27.756 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:27.758 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:27.758 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.14.155
|
||||
2025-12-28 04:20:27.758 DEBUG [src.node.docker_mananger] Generated ports ['16857', '16858', '16859', '16860', '16861']
|
||||
2025-12-28 04:20:27.758 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:27.758 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:27.759 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:27.759 DEBUG [src.node.docker_mananger] docker run -i -t -p 16857:16857 -p 16858:16858 -p 16859:16859 -p 16860:16860 -p 16861:16861 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16859 --rest-port=16857 --tcp-port=16858 --discv5-udp-port=16860 --rest-address=0.0.0.0 --nat=extip:172.18.14.155 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f735cf45848151edb7553da54babff6fa7abae02bce1841df9322cf8fe13aeae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16861 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKWEQjQxMEyLvF8LjOmVmOjxOBE_rfpzNuWU7gwMaeGYEq14ZIuPhrZk8JDPcDVkDO6PG_E5mc3YJpsrPnvddgECgmlkgnY0gmlwhKwSQCaKbXVsdGlhZGRyc5YACASsEkAmBkIIAAoErBJAJgZCCd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Mks314g0b20FqNhfMEUuVDtnIBkrgnsPs0LfEi5yxCDdGNwgkIIg3VkcIJCCoV3YWt1MgE
|
||||
2025-12-28 04:20:27.946 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.14.155 waku 805c8b04498f5e613d6aa2ff2f348d9259fb205048c9c9e60ec15135ea55677f
|
||||
2025-12-28 04:20:27.976 DEBUG [src.node.docker_mananger] Container started with ID 805c8b04498f. Setting up logs at ./log/docker/node5_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:27.977 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16857
|
||||
2025-12-28 04:20:27.978 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:28.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16857/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:28.987 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:28.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16857/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.14.155/tcp/16858/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D","/ip4/172.18.14.155/tcp/16859/ws/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D"],"enrUri":"enr:-L24QJ4NRvT4xvbkiK6nsqe94cFtAV9Y-UBWtz5GCccVpL-Pevq5GLJ0ooeatpfdjhgU6NZNn_cE0YsF5DfBf3r3jmoCgmlkgnY0gmlwhKwSDpuKbXVsdGlhZGRyc5YACASsEg6bBkHaAAoErBIOmwZB290DgnJzhQADAQAAiXNlY3AyNTZrMaEDWXdOrCx9TIDJawfdalFQpwAlkk_sdPj2jszwPNX-MS6DdGNwgkHag3VkcIJB3IV3YWt1MgE"}'
|
||||
2025-12-28 04:20:28.995 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:28.995 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:28.995 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:28.997 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:28.998 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.168
|
||||
2025-12-28 04:20:28.998 DEBUG [src.node.docker_mananger] Generated ports ['43566', '43567', '43568', '43569', '43570']
|
||||
2025-12-28 04:20:28.998 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:28.998 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:28.998 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:28.998 DEBUG [src.node.docker_mananger] docker run -i -t -p 43566:43566 -p 43567:43567 -p 43568:43568 -p 43569:43569 -p 43570:43570 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43568 --rest-port=43566 --tcp-port=43567 --discv5-udp-port=43569 --rest-address=0.0.0.0 --nat=extip:172.18.143.168 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3f64f2dedafb74dccc30aedfb9a3d6d84ddc3a55b6f1a4c16f955f9b7ee8ab3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43570 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJ4NRvT4xvbkiK6nsqe94cFtAV9Y-UBWtz5GCccVpL-Pevq5GLJ0ooeatpfdjhgU6NZNn_cE0YsF5DfBf3r3jmoCgmlkgnY0gmlwhKwSDpuKbXVsdGlhZGRyc5YACASsEg6bBkHaAAoErBIOmwZB290DgnJzhQADAQAAiXNlY3AyNTZrMaEDWXdOrCx9TIDJawfdalFQpwAlkk_sdPj2jszwPNX-MS6DdGNwgkHag3VkcIJB3IV3YWt1MgE
|
||||
2025-12-28 04:20:29.187 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.168 waku a7de68df09c70af48a7ffd6a16616c575b9ac41e9e81dcf93d8de2131976b50f
|
||||
2025-12-28 04:20:29.216 DEBUG [src.node.docker_mananger] Container started with ID a7de68df09c7. Setting up logs at ./log/docker/node6_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:29.217 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43566
|
||||
2025-12-28 04:20:29.217 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:30.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43566/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:30.232 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:30.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43566/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.143.168/tcp/43567/p2p/16Uiu2HAm8LXN4p2Qy5VVn3UFkQRVLA9aXopqMizHuN8KV6rG84gQ","/ip4/172.18.143.168/tcp/43568/ws/p2p/16Uiu2HAm8LXN4p2Qy5VVn3UFkQRVLA9aXopqMizHuN8KV6rG84gQ"],"enrUri":"enr:-L24QLFDh7QK1UyN--QeVAwnMaaJ-D__WUrfhhKKrPe7AVOELMxtlAMhPSSYDMN4nM5UCJboeU4Zb63-7_EYiuUMJPQCgmlkgnY0gmlwhKwSj6iKbXVsdGlhZGRyc5YACASsEo-oBqovAAoErBKPqAaqMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECv9ZIq_-OlyG4eb1vOrqMjIS-u-oxtpQkjyLOC_ra8EGDdGNwgqovg3VkcIKqMYV3YWt1MgE"}'
|
||||
2025-12-28 04:20:30.237 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:30.237 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:30.238 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:30.239 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:30.239 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.21
|
||||
2025-12-28 04:20:30.240 DEBUG [src.node.docker_mananger] Generated ports ['56660', '56661', '56662', '56663', '56664']
|
||||
2025-12-28 04:20:30.240 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:30.240 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:30.240 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:30.240 DEBUG [src.node.docker_mananger] docker run -i -t -p 56660:56660 -p 56661:56661 -p 56662:56662 -p 56663:56663 -p 56664:56664 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56662 --rest-port=56660 --tcp-port=56661 --discv5-udp-port=56663 --rest-address=0.0.0.0 --nat=extip:172.18.151.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8d4fa0bb29fed99aa544ac966c72bac54e23fdfec2d1ba02acf614060a03fc90 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56664 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLFDh7QK1UyN--QeVAwnMaaJ-D__WUrfhhKKrPe7AVOELMxtlAMhPSSYDMN4nM5UCJboeU4Zb63-7_EYiuUMJPQCgmlkgnY0gmlwhKwSj6iKbXVsdGlhZGRyc5YACASsEo-oBqovAAoErBKPqAaqMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECv9ZIq_-OlyG4eb1vOrqMjIS-u-oxtpQkjyLOC_ra8EGDdGNwgqovg3VkcIKqMYV3YWt1MgE
|
||||
2025-12-28 04:20:30.437 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.21 waku 22d14015cfb62130bd11df849afeb02f116f43fd47cfd909769df679c4950fc9
|
||||
2025-12-28 04:20:30.468 DEBUG [src.node.docker_mananger] Container started with ID 22d14015cfb6. Setting up logs at ./log/docker/node7_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:30.469 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56660
|
||||
2025-12-28 04:20:30.469 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:31.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56660/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:31.480 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:31.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56660/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.21/tcp/56661/p2p/16Uiu2HAmUA9MjUg5f8LXtkMyh9JsYmknq1kpsXcTZ94d6KW8tTMd","/ip4/172.18.151.21/tcp/56662/ws/p2p/16Uiu2HAmUA9MjUg5f8LXtkMyh9JsYmknq1kpsXcTZ94d6KW8tTMd"],"enrUri":"enr:-L24QHdsrewA6c0yNHF281w51vGA1r1OVim9chnimyfSEDWjcHewouQShGfLJgNQhXDVYn5GvLnebW4q8sLgRPNXnXoCgmlkgnY0gmlwhKwSlxWKbXVsdGlhZGRyc5YACASsEpcVBt1VAAoErBKXFQbdVt0DgnJzhQADAQAAiXNlY3AyNTZrMaED5ldVE8flCG7182fAu0glGn2a3dDLgshHnl1CcLYBNdyDdGNwgt1Vg3VkcILdV4V3YWt1MgE"}'
|
||||
2025-12-28 04:20:31.487 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:31.487 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:31.487 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:31.488 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:31.489 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.14.61
|
||||
2025-12-28 04:20:31.489 DEBUG [src.node.docker_mananger] Generated ports ['21110', '21111', '21112', '21113', '21114']
|
||||
2025-12-28 04:20:31.489 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:31.489 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:31.489 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:31.489 DEBUG [src.node.docker_mananger] docker run -i -t -p 21110:21110 -p 21111:21111 -p 21112:21112 -p 21113:21113 -p 21114:21114 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21112 --rest-port=21110 --tcp-port=21111 --discv5-udp-port=21113 --rest-address=0.0.0.0 --nat=extip:172.18.14.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=00abab76427abebb5d3bbc6c114998ee83d664a2caac4d8edeba60db5f9f4d7a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21114 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHdsrewA6c0yNHF281w51vGA1r1OVim9chnimyfSEDWjcHewouQShGfLJgNQhXDVYn5GvLnebW4q8sLgRPNXnXoCgmlkgnY0gmlwhKwSlxWKbXVsdGlhZGRyc5YACASsEpcVBt1VAAoErBKXFQbdVt0DgnJzhQADAQAAiXNlY3AyNTZrMaED5ldVE8flCG7182fAu0glGn2a3dDLgshHnl1CcLYBNdyDdGNwgt1Vg3VkcILdV4V3YWt1MgE
|
||||
2025-12-28 04:20:31.691 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.14.61 waku a33798a3346335306001aab80ad790a4e6af42afeca5b1ff4601ef200215456b
|
||||
2025-12-28 04:20:31.721 DEBUG [src.node.docker_mananger] Container started with ID a33798a33463. Setting up logs at ./log/docker/node8_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:31.722 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21110
|
||||
2025-12-28 04:20:31.722 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:32.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21110/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:32.736 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:32.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21110/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.14.61/tcp/21111/p2p/16Uiu2HAm98ABvpG6gFmvZDiMJuWr3LHLGVXrfZF8JzgQn2PJpDkw","/ip4/172.18.14.61/tcp/21112/ws/p2p/16Uiu2HAm98ABvpG6gFmvZDiMJuWr3LHLGVXrfZF8JzgQn2PJpDkw"],"enrUri":"enr:-L24QJapHvTFmr1N-SE9jMNxHvVgSjnL5xpVKGfC-aTO8uPNH8kQQcgbEeO2e_3C7-gljZxav6E11xCr-8UorKPubgACgmlkgnY0gmlwhKwSDj2KbXVsdGlhZGRyc5YACASsEg49BlJ3AAoErBIOPQZSeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECy4cPBaL2W-XwEieTGsJ04EuVAFd9Eas85pBMO4_jNoyDdGNwglJ3g3VkcIJSeYV3YWt1MgE"}'
|
||||
2025-12-28 04:20:32.742 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:32.742 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:32.743 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:32.744 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:32.744 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.96
|
||||
2025-12-28 04:20:32.744 DEBUG [src.node.docker_mananger] Generated ports ['32979', '32980', '32981', '32982', '32983']
|
||||
2025-12-28 04:20:32.744 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:32.745 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:32.745 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:32.745 DEBUG [src.node.docker_mananger] docker run -i -t -p 32979:32979 -p 32980:32980 -p 32981:32981 -p 32982:32982 -p 32983:32983 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32981 --rest-port=32979 --tcp-port=32980 --discv5-udp-port=32982 --rest-address=0.0.0.0 --nat=extip:172.18.2.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4fa3f68c9c888b7bfa9fdfde10ca10ea1cf84a137bad1bcc8fbceafd5326faee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32983 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJapHvTFmr1N-SE9jMNxHvVgSjnL5xpVKGfC-aTO8uPNH8kQQcgbEeO2e_3C7-gljZxav6E11xCr-8UorKPubgACgmlkgnY0gmlwhKwSDj2KbXVsdGlhZGRyc5YACASsEg49BlJ3AAoErBIOPQZSeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECy4cPBaL2W-XwEieTGsJ04EuVAFd9Eas85pBMO4_jNoyDdGNwglJ3g3VkcIJSeYV3YWt1MgE
|
||||
2025-12-28 04:20:32.946 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.96 waku d53db52e2932a12b44e1ace97ba611442c742baf25eaf150301a6cef5b58f2f7
|
||||
2025-12-28 04:20:32.976 DEBUG [src.node.docker_mananger] Container started with ID d53db52e2932. Setting up logs at ./log/docker/node9_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:32.977 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32979
|
||||
2025-12-28 04:20:32.977 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:33.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32979/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:33.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:33.986 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:33.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32979/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:33.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.96/tcp/32980/p2p/16Uiu2HAm6Xg7aAZcRyMVs1ivtVBqidz8orjdnpMVTRAb1JZk2nuU","/ip4/172.18.2.96/tcp/32981/ws/p2p/16Uiu2HAm6Xg7aAZcRyMVs1ivtVBqidz8orjdnpMVTRAb1JZk2nuU"],"enrUri":"enr:-L24QG1CIrj9wLSnpYtGgNsCOm2CUZtDZQyBp7wwzH68kGOGCxy-lRpSr4HROCdkVI5U6zXstc1g10vQk4trCB57PNoCgmlkgnY0gmlwhKwSAmCKbXVsdGlhZGRyc5YACASsEgJgBoDUAAoErBICYAaA1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECpPoxVJoBRgnEtE3OWp18ISO1v2zYWoNTKDHze3JJQU-DdGNwgoDUg3VkcIKA1oV3YWt1MgE"}'
|
||||
2025-12-28 04:20:33.991 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:33.991 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:33.993 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:33.996 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:33.997 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.147
|
||||
2025-12-28 04:20:33.997 DEBUG [src.node.docker_mananger] Generated ports ['45123', '45124', '45125', '45126', '45127']
|
||||
2025-12-28 04:20:33.997 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:33.997 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:33.997 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:33.998 DEBUG [src.node.docker_mananger] docker run -i -t -p 45123:45123 -p 45124:45124 -p 45125:45125 -p 45126:45126 -p 45127:45127 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45125 --rest-port=45123 --tcp-port=45124 --discv5-udp-port=45126 --rest-address=0.0.0.0 --nat=extip:172.18.164.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2d5ad3dd6f5aa3ef137f280e7e86bb39e2aeafe1c8cf7edcf8ab02dfc5c2845d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45127 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QG1CIrj9wLSnpYtGgNsCOm2CUZtDZQyBp7wwzH68kGOGCxy-lRpSr4HROCdkVI5U6zXstc1g10vQk4trCB57PNoCgmlkgnY0gmlwhKwSAmCKbXVsdGlhZGRyc5YACASsEgJgBoDUAAoErBICYAaA1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECpPoxVJoBRgnEtE3OWp18ISO1v2zYWoNTKDHze3JJQU-DdGNwgoDUg3VkcIKA1oV3YWt1MgE
|
||||
2025-12-28 04:20:34.259 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.147 waku 77b9cb5bbe07833d59677415f01be94cd63e538ab814d9749227e8f3461d3047
|
||||
2025-12-28 04:20:34.336 DEBUG [src.node.docker_mananger] Container started with ID 77b9cb5bbe07. Setting up logs at ./log/docker/node10_2025-12-28_04-20-22__0f0e5531-b44e-4d65-a999-ef24cf36017d__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:34.337 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45123
|
||||
2025-12-28 04:20:34.338 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:35.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45123/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:35.347 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:35.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45123/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.164.147/tcp/45124/p2p/16Uiu2HAmPL7B7rYjWQa3UCnLH1hNwqnMy1oxysvHYk4bfEHgnDeG","/ip4/172.18.164.147/tcp/45125/ws/p2p/16Uiu2HAmPL7B7rYjWQa3UCnLH1hNwqnMy1oxysvHYk4bfEHgnDeG"],"enrUri":"enr:-L24QICmcuBDEQraqIBID3mvNOetH2IBqjMoPbanPQnUz7w-Nw1vVW7K1oFA280e393S9UI2QmwLv-FF1GYDGn_YyT8CgmlkgnY0gmlwhKwSpJOKbXVsdGlhZGRyc5YACASsEqSTBrBEAAoErBKkkwawRd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnpo8ylbALusA7fcuENxhqkcL2GdyZSdoMUMSshA1atmDdGNwgrBEg3VkcIKwRoV3YWt1MgE"}'
|
||||
2025-12-28 04:20:35.350 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:35.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3708/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53066/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16903/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.393 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16857/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43566/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56660/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21110/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32979/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45123/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:35.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:35.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45322/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.62.197/tcp/33182/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.139.84/tcp/53067/p2p/16Uiu2HAmS8QZrdoWV9bSeAoMRUGmtyZ6RNttWR1Jr8dNPTC7X9zU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.14.155/tcp/16858/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.64.38/tcp/16904/p2p/16Uiu2HAmCSSe69ToSdSA1TYGKRVQ99idRj7JfvBTgS5C4aVAw2jh","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3708/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.124.0/tcp/45323/p2p/16Uiu2HAm2J7xPMDBqxksGqKzRFAukPW7nfvZJav4bUHjVZs9uJFn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.143.168/tcp/43567/p2p/16Uiu2HAm8LXN4p2Qy5VVn3UFkQRVLA9aXopqMizHuN8KV6rG84gQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.139.84/tcp/38086/p2p/16Uiu2HAmS8QZrdoWV9bSeAoMRUGmtyZ6RNttWR1Jr8dNPTC7X9zU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.14.155/tcp/16858/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.64.38/tcp/16904/p2p/16Uiu2HAmCSSe69ToSdSA1TYGKRVQ99idRj7JfvBTgS5C4aVAw2jh","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53066/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.62.197/tcp/3709/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.151.21/tcp/56661/p2p/16Uiu2HAmUA9MjUg5f8LXtkMyh9JsYmknq1kpsXcTZ94d6KW8tTMd","protocols":["/vac/waku/relay/2.0.0"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"},{"multiaddr":"/ip4/172.18.124.0/tcp/34428/p2p/16Uiu2HAm2J7xPMDBqxksGqKzRFAukPW7nfvZJav4bUHjVZs9uJFn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.143.168/tcp/43567/p2p/16Uiu2HAm8LXN4p2Qy5VVn3UFkQRVLA9aXopqMizHuN8KV6rG84gQ","protocols":["/vac/waku/relay/2.0.0"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"},{"multiaddr":"/ip4/172.18.14.155/tcp/16858/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D","protocols":["/vac/waku/relay/2.0.0"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"},{"multiaddr":"/ip4/172.18.64.38/tcp/43782/p2p/16Uiu2HAmCSSe69ToSdSA1TYGKRVQ99idRj7JfvBTgS5C4aVAw2jh","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16903/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.62.197/tcp/45114/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.124.0/tcp/41648/p2p/16Uiu2HAm2J7xPMDBqxksGqKzRFAukPW7nfvZJav4bUHjVZs9uJFn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.139.84/tcp/53067/p2p/16Uiu2HAmS8QZrdoWV9bSeAoMRUGmtyZ6RNttWR1Jr8dNPTC7X9zU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.14.155/tcp/57652/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-28 04:20:35.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16857/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.62.197/tcp/43222/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.124.0/tcp/41490/p2p/16Uiu2HAm2J7xPMDBqxksGqKzRFAukPW7nfvZJav4bUHjVZs9uJFn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.143.168/tcp/42402/p2p/16Uiu2HAm8LXN4p2Qy5VVn3UFkQRVLA9aXopqMizHuN8KV6rG84gQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.64.38/tcp/16904/p2p/16Uiu2HAmCSSe69ToSdSA1TYGKRVQ99idRj7JfvBTgS5C4aVAw2jh","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43566/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.62.197/tcp/60404/p2p/16Uiu2HAmRJU6eP74wvnhdxznJefFzqEwWxLuJ2CztQ6RPKTc3gaJ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.151.21/tcp/50676/p2p/16Uiu2HAmUA9MjUg5f8LXtkMyh9JsYmknq1kpsXcTZ94d6KW8tTMd","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.14.155/tcp/16858/p2p/16Uiu2HAmJgE9keaSy9emsBq18zsBKPDwNKunsqLPwrQcAaMS972D","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56660/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.14.61/tcp/34400/p2p/16Uiu2HAm98ABvpG6gFmvZDiMJuWr3LHLGVXrfZF8JzgQn2PJpDkw","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.143.168/tcp/43567/p2p/16Uiu2HAm8LXN4p2Qy5VVn3UFkQRVLA9aXopqMizHuN8KV6rG84gQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21110/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.151.21/tcp/56661/p2p/16Uiu2HAmUA9MjUg5f8LXtkMyh9JsYmknq1kpsXcTZ94d6KW8tTMd","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.2.96/tcp/38932/p2p/16Uiu2HAm6Xg7aAZcRyMVs1ivtVBqidz8orjdnpMVTRAb1JZk2nuU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-28 04:20:35.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32979/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.164.147/tcp/33446/p2p/16Uiu2HAmPL7B7rYjWQa3UCnLH1hNwqnMy1oxysvHYk4bfEHgnDeG","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.14.61/tcp/21111/p2p/16Uiu2HAm98ABvpG6gFmvZDiMJuWr3LHLGVXrfZF8JzgQn2PJpDkw","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45123/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.2.96/tcp/32980/p2p/16Uiu2HAm6Xg7aAZcRyMVs1ivtVBqidz8orjdnpMVTRAb1JZk2nuU","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
2025-12-28 04:20:35.501 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2025-12-28 04:21:05.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:21:05.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:05.539 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:06.544 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:21:06.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45123/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.547 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":1766895665502079348,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:21:06.551 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:21:06.552 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:21:06.552 DEBUG [src.node.waku_node] Stopping container with id b56209eb2ec1
|
||||
2025-12-28 04:21:07.196 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:07.196 DEBUG [src.node.waku_node] Stopping container with id b0109308e1ec
|
||||
2025-12-28 04:21:07.788 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:07.789 DEBUG [src.node.waku_node] Stopping container with id f8ac0ec123c8
|
||||
2025-12-28 04:21:08.022 ERROR [src.node.docker_mananger] Max retries reached for container b56209eb2ec1. Exiting log stream.
|
||||
2025-12-28 04:21:08.366 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:08.367 DEBUG [src.node.waku_node] Stopping container with id e85c60f77f94
|
||||
2025-12-28 04:21:08.610 ERROR [src.node.docker_mananger] Max retries reached for container b0109308e1ec. Exiting log stream.
|
||||
2025-12-28 04:21:08.930 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:08.930 DEBUG [src.node.waku_node] Stopping container with id 805c8b04498f
|
||||
2025-12-28 04:21:09.184 ERROR [src.node.docker_mananger] Max retries reached for container f8ac0ec123c8. Exiting log stream.
|
||||
2025-12-28 04:21:09.538 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:09.539 DEBUG [src.node.waku_node] Stopping container with id a7de68df09c7
|
||||
2025-12-28 04:21:09.747 ERROR [src.node.docker_mananger] Max retries reached for container e85c60f77f94. Exiting log stream.
|
||||
2025-12-28 04:21:10.103 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:10.104 DEBUG [src.node.waku_node] Stopping container with id 22d14015cfb6
|
||||
2025-12-28 04:21:10.594 ERROR [src.node.docker_mananger] Max retries reached for container 805c8b04498f. Exiting log stream.
|
||||
2025-12-28 04:21:10.637 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:10.637 DEBUG [src.node.waku_node] Stopping container with id a33798a33463
|
||||
2025-12-28 04:21:11.166 ERROR [src.node.docker_mananger] Max retries reached for container a7de68df09c7. Exiting log stream.
|
||||
2025-12-28 04:21:11.190 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:11.191 DEBUG [src.node.waku_node] Stopping container with id d53db52e2932
|
||||
2025-12-28 04:21:11.450 ERROR [src.node.docker_mananger] Max retries reached for container 22d14015cfb6. Exiting log stream.
|
||||
2025-12-28 04:21:11.731 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:11.731 DEBUG [src.node.waku_node] Stopping container with id 77b9cb5bbe07
|
||||
2025-12-28 04:21:12.003 ERROR [src.node.docker_mananger] Max retries reached for container a33798a33463. Exiting log stream.
|
||||
2025-12-28 04:21:12.279 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:12.282 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:21:12.345 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.419 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.489 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.564 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.700 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.817 ERROR [src.node.docker_mananger] Max retries reached for container d53db52e2932. Exiting log stream.
|
||||
2025-12-28 04:21:12.841 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.907 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:12.968 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:13.031 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:13.092 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
76
nim/1017/data/attachments/1bbe66a8f83ff70a.txt
Normal file
76
nim/1017/data/attachments/1bbe66a8f83ff70a.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_meta with id: 2025-12-28_04-25-14__39dab712-f97f-4718-a850-8a400a425d60
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-25-14__39dab712-f97f-4718-a850-8a400a425d60__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.152
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4018', '4019', '4020', '4021', '4022']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4018:4018 -p 4019:4019 -p 4020:4020 -p 4021:4021 -p 4022:4022 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4020 --rest-port=4018 --tcp-port=4019 --discv5-udp-port=4021 --rest-address=0.0.0.0 --nat=extip:172.18.92.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ce934760027f2c21baca38cb2ac25cdfa4f4d6c20fca2f3dc3c8518cfe24e64 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4022 --metrics-logging=true --store=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1bf146defd27. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.92.152 waku 20c05f459bbba27c649085c614e6757502ef561b52a1025f53a1d1a639aa79ed
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 20c05f459bbb. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-25-14__39dab712-f97f-4718-a850-8a400a425d60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4018
|
||||
[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 f7792df92f3c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4018/health" -H "Content-Type: 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:4018/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.152/tcp/4019/p2p/16Uiu2HAm3GVd1bf8upGtKhmAfq56SYfTs2tUNxDu9Xap9SxQPGJ3","/ip4/172.18.92.152/tcp/4020/ws/p2p/16Uiu2HAm3GVd1bf8upGtKhmAfq56SYfTs2tUNxDu9Xap9SxQPGJ3"],"enrUri":"enr:-L24QJ65dNy8PVVlRtq2qAcPmcNcXA8Yia56Hh0ySvYEuw2YYf-XInGOI35btgc4-S4WPaxFR2CQjLEh7Gplrd_9PtICgmlkgnY0gmlwhKwSXJiKbXVsdGlhZGRyc5YACASsElyYBg-zAAoErBJcmAYPtN0DgnJzhQADAQAAiXNlY3AyNTZrMaECdIOOUkABgbc02t-J6uEJFI8eROXriH1Kz3TiVHl3K3iDdGNwgg-zg3VkcIIPtYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-25-14__39dab712-f97f-4718-a850-8a400a425d60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.155.223
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57940', '57941', '57942', '57943', '57944']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57940:57940 -p 57941:57941 -p 57942:57942 -p 57943:57943 -p 57944:57944 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57942 --rest-port=57940 --tcp-port=57941 --discv5-udp-port=57943 --rest-address=0.0.0.0 --nat=extip:172.18.155.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcf6c592bc078d1ba03187c14b6c30cc1dbb45cbf707c89f3cdf4bb677cc3ce2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57944 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ65dNy8PVVlRtq2qAcPmcNcXA8Yia56Hh0ySvYEuw2YYf-XInGOI35btgc4-S4WPaxFR2CQjLEh7Gplrd_9PtICgmlkgnY0gmlwhKwSXJiKbXVsdGlhZGRyc5YACASsElyYBg-zAAoErBJcmAYPtN0DgnJzhQADAQAAiXNlY3AyNTZrMaECdIOOUkABgbc02t-J6uEJFI8eROXriH1Kz3TiVHl3K3iDdGNwgg-zg3VkcIIPtYV3YWt1MgM --storenode=/ip4/172.18.92.152/tcp/4019/p2p/16Uiu2HAm3GVd1bf8upGtKhmAfq56SYfTs2tUNxDu9Xap9SxQPGJ3 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.155.223 waku 01acf7716947ae4f24cb73bd586ac1726215aa1246572ede9be083e145222288
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 01acf7716947. Setting up logs at ./log/docker/store_node1_2025-12-28_04-25-14__39dab712-f97f-4718-a850-8a400a425d60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57940
|
||||
[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:57940/health" -H "Content-Type: 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:57940/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.223/tcp/57941/p2p/16Uiu2HAmLtLZjPudPVHQCgtyHKup6TYPN2MWPU9D5MBPp1vqcYJh","/ip4/172.18.155.223/tcp/57942/ws/p2p/16Uiu2HAmLtLZjPudPVHQCgtyHKup6TYPN2MWPU9D5MBPp1vqcYJh"],"enrUri":"enr:-L24QCt4jEOaUExv97RHthFIoXuLk5GxiNP7NgYlKSFN7nEXLlmMfhlIELs2VFqs2b5DHoh6xbkYcjjhNDAEg-WYEKwCgmlkgnY0gmlwhKwSm9-KbXVsdGlhZGRyc5YACASsEpvfBuJVAAoErBKb3wbiVt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDekjnDclxVWsjDTVcp-dWRLXP7YySDnUutkkeeV56M3aDdGNwguJVg3VkcILiV4V3YWt1MgM"}'
|
||||
[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:57940/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.92.152/tcp/4019/p2p/16Uiu2HAm3GVd1bf8upGtKhmAfq56SYfTs2tUNxDu9Xap9SxQPGJ3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4018/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:57940/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:4018/relay/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=="}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:4018/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":"0xb637bbb049624aec5c61c941af6777d9dd9872a142e6a446a7ccdd093a2af78a"}]}'
|
||||
[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:57940/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":"0xb637bbb049624aec5c61c941af6777d9dd9872a142e6a446a7ccdd093a2af78a"}]}'
|
||||
[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 20c05f459bbb
|
||||
[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 01acf7716947
|
||||
[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.
|
||||
2586
nim/1017/data/attachments/1bf69cfa980aabf1.txt
Normal file
2586
nim/1017/data/attachments/1bf69cfa980aabf1.txt
Normal file
File diff suppressed because it is too large
Load Diff
73
nim/1017/data/attachments/1c42c626ed41fb9a.txt
Normal file
73
nim/1017/data/attachments/1c42c626ed41fb9a.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2025-12-28 04:37:55.576 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:37:55.576 DEBUG [tests.conftest] Running test: test_single_content_topic[/app/22/sometopic/someencoding] with id: 2025-12-28_04-37-55__394a597a-e96c-421b-90aa-5e206206c0c0
|
||||
2025-12-28 04:37:55.576 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:37:55.577 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:37:55.577 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-28 04:37:55.585 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:37:55.585 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-37-55__394a597a-e96c-421b-90aa-5e206206c0c0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:55.585 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:37:55.585 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:37:55.587 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:37:55.587 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.205.239
|
||||
2025-12-28 04:37:55.587 DEBUG [src.node.docker_mananger] Generated ports ['4192', '4193', '4194', '4195', '4196']
|
||||
2025-12-28 04:37:55.587 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:37:55.587 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:37:55.587 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:37:55.588 DEBUG [src.node.docker_mananger] docker run -i -t -p 4192:4192 -p 4193:4193 -p 4194:4194 -p 4195:4195 -p 4196:4196 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4194 --rest-port=4192 --tcp-port=4193 --discv5-udp-port=4195 --rest-address=0.0.0.0 --nat=extip:172.18.205.239 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ecbad8e4ab25dc0994bf0bc92a815a7b663cb65e5a0e1fb8efea0abccdcc5dfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4196 --metrics-logging=true --relay=true --filter=true --content-topic=/app/22/sometopic/someencoding
|
||||
2025-12-28 04:37:55.787 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.205.239 waku e5344316db75d1a13235f6a9012c2cabdfe731a4cb15efe8bba527627dc62e59
|
||||
2025-12-28 04:37:55.809 ERROR [src.node.docker_mananger] Max retries reached for container 81bc338ced2a. Exiting log stream.
|
||||
2025-12-28 04:37:55.818 DEBUG [src.node.docker_mananger] Container started with ID e5344316db75. Setting up logs at ./log/docker/node1_2025-12-28_04-37-55__394a597a-e96c-421b-90aa-5e206206c0c0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:55.819 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4192
|
||||
2025-12-28 04:37:55.821 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:37:56.384 ERROR [src.node.docker_mananger] Max retries reached for container 86abbb307c39. Exiting log stream.
|
||||
2025-12-28 04:37:56.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4192/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:56.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:37:56.825 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:37:56.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4192/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:56.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.205.239/tcp/4193/p2p/16Uiu2HAm26siwTgjipu3znZbJMEnUzdpmmLqSh93y9qZbuAE9YM9","/ip4/172.18.205.239/tcp/4194/ws/p2p/16Uiu2HAm26siwTgjipu3znZbJMEnUzdpmmLqSh93y9qZbuAE9YM9"],"enrUri":"enr:-L24QGji9j76t3LuREa9FXL8M7GOFglXv0hw9xctwvNwEeVkeAbVOPLpwsOtWpjSE0AfqqNTewy1WrIOJbjFRjH8i0MCgmlkgnY0gmlwhKwSze-KbXVsdGlhZGRyc5YACASsEs3vBhBhAAoErBLN7wYQYt0DgnJzhQACAQAAiXNlY3AyNTZrMaECYzENTsi3oc12zqj9YtnueKhOca66H5qUcN3mX5NYA5yDdGNwghBhg3VkcIIQY4V3YWt1MgU"}'
|
||||
2025-12-28 04:37:56.828 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:37:56.835 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:37:56.835 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-37-55__394a597a-e96c-421b-90aa-5e206206c0c0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:56.835 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:37:56.835 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:37:56.837 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:37:56.837 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.137
|
||||
2025-12-28 04:37:56.837 DEBUG [src.node.docker_mananger] Generated ports ['37686', '37687', '37688', '37689', '37690']
|
||||
2025-12-28 04:37:56.837 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:37:56.837 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:37:56.838 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:37:56.838 DEBUG [src.node.docker_mananger] docker run -i -t -p 37686:37686 -p 37687:37687 -p 37688:37688 -p 37689:37689 -p 37690:37690 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37688 --rest-port=37686 --tcp-port=37687 --discv5-udp-port=37689 --rest-address=0.0.0.0 --nat=extip:172.18.12.137 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9a0f25d1b7fe51ddfd562adbcbeb9bac9a61e0d23f99bf4bc2dece7594abcf96 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37690 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGji9j76t3LuREa9FXL8M7GOFglXv0hw9xctwvNwEeVkeAbVOPLpwsOtWpjSE0AfqqNTewy1WrIOJbjFRjH8i0MCgmlkgnY0gmlwhKwSze-KbXVsdGlhZGRyc5YACASsEs3vBhBhAAoErBLN7wYQYt0DgnJzhQACAQAAiXNlY3AyNTZrMaECYzENTsi3oc12zqj9YtnueKhOca66H5qUcN3mX5NYA5yDdGNwghBhg3VkcIIQY4V3YWt1MgU --content-topic=/app/22/sometopic/someencoding
|
||||
2025-12-28 04:37:57.044 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.137 waku 467feb0449b570c51dceb6989f64bc6f837ba40147ddb4d5ad8a1ed120cbb5fd
|
||||
2025-12-28 04:37:57.081 DEBUG [src.node.docker_mananger] Container started with ID 467feb0449b5. Setting up logs at ./log/docker/node2_2025-12-28_04-37-55__394a597a-e96c-421b-90aa-5e206206c0c0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:37:57.081 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37686
|
||||
2025-12-28 04:37:57.081 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:37:58.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37686/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:58.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:37:58.097 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:37:58.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37686/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:58.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.137/tcp/37687/p2p/16Uiu2HAmBEarQoDoZHyTPGHZZEiomrjmEmT1oGFKxinuwiwUmcHB","/ip4/172.18.12.137/tcp/37688/ws/p2p/16Uiu2HAmBEarQoDoZHyTPGHZZEiomrjmEmT1oGFKxinuwiwUmcHB"],"enrUri":"enr:-L24QHQ0DNBwbhuAMUOpaLUpPTobisatfBdOmLK46wO0gGxVJ0VPnyLvSmSkmyTFcdF6rhMX3RInjux0w9xjS-BjMZwCgmlkgnY0gmlwhKwSDImKbXVsdGlhZGRyc5YACASsEgyJBpM3AAoErBIMiQaTON0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6uPN8rLbcBsVQweYu5nnivT2SV611OvQqg-4rmS4GCaDdGNwgpM3g3VkcIKTOYV3YWt1MgE"}'
|
||||
2025-12-28 04:37:58.103 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:37:58.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37686/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.205.239/tcp/4193/p2p/16Uiu2HAm26siwTgjipu3znZbJMEnUzdpmmLqSh93y9qZbuAE9YM9"]'
|
||||
2025-12-28 04:37:58.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:58.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4192/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2025-12-28 04:37:58.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:58.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37686/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2025-12-28 04:37:58.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:58.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:37:58.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:37:58.117 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:37:58.218 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:37:58.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4192/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:58.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766896678112698228,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:37:58.224 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:37:58.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37686/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:37:58.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766896678112698228,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:37:58.230 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:37:58.231 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:37:58.231 DEBUG [src.node.waku_node] Stopping container with id e5344316db75
|
||||
2025-12-28 04:37:58.813 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:37:58.814 DEBUG [src.node.waku_node] Stopping container with id 467feb0449b5
|
||||
2025-12-28 04:37:59.426 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:37:59.427 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:37:59.433 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:37:59.438 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
182
nim/1017/data/attachments/1c648e1ee1386a29.txt
Normal file
182
nim/1017/data/attachments/1c648e1ee1386a29.txt
Normal file
@ -0,0 +1,182 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_check_sync_when_2_nodes_publish with id: 2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5
|
||||
[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_2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5__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.137.197
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3528', '3529', '3530', '3531', '3532']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 3528:3528 -p 3529:3529 -p 3530:3530 -p 3531:3531 -p 3532:3532 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3530 --rest-port=3528 --tcp-port=3529 --discv5-udp-port=3531 --rest-address=0.0.0.0 --nat=extip:172.18.137.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bafb4bdb3ad3b6cad29bbdd949ab1b339ae55dd9e55333ec8c0976056e57c1bd --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3532 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.137.197 waku 817f20aed0b1679fcfc344627a39d6ccd90467a6f374494928ecc8e38cf49c8c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 817f20aed0b1. Setting up logs at ./log/docker/node1_2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3528
|
||||
[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 9a6f45a5f121. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8f3087c9f18a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3528/health" -H "Content-Type: 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:3528/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.137.197/tcp/3529/p2p/16Uiu2HAmGSnouGerwq6Ux9qDwYBocfrGjwQfx9uJaWgoa7SkYfvX","/ip4/172.18.137.197/tcp/3530/ws/p2p/16Uiu2HAmGSnouGerwq6Ux9qDwYBocfrGjwQfx9uJaWgoa7SkYfvX"],"enrUri":"enr:-L24QG0tHY1ORnUBE8CEAbHv7NO0Ke7U4HSFBBGdvEqZy0JWKcHjFIrl-RXwIwdjHhuiXGNZUuEBV7aLehRB7oxnB1oCgmlkgnY0gmlwhKwSicWKbXVsdGlhZGRyc5YACASsEonFBg3JAAoErBKJxQYNyt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOE66dWnWGGvb7vd91XWL2Cy1SLamzawTgbGDBMMLyKCDdGNwgg3Jg3VkcIINy4V3YWt1MhM"}'
|
||||
[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.109.127
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45873', '45874', '45875', '45876', '45877']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45873:45873 -p 45874:45874 -p 45875:45875 -p 45876:45876 -p 45877:45877 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45875 --rest-port=45873 --tcp-port=45874 --discv5-udp-port=45876 --rest-address=0.0.0.0 --nat=extip:172.18.109.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2299f8ec0cfc4ea8bd8612cede7f4e1eefd1aa0ca4ee55daac7ed5cfe85e6cde --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45877 --metrics-logging=true --relay=true --storenode=/ip4/172.18.137.197/tcp/3529/p2p/16Uiu2HAmGSnouGerwq6Ux9qDwYBocfrGjwQfx9uJaWgoa7SkYfvX --discv5-bootstrap-node=enr:-L24QG0tHY1ORnUBE8CEAbHv7NO0Ke7U4HSFBBGdvEqZy0JWKcHjFIrl-RXwIwdjHhuiXGNZUuEBV7aLehRB7oxnB1oCgmlkgnY0gmlwhKwSicWKbXVsdGlhZGRyc5YACASsEonFBg3JAAoErBKJxQYNyt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOE66dWnWGGvb7vd91XWL2Cy1SLamzawTgbGDBMMLyKCDdGNwgg3Jg3VkcIINy4V3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.109.127 waku 682c96b7be5365247fcd0274ce22436ff4b1ec5214ad0c51745f7455b6302ad1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 682c96b7be53. Setting up logs at ./log/docker/node2_2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45873
|
||||
[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:45873/health" -H "Content-Type: 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:45873/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.109.127/tcp/45874/p2p/16Uiu2HAkzBDrSeTbpYyNYWbj45zpoN16acq87rPF4ygRVhZd7bDb","/ip4/172.18.109.127/tcp/45875/ws/p2p/16Uiu2HAkzBDrSeTbpYyNYWbj45zpoN16acq87rPF4ygRVhZd7bDb"],"enrUri":"enr:-L24QB6w8OWFkZ0kTdjEPi_dyvfuHY9uvo6kEUBzC8M6_B3nbtz3svt1mIPKbSUz2mt-Psb0G-mHTmmAEsfPmgSu7WMCgmlkgnY0gmlwhKwSbX-KbXVsdGlhZGRyc5YACASsEm1_BrMyAAoErBJtfwazM90DgnJzhQADAQAAiXNlY3AyNTZrMaECRpbC_6LUjyl4RCTgd6j58Zkixi7x6iYGq9cO3t1tLtKDdGNwgrMyg3VkcIKzNIV3YWt1MhM"}'
|
||||
[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.127.229
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49314', '49315', '49316', '49317', '49318']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49314:49314 -p 49315:49315 -p 49316:49316 -p 49317:49317 -p 49318:49318 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49316 --rest-port=49314 --tcp-port=49315 --discv5-udp-port=49317 --rest-address=0.0.0.0 --nat=extip:172.18.127.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=90ffdac9fb1f1fffa8b0fdb8caeb286af907a66a270fd0296ddae823fc3edf15 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49318 --metrics-logging=true --relay=false --storenode=/ip4/172.18.109.127/tcp/45874/p2p/16Uiu2HAkzBDrSeTbpYyNYWbj45zpoN16acq87rPF4ygRVhZd7bDb --discv5-bootstrap-node=enr:-L24QB6w8OWFkZ0kTdjEPi_dyvfuHY9uvo6kEUBzC8M6_B3nbtz3svt1mIPKbSUz2mt-Psb0G-mHTmmAEsfPmgSu7WMCgmlkgnY0gmlwhKwSbX-KbXVsdGlhZGRyc5YACASsEm1_BrMyAAoErBJtfwazM90DgnJzhQADAQAAiXNlY3AyNTZrMaECRpbC_6LUjyl4RCTgd6j58Zkixi7x6iYGq9cO3t1tLtKDdGNwgrMyg3VkcIKzNIV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.127.229 waku 7d222dd73e48d96c8dbbd2359031294447a1e1b2e6d1741735772c010c17e9eb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7d222dd73e48. Setting up logs at ./log/docker/node3_2025-12-28_04-29-13__c3ea7049-eda7-4a62-a3b1-3dc4de8b05c5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49314
|
||||
[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:49314/health" -H "Content-Type: 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":"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:49314/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.229/tcp/49315/p2p/16Uiu2HAmPgmagvMoiPdkcQLbitPVmhjL3ewJ89SnQEHgvPyW1WJH","/ip4/172.18.127.229/tcp/49316/ws/p2p/16Uiu2HAmPgmagvMoiPdkcQLbitPVmhjL3ewJ89SnQEHgvPyW1WJH"],"enrUri":"enr:-L24QJDB_Um2lPmxHFoetsFixWaj9HWB2Cw-7yF5D87pKOJyf7XkGL8K6LYMyjrafIUO4NKuK2uMaXpNod2KjprWTRQCgmlkgnY0gmlwhKwSf-WKbXVsdGlhZGRyc5YACASsEn_lBsCjAAoErBJ_5QbApN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDo-VHpguXdQb6_iE71u8Mexku3MyKgF4Qd2VkIPbgb86DdGNwgsCjg3VkcILApYV3YWt1MgA"}'
|
||||
[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:45873/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.197/tcp/3529/p2p/16Uiu2HAmGSnouGerwq6Ux9qDwYBocfrGjwQfx9uJaWgoa7SkYfvX"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49314/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.109.127/tcp/45874/p2p/16Uiu2HAkzBDrSeTbpYyNYWbj45zpoN16acq87rPF4ygRVhZd7bDb"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/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:45873/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:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3528/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45873/relay/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.01 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:3528/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":"0x7b221b700471875eadee8f704d86764c6949186e293e452fb891d354603f111e"},{"messageHash":"0xfadd01cbd7bfcb26b8b91ce142d8ddb2c8f1b3247680bd03be20693341704061"},{"messageHash":"0x446e5241cac6bda49333e2d76854e21b05c0061c8a9d42bc38296d112e81c4f5"},{"messageHash":"0x4966e5836fffbf8cb8da8567f0483b0bb8d772ed1ed799d72d0355eefa22f095"},{"messageHash":"0x38d89045c4f14c7968d6787060c096fe495f25fe5c716b2f281d05486969dc05"},{"messageHash":"0x27082327f6d46c5e8a27e94b04616b949bc226d96fd3d93994c3a37491edf889"},{"messageHash":"0x176570f704ec8bc8f6f80914ad7c90549becaed21b379d0666a4bf20818de5c2"},{"messageHash":"0x0317caf3c57b09b59bb70b7ba111b39ff0ca0125b40d3210289e66e242daf2e9"},{"messageHash":"0x8d6cf880e6dc662308890c61c6bbf3d1ce71a2ad92d626b32392d63502bf0e7a"},{"messageHash":"0xe146ab8123b58da416935fe66fbd1e1027aa6220729b38588e54e927a05ee737"},{"messageHash":"0xcdaa575e0a0b9560ffc170600f208bb19d3a7d512eda8992bc53383dc10d2d85"},{"messageHash":"0x972343896c05055ed30b3c5cd9780b0ed7e0bfd80a1f9c4b8e237ffbd18c291a"},{"messageHash":"0x8a528438dc63cf985211e97c8b2a055143d009a83825f1a87ab1079ceee28d6e"},{"messageHash":"0xfbe11777962fd1305489a07d1ca9025c73796efcbca600473c2b84572d1e0a3e"},{"messageHash":"0x101cb21b157e58fb8f9dbab6e9de0384b15a8ded34981cb00faa6681a3b62933"},{"messageHash":"0x9bb252c2594c31883a099a35772e383b0f96c38096e7a3f863abb9a6c22a2c24"},{"messageHash":"0x3177533d2a28d8f8c01a89f6afa06e34d0ef0bc287716bb2214e049fe9f66408"},{"messageHash":"0x25f127ab00de08b8823d17988f452cf67d6c3c86ebbc1c7bdcdd404bf3d91602"},{"messageHash":"0xed79268516f1186a72a4ca98a6bf81b630fc68e851642e15e574c84f754e7318"},{"messageHash":"0x0f902852e4771e0b4cc8505c2baf28610fb92bee96543fe9051d29660612e474"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 20
|
||||
[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:45873/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":"0x7b221b700471875eadee8f704d86764c6949186e293e452fb891d354603f111e"},{"messageHash":"0xfadd01cbd7bfcb26b8b91ce142d8ddb2c8f1b3247680bd03be20693341704061"},{"messageHash":"0x446e5241cac6bda49333e2d76854e21b05c0061c8a9d42bc38296d112e81c4f5"},{"messageHash":"0x4966e5836fffbf8cb8da8567f0483b0bb8d772ed1ed799d72d0355eefa22f095"},{"messageHash":"0x38d89045c4f14c7968d6787060c096fe495f25fe5c716b2f281d05486969dc05"},{"messageHash":"0x27082327f6d46c5e8a27e94b04616b949bc226d96fd3d93994c3a37491edf889"},{"messageHash":"0x176570f704ec8bc8f6f80914ad7c90549becaed21b379d0666a4bf20818de5c2"},{"messageHash":"0x0317caf3c57b09b59bb70b7ba111b39ff0ca0125b40d3210289e66e242daf2e9"},{"messageHash":"0x8d6cf880e6dc662308890c61c6bbf3d1ce71a2ad92d626b32392d63502bf0e7a"},{"messageHash":"0xe146ab8123b58da416935fe66fbd1e1027aa6220729b38588e54e927a05ee737"},{"messageHash":"0xcdaa575e0a0b9560ffc170600f208bb19d3a7d512eda8992bc53383dc10d2d85"},{"messageHash":"0x972343896c05055ed30b3c5cd9780b0ed7e0bfd80a1f9c4b8e237ffbd18c291a"},{"messageHash":"0x8a528438dc63cf985211e97c8b2a055143d009a83825f1a87ab1079ceee28d6e"},{"messageHash":"0xfbe11777962fd1305489a07d1ca9025c73796efcbca600473c2b84572d1e0a3e"},{"messageHash":"0x101cb21b157e58fb8f9dbab6e9de0384b15a8ded34981cb00faa6681a3b62933"},{"messageHash":"0x9bb252c2594c31883a099a35772e383b0f96c38096e7a3f863abb9a6c22a2c24"},{"messageHash":"0x3177533d2a28d8f8c01a89f6afa06e34d0ef0bc287716bb2214e049fe9f66408"},{"messageHash":"0x25f127ab00de08b8823d17988f452cf67d6c3c86ebbc1c7bdcdd404bf3d91602"},{"messageHash":"0xed79268516f1186a72a4ca98a6bf81b630fc68e851642e15e574c84f754e7318"},{"messageHash":"0x0f902852e4771e0b4cc8505c2baf28610fb92bee96543fe9051d29660612e474"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 20
|
||||
[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:49314/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":"a4c81171ee15de119c50","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x7b221b700471875eadee8f704d86764c6949186e293e452fb891d354603f111e"},{"messageHash":"0xfadd01cbd7bfcb26b8b91ce142d8ddb2c8f1b3247680bd03be20693341704061"},{"messageHash":"0x446e5241cac6bda49333e2d76854e21b05c0061c8a9d42bc38296d112e81c4f5"},{"messageHash":"0x4966e5836fffbf8cb8da8567f0483b0bb8d772ed1ed799d72d0355eefa22f095"},{"messageHash":"0x38d89045c4f14c7968d6787060c096fe495f25fe5c716b2f281d05486969dc05"},{"messageHash":"0x27082327f6d46c5e8a27e94b04616b949bc226d96fd3d93994c3a37491edf889"},{"messageHash":"0x176570f704ec8bc8f6f80914ad7c90549becaed21b379d0666a4bf20818de5c2"},{"messageHash":"0x0317caf3c57b09b59bb70b7ba111b39ff0ca0125b40d3210289e66e242daf2e9"},{"messageHash":"0x8d6cf880e6dc662308890c61c6bbf3d1ce71a2ad92d626b32392d63502bf0e7a"},{"messageHash":"0xe146ab8123b58da416935fe66fbd1e1027aa6220729b38588e54e927a05ee737"},{"messageHash":"0xcdaa575e0a0b9560ffc170600f208bb19d3a7d512eda8992bc53383dc10d2d85"},{"messageHash":"0x972343896c05055ed30b3c5cd9780b0ed7e0bfd80a1f9c4b8e237ffbd18c291a"},{"messageHash":"0x8a528438dc63cf985211e97c8b2a055143d009a83825f1a87ab1079ceee28d6e"},{"messageHash":"0xfbe11777962fd1305489a07d1ca9025c73796efcbca600473c2b84572d1e0a3e"},{"messageHash":"0x101cb21b157e58fb8f9dbab6e9de0384b15a8ded34981cb00faa6681a3b62933"},{"messageHash":"0x9bb252c2594c31883a099a35772e383b0f96c38096e7a3f863abb9a6c22a2c24"},{"messageHash":"0x3177533d2a28d8f8c01a89f6afa06e34d0ef0bc287716bb2214e049fe9f66408"},{"messageHash":"0x25f127ab00de08b8823d17988f452cf67d6c3c86ebbc1c7bdcdd404bf3d91602"},{"messageHash":"0xed79268516f1186a72a4ca98a6bf81b630fc68e851642e15e574c84f754e7318"},{"messageHash":"0x0f902852e4771e0b4cc8505c2baf28610fb92bee96543fe9051d29660612e474"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 20
|
||||
[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 817f20aed0b1
|
||||
[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 682c96b7be53
|
||||
[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 7d222dd73e48
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 817f20aed0b1. 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.
|
||||
55
nim/1017/data/attachments/1c65eb0a29df8cd.txt
Normal file
55
nim/1017/data/attachments/1c65eb0a29df8cd.txt
Normal file
@ -0,0 +1,55 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_log_level_DEBUG_from_TRACE with id: 2025-12-28_04-29-22__511346c3-f467-467d-b0c6-309f367dd53b
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-29-22__511346c3-f467-467d-b0c6-309f367dd53b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-29-22__511346c3-f467-467d-b0c6-309f367dd53b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-29-22__511346c3-f467-467d-b0c6-309f367dd53b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-29-22__511346c3-f467-467d-b0c6-309f367dd53b__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.243.53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49340', '49341', '49342', '49343', '49344']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49340:49340 -p 49341:49341 -p 49342:49342 -p 49343:49343 -p 49344:49344 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49342 --rest-port=49340 --tcp-port=49341 --discv5-udp-port=49343 --rest-address=0.0.0.0 --nat=extip:172.18.243.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07ca332a3cdab44efe93f7de2c1491aaee9ed00badda27eec05e3de54a58dadf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49344 --metrics-logging=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c9b1c6a5f325. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.243.53 waku 886fea4ca88b15823c89568e5ef33ca5b26c91e1a9f487bb1fe6bd885e2b26f8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 886fea4ca88b. Setting up logs at ./log/docker/node1_2025-12-28_04-29-22__511346c3-f467-467d-b0c6-309f367dd53b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49340
|
||||
[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 de6b58055fae. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49340/health" -H "Content-Type: 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:49340/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.243.53/tcp/49341/p2p/16Uiu2HAmEr47ooz54KXPbLruALN2cM7dD1KJcuNhDhTHCBFK3wYL","/ip4/172.18.243.53/tcp/49342/ws/p2p/16Uiu2HAmEr47ooz54KXPbLruALN2cM7dD1KJcuNhDhTHCBFK3wYL"],"enrUri":"enr:-L24QKm9EcK_3Dv15K_P2cqPlPskABM6oCbrhYmGokHhkXOVZ7GNEjrBQd57_aGAPtfb9-Cpt5e_DabZV9Va0dLcEVkCgmlkgnY0gmlwhKwS8zWKbXVsdGlhZGRyc5YACASsEvM1BsC9AAoErBLzNQbAvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDII0F0hhoPbpI-uPy1R34em-d7DC_F557uE_pwbFewOGDdGNwgsC9g3VkcILAv4V3YWt1MgE"}'
|
||||
[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:49340/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49340/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:49340/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.243.53/tcp/49341/p2p/16Uiu2HAmEr47ooz54KXPbLruALN2cM7dD1KJcuNhDhTHCBFK3wYL","/ip4/172.18.243.53/tcp/49342/ws/p2p/16Uiu2HAmEr47ooz54KXPbLruALN2cM7dD1KJcuNhDhTHCBFK3wYL"],"enrUri":"enr:-L24QKm9EcK_3Dv15K_P2cqPlPskABM6oCbrhYmGokHhkXOVZ7GNEjrBQd57_aGAPtfb9-Cpt5e_DabZV9Va0dLcEVkCgmlkgnY0gmlwhKwS8zWKbXVsdGlhZGRyc5YACASsEvM1BsC9AAoErBLzNQbAvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDII0F0hhoPbpI-uPy1R34em-d7DC_F557uE_pwbFewOGDdGNwgsC9g3VkcILAv4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49340/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49340/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:200 counts at DEBUG: {'TRC': 0, 'DBG': 9, 'INF': 1, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49340/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 886fea4ca88b
|
||||
[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.
|
||||
69
nim/1017/data/attachments/1c661aa73959ce89.txt
Normal file
69
nim/1017/data/attachments/1c661aa73959ce89.txt
Normal file
@ -0,0 +1,69 @@
|
||||
2025-12-28 04:38:03.242 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:38:03.242 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2025-12-28_04-38-03__7e8528f1-5775-4410-9a01-a47f4dae1d92
|
||||
2025-12-28 04:38:03.242 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:38:03.243 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:38:03.243 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-28 04:38:03.251 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:38:03.252 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-38-03__7e8528f1-5775-4410-9a01-a47f4dae1d92__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:38:03.252 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:38:03.252 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:38:03.254 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:38:03.254 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.236
|
||||
2025-12-28 04:38:03.254 DEBUG [src.node.docker_mananger] Generated ports ['61316', '61317', '61318', '61319', '61320']
|
||||
2025-12-28 04:38:03.254 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:38:03.254 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:38:03.254 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:38:03.255 DEBUG [src.node.docker_mananger] docker run -i -t -p 61316:61316 -p 61317:61317 -p 61318:61318 -p 61319:61319 -p 61320:61320 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61318 --rest-port=61316 --tcp-port=61317 --discv5-udp-port=61319 --rest-address=0.0.0.0 --nat=extip:172.18.46.236 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2ee10bb1f2fe5ce0bcf9d7cdca181a47dcd420bdcf878ccbdc23afdeceffd75a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61320 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-28 04:38:03.383 ERROR [src.node.docker_mananger] Max retries reached for container dae6157ca409. Exiting log stream.
|
||||
2025-12-28 04:38:03.441 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.236 waku 03a2aedcae651527fa450dc35c6ad106799f5ee579d4f209b1910365bd41c494
|
||||
2025-12-28 04:38:03.478 DEBUG [src.node.docker_mananger] Container started with ID 03a2aedcae65. Setting up logs at ./log/docker/node1_2025-12-28_04-38-03__7e8528f1-5775-4410-9a01-a47f4dae1d92__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:38:03.478 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61316
|
||||
2025-12-28 04:38:03.478 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:38:03.937 ERROR [src.node.docker_mananger] Max retries reached for container db565283901d. Exiting log stream.
|
||||
2025-12-28 04:38:04.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61316/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:38:04.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:38:04.483 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:38:04.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61316/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:38:04.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.236/tcp/61317/p2p/16Uiu2HAkzwubp4NxJi43tzH87BABqps8ZR7zu7sNoXdE5Lg377Zq","/ip4/172.18.46.236/tcp/61318/ws/p2p/16Uiu2HAkzwubp4NxJi43tzH87BABqps8ZR7zu7sNoXdE5Lg377Zq"],"enrUri":"enr:-L24QD99IAl5jktomk60urwGKFjIMiz3Tp-1D9CySc4y-7GJBt4Vz76QgjJuuiglIVrkdsJvvusi3-iumiITIjCDVgMCgmlkgnY0gmlwhKwSLuyKbXVsdGlhZGRyc5YACASsEi7sBu-FAAoErBIu7Abvht0DgnJzhQACAQAAiXNlY3AyNTZrMaECUglCnnaR5tObXAM5QuaUERwfSEWcbEqv6e8l4aXoBniDdGNwgu-Fg3VkcILvh4V3YWt1MgU"}'
|
||||
2025-12-28 04:38:04.486 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:38:04.494 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:38:04.494 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-38-03__7e8528f1-5775-4410-9a01-a47f4dae1d92__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:38:04.494 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:38:04.494 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:38:04.496 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:38:04.496 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.100
|
||||
2025-12-28 04:38:04.496 DEBUG [src.node.docker_mananger] Generated ports ['36580', '36581', '36582', '36583', '36584']
|
||||
2025-12-28 04:38:04.497 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:38:04.497 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:38:04.497 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:38:04.497 DEBUG [src.node.docker_mananger] docker run -i -t -p 36580:36580 -p 36581:36581 -p 36582:36582 -p 36583:36583 -p 36584:36584 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36582 --rest-port=36580 --tcp-port=36581 --discv5-udp-port=36583 --rest-address=0.0.0.0 --nat=extip:172.18.121.100 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ac33ddc9998553aa7e3bbb6f184ecc3235eaadeaface82441ada9efc23c5f13a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36584 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD99IAl5jktomk60urwGKFjIMiz3Tp-1D9CySc4y-7GJBt4Vz76QgjJuuiglIVrkdsJvvusi3-iumiITIjCDVgMCgmlkgnY0gmlwhKwSLuyKbXVsdGlhZGRyc5YACASsEi7sBu-FAAoErBIu7Abvht0DgnJzhQACAQAAiXNlY3AyNTZrMaECUglCnnaR5tObXAM5QuaUERwfSEWcbEqv6e8l4aXoBniDdGNwgu-Fg3VkcILvh4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-28 04:38:04.707 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.100 waku b041d6a8b4df6966db4af1073a559e1a7106d334dcb874ded5e1be6e1062ecbd
|
||||
2025-12-28 04:38:04.739 DEBUG [src.node.docker_mananger] Container started with ID b041d6a8b4df. Setting up logs at ./log/docker/node2_2025-12-28_04-38-03__7e8528f1-5775-4410-9a01-a47f4dae1d92__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:38:04.739 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36580
|
||||
2025-12-28 04:38:04.740 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:38:05.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36580/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:38:05.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:38:05.758 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:38:05.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36580/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:38:05.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.100/tcp/36581/p2p/16Uiu2HAmK1y4682gdDSMZS9oCwR534HoCwEwse6vgR538JWxdvuY","/ip4/172.18.121.100/tcp/36582/ws/p2p/16Uiu2HAmK1y4682gdDSMZS9oCwR534HoCwEwse6vgR538JWxdvuY"],"enrUri":"enr:-L24QDcz5zhAnoT0xK78tHv9bjPpsX6x0HCsz5Ar2qErnFencXrrubOWA6F2q-HLFr62Xhx5CTbh5m-KtFLEpcVXxeQCgmlkgnY0gmlwhKwSeWSKbXVsdGlhZGRyc5YACASsEnlkBo7lAAoErBJ5ZAaO5t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDXoXaPqBYJoMcwC3OGw-5hx42MH3jpFv5cU5mUMc5uUuDdGNwgo7lg3VkcIKO54V3YWt1MgE"}'
|
||||
2025-12-28 04:38:05.767 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:38:05.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36580/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.46.236/tcp/61317/p2p/16Uiu2HAkzwubp4NxJi43tzH87BABqps8ZR7zu7sNoXdE5Lg377Zq"]'
|
||||
2025-12-28 04:38:05.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:38:05.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61316/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:38:05.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:38:05.776 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:38:05.876 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:38:05.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61316/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:38:05.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896685771655500,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:38:05.881 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:38:05.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36580/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:38:05.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896685771655500,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:38:05.887 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:38:05.888 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:38:05.888 DEBUG [src.node.waku_node] Stopping container with id 03a2aedcae65
|
||||
2025-12-28 04:38:06.429 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:38:06.430 DEBUG [src.node.waku_node] Stopping container with id b041d6a8b4df
|
||||
2025-12-28 04:38:06.975 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:38:06.977 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:38:06.986 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:38:06.991 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1017/data/attachments/1c7997bc200b3444.txt
Normal file
77
nim/1017/data/attachments/1c7997bc200b3444.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/5/0] with id: 2025-12-28_04-25-45__ef8a1fec-32a8-49b7-aa80-1247839f861f
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-25-45__ef8a1fec-32a8-49b7-aa80-1247839f861f__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.185.23
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26846', '26847', '26848', '26849', '26850']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 5
|
||||
[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 26846:26846 -p 26847:26847 -p 26848:26848 -p 26849:26849 -p 26850:26850 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26848 --rest-port=26846 --tcp-port=26847 --discv5-udp-port=26849 --rest-address=0.0.0.0 --nat=extip:172.18.185.23 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=dc98ba298e2dd3caf7ded4a25bcd9ccdefb879966fa2aaebde7f4ca48dea9bcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26850 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.185.23 waku 9d03a59405d63dd5cbbb6b0e9e3af035fecd1ef8cd775f2493243949c9621ca7
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container af89bf9871e9. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9d03a59405d6. Setting up logs at ./log/docker/node1_2025-12-28_04-25-45__ef8a1fec-32a8-49b7-aa80-1247839f861f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26846
|
||||
[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 1e3d300e0f1d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26846/health" -H "Content-Type: 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:26846/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.185.23/tcp/26847/p2p/16Uiu2HAm5f4Hzuik6HU89xYJSvkQHJcDb3vfFz1kjf4JvKo5Zjfd","/ip4/172.18.185.23/tcp/26848/ws/p2p/16Uiu2HAm5f4Hzuik6HU89xYJSvkQHJcDb3vfFz1kjf4JvKo5Zjfd"],"enrUri":"enr:-L24QJQfLiHRE66TEMYjfSXhG-hfCC_a5pc55LHXJ4jaAkUuINOkqiJf0NCHEsU63t61UqD5muFguwKIhZMSfD1LECYCgmlkgnY0gmlwhKwSuReKbXVsdGlhZGRyc5YACASsErkXBmjfAAoErBK5FwZo4N0DgnJzhQAFAQAAiXNlY3AyNTZrMaECmAKmcinc8Ez7T3_X5rnqcWTbSlaU5ccgML3p3619wKiDdGNwgmjfg3VkcIJo4YV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-25-45__ef8a1fec-32a8-49b7-aa80-1247839f861f__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.64.93
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25720', '25721', '25722', '25723', '25724']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 5
|
||||
[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 25720:25720 -p 25721:25721 -p 25722:25722 -p 25723:25723 -p 25724:25724 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25722 --rest-port=25720 --tcp-port=25721 --discv5-udp-port=25723 --rest-address=0.0.0.0 --nat=extip:172.18.64.93 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=6327a5a3eb0efcefebc6b3ecf4c0a56fca05fd678ed5373bf5756f9b5f80ba84 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25724 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJQfLiHRE66TEMYjfSXhG-hfCC_a5pc55LHXJ4jaAkUuINOkqiJf0NCHEsU63t61UqD5muFguwKIhZMSfD1LECYCgmlkgnY0gmlwhKwSuReKbXVsdGlhZGRyc5YACASsErkXBmjfAAoErBK5FwZo4N0DgnJzhQAFAQAAiXNlY3AyNTZrMaECmAKmcinc8Ez7T3_X5rnqcWTbSlaU5ccgML3p3619wKiDdGNwgmjfg3VkcIJo4YV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.64.93 waku a5932ed65783847258d6928d8faf35ee91d16c669c76bd6e27e196eb637d2102
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a5932ed65783. Setting up logs at ./log/docker/node2_2025-12-28_04-25-45__ef8a1fec-32a8-49b7-aa80-1247839f861f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25720
|
||||
[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:25720/health" -H "Content-Type: 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:25720/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.64.93/tcp/25721/p2p/16Uiu2HAkuVNRoB1n6xKmtB1dWDaQT1wzGRaBQ3ZwPjhYfzoyNqps","/ip4/172.18.64.93/tcp/25722/ws/p2p/16Uiu2HAkuVNRoB1n6xKmtB1dWDaQT1wzGRaBQ3ZwPjhYfzoyNqps"],"enrUri":"enr:-L24QAd0qNypiBeNA7vHUYIH9yX3lygz_1BKe-Am937CkQJ2ZqbpV5UVUkCWj2npoV4IsMfgME_gddilPdVC1gXZk2MCgmlkgnY0gmlwhKwSQF2KbXVsdGlhZGRyc5YACASsEkBdBmR5AAoErBJAXQZket0DgnJzhQAFAQAAiXNlY3AyNTZrMaECAPJ6Pbr3Eu5HJ67z6TJ0J6P7fnhOgFcYTyY7-fYgn2CDdGNwgmR5g3VkcIJke4V3YWt1MgE"}'
|
||||
[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:25720/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.185.23/tcp/26847/p2p/16Uiu2HAm5f4Hzuik6HU89xYJSvkQHJcDb3vfFz1kjf4JvKo5Zjfd"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26846/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/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:25720/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/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:26846/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:26846/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%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":1766895948144082639,"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:25720/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%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":1766895948144082639,"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 9d03a59405d6
|
||||
[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 a5932ed65783
|
||||
[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/1017/data/attachments/1c8f3430a20e25b7.txt
Normal file
116
nim/1017/data/attachments/1c8f3430a20e25b7.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2025-12-28 04:20:36.743 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:20:36.743 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_multiple_pubsub_topic_from_same_cluster with id: 2025-12-28_04-20-36__f1054a9c-a51e-483e-b410-1100a21f7c1e
|
||||
2025-12-28 04:20:36.743 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:20:36.744 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:20:36.744 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:20:36.750 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:36.750 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-20-36__f1054a9c-a51e-483e-b410-1100a21f7c1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:36.750 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:36.751 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:36.752 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:36.752 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.236
|
||||
2025-12-28 04:20:36.752 DEBUG [src.node.docker_mananger] Generated ports ['6766', '6767', '6768', '6769', '6770']
|
||||
2025-12-28 04:20:36.752 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:36.753 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:36.753 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:36.753 DEBUG [src.node.docker_mananger] docker run -i -t -p 6766:6766 -p 6767:6767 -p 6768:6768 -p 6769:6769 -p 6770:6770 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6768 --rest-port=6766 --tcp-port=6767 --discv5-udp-port=6769 --rest-address=0.0.0.0 --nat=extip:172.18.148.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1ecc59ac7bceeddd7fe78f28ab8a4ffb0dcbcbad0d7d40ff325ca45c3fbd9c3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6770 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:20:36.941 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.236 waku e75603a78fcb0bbbd160c147a59744aacd2dde44ba219eb658422d5ffcafb394
|
||||
2025-12-28 04:20:36.970 DEBUG [src.node.docker_mananger] Container started with ID e75603a78fcb. Setting up logs at ./log/docker/node1_2025-12-28_04-20-36__f1054a9c-a51e-483e-b410-1100a21f7c1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:36.971 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6766
|
||||
2025-12-28 04:20:36.971 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:37.028 ERROR [src.node.docker_mananger] Max retries reached for container 78192c7c333a. Exiting log stream.
|
||||
2025-12-28 04:20:37.537 ERROR [src.node.docker_mananger] Max retries reached for container 1add83d57121. Exiting log stream.
|
||||
2025-12-28 04:20:37.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6766/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:37.975 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:37.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6766/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.236/tcp/6767/p2p/16Uiu2HAmJDv7J6uA5P5qZPgzeDMttDyJQcGw5tVKaXEXxBshQPGZ","/ip4/172.18.148.236/tcp/6768/ws/p2p/16Uiu2HAmJDv7J6uA5P5qZPgzeDMttDyJQcGw5tVKaXEXxBshQPGZ"],"enrUri":"enr:-L24QAOA-mcEiFrrMugFbbXw6AmcKMwGELdVsMsSI4hZOsLfPM9A6jsHWxkx7ZQrK2xcI5rcyJldEwkw_z6IiU-hvEkCgmlkgnY0gmlwhKwSlOyKbXVsdGlhZGRyc5YACASsEpTsBhpvAAoErBKU7AYacN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUrnOQnIkur4YD77rQ_98mStyWM0uH2IdRE3uLicHEfaDdGNwghpvg3VkcIIacYV3YWt1MgU"}'
|
||||
2025-12-28 04:20:37.977 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:37.978 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:20:37.984 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:37.984 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-20-36__f1054a9c-a51e-483e-b410-1100a21f7c1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:37.984 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:37.984 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:37.986 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:37.986 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.78
|
||||
2025-12-28 04:20:37.986 DEBUG [src.node.docker_mananger] Generated ports ['23967', '23968', '23969', '23970', '23971']
|
||||
2025-12-28 04:20:37.986 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:37.986 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:37.986 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:37.987 DEBUG [src.node.docker_mananger] docker run -i -t -p 23967:23967 -p 23968:23968 -p 23969:23969 -p 23970:23970 -p 23971:23971 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23969 --rest-port=23967 --tcp-port=23968 --discv5-udp-port=23970 --rest-address=0.0.0.0 --nat=extip:172.18.9.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acf1ebead38cd9a1043df0ff7c014727e3c23bc2fe20163bdff9b4acb1ac0a06 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23971 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAOA-mcEiFrrMugFbbXw6AmcKMwGELdVsMsSI4hZOsLfPM9A6jsHWxkx7ZQrK2xcI5rcyJldEwkw_z6IiU-hvEkCgmlkgnY0gmlwhKwSlOyKbXVsdGlhZGRyc5YACASsEpTsBhpvAAoErBKU7AYacN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUrnOQnIkur4YD77rQ_98mStyWM0uH2IdRE3uLicHEfaDdGNwghpvg3VkcIIacYV3YWt1MgU --filternode=/ip4/172.18.148.236/tcp/6767/p2p/16Uiu2HAmJDv7J6uA5P5qZPgzeDMttDyJQcGw5tVKaXEXxBshQPGZ
|
||||
2025-12-28 04:20:38.167 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.78 waku 77a5b8c57b5c8ae95c58fd5f831e4013bf703920b28ca88945d7c7f2d600d367
|
||||
2025-12-28 04:20:38.199 DEBUG [src.node.docker_mananger] Container started with ID 77a5b8c57b5c. Setting up logs at ./log/docker/node2_2025-12-28_04-20-36__f1054a9c-a51e-483e-b410-1100a21f7c1e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:38.199 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23967
|
||||
2025-12-28 04:20:38.200 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:39.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:20:39.205 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:39.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.9.78/tcp/23968/p2p/16Uiu2HAm5dqvQ4S7icnF4rQPQEepqztomUhN3FNhCrfQctU8hFKM","/ip4/172.18.9.78/tcp/23969/ws/p2p/16Uiu2HAm5dqvQ4S7icnF4rQPQEepqztomUhN3FNhCrfQctU8hFKM"],"enrUri":"enr:-L24QO0OPjdRPF6S112Dv1u_ndkRTfB0KczZ9gs0WiLuxQ3KBuKkGc2t-4m6ZVYWzzHGB_i0qKt8oMe0Av2enhbzK7ACgmlkgnY0gmlwhKwSCU6KbXVsdGlhZGRyc5YACASsEglOBl2gAAoErBIJTgZdod0DgnJzhQADAQAAiXNlY3AyNTZrMaECl7MUbyMbue4GfS-z31PZZIl8ALbOhLcu3P5ZCYjF8vCDdGNwgl2gg3VkcIJdooV3YWt1MgA"}'
|
||||
2025-12-28 04:20:39.208 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:39.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23967/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.236/tcp/6767/p2p/16Uiu2HAmJDv7J6uA5P5qZPgzeDMttDyJQcGw5tVKaXEXxBshQPGZ"]'
|
||||
2025-12-28 04:20:39.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.241 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/0
|
||||
2025-12-28 04:20:39.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-28 04:20:39.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23967/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4946ee55-6257-49d2-833d-475c38d97688", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
||||
2025-12-28 04:20:39.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4946ee55-6257-49d2-833d-475c38d97688","statusDesc":"OK"}'
|
||||
2025-12-28 04:20:39.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/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)'}'
|
||||
2025-12-28 04:20:39.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.273 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:20:39.373 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:20:39.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.376 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":1766895639266432652,"ephemeral":false}]'
|
||||
2025-12-28 04:20:39.377 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1
|
||||
2025-12-28 04:20:39.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:39.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23967/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "33578ae5-08e6-461d-bf47-7700ef63f108", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:39.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"33578ae5-08e6-461d-bf47-7700ef63f108","statusDesc":"OK"}'
|
||||
2025-12-28 04:20:39.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/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)'}'
|
||||
2025-12-28 04:20:39.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.394 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:20:39.494 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:20:39.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.497 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":1766895639389776013,"ephemeral":false}]'
|
||||
2025-12-28 04:20:39.499 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/9
|
||||
2025-12-28 04:20:39.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
||||
2025-12-28 04:20:39.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23967/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b71770ac-4d63-4c9f-b543-fda911d52792", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
||||
2025-12-28 04:20:39.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b71770ac-4d63-4c9f-b543-fda911d52792","statusDesc":"OK"}'
|
||||
2025-12-28 04:20:39.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/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)'}'
|
||||
2025-12-28 04:20:39.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.516 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:20:39.616 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:20:39.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.619 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":1766895639511639082,"ephemeral":false}]'
|
||||
2025-12-28 04:20:39.621 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/25
|
||||
2025-12-28 04:20:39.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
||||
2025-12-28 04:20:39.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23967/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9de5716b-1e18-4bcb-90b8-f623bd50bfd2", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
||||
2025-12-28 04:20:39.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9de5716b-1e18-4bcb-90b8-f623bd50bfd2","statusDesc":"OK"}'
|
||||
2025-12-28 04:20:39.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/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)'}'
|
||||
2025-12-28 04:20:39.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.637 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:20:39.738 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:20:39.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.741 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":1766895639633144022,"ephemeral":false}]'
|
||||
2025-12-28 04:20:39.743 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1000
|
||||
2025-12-28 04:20:39.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2025-12-28 04:20:39.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23967/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "eaea9499-9ccc-4bba-8a88-34141e6f5d18", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
2025-12-28 04:20:39.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"eaea9499-9ccc-4bba-8a88-34141e6f5d18","statusDesc":"OK"}'
|
||||
2025-12-28 04:20:39.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6766/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)'}'
|
||||
2025-12-28 04:20:39.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:39.761 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:20:39.861 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:20:39.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23967/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.864 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":1766895639755798625,"ephemeral":false}]'
|
||||
2025-12-28 04:20:39.867 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:20:39.868 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:20:39.868 DEBUG [src.node.waku_node] Stopping container with id e75603a78fcb
|
||||
2025-12-28 04:20:40.394 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:20:40.395 DEBUG [src.node.waku_node] Stopping container with id 77a5b8c57b5c
|
||||
2025-12-28 04:20:40.914 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:20:40.915 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:20:40.924 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:20:40.931 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1736
nim/1017/data/attachments/1cbb0c28b65e9d53.txt
Normal file
1736
nim/1017/data/attachments/1cbb0c28b65e9d53.txt
Normal file
File diff suppressed because it is too large
Load Diff
864
nim/1017/data/attachments/1d0065f8893891f.txt
Normal file
864
nim/1017/data/attachments/1d0065f8893891f.txt
Normal file
@ -0,0 +1,864 @@
|
||||
2025-12-28 04:20:08.882 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:20:08.882 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_content_topics with id: 2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a
|
||||
2025-12-28 04:20:08.882 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:20:08.882 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:20:08.889 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:08.889 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:08.889 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:08.889 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:08.891 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:08.891 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.27
|
||||
2025-12-28 04:20:08.891 DEBUG [src.node.docker_mananger] Generated ports ['61023', '61024', '61025', '61026', '61027']
|
||||
2025-12-28 04:20:08.891 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:08.891 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:08.891 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:08.892 DEBUG [src.node.docker_mananger] docker run -i -t -p 61023:61023 -p 61024:61024 -p 61025:61025 -p 61026:61026 -p 61027:61027 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61025 --rest-port=61023 --tcp-port=61024 --discv5-udp-port=61026 --rest-address=0.0.0.0 --nat=extip:172.18.211.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=41c8b9fa35aecfb11da4ca88cb6fee9631a10ed8fcac8fe32dda5ff5a2637d5b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61027 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-28 04:20:09.066 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.27 waku 97f79a6fdd0c80f23765f7acd916a6995a0c9077e10a0d236320334a8a6a4d53
|
||||
2025-12-28 04:20:09.095 DEBUG [src.node.docker_mananger] Container started with ID 97f79a6fdd0c. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:09.097 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61023
|
||||
2025-12-28 04:20:09.097 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:09.146 ERROR [src.node.docker_mananger] Max retries reached for container e16f3a05f4a7. Exiting log stream.
|
||||
2025-12-28 04:20:09.679 ERROR [src.node.docker_mananger] Max retries reached for container 4d40d0a4f386. Exiting log stream.
|
||||
2025-12-28 04:20:10.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:10.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:10.101 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:10.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61023/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:10.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.27/tcp/61024/p2p/16Uiu2HAmRwRF5dwfY1ZwxEAdXRyhzHXY7vc5qTksCeda1FwLTN7p","/ip4/172.18.211.27/tcp/61025/ws/p2p/16Uiu2HAmRwRF5dwfY1ZwxEAdXRyhzHXY7vc5qTksCeda1FwLTN7p"],"enrUri":"enr:-L24QIUy0i8dZ0-NCwPucoIdRO1uN-96KGxrSVImHEJBf9p1KLbZ6msiMaLhPxisbgdS5_EHAmYVFf9an9_XzeX_NWQCgmlkgnY0gmlwhKwS0xuKbXVsdGlhZGRyc5YACASsEtMbBu5gAAoErBLTGwbuYd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxV1emaUl4y_FdhoOlYEEUZpiOcQ-EKxv6ilpEKf3kf-DdGNwgu5gg3VkcILuYoV3YWt1Mgk"}'
|
||||
2025-12-28 04:20:10.103 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:10.110 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:10.110 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:10.110 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:10.110 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:10.111 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:10.112 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.88
|
||||
2025-12-28 04:20:10.112 DEBUG [src.node.docker_mananger] Generated ports ['56272', '56273', '56274', '56275', '56276']
|
||||
2025-12-28 04:20:10.112 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:10.112 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:10.112 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:10.112 DEBUG [src.node.docker_mananger] docker run -i -t -p 56272:56272 -p 56273:56273 -p 56274:56274 -p 56275:56275 -p 56276:56276 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56274 --rest-port=56272 --tcp-port=56273 --discv5-udp-port=56275 --rest-address=0.0.0.0 --nat=extip:172.18.197.88 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2aaadeb633b234bef10f72ce5effcfae0fd3b97fd8b268bbaeecd71f96b8ede2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56276 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-28 04:20:10.297 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.88 waku 4221bd15ffdafde6fe252c0c194819838271764c01fcf5ae17b5e502c5830074
|
||||
2025-12-28 04:20:10.327 DEBUG [src.node.docker_mananger] Container started with ID 4221bd15ffda. Setting up logs at ./log/docker/receiving_node2_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:10.327 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56272
|
||||
2025-12-28 04:20:10.328 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:11.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56272/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:11.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:11.333 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:11.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56272/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:11.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.88/tcp/56273/p2p/16Uiu2HAkxSUQ74FSjJWmcfXgHnn1dLDjHw8bqpCiqriNq9s6DDzr","/ip4/172.18.197.88/tcp/56274/ws/p2p/16Uiu2HAkxSUQ74FSjJWmcfXgHnn1dLDjHw8bqpCiqriNq9s6DDzr"],"enrUri":"enr:-L24QG6GhAd5ow7VKl06_nQdMeCkEdnK8ZXXDvESOesfZUuEPg22nzbiiNj7IgVrIosNRc-_ZbMPj28edXj82tT5DM4CgmlkgnY0gmlwhKwSxViKbXVsdGlhZGRyc5YACASsEsVYBtvRAAoErBLFWAbb0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECLMeMDq7p0fbu8lrrNsHwc104k-KdJ1hSc2r3jkpHPDuDdGNwgtvRg3VkcILb04V3YWt1MgE"}'
|
||||
2025-12-28 04:20:11.335 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:11.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56272/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.27/tcp/61024/p2p/16Uiu2HAmRwRF5dwfY1ZwxEAdXRyhzHXY7vc5qTksCeda1FwLTN7p"]'
|
||||
2025-12-28 04:20:11.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:11.376 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:11.376 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:11.377 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:11.377 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:11.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:11.382 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.112
|
||||
2025-12-28 04:20:11.383 DEBUG [src.node.docker_mananger] Generated ports ['20229', '20230', '20231', '20232', '20233']
|
||||
2025-12-28 04:20:11.383 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:11.383 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:11.383 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:11.384 DEBUG [src.node.docker_mananger] docker run -i -t -p 20229:20229 -p 20230:20230 -p 20231:20231 -p 20232:20232 -p 20233:20233 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20231 --rest-port=20229 --tcp-port=20230 --discv5-udp-port=20232 --rest-address=0.0.0.0 --nat=extip:172.18.246.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbc5ccde8b05da4e29e83adbd8353c63e9dc78cebcf1f3f582b0196cfc8ef48b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20233 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIUy0i8dZ0-NCwPucoIdRO1uN-96KGxrSVImHEJBf9p1KLbZ6msiMaLhPxisbgdS5_EHAmYVFf9an9_XzeX_NWQCgmlkgnY0gmlwhKwS0xuKbXVsdGlhZGRyc5YACASsEtMbBu5gAAoErBLTGwbuYd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxV1emaUl4y_FdhoOlYEEUZpiOcQ-EKxv6ilpEKf3kf-DdGNwgu5gg3VkcILuYoV3YWt1Mgk --lightpushnode=/ip4/172.18.211.27/tcp/61024/p2p/16Uiu2HAmRwRF5dwfY1ZwxEAdXRyhzHXY7vc5qTksCeda1FwLTN7p --lightpush=true --relay=false
|
||||
2025-12-28 04:20:11.577 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.112 waku cab18fe85b183475351e7abe065c99df56ea1a6058e8cbf7eea9c9dae64c2059
|
||||
2025-12-28 04:20:11.605 DEBUG [src.node.docker_mananger] Container started with ID cab18fe85b18. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:11.605 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20229
|
||||
2025-12-28 04:20:11.605 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:12.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.907 ERROR [src.node.docker_mananger] Max retries reached for container cab18fe85b18. Exiting log stream.
|
||||
2025-12-28 04:20:12.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20229/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.662 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=20229): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7d8c887aa0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:20:32.762 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:32.762 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:32.764 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:32.764 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.245.29
|
||||
2025-12-28 04:20:32.764 DEBUG [src.node.docker_mananger] Generated ports ['13434', '13435', '13436', '13437', '13438']
|
||||
2025-12-28 04:20:32.765 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:32.765 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:32.765 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:32.765 DEBUG [src.node.docker_mananger] docker run -i -t -p 13434:13434 -p 13435:13435 -p 13436:13436 -p 13437:13437 -p 13438:13438 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13436 --rest-port=13434 --tcp-port=13435 --discv5-udp-port=13437 --rest-address=0.0.0.0 --nat=extip:172.18.245.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b19effcb0b99cbebe7432a3d4d4e6ec0a3a895e72eab1dce2b86beb0da5804bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13438 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIUy0i8dZ0-NCwPucoIdRO1uN-96KGxrSVImHEJBf9p1KLbZ6msiMaLhPxisbgdS5_EHAmYVFf9an9_XzeX_NWQCgmlkgnY0gmlwhKwS0xuKbXVsdGlhZGRyc5YACASsEtMbBu5gAAoErBLTGwbuYd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxV1emaUl4y_FdhoOlYEEUZpiOcQ-EKxv6ilpEKf3kf-DdGNwgu5gg3VkcILuYoV3YWt1Mgk --lightpushnode=/ip4/172.18.211.27/tcp/61024/p2p/16Uiu2HAmRwRF5dwfY1ZwxEAdXRyhzHXY7vc5qTksCeda1FwLTN7p --lightpush=true --relay=false
|
||||
2025-12-28 04:20:32.957 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.245.29 waku 5caf4898b29fd05f82e81b05c99d4c868d0d04455b57f8b7c6e1be0180cca6ac
|
||||
2025-12-28 04:20:32.985 DEBUG [src.node.docker_mananger] Container started with ID 5caf4898b29f. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:32.987 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13434
|
||||
2025-12-28 04:20:32.987 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:33.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.315 ERROR [src.node.docker_mananger] Max retries reached for container 5caf4898b29f. Exiting log stream.
|
||||
2025-12-28 04:20:34.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:54.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13434/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:54.086 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=13434): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7d8c95be60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:20:54.187 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:54.187 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:54.189 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:54.189 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.143.190
|
||||
2025-12-28 04:20:54.189 DEBUG [src.node.docker_mananger] Generated ports ['40254', '40255', '40256', '40257', '40258']
|
||||
2025-12-28 04:20:54.189 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:54.189 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:54.189 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:54.190 DEBUG [src.node.docker_mananger] docker run -i -t -p 40254:40254 -p 40255:40255 -p 40256:40256 -p 40257:40257 -p 40258:40258 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40256 --rest-port=40254 --tcp-port=40255 --discv5-udp-port=40257 --rest-address=0.0.0.0 --nat=extip:172.18.143.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1febbd4df4bcedc40b06be305a64f5c131bc6cbdad08aa32c977fb70dafc8a88 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40258 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIUy0i8dZ0-NCwPucoIdRO1uN-96KGxrSVImHEJBf9p1KLbZ6msiMaLhPxisbgdS5_EHAmYVFf9an9_XzeX_NWQCgmlkgnY0gmlwhKwS0xuKbXVsdGlhZGRyc5YACASsEtMbBu5gAAoErBLTGwbuYd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxV1emaUl4y_FdhoOlYEEUZpiOcQ-EKxv6ilpEKf3kf-DdGNwgu5gg3VkcILuYoV3YWt1Mgk --lightpushnode=/ip4/172.18.211.27/tcp/61024/p2p/16Uiu2HAmRwRF5dwfY1ZwxEAdXRyhzHXY7vc5qTksCeda1FwLTN7p --lightpush=true --relay=false
|
||||
2025-12-28 04:20:54.387 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.143.190 waku 227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d
|
||||
2025-12-28 04:20:54.417 DEBUG [src.node.docker_mananger] Container started with ID 227432938c94. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-08__e8318178-e575-4fe0-9200-a193d498a83a__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:54.418 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40254
|
||||
2025-12-28 04:20:54.419 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:55.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.813 ERROR [src.node.docker_mananger] Max retries reached for container 227432938c94. Exiting log stream.
|
||||
2025-12-28 04:20:55.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:15.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:15.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:15.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:15.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:15.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:15.503 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40254): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7d8c822660>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:21:15.752 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:21:15.753 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:21:15.753 DEBUG [src.node.waku_node] Stopping container with id 97f79a6fdd0c
|
||||
2025-12-28 04:21:16.309 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:16.309 DEBUG [src.node.waku_node] Stopping container with id 4221bd15ffda
|
||||
2025-12-28 04:21:16.829 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:16.831 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:16.933 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.035 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.123 ERROR [src.node.docker_mananger] Max retries reached for container 97f79a6fdd0c. Exiting log stream.
|
||||
2025-12-28 04:21:17.136 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.238 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.339 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.441 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.542 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.643 ERROR [src.node.docker_mananger] Max retries reached for container 4221bd15ffda. Exiting log stream.
|
||||
2025-12-28 04:21:17.643 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.745 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.846 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:17.948 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.050 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.151 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.253 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.355 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.457 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.559 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.660 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.762 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.864 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:18.966 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.068 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.169 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.271 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.373 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.475 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.576 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.678 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.779 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.881 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:19.983 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.084 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.186 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.288 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.389 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.491 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.592 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.694 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.795 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.897 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:20.998 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.100 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.201 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.303 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.404 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.506 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.607 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.709 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.810 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.912 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:21.914 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d/stop: Not Found ("No such container: 227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d")
|
||||
2025-12-28 04:21:21.914 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.015 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.116 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.218 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.320 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.422 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.523 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.625 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.726 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.828 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:22.929 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.031 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.132 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.234 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.336 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.437 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.539 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.640 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.742 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.844 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:23.945 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.047 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.148 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.250 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.352 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.453 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.555 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.656 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.758 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.860 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:24.961 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.063 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.165 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.266 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.368 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.469 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.571 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.672 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.773 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.875 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:25.977 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.078 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.180 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.281 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.383 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.484 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.586 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.687 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.789 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.890 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.992 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:26.993 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d/stop: Not Found ("No such container: 227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d")
|
||||
2025-12-28 04:21:26.993 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.094 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.196 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.298 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.399 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.500 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.602 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.703 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.805 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:27.906 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.008 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.109 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.211 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.313 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.414 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.516 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.617 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.719 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.820 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:28.922 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.024 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.125 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.227 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.329 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.430 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.532 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.633 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.735 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.836 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:29.938 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.040 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.141 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.243 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.345 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.446 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.548 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.649 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.750 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.852 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:30.954 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.055 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.156 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.258 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.359 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.461 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.562 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.664 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.765 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.867 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:31.968 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:32.070 DEBUG [src.node.waku_node] Stopping container with id 227432938c94
|
||||
2025-12-28 04:21:32.071 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d/stop: Not Found ("No such container: 227432938c94211005bee441196788fe49c72545bca831f8989b4c892178633d")
|
||||
2025-12-28 04:21:32.073 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:21:32.096 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:32.119 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:32.120 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:32.120 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:32.121 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
286
nim/1017/data/attachments/1d041e5e6dae15fa.txt
Normal file
286
nim/1017/data/attachments/1d041e5e6dae15fa.txt
Normal file
@ -0,0 +1,286 @@
|
||||
WRN 2025-12-28 04:21:39.473+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-28 04:21:39.473+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-28 04:21:39.473+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=true lightPush=false peerExchange=true rendezvous=true
|
||||
INF 2025-12-28 04:21:39.473+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-28 04:21:39.473+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
NTC 2025-12-28 04:21:39.474+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:48479
|
||||
INF 2025-12-28 04:21:39.474+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:48479/
|
||||
INF 2025-12-28 04:21:39.474+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-28 04:21:39.474+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-28 04:21:39.475+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-28 04:21:39.475+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-28 04:21:39.475+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-28 04:21:39.475+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-28 04:21:39.475+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws]"
|
||||
INF 2025-12-28 04:21:39.475+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-28 04:21:39.475+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-28 04:21:39.475+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-28 04:21:39.475+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-28 04:21:39.475+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-28 04:21:39.475+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-28 04:21:39.475+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-28 04:21:39.475+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-28 04:21:39.475+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*1vAyyM, seqNo: 1766895699, addresses: [/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws], mixKey: )"
|
||||
TRC 2025-12-28 04:21:39.475+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-28 04:21:39.475+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-28 04:21:39.475+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-28 04:21:39.475+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-28 04:21:39.475+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-28 04:21:39.476+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
||||
INF 2025-12-28 04:21:39.476+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
||||
INF 2025-12-28 04:21:39.476+00:00 mounting filter protocol topics="waku node filter api" tid=1 file=filter.nim:48
|
||||
INF 2025-12-28 04:21:39.476+00:00 starting filter protocol topics="waku filter" tid=1 file=protocol.nim:397
|
||||
INF 2025-12-28 04:21:39.476+00:00 starting to maintain subscriptions topics="waku filter" tid=1 file=protocol.nim:391
|
||||
INF 2025-12-28 04:21:39.476+00:00 maintaining subscriptions topics="waku filter" tid=1 file=protocol.nim:222
|
||||
INF 2025-12-28 04:21:39.476+00:00 cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:119 currentPeerIds=[]
|
||||
INF 2025-12-28 04:21:39.476+00:00 after cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:131 currentPeerIds=[]
|
||||
TRC 2025-12-28 04:21:39.476+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-subscribe/2.0.0-beta1]"
|
||||
INF 2025-12-28 04:21:39.476+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
||||
TRC 2025-12-28 04:21:39.476+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
||||
INF 2025-12-28 04:21:39.476+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
||||
TRC 2025-12-28 04:21:39.476+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
||||
INF 2025-12-28 04:21:39.476+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
||||
INF 2025-12-28 04:21:39.476+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:120
|
||||
INF 2025-12-28 04:21:39.476+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:362
|
||||
INF 2025-12-28 04:21:39.476+00:00 Running nwaku node tid=1 file=node_factory.nim:440 version=v0.36.0-124-g96196a
|
||||
INF 2025-12-28 04:21:39.476+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:451 version=v0.36.0-124-g96196a
|
||||
INF 2025-12-28 04:21:39.476+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:128 interval=10s
|
||||
INF 2025-12-28 04:21:39.476+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:228
|
||||
INF 2025-12-28 04:21:39.476+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
||||
INF 2025-12-28 04:21:39.476+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
||||
DBG 2025-12-28 04:21:39.476+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:352 peerInfo="(peerId: 16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM, listenAddrs: [/ip4/0.0.0.0/tcp/48481/ws, /ip4/0.0.0.0/tcp/48480], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/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], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-124-g96196a)"
|
||||
TRC 2025-12-28 04:21:39.476+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:122
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:146 address=/ip4/0.0.0.0/tcp/48480
|
||||
TRC 2025-12-28 04:21:39.477+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/48480]
|
||||
DBG 2025-12-28 04:21:39.477+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=49 queue=0
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:160
|
||||
TRC 2025-12-28 04:21:39.477+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/48481/ws]
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:261 host=0.0.0.0:48481
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:210 addresses="[/ip4/0.0.0.0/tcp/48481/ws]"
|
||||
INF 2025-12-28 04:21:39.477+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:213
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
DBG 2025-12-28 04:21:39.477+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=48 queue=0
|
||||
TRC 2025-12-28 04:21:39.477+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:285
|
||||
TRC 2025-12-28 04:21:39.477+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:193
|
||||
WRN 2025-12-28 04:21:39.478+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:629
|
||||
DBG 2025-12-28 04:21:39.478+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:392 peer="(peerId: 16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM, listenAddrs: [/ip4/0.0.0.0/tcp/48480, /ip4/0.0.0.0/tcp/48481/ws], addrs: [/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/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], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-124-g96196a)"
|
||||
INF 2025-12-28 04:21:39.478+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*1vAyyM addrs="[/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws]"
|
||||
INF 2025-12-28 04:21:39.478+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM][/ip4/0.0.0.0/tcp/48481/ws/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws]"
|
||||
INF 2025-12-28 04:21:39.478+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM][/ip4/172.18.127.212/tcp/48481/ws/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM]
|
||||
INF 2025-12-28 04:21:39.478+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QKxXVverz-tHqbFngEcFQClQiO3MSZkAYZ77sCt1Ds0Bc2RrbQDuIZajOwr3ttUSrVEq7Za_lVHpUJi8Sprvs48BgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc4wACgSsEn_UBr1h3QOCcnOFAAMBAACJc2VjcDI1NmsxoQIpALHpr3WTKBHTgv3w0VArFbgzG3iD2woRp2Z4MtDLnIN0Y3CCvWCDdWRwgr1ihXdha3UyBA
|
||||
INF 2025-12-28 04:21:39.478+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:502
|
||||
INF 2025-12-28 04:21:39.478+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*1vAyyM addrs="[/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws]"
|
||||
INF 2025-12-28 04:21:39.479+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM][/ip4/0.0.0.0/tcp/48481/ws/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.127.212/tcp/48480, /ip4/172.18.127.212/tcp/48481/ws]"
|
||||
INF 2025-12-28 04:21:39.479+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM][/ip4/172.18.127.212/tcp/48481/ws/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM]
|
||||
INF 2025-12-28 04:21:39.479+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QKxXVverz-tHqbFngEcFQClQiO3MSZkAYZ77sCt1Ds0Bc2RrbQDuIZajOwr3ttUSrVEq7Za_lVHpUJi8Sprvs48BgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc4wACgSsEn_UBr1h3QOCcnOFAAMBAACJc2VjcDI1NmsxoQIpALHpr3WTKBHTgv3w0VArFbgzG3iD2woRp2Z4MtDLnIN0Y3CCvWCDdWRwgr1ihXdha3UyBA
|
||||
INF 2025-12-28 04:21:39.479+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:296 enr=enr:-L24QAITGMFnHvOGyjLaXJ8WI-NY-VkUIw3WZYkyyPnxbIRVD85r-vasJHvnWE1XZglpeIK-cvQj47vY3aZBnnh-VxkCgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ record="(2, id: \"v4\", ip: 172.18.127.212, multiaddrs: 0x000804AC127FD406BD60000A04AC127FD406BD61DD03, rs: 0x0003010000, secp256k1: 0x022900B1E9AF75932811D382FDF0D1502B15B8331B7883DB0A11A7667832D0CB9C, tcp: 48480, udp: 48482, waku2: 0x04)"
|
||||
INF 2025-12-28 04:21:39.479+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2025-12-28 04:21:39.479+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
||||
INF 2025-12-28 04:21:39.480+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=48482
|
||||
TRC 2025-12-28 04:21:39.480+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
||||
INF 2025-12-28 04:21:39.480+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
||||
TRC 2025-12-28 04:21:39.480+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:21:39.480+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:21:39.480+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
INF 2025-12-28 04:21:39.480+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
||||
INF 2025-12-28 04:21:39.480+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QCZnWxv-oaeYJF5S_M6O_8kHe1kNjGghNTKDSPqmFZIuOOp1LpbFfxEkK1x9DcJxoP_A54cpQJ6tOWFwjBM5j9ADgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ enr="(3, id: \"v4\", ip: 172.18.127.212, multiaddrs: 0x000804AC127FD406BD60000A04AC127FD406BD61DD03, rs: 0x0003010000, secp256k1: 0x022900B1E9AF75932811D382FDF0D1502B15B8331B7883DB0A11A7667832D0CB9C, tcp: 48480, udp: 48482, waku2: 0x04)"
|
||||
TRC 2025-12-28 04:21:39.480+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
INF 2025-12-28 04:21:39.480+00:00 starting keepalive tid=1 file=node_health_monitor.nim:379 randomPeersKeepalive=10s allPeersKeepalive=2m
|
||||
TRC 2025-12-28 04:21:39.481+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
INF 2025-12-28 04:21:39.482+00:00 REST services are installed tid=1 file=builder.nim:220
|
||||
INF 2025-12-28 04:21:39.482+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=48483
|
||||
INF 2025-12-28 04:21:39.483+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=48483
|
||||
INF 2025-12-28 04:21:39.483+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
||||
INF 2025-12-28 04:21:39.483+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:100
|
||||
TRC 2025-12-28 04:21:39.498+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
DBG 2025-12-28 04:21:40.508+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57696 meth=GET uri=/health
|
||||
DBG 2025-12-28 04:21:40.508+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57696 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
||||
TRC 2025-12-28 04:21:40.508+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/3.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:40.508+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/3.0.0
|
||||
TRC 2025-12-28 04:21:40.508+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/2.0.0-beta1 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:40.509+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/2.0.0-beta1
|
||||
TRC 2025-12-28 04:21:40.509+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store-query/3.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:40.509+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store-query/3.0.0
|
||||
TRC 2025-12-28 04:21:40.509+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store/2.0.0-beta4 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:40.509+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store/2.0.0-beta4
|
||||
TRC 2025-12-28 04:21:40.509+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/filter-subscribe/2.0.0-beta1 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:40.509+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
DBG 2025-12-28 04:21:40.509+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57696 uri=/health content_type=application/json content_size=931
|
||||
DBG 2025-12-28 04:21:40.511+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57712 meth=GET uri=/debug/v1/info
|
||||
DBG 2025-12-28 04:21:40.511+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57712 meth=GET uri=/debug/v1/info path_params=[] query_params=[] content_body=(None)
|
||||
INF 2025-12-28 04:21:40.512+00:00 node info topics="waku node" tid=1 file=waku_node.nim:217 wakuInfo="(listenAddresses: [/ip4/172.18.127.212/tcp/48480/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM, /ip4/172.18.127.212/tcp/48481/ws/p2p/16Uiu2HAkxBjJwvQMqbQEHWP9cNxbuF8Zu6JNEDF8UeMeyJ1vAyyM], enrUri: enr:-L24QAITGMFnHvOGyjLaXJ8WI-NY-VkUIw3WZYkyyPnxbIRVD85r-vasJHvnWE1XZglpeIK-cvQj47vY3aZBnnh-VxkCgmlkgnY0gmlwhKwSf9SKbXVsdGlhZGRyc5YACASsEn_UBr1gAAoErBJ_1Aa9Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECKQCx6a91kygR04L98NFQKxW4Mxt4g9sKEadmeDLQy5yDdGNwgr1gg3VkcIK9YoV3YWt1MgQ, mixPubKey: none(string))"
|
||||
DBG 2025-12-28 04:21:40.512+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57712 uri=/debug/v1/info content_type=application/json content_size=475
|
||||
TRC 2025-12-28 04:21:44.481+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:21:44.481+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:21:44.481+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:21:44.499+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:21:44.513+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:21:49.478+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-28 04:21:49.478+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:49.478+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-28 04:21:49.478+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-28 04:21:49.478+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-28 04:21:49.478+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:49.478+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-28 04:21:49.478+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-28 04:21:49.482+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:21:49.482+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:21:49.482+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:21:49.482+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=11
|
||||
TRC 2025-12-28 04:21:49.482+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-28 04:21:49.482+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-28 04:21:49.515+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:21:49.526+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:21:54.483+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:21:54.483+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:21:54.483+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:21:54.528+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:21:54.543+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:21:59.479+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-28 04:21:59.479+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:59.479+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-28 04:21:59.479+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-28 04:21:59.479+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-28 04:21:59.479+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:21:59.479+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-28 04:21:59.479+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-28 04:21:59.483+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=10
|
||||
TRC 2025-12-28 04:21:59.483+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-28 04:21:59.483+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-28 04:21:59.483+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:21:59.483+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:21:59.483+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:21:59.545+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:21:59.560+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:04.484+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:04.484+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:04.484+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:04.560+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:04.576+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:09.479+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-28 04:22:09.479+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
TRC 2025-12-28 04:22:09.480+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-28 04:22:09.480+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:09.480+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-28 04:22:09.480+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-28 04:22:09.480+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-28 04:22:09.480+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:09.480+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-28 04:22:09.480+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-28 04:22:09.484+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=9
|
||||
TRC 2025-12-28 04:22:09.484+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-28 04:22:09.484+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-28 04:22:09.486+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:09.486+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:09.486+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:09.577+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:09.591+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:14.486+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:14.486+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:14.486+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:14.593+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:14.608+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:19.480+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-28 04:22:19.481+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:19.481+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-28 04:22:19.481+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-28 04:22:19.481+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-28 04:22:19.481+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:19.481+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-28 04:22:19.481+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-28 04:22:19.485+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=8
|
||||
TRC 2025-12-28 04:22:19.485+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-28 04:22:19.485+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-28 04:22:19.486+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:19.486+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:19.486+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:19.608+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:19.624+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:24.488+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:24.488+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:24.488+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:24.626+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:24.639+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:29.481+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-28 04:22:29.481+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:29.481+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-28 04:22:29.481+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-28 04:22:29.481+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-28 04:22:29.481+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:29.481+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-28 04:22:29.481+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-28 04:22:29.486+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=7
|
||||
TRC 2025-12-28 04:22:29.486+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-28 04:22:29.486+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-28 04:22:29.488+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:29.488+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:29.488+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:29.640+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:29.655+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:34.488+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:34.488+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:34.488+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:34.657+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:34.672+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
INF 2025-12-28 04:22:39.478+00:00 maintaining subscriptions topics="waku filter" tid=1 file=protocol.nim:222
|
||||
INF 2025-12-28 04:22:39.478+00:00 cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:119 currentPeerIds=[]
|
||||
INF 2025-12-28 04:22:39.478+00:00 after cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:131 currentPeerIds=[]
|
||||
TRC 2025-12-28 04:22:39.479+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2025-12-28 04:22:39.479+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
TRC 2025-12-28 04:22:39.482+00:00 waku rendezvous advertisements started topics="waku rendezvous" tid=1 file=protocol.nim:113
|
||||
TRC 2025-12-28 04:22:39.482+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:39.482+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
INF 2025-12-28 04:22:39.482+00:00 waku rendezvous advertisements failed topics="waku rendezvous" tid=1 file=protocol.nim:136 error="could not get a peer supporting RendezVousCodec"
|
||||
TRC 2025-12-28 04:22:39.482+00:00 waku rendezvous client requests started topics="waku rendezvous client" tid=1 file=client.nim:43
|
||||
TRC 2025-12-28 04:22:39.482+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/rendezvous/1.0.0 peers=[] address=139666849002448
|
||||
TRC 2025-12-28 04:22:39.482+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/rendezvous/1.0.0
|
||||
ERR 2025-12-28 04:22:39.482+00:00 waku rendezvous requests failed topics="waku rendezvous client" tid=1 file=client.nim:87 error="could not get a peer supporting WakuRendezVousCodec"
|
||||
TRC 2025-12-28 04:22:39.486+00:00 Pinging random peers tid=1 file=node_health_monitor.nim:330 count=0 countdownToPingAll=6
|
||||
TRC 2025-12-28 04:22:39.486+00:00 Keepalive results tid=1 file=node_health_monitor.nim:345 attemptedPings=0 successfulPings=0
|
||||
TRC 2025-12-28 04:22:39.486+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
TRC 2025-12-28 04:22:39.489+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:39.489+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:39.489+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:39.673+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:39.688+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1111", "2606:4700:4700:0000:0000:0000:0000:1001"} server=1.1.1.1:53
|
||||
TRC 2025-12-28 04:22:44.490+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2025-12-28 04:22:44.490+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2025-12-28 04:22:44.490+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2025-12-28 04:22:44.689+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2025-12-28 04:22:44.704+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
NTC 2025-12-28 04:22:44.871+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:81
|
||||
INF 2025-12-28 04:22:44.882+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
||||
TRC 2025-12-28 04:22:44.882+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
||||
INF 2025-12-28 04:22:44.882+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
||||
TRC 2025-12-28 04:22:44.882+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:317
|
||||
TRC 2025-12-28 04:22:44.882+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=48 queue=0
|
||||
TRC 2025-12-28 04:22:44.882+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=49 queue=0
|
||||
TRC 2025-12-28 04:22:44.883+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=49 queue=0
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=50 queue=0
|
||||
TRC 2025-12-28 04:22:44.883+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
INF 2025-12-28 04:22:44.883+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:243
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:421
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:435
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:165
|
||||
TRC 2025-12-28 04:22:44.883+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/48480]
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:195
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:219
|
||||
TRC 2025-12-28 04:22:44.883+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/48481/ws]
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:241
|
||||
TRC 2025-12-28 04:22:44.883+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:343
|
||||
WRN 2025-12-28 04:22:44.884+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
WRN 2025-12-28 04:22:44.884+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
INF 2025-12-28 04:22:44.884+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:240
|
||||
INF 2025-12-28 04:22:44.884+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
||||
NTC 2025-12-28 04:22:44.884+00:00 REST service stopped tid=1 file=server.nim:188 address=0.0.0.0:48479
|
||||
1726
nim/1017/data/attachments/1d09194c32a1aa41.txt
Normal file
1726
nim/1017/data/attachments/1d09194c32a1aa41.txt
Normal file
File diff suppressed because it is too large
Load Diff
6183
nim/1017/data/attachments/1db23ac4c258af61.txt
Normal file
6183
nim/1017/data/attachments/1db23ac4c258af61.txt
Normal file
File diff suppressed because it is too large
Load Diff
186
nim/1017/data/attachments/1e827921c73c258.txt
Normal file
186
nim/1017/data/attachments/1e827921c73c258.txt
Normal file
@ -0,0 +1,186 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_all_pubsub_topics_one_by_one with id: 2025-12-28_04-25-34__cb9bbe49-a660-4345-9742-0715966a6fd7
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-25-34__cb9bbe49-a660-4345-9742-0715966a6fd7__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.69
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58399', '58400', '58401', '58402', '58403']
|
||||
[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 58399:58399 -p 58400:58400 -p 58401:58401 -p 58402:58402 -p 58403:58403 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58401 --rest-port=58399 --tcp-port=58400 --discv5-udp-port=58402 --rest-address=0.0.0.0 --nat=extip:172.18.26.69 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a0f8ac34b00e8bdc9e601ee29f96bdfcfaeaf1f9b5de3ad9631cd07de09f1544 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58403 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.26.69 waku 96cf625c62cccaeca54bdd7b1e71e8d3f0a4a6c1a5cd8a241915f34689e218ab
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 96cf625c62cc. Setting up logs at ./log/docker/node1_2025-12-28_04-25-34__cb9bbe49-a660-4345-9742-0715966a6fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58399
|
||||
[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 a321cabf2b62. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ac5dc07cc490. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58399/health" -H "Content-Type: 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:58399/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.69/tcp/58400/p2p/16Uiu2HAm4w6v47Fgc3QefB6qwgEetmgFnY9JhiHUXdPiAR2gR76p","/ip4/172.18.26.69/tcp/58401/ws/p2p/16Uiu2HAm4w6v47Fgc3QefB6qwgEetmgFnY9JhiHUXdPiAR2gR76p"],"enrUri":"enr:-L24QKMhkk4XioNloUHGlYdGgKEqcRWR7qCHkH3XHP8uUK_BNPXDoG_87I-mvkLjFLoG5NYGxQTJC4yzJrHcwinuZSgCgmlkgnY0gmlwhKwSGkWKbXVsdGlhZGRyc5YACASsEhpFBuQgAAoErBIaRQbkId0DgnJzhQACAQAAiXNlY3AyNTZrMaECjUM4cnoamKlt0wNWsB9YnOkj7EzZiR-GlII_vQO44HmDdGNwguQgg3VkcILkIoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-25-34__cb9bbe49-a660-4345-9742-0715966a6fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.254.102
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53044', '53045', '53046', '53047', '53048']
|
||||
[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 53044:53044 -p 53045:53045 -p 53046:53046 -p 53047:53047 -p 53048:53048 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53046 --rest-port=53044 --tcp-port=53045 --discv5-udp-port=53047 --rest-address=0.0.0.0 --nat=extip:172.18.254.102 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=21b8c0aebde5e934311ca93ce2602dec4ef5eaec20c80ff2182f05e6878d89bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53048 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKMhkk4XioNloUHGlYdGgKEqcRWR7qCHkH3XHP8uUK_BNPXDoG_87I-mvkLjFLoG5NYGxQTJC4yzJrHcwinuZSgCgmlkgnY0gmlwhKwSGkWKbXVsdGlhZGRyc5YACASsEhpFBuQgAAoErBIaRQbkId0DgnJzhQACAQAAiXNlY3AyNTZrMaECjUM4cnoamKlt0wNWsB9YnOkj7EzZiR-GlII_vQO44HmDdGNwguQgg3VkcILkIoV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.254.102 waku 2dc539b1789b84218e0a2a018a55d79c932be1b6ed68c4073f5447367946a644
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2dc539b1789b. Setting up logs at ./log/docker/node2_2025-12-28_04-25-34__cb9bbe49-a660-4345-9742-0715966a6fd7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53044
|
||||
[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:53044/health" -H "Content-Type: 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:53044/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.102/tcp/53045/p2p/16Uiu2HAm2HmoFzKRRuuS5TzYguZKCfATGVQCo6UV2fhoWyUDJV6Q","/ip4/172.18.254.102/tcp/53046/ws/p2p/16Uiu2HAm2HmoFzKRRuuS5TzYguZKCfATGVQCo6UV2fhoWyUDJV6Q"],"enrUri":"enr:-L24QHhfi6YfbI-O0lALUeWloz6Dv0UoR2oKviZq9IhQKJOCcR_FxgHpC-zQSMouVP8wdxrkYYGNY9VVknneF1GVeokCgmlkgnY0gmlwhKwS_maKbXVsdGlhZGRyc5YACASsEv5mBs81AAoErBL-ZgbPNt0DgnJzhQACAQAAiXNlY3AyNTZrMaECZfu9qZQbzjQHhYQ2btAdKcsucghjndTP1bPxP9as3vGDdGNwgs81g3VkcILPN4V3YWt1MgE"}'
|
||||
[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:53044/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.69/tcp/58400/p2p/16Uiu2HAm4w6v47Fgc3QefB6qwgEetmgFnY9JhiHUXdPiAR2gR76p"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:53044/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:58399/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:58399/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":1766895936812122763,"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:53044/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":1766895936812122763,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895936930025872,"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:53044/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":1766895936930025872,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895937044505064,"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:53044/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":1766895937044505064,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895937158443658,"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:53044/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":1766895937158443658,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895937272528087,"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:53044/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":1766895937272528087,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895937385654467,"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:53044/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":1766895937385654467,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895937498296733,"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:53044/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":1766895937498296733,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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:58399/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":1766895937611182223,"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:53044/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":1766895937611182223,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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 DELETE "http://127.0.0.1:58399/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 DELETE "http://127.0.0.1:53044/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:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58399/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)'}'
|
||||
[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:58399/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
||||
[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 96cf625c62cc
|
||||
[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 2dc539b1789b
|
||||
[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.
|
||||
4050
nim/1017/data/attachments/1ebb673ca64ce983.txt
Normal file
4050
nim/1017/data/attachments/1ebb673ca64ce983.txt
Normal file
File diff suppressed because it is too large
Load Diff
2585
nim/1017/data/attachments/1effb955f2cab5bd.txt
Normal file
2585
nim/1017/data/attachments/1effb955f2cab5bd.txt
Normal file
File diff suppressed because it is too large
Load Diff
96
nim/1017/data/attachments/1f1740ffad5bbc7f.txt
Normal file
96
nim/1017/data/attachments/1f1740ffad5bbc7f.txt
Normal file
@ -0,0 +1,96 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_message_with_both_ephemeral_true_and_false with id: 2025-12-28_04-33-51__8fc7000c-16cf-4fbe-b192-7d471857c4ec
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-33-51__8fc7000c-16cf-4fbe-b192-7d471857c4ec__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.65.217
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17537', '17538', '17539', '17540', '17541']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17537:17537 -p 17538:17538 -p 17539:17539 -p 17540:17540 -p 17541:17541 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17539 --rest-port=17537 --tcp-port=17538 --discv5-udp-port=17540 --rest-address=0.0.0.0 --nat=extip:172.18.65.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b96f8b118aba0dc79bac46612f7d41c2bede05bf1da80bdd7b2dbba7bf4dcda6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17541 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.65.217 waku 32da4d3ca250f7ef0fb135d237177a2a9d7d93ca80dbf4d3289f0d9eea271224
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 32da4d3ca250. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-33-51__8fc7000c-16cf-4fbe-b192-7d471857c4ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17537
|
||||
[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 b173a6b45cc2. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a9cbc2280b12. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17537/health" -H "Content-Type: 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:17537/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.65.217/tcp/17538/p2p/16Uiu2HAkyX9RWttaEvw1aLsJidihZZCCVkHxPJe26WghVF8pWmQ8","/ip4/172.18.65.217/tcp/17539/ws/p2p/16Uiu2HAkyX9RWttaEvw1aLsJidihZZCCVkHxPJe26WghVF8pWmQ8"],"enrUri":"enr:-L24QIa8n2rq6r7ADiiY-MssmpqbFIqabhsOy0M4-VW5bYA1bL0NPd5GDlnYg5ziuEnjSe2OXtUxYrhr33hMtXly7SMCgmlkgnY0gmlwhKwSQdmKbXVsdGlhZGRyc5YACASsEkHZBkSCAAoErBJB2QZEg90DgnJzhQADAQAAiXNlY3AyNTZrMaECPNWupUzsUNdnnWF4jFJfe1v6qHUJS0zTMjuYxHqcIsWDdGNwgkSCg3VkcIJEhIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-33-51__8fc7000c-16cf-4fbe-b192-7d471857c4ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.53.231
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36884', '36885', '36886', '36887', '36888']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36884:36884 -p 36885:36885 -p 36886:36886 -p 36887:36887 -p 36888:36888 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36886 --rest-port=36884 --tcp-port=36885 --discv5-udp-port=36887 --rest-address=0.0.0.0 --nat=extip:172.18.53.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4bbc7b43e8d40f1efae5ec720deefaf0b2bd12d466856aaaa696af4fe55e7b02 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36888 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIa8n2rq6r7ADiiY-MssmpqbFIqabhsOy0M4-VW5bYA1bL0NPd5GDlnYg5ziuEnjSe2OXtUxYrhr33hMtXly7SMCgmlkgnY0gmlwhKwSQdmKbXVsdGlhZGRyc5YACASsEkHZBkSCAAoErBJB2QZEg90DgnJzhQADAQAAiXNlY3AyNTZrMaECPNWupUzsUNdnnWF4jFJfe1v6qHUJS0zTMjuYxHqcIsWDdGNwgkSCg3VkcIJEhIV3YWt1MgM --storenode=/ip4/172.18.65.217/tcp/17538/p2p/16Uiu2HAkyX9RWttaEvw1aLsJidihZZCCVkHxPJe26WghVF8pWmQ8 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.53.231 waku 47d06f93450902ffbf7a0b1d3de82445eb722b2da5eb137b47df8f340d85b3e6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 47d06f934509. Setting up logs at ./log/docker/store_node1_2025-12-28_04-33-51__8fc7000c-16cf-4fbe-b192-7d471857c4ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36884
|
||||
[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:36884/health" -H "Content-Type: 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:36884/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.231/tcp/36885/p2p/16Uiu2HAm83Z4amvBJWKBFLYXRKLuRfP85ZJVpwk7KA3h5zTWAn7o","/ip4/172.18.53.231/tcp/36886/ws/p2p/16Uiu2HAm83Z4amvBJWKBFLYXRKLuRfP85ZJVpwk7KA3h5zTWAn7o"],"enrUri":"enr:-L24QDHT6DtV18nsepxcFjcHr26QtD9or3gi8kGZVqaEes8wEEnGIObIIRRY1cgG8wJBYyftAOPauxUISbDmmhyhmmMCgmlkgnY0gmlwhKwSNeeKbXVsdGlhZGRyc5YACASsEjXnBpAVAAoErBI15waQFt0DgnJzhQADAQAAiXNlY3AyNTZrMaECu31UqCY2K2jeyQY6gJ10XmxNCHtwhQrHUlnnaNVOR5aDdGNwgpAVg3VkcIKQF4V3YWt1MgM"}'
|
||||
[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:36884/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.217/tcp/17538/p2p/16Uiu2HAkyX9RWttaEvw1aLsJidihZZCCVkHxPJe26WghVF8pWmQ8"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17537/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:36884/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:17537/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "ephemeral": true}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17537/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:17537/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":"0xd88da1547e25342bd8643519d58d34f7893fea370fb40640fc4976967c908a24"}]}'
|
||||
[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:36884/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":"0xd88da1547e25342bd8643519d58d34f7893fea370fb40640fc4976967c908a24"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 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:17537/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17537/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "ephemeral": true}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:17537/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":"0xd88da1547e25342bd8643519d58d34f7893fea370fb40640fc4976967c908a24"},{"messageHash":"0x81433dc526b9e85969abd5b82d40f65f0b385cb1d947685f0150747ad8052760"}]}'
|
||||
[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:36884/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":"0xd88da1547e25342bd8643519d58d34f7893fea370fb40640fc4976967c908a24"},{"messageHash":"0x81433dc526b9e85969abd5b82d40f65f0b385cb1d947685f0150747ad8052760"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[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 32da4d3ca250
|
||||
[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 47d06f934509
|
||||
[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/1017/data/attachments/1f2f8178bd1a9756.txt
Normal file
81
nim/1017/data/attachments/1f2f8178bd1a9756.txt
Normal file
@ -0,0 +1,81 @@
|
||||
2025-12-28 04:19:59.592 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:19:59.593 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_invalid_content_topic_format with id: 2025-12-28_04-19-59__aff60518-632f-4106-b201-e5a01305f9bb
|
||||
2025-12-28 04:19:59.593 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:19:59.593 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:19:59.593 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:19:59.600 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:59.601 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-59__aff60518-632f-4106-b201-e5a01305f9bb__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:59.601 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:59.601 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:59.602 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:59.602 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.105
|
||||
2025-12-28 04:19:59.603 DEBUG [src.node.docker_mananger] Generated ports ['55231', '55232', '55233', '55234', '55235']
|
||||
2025-12-28 04:19:59.603 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:59.603 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:59.603 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:59.603 DEBUG [src.node.docker_mananger] docker run -i -t -p 55231:55231 -p 55232:55232 -p 55233:55233 -p 55234:55234 -p 55235:55235 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55233 --rest-port=55231 --tcp-port=55232 --discv5-udp-port=55234 --rest-address=0.0.0.0 --nat=extip:172.18.139.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbfcc97afa42bf7a63cba3ff7dff2f5144c6ce929e4a7bf097b8a1dcdbb58ef7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55235 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:19:59.800 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.105 waku 73baeab121fbd16fb626a77f7da62d62988c6ebde557d2f0cb64d00b63204539
|
||||
2025-12-28 04:19:59.831 DEBUG [src.node.docker_mananger] Container started with ID 73baeab121fb. Setting up logs at ./log/docker/node1_2025-12-28_04-19-59__aff60518-632f-4106-b201-e5a01305f9bb__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:59.832 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55231
|
||||
2025-12-28 04:19:59.832 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:59.860 ERROR [src.node.docker_mananger] Max retries reached for container a55480e969bd. Exiting log stream.
|
||||
2025-12-28 04:20:00.400 ERROR [src.node.docker_mananger] Max retries reached for container 463ffbf5c5fd. Exiting log stream.
|
||||
2025-12-28 04:20:00.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55231/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:00.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:00.836 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:00.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55231/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:00.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.105/tcp/55232/p2p/16Uiu2HAm1HndJcqxQzPMMFt9nCjn2YqhfJvEMXhcc6kqc4odjrmD","/ip4/172.18.139.105/tcp/55233/ws/p2p/16Uiu2HAm1HndJcqxQzPMMFt9nCjn2YqhfJvEMXhcc6kqc4odjrmD"],"enrUri":"enr:-L24QBstR9nFMsJSiDSOFJW2qcUQ67uDHTb0IGRVpnbQD8KRQfXnCNbLqD27RtFixbSUFEGxmC0X6zt-FPb9cHe1pP4CgmlkgnY0gmlwhKwSi2mKbXVsdGlhZGRyc5YACASsEotpBtfAAAoErBKLaQbXwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECVyD9lrjIIRoxkGAW1s8izcPrbPfe81HY7EOvgwRpXbiDdGNwgtfAg3VkcILXwoV3YWt1MgU"}'
|
||||
2025-12-28 04:20:00.839 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:00.839 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:20:00.846 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:00.847 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-19-59__aff60518-632f-4106-b201-e5a01305f9bb__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:00.847 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:00.847 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:00.848 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:00.849 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.194
|
||||
2025-12-28 04:20:00.849 DEBUG [src.node.docker_mananger] Generated ports ['40404', '40405', '40406', '40407', '40408']
|
||||
2025-12-28 04:20:00.849 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:00.849 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:00.849 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:00.849 DEBUG [src.node.docker_mananger] docker run -i -t -p 40404:40404 -p 40405:40405 -p 40406:40406 -p 40407:40407 -p 40408:40408 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40406 --rest-port=40404 --tcp-port=40405 --discv5-udp-port=40407 --rest-address=0.0.0.0 --nat=extip:172.18.68.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ccec3a0efd7a1af2ccfeaf2dbf65dc56eaec1cfffb333d8f9a8db887a77b88f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40408 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBstR9nFMsJSiDSOFJW2qcUQ67uDHTb0IGRVpnbQD8KRQfXnCNbLqD27RtFixbSUFEGxmC0X6zt-FPb9cHe1pP4CgmlkgnY0gmlwhKwSi2mKbXVsdGlhZGRyc5YACASsEotpBtfAAAoErBKLaQbXwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECVyD9lrjIIRoxkGAW1s8izcPrbPfe81HY7EOvgwRpXbiDdGNwgtfAg3VkcILXwoV3YWt1MgU --filternode=/ip4/172.18.139.105/tcp/55232/p2p/16Uiu2HAm1HndJcqxQzPMMFt9nCjn2YqhfJvEMXhcc6kqc4odjrmD
|
||||
2025-12-28 04:20:01.046 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.194 waku 76af8418f778c8111618cdd7623a2c0c4317027a1e92298c8df07267e7b33395
|
||||
2025-12-28 04:20:01.076 DEBUG [src.node.docker_mananger] Container started with ID 76af8418f778. Setting up logs at ./log/docker/node2_2025-12-28_04-19-59__aff60518-632f-4106-b201-e5a01305f9bb__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:01.076 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40404
|
||||
2025-12-28 04:20:01.077 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:02.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40404/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:02.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:20:02.082 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:02.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40404/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:02.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.194/tcp/40405/p2p/16Uiu2HAmSEvvBZH7JWAQ76Uwa2dZcdNst1bsHPEc2cqMzRvMEaHu","/ip4/172.18.68.194/tcp/40406/ws/p2p/16Uiu2HAmSEvvBZH7JWAQ76Uwa2dZcdNst1bsHPEc2cqMzRvMEaHu"],"enrUri":"enr:-L24QOmSBoGhCu8XkRukn_3xMuamomQWDECD-wfDkwKCfPF4VnGl3zw2pyFUc8idTz8CVDUmOex7LafYNs7nAsDD_7ICgmlkgnY0gmlwhKwSRMKKbXVsdGlhZGRyc5YACASsEkTCBp3VAAoErBJEwgad1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDydnLxWteE1TUhgAk3u1T3FSiIRPud9rFcBIyl-HLbWCDdGNwgp3Vg3VkcIKd14V3YWt1MgA"}'
|
||||
2025-12-28 04:20:02.085 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:02.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.105/tcp/55232/p2p/16Uiu2HAm1HndJcqxQzPMMFt9nCjn2YqhfJvEMXhcc6kqc4odjrmD"]'
|
||||
2025-12-28 04:20:02.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:02.121 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-28 04:20:02.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55231/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:20:02.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:02.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "06febe61-dc3c-4652-a105-13e4d1c92558", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:02.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"06febe61-dc3c-4652-a105-13e4d1c92558","statusDesc":"OK"}'
|
||||
2025-12-28 04:20:02.146 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic Empty string
|
||||
2025-12-28 04:20:02.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "Empty string", "value": ""}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:02.149 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40404/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:20:02.152 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic A dictionary
|
||||
2025-12-28 04:20:02.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A dictionary", "value": {"key": "YWFh"}}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:02.155 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40404/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:20:02.155 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic An integer
|
||||
2025-12-28 04:20:02.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "An integer", "value": 1234567890}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:02.159 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40404/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:20:02.159 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic A list
|
||||
2025-12-28 04:20:02.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A list", "value": ["YWFh"]}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:02.162 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40404/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:20:02.163 DEBUG [tests.filter.test_subscribe_create] Running test with contetn topic A bool
|
||||
2025-12-28 04:20:02.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40404/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": [{"description": "A bool", "value": true}], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:20:02.166 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:40404/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:20:02.168 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:20:02.169 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:20:02.169 DEBUG [src.node.waku_node] Stopping container with id 73baeab121fb
|
||||
2025-12-28 04:20:02.739 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:20:02.739 DEBUG [src.node.waku_node] Stopping container with id 76af8418f778
|
||||
2025-12-28 04:20:03.277 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:20:03.278 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:20:03.283 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:20:03.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1017/data/attachments/1f4035c6a9eede8f.txt
Normal file
73
nim/1017/data/attachments/1f4035c6a9eede8f.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_retrieve_messages_without_subscribing_via_api with id: 2025-12-28_04-25-30__eeb01af4-ed9f-4480-9bc4-f14376471eac
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-25-30__eeb01af4-ed9f-4480-9bc4-f14376471eac__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.51
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65259', '65260', '65261', '65262', '65263']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 65259:65259 -p 65260:65260 -p 65261:65261 -p 65262:65262 -p 65263:65263 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65261 --rest-port=65259 --tcp-port=65260 --discv5-udp-port=65262 --rest-address=0.0.0.0 --nat=extip:172.18.217.51 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f6e18a4fc761ddeea1338a0440f96cec6889d0ead9e2fdcaea6f4583d2f58e2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65263 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.51 waku a321cabf2b62346bd3e5250cb44365d532e104b1b2d14db25fc8f523b43a3b37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a321cabf2b62. Setting up logs at ./log/docker/node1_2025-12-28_04-25-30__eeb01af4-ed9f-4480-9bc4-f14376471eac__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65259
|
||||
[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 501d49c56960. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 798f53caf267. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65259/health" -H "Content-Type: 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:65259/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.51/tcp/65260/p2p/16Uiu2HAmAVUCj4hHMNZZSRetQHXCinUpHheZuLihgErZWXpmRdTd","/ip4/172.18.217.51/tcp/65261/ws/p2p/16Uiu2HAmAVUCj4hHMNZZSRetQHXCinUpHheZuLihgErZWXpmRdTd"],"enrUri":"enr:-L24QIPRCFq6pl1fPffvl6eJEea_DDC5mvMAmQEK7EaqYxhRQU7DqqZ1KHImpGKAv5Q-z65TTsxOo5NKBkPwpKp9wj0CgmlkgnY0gmlwhKwS2TOKbXVsdGlhZGRyc5YACASsEtkzBv7sAAoErBLZMwb-7d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC39hPkQbdNStMuSBbPfMeSit_JhyENsNsNkGtMacne_iDdGNwgv7sg3VkcIL-7oV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-25-30__eeb01af4-ed9f-4480-9bc4-f14376471eac__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.79
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29829', '29830', '29831', '29832', '29833']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29829:29829 -p 29830:29830 -p 29831:29831 -p 29832:29832 -p 29833:29833 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29831 --rest-port=29829 --tcp-port=29830 --discv5-udp-port=29832 --rest-address=0.0.0.0 --nat=extip:172.18.32.79 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a8306cf1cbaef7075d60c453dce36dea5b6ec6395d417de5eecec8ba46e164b6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29833 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIPRCFq6pl1fPffvl6eJEea_DDC5mvMAmQEK7EaqYxhRQU7DqqZ1KHImpGKAv5Q-z65TTsxOo5NKBkPwpKp9wj0CgmlkgnY0gmlwhKwS2TOKbXVsdGlhZGRyc5YACASsEtkzBv7sAAoErBLZMwb-7d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC39hPkQbdNStMuSBbPfMeSit_JhyENsNsNkGtMacne_iDdGNwgv7sg3VkcIL-7oV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.32.79 waku ac5dc07cc49062bb60630003c1b6e84222a2f039c9e3c1d8b94a7f241caba4ca
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ac5dc07cc490. Setting up logs at ./log/docker/node2_2025-12-28_04-25-30__eeb01af4-ed9f-4480-9bc4-f14376471eac__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29829
|
||||
[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:29829/health" -H "Content-Type: 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:29829/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.79/tcp/29830/p2p/16Uiu2HAmEQaZ27KGLGNtWuLtEugf8rY49MvXNsGDTzidkrCauDoH","/ip4/172.18.32.79/tcp/29831/ws/p2p/16Uiu2HAmEQaZ27KGLGNtWuLtEugf8rY49MvXNsGDTzidkrCauDoH"],"enrUri":"enr:-L24QBqMZ__bYHHfsE7HOMxWrvSxCxAHU2pkZEdQw-xBR9C-O52ji7CmirOiFTRLtwRoocwpfSJwggbWg8sudFUD29ECgmlkgnY0gmlwhKwSIE-KbXVsdGlhZGRyc5YACASsEiBPBnSGAAoErBIgTwZ0h90DgnJzhQACAQAAiXNlY3AyNTZrMaEDGgZVlbDFiKCwhmB3qUIFVJ2Z3kaTqljOD3qJ_FC07PyDdGNwgnSGg3VkcIJ0iIV3YWt1MgE"}'
|
||||
[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:29829/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.51/tcp/65260/p2p/16Uiu2HAmAVUCj4hHMNZZSRetQHXCinUpHheZuLihgErZWXpmRdTd"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65259/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:65259/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":1766895933113893653,"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:29829/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":1766895933113893653,"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 a321cabf2b62
|
||||
[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 ac5dc07cc490
|
||||
[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.
|
||||
2586
nim/1017/data/attachments/1ff82bd9581af0e5.txt
Normal file
2586
nim/1017/data/attachments/1ff82bd9581af0e5.txt
Normal file
File diff suppressed because it is too large
Load Diff
82
nim/1017/data/attachments/200db35c7401cd06.txt
Normal file
82
nim/1017/data/attachments/200db35c7401cd06.txt
Normal file
@ -0,0 +1,82 @@
|
||||
2025-12-28 04:40:27.100 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:40:27.101 DEBUG [tests.conftest] Running test: test_publish_with_payload_equal_or_more_150_kb with id: 2025-12-28_04-40-27__cf202992-c161-4313-a489-4612692a5af6
|
||||
2025-12-28 04:40:27.101 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:40:27.101 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:40:27.101 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-28 04:40:27.108 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:40:27.108 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-40-27__cf202992-c161-4313-a489-4612692a5af6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:40:27.108 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:40:27.108 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:40:27.109 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:40:27.109 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.58.246
|
||||
2025-12-28 04:40:27.110 DEBUG [src.node.docker_mananger] Generated ports ['51886', '51887', '51888', '51889', '51890']
|
||||
2025-12-28 04:40:27.110 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:40:27.110 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:40:27.110 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:40:27.110 DEBUG [src.node.docker_mananger] docker run -i -t -p 51886:51886 -p 51887:51887 -p 51888:51888 -p 51889:51889 -p 51890:51890 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51888 --rest-port=51886 --tcp-port=51887 --discv5-udp-port=51889 --rest-address=0.0.0.0 --nat=extip:172.18.58.246 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=beafbdef855a8fc158aefe14bdbff2ea7f2ffcbdf6ea5d9f3cca46bdbee5c4ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51890 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:40:27.316 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.58.246 waku 6c912a48bc17321e3021e439ddad0a8075a4d983663e189bc3e03cc13b553929
|
||||
2025-12-28 04:40:27.355 DEBUG [src.node.docker_mananger] Container started with ID 6c912a48bc17. Setting up logs at ./log/docker/node1_2025-12-28_04-40-27__cf202992-c161-4313-a489-4612692a5af6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:40:27.355 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51886
|
||||
2025-12-28 04:40:27.356 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:40:28.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51886/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:40:28.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:40:28.361 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:40:28.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51886/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:40:28.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.246/tcp/51887/p2p/16Uiu2HAkvdvSDoYgesEgBXbZtmTuiXwFwiCroAMKTfdnGDF9ZMnn","/ip4/172.18.58.246/tcp/51888/ws/p2p/16Uiu2HAkvdvSDoYgesEgBXbZtmTuiXwFwiCroAMKTfdnGDF9ZMnn"],"enrUri":"enr:-L24QG5LMrFFrQOBM4SlxVtgCzbTt9YHPOywKnq91LKs5FD3IKr45tLlkSFC13YqpwWSWQ2oVbMstSS6nSbxysc7Hy8CgmlkgnY0gmlwhKwSOvaKbXVsdGlhZGRyc5YACASsEjr2BsqvAAoErBI69gbKsN0DgnJzhQADAQAAiXNlY3AyNTZrMaECEf8Abzvzlh8__eyOdwyH0eyQk3dmSe7fdB-WsF3oMu-DdGNwgsqvg3VkcILKsYV3YWt1MgE"}'
|
||||
2025-12-28 04:40:28.363 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:40:28.369 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:40:28.369 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-40-27__cf202992-c161-4313-a489-4612692a5af6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:40:28.370 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:40:28.370 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:40:28.371 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:40:28.371 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.128
|
||||
2025-12-28 04:40:28.371 DEBUG [src.node.docker_mananger] Generated ports ['6333', '6334', '6335', '6336', '6337']
|
||||
2025-12-28 04:40:28.371 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:40:28.372 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:40:28.372 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:40:28.372 DEBUG [src.node.docker_mananger] docker run -i -t -p 6333:6333 -p 6334:6334 -p 6335:6335 -p 6336:6336 -p 6337:6337 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6335 --rest-port=6333 --tcp-port=6334 --discv5-udp-port=6336 --rest-address=0.0.0.0 --nat=extip:172.18.198.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6bd3cbc3aabfa8eb303b6d22b666cf97b0b7adf3d6adbd6f3c60bed9fc259ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6337 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QG5LMrFFrQOBM4SlxVtgCzbTt9YHPOywKnq91LKs5FD3IKr45tLlkSFC13YqpwWSWQ2oVbMstSS6nSbxysc7Hy8CgmlkgnY0gmlwhKwSOvaKbXVsdGlhZGRyc5YACASsEjr2BsqvAAoErBI69gbKsN0DgnJzhQADAQAAiXNlY3AyNTZrMaECEf8Abzvzlh8__eyOdwyH0eyQk3dmSe7fdB-WsF3oMu-DdGNwgsqvg3VkcILKsYV3YWt1MgE
|
||||
2025-12-28 04:40:28.560 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.128 waku c149b817640c6079fb3eb7bbc68fc39443da5a97c20267b6246ba0df6e71923f
|
||||
2025-12-28 04:40:28.593 DEBUG [src.node.docker_mananger] Container started with ID c149b817640c. Setting up logs at ./log/docker/node2_2025-12-28_04-40-27__cf202992-c161-4313-a489-4612692a5af6__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:40:28.593 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6333
|
||||
2025-12-28 04:40:28.594 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:40:29.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6333/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:40:29.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:40:29.607 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:40:29.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6333/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:40:29.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.128/tcp/6334/p2p/16Uiu2HAm3Rpjq3V9VcGQQ6GVviGsGxCgwqsP9TmKt8XFkqLp8g4c","/ip4/172.18.198.128/tcp/6335/ws/p2p/16Uiu2HAm3Rpjq3V9VcGQQ6GVviGsGxCgwqsP9TmKt8XFkqLp8g4c"],"enrUri":"enr:-L24QFKfzVJA-hpeYH7w-HY_o6CfXrbYxYJPZd4NBqC45xmfbnYfjOO9RQQZcIlxcsmMmY0Z8Bn_hg_vJYKP9wT-9AoCgmlkgnY0gmlwhKwSxoCKbXVsdGlhZGRyc5YACASsEsaABhi-AAoErBLGgAYYv90DgnJzhQADAQAAiXNlY3AyNTZrMaECdudmRj3LbtfnOb5ueJvQXXYh32OJ-BUwxU1BZ1ooFrWDdGNwghi-g3VkcIIYwIV3YWt1MgE"}'
|
||||
2025-12-28 04:40:29.613 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:40:29.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6333/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.58.246/tcp/51887/p2p/16Uiu2HAkvdvSDoYgesEgBXbZtmTuiXwFwiCroAMKTfdnGDF9ZMnn"]'
|
||||
2025-12-28 04:40:29.617 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:40:29.617 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-28 04:40:29.617 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51886/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:40:29.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:40:29.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6333/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:40:29.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:40:29.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:40:29.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:40:29.632 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:40:29.732 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:40:29.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:40:29.735 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":1766896829627198720,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:40:29.737 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-28 04:40:29.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6333/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:40:29.739 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":1766896829627198720,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:40:29.740 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-28 04:40:29.741 DEBUG [tests.relay.test_publish] Running test with payload length of 204800 bytes
|
||||
2025-12-28 04:40:29.745 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-28 04:40:29.763 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Message size exceeded maximum of 153600 bytes'
|
||||
2025-12-28 04:40:29.764 DEBUG [tests.relay.test_publish] Running test with payload length of 1048576 bytes
|
||||
2025-12-28 04:40:29.783 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-28 04:40:29.859 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Message size exceeded maximum of 153600 bytes'
|
||||
2025-12-28 04:40:29.861 DEBUG [tests.relay.test_publish] Running test with payload length of 10485760 bytes
|
||||
2025-12-28 04:40:30.005 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-28 04:40:30.673 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Message size exceeded maximum of 153600 bytes'
|
||||
2025-12-28 04:40:30.677 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:40:30.678 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:40:30.678 DEBUG [src.node.waku_node] Stopping container with id 6c912a48bc17
|
||||
2025-12-28 04:40:31.235 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:40:31.235 DEBUG [src.node.waku_node] Stopping container with id c149b817640c
|
||||
2025-12-28 04:40:31.779 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:40:31.782 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:40:31.787 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:40:31.791 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
71
nim/1017/data/attachments/20b721e0d74cfbd.txt
Normal file
71
nim/1017/data/attachments/20b721e0d74cfbd.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2025-12-28 04:25:21.593 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:25:21.594 DEBUG [tests.conftest] Running test: test_admin_service_peers_schema with id: 2025-12-28_04-25-21__72d43ac3-8cc9-4d01-91ad-d73f153f59f4
|
||||
2025-12-28 04:25:21.595 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:25:21.595 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:25:21.595 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:25:21.604 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:21.605 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-25-21__72d43ac3-8cc9-4d01-91ad-d73f153f59f4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.610 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:21.611 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-25-21__72d43ac3-8cc9-4d01-91ad-d73f153f59f4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.616 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:21.616 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-25-21__72d43ac3-8cc9-4d01-91ad-d73f153f59f4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.621 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:21.622 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-25-21__72d43ac3-8cc9-4d01-91ad-d73f153f59f4__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.622 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:25:21.622 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:25:21.628 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:21.628 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/n1_service_schema__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.633 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:25:21.634 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/n2_service_schema__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.634 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:25:21.634 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:25:21.635 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:25:21.635 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.45.60
|
||||
2025-12-28 04:25:21.635 DEBUG [src.node.docker_mananger] Generated ports ['2729', '2730', '2731', '2732', '2733']
|
||||
2025-12-28 04:25:21.635 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:25:21.636 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:25:21.636 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:25:21.636 DEBUG [src.node.docker_mananger] docker run -i -t -p 2729:2729 -p 2730:2730 -p 2731:2731 -p 2732:2732 -p 2733:2733 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2731 --rest-port=2729 --tcp-port=2730 --discv5-udp-port=2732 --rest-address=0.0.0.0 --nat=extip:172.18.45.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3fcc7fea9f35f70fef954d5c6ddf6ccc7d30eef3bd180c8c4ba0a8ffcd1cfcac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2733 --metrics-logging=true --relay=true
|
||||
2025-12-28 04:25:21.822 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.45.60 waku d5a86ede7ab1393d5c61fde125a4f54eab1a1ed71110e6afd991f1faafeaa1b2
|
||||
2025-12-28 04:25:21.856 DEBUG [src.node.docker_mananger] Container started with ID d5a86ede7ab1. Setting up logs at ./log/docker/n1_service_schema__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:21.857 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2729
|
||||
2025-12-28 04:25:21.858 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:25:21.858 ERROR [src.node.docker_mananger] Max retries reached for container a41d35bd7c4c. Exiting log stream.
|
||||
2025-12-28 04:25:22.414 ERROR [src.node.docker_mananger] Max retries reached for container cae1028ac73c. Exiting log stream.
|
||||
2025-12-28 04:25:22.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2729/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:22.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"}]}'
|
||||
2025-12-28 04:25:22.864 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:25:22.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2729/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:22.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.45.60/tcp/2730/p2p/16Uiu2HAkvUDU3LPbPRMRE7Sh7vZh7NrMdDyA9zNGb3RFWNJA2rF2","/ip4/172.18.45.60/tcp/2731/ws/p2p/16Uiu2HAkvUDU3LPbPRMRE7Sh7vZh7NrMdDyA9zNGb3RFWNJA2rF2"],"enrUri":"enr:-L24QEUUKjSqgNoHet2bBStx-hKPcXqN7nhO_A5N9CONJLOBCamo764Y3maLxiPWpyoxauryRzXZ0gd6dmHJQFpWgIICgmlkgnY0gmlwhKwSLTyKbXVsdGlhZGRyc5YACASsEi08BgqqAAoErBItPAYKq90DgnJzhQADAQAAiXNlY3AyNTZrMaECD4Jzd0t0cDijZoijokgiJ89F3bYtgJ2o3wl_KAVewCmDdGNwggqqg3VkcIIKrIV3YWt1MgE"}'
|
||||
2025-12-28 04:25:22.866 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:25:22.866 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:25:22.866 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:25:22.868 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:25:22.868 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.159
|
||||
2025-12-28 04:25:22.868 DEBUG [src.node.docker_mananger] Generated ports ['12195', '12196', '12197', '12198', '12199']
|
||||
2025-12-28 04:25:22.868 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:25:22.868 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:25:22.868 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:25:22.868 DEBUG [src.node.docker_mananger] docker run -i -t -p 12195:12195 -p 12196:12196 -p 12197:12197 -p 12198:12198 -p 12199:12199 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12197 --rest-port=12195 --tcp-port=12196 --discv5-udp-port=12198 --rest-address=0.0.0.0 --nat=extip:172.18.0.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=daf863d6abfd82d75fb466dfca2e1bd9debbba99367b5b0e2c264cd2b529bc73 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12199 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEUUKjSqgNoHet2bBStx-hKPcXqN7nhO_A5N9CONJLOBCamo764Y3maLxiPWpyoxauryRzXZ0gd6dmHJQFpWgIICgmlkgnY0gmlwhKwSLTyKbXVsdGlhZGRyc5YACASsEi08BgqqAAoErBItPAYKq90DgnJzhQADAQAAiXNlY3AyNTZrMaECD4Jzd0t0cDijZoijokgiJ89F3bYtgJ2o3wl_KAVewCmDdGNwggqqg3VkcIIKrIV3YWt1MgE
|
||||
2025-12-28 04:25:23.051 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.159 waku a80968e4b93ccba6951b7a036e091ea245c3eb90d19eccecc4cbf22082afc10f
|
||||
2025-12-28 04:25:23.083 DEBUG [src.node.docker_mananger] Container started with ID a80968e4b93c. Setting up logs at ./log/docker/n2_service_schema__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:25:23.083 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12195
|
||||
2025-12-28 04:25:23.084 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:25:24.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12195/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:24.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:25:24.100 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:25:24.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12195/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:24.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.159/tcp/12196/p2p/16Uiu2HAm641Xa4oW6ApP8jJwyrkv2ZvNkFy6FFUxXK2nzuV3ucsb","/ip4/172.18.0.159/tcp/12197/ws/p2p/16Uiu2HAm641Xa4oW6ApP8jJwyrkv2ZvNkFy6FFUxXK2nzuV3ucsb"],"enrUri":"enr:-L24QBaK_Rd5o-mT8yKv9Ll912WJHxZaIRxXa3KtwKWShQQAFmQwHuNYl8KOMVMnDaGJWiMVXI7_QL31r9HIE_1ygeYCgmlkgnY0gmlwhKwSAJ-KbXVsdGlhZGRyc5YACASsEgCfBi-kAAoErBIAnwYvpd0DgnJzhQADAQAAiXNlY3AyNTZrMaECnePhmfZVS0ik2yOxIXRJu85iNdM_NuL629cmfPwsaaKDdGNwgi-kg3VkcIIvpoV3YWt1MgE"}'
|
||||
2025-12-28 04:25:24.106 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:25:24.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2729/admin/v1/peers/service" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:25:24.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.0.159/tcp/55058/p2p/16Uiu2HAm641Xa4oW6ApP8jJwyrkv2ZvNkFy6FFUxXK2nzuV3ucsb","protocols":["/vac/waku/relay/2.0.0","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
2025-12-28 04:25:24.109 DEBUG [tests.rest_flags.test_admin_flags] Validate schema of get service peers
|
||||
2025-12-28 04:25:24.111 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:25:24.112 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:25:24.113 DEBUG [src.node.waku_node] Stopping container with id d5a86ede7ab1
|
||||
2025-12-28 04:25:24.658 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:24.658 DEBUG [src.node.waku_node] Stopping container with id a80968e4b93c
|
||||
2025-12-28 04:25:25.174 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:25:25.176 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:25:25.180 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:25:25.185 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
55
nim/1017/data/attachments/20c05a303bac76b5.txt
Normal file
55
nim/1017/data/attachments/20c05a303bac76b5.txt
Normal file
@ -0,0 +1,55 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_log_level_FATAL_from_ERROR with id: 2025-12-28_04-33-06__da8d2df8-fdb2-4938-87e6-228a1610b647
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-33-06__da8d2df8-fdb2-4938-87e6-228a1610b647__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-33-06__da8d2df8-fdb2-4938-87e6-228a1610b647__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-33-06__da8d2df8-fdb2-4938-87e6-228a1610b647__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-33-06__da8d2df8-fdb2-4938-87e6-228a1610b647__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.179.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19302', '19303', '19304', '19305', '19306']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 19302:19302 -p 19303:19303 -p 19304:19304 -p 19305:19305 -p 19306:19306 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19304 --rest-port=19302 --tcp-port=19303 --discv5-udp-port=19305 --rest-address=0.0.0.0 --nat=extip:172.18.179.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f17a97c03ccd04ecf84c3650fcf07e65f0bbcc0926c2db70036ed0d1bebeb91 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19306 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.179.182 waku c8f0037babcab45d7b211b741ccd42f5e861787666487f6829e3bc0a442e3bb5
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eab84791273f. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c8f0037babca. Setting up logs at ./log/docker/node1_2025-12-28_04-33-06__da8d2df8-fdb2-4938-87e6-228a1610b647__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19302
|
||||
[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 9e457f5fa9d6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19302/health" -H "Content-Type: 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:19302/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.182/tcp/19303/p2p/16Uiu2HAmLV7BSwXnBnoNjNzYHULF9mS3u38Gywu8yf1GuHZB2QUF","/ip4/172.18.179.182/tcp/19304/ws/p2p/16Uiu2HAmLV7BSwXnBnoNjNzYHULF9mS3u38Gywu8yf1GuHZB2QUF"],"enrUri":"enr:-L24QJEAcVgH00tkzlFNH-Bd-m8cKHYHoVwqhlXaDRw3H9VAI-NpO_7KeiMl6kdiGBEfmK5yt3j9Qh6H--j5Sz3yOjECgmlkgnY0gmlwhKwSs7aKbXVsdGlhZGRyc5YACASsErO2BktnAAoErBKztgZLaN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdFVpDq1JugqPEbMIk7uHfA_WhM2Hoz99a-bOkT2lojCDdGNwgktng3VkcIJLaYV3YWt1MgE"}'
|
||||
[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:19302/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19302/admin/v1/log-level/FATAL" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:19302/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.182/tcp/19303/p2p/16Uiu2HAmLV7BSwXnBnoNjNzYHULF9mS3u38Gywu8yf1GuHZB2QUF","/ip4/172.18.179.182/tcp/19304/ws/p2p/16Uiu2HAmLV7BSwXnBnoNjNzYHULF9mS3u38Gywu8yf1GuHZB2QUF"],"enrUri":"enr:-L24QJEAcVgH00tkzlFNH-Bd-m8cKHYHoVwqhlXaDRw3H9VAI-NpO_7KeiMl6kdiGBEfmK5yt3j9Qh6H--j5Sz3yOjECgmlkgnY0gmlwhKwSs7aKbXVsdGlhZGRyc5YACASsErO2BktnAAoErBKztgZLaN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdFVpDq1JugqPEbMIk7uHfA_WhM2Hoz99a-bOkT2lojCDdGNwgktng3VkcIJLaYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19302/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19302/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:320 counts at FATAL: {'TRC': 0, 'DBG': 0, 'INF': 0, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19302/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c8f0037babca
|
||||
[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.
|
||||
34
nim/1017/data/attachments/20dcb6780d173680.txt
Normal file
34
nim/1017/data/attachments/20dcb6780d173680.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-28 04:30:09.024+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-28 04:30:09.024+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-28 04:30:09.024+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-28 04:30:09.024+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-28 04:30:09.024+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-28 04:30:09.024+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QEiuYwPpGWUTeIY-U_Nmv8NyZvwPWCerOwkdAN5YEsZGetPnD2nFekEg3Osqx5D_DAcaA_y246j--v9DOW1XM2ICgmlkgnY0gmlwhKwSqS6KbXVsdGlhZGRyc5YACASsEqkuBkXZAAoErBKpLgZF2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECDWHvohc3rCaifSd6leXL69MxKACvETF1UMVmfnOsw26DdGNwgkXZg3VkcIJF24V3YWt1Mgk
|
||||
NTC 2025-12-28 04:30:09.024+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:50655
|
||||
INF 2025-12-28 04:30:09.025+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:50655/
|
||||
INF 2025-12-28 04:30:09.025+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-28 04:30:09.025+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-28 04:30:09.026+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-28 04:30:09.026+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-28 04:30:09.027+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-28 04:30:09.027+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-28 04:30:09.027+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.167.134/tcp/50656, /ip4/172.18.167.134/tcp/50657/ws]"
|
||||
INF 2025-12-28 04:30:09.027+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-28 04:30:09.027+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-28 04:30:09.027+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-28 04:30:09.027+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-28 04:30:09.027+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*ascAff, seqNo: 1766896209, addresses: [/ip4/172.18.167.134/tcp/50656, /ip4/172.18.167.134/tcp/50657/ws], mixKey: )"
|
||||
TRC 2025-12-28 04:30:09.027+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-28 04:30:09.027+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-28 04:30:09.027+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-28 04:30:09.027+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-28 04:30:09.027+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-28 04:30:09.027+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-28 04:30:09.027+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"
|
||||
72
nim/1017/data/attachments/2122f2b1ce152766.txt
Normal file
72
nim/1017/data/attachments/2122f2b1ce152766.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2025-12-28 04:21:20.025 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:21:20.026 DEBUG [tests.conftest] Running test: test_filter_ping_on_unsubscribed_peer with id: 2025-12-28_04-21-20__ad02e91b-bdcb-44ed-875e-dcc2e53e60e2
|
||||
2025-12-28 04:21:20.026 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:21:20.026 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:21:20.026 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:21:20.033 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:20.033 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-21-20__ad02e91b-bdcb-44ed-875e-dcc2e53e60e2__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:20.033 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:20.033 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:20.035 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:20.035 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.24
|
||||
2025-12-28 04:21:20.035 DEBUG [src.node.docker_mananger] Generated ports ['51435', '51436', '51437', '51438', '51439']
|
||||
2025-12-28 04:21:20.035 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:20.035 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:20.035 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:20.035 DEBUG [src.node.docker_mananger] docker run -i -t -p 51435:51435 -p 51436:51436 -p 51437:51437 -p 51438:51438 -p 51439:51439 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51437 --rest-port=51435 --tcp-port=51436 --discv5-udp-port=51438 --rest-address=0.0.0.0 --nat=extip:172.18.76.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a0dfbb05ced1eacecfeacfb80bdcadcefee8479ce27ed0d1da3f210e2319e1e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51439 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:21:20.216 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.24 waku a53faa1872958ff90fa2d00b09e4ce5c6282da2e49764b99cbf157809d58ed9d
|
||||
2025-12-28 04:21:20.247 DEBUG [src.node.docker_mananger] Container started with ID a53faa187295. Setting up logs at ./log/docker/node1_2025-12-28_04-21-20__ad02e91b-bdcb-44ed-875e-dcc2e53e60e2__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:20.247 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51435
|
||||
2025-12-28 04:21:20.248 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:20.312 ERROR [src.node.docker_mananger] Max retries reached for container 415b1db458c5. Exiting log stream.
|
||||
2025-12-28 04:21:20.816 ERROR [src.node.docker_mananger] Max retries reached for container 8753a9fb13bb. Exiting log stream.
|
||||
2025-12-28 04:21:21.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51435/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:21.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:21:21.251 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:21.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51435/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:21.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.24/tcp/51436/p2p/16Uiu2HAmKXogydUvJDTFHVhx2o2zCSQ1qc51NcwupiEXLqZdLnu5","/ip4/172.18.76.24/tcp/51437/ws/p2p/16Uiu2HAmKXogydUvJDTFHVhx2o2zCSQ1qc51NcwupiEXLqZdLnu5"],"enrUri":"enr:-L24QOgo9fobFki6eLN1njyvAQKHgQ6KAy7RlF6i3tFBf7-3R9YRZbcOMU-NizBpg5hSeObukAu8h717IiOrt03NzaYCgmlkgnY0gmlwhKwSTBiKbXVsdGlhZGRyc5YACASsEkwYBsjsAAoErBJMGAbI7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZiqwWqQoHim7Z3IkIJlHyKWHV-PiZnskFei6ppgqtdiDdGNwgsjsg3VkcILI7oV3YWt1MgU"}'
|
||||
2025-12-28 04:21:21.254 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:21.254 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:21:21.261 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:21:21.261 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-21-20__ad02e91b-bdcb-44ed-875e-dcc2e53e60e2__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:21.261 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:21:21.261 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:21:21.262 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:21:21.263 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.195
|
||||
2025-12-28 04:21:21.263 DEBUG [src.node.docker_mananger] Generated ports ['43831', '43832', '43833', '43834', '43835']
|
||||
2025-12-28 04:21:21.263 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:21:21.263 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:21:21.263 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:21:21.263 DEBUG [src.node.docker_mananger] docker run -i -t -p 43831:43831 -p 43832:43832 -p 43833:43833 -p 43834:43834 -p 43835:43835 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43833 --rest-port=43831 --tcp-port=43832 --discv5-udp-port=43834 --rest-address=0.0.0.0 --nat=extip:172.18.35.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a6f873f9abcd83a77a92dea40b185cfde7c4a1b3d759b70ce3e927cfce97e4a6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43835 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOgo9fobFki6eLN1njyvAQKHgQ6KAy7RlF6i3tFBf7-3R9YRZbcOMU-NizBpg5hSeObukAu8h717IiOrt03NzaYCgmlkgnY0gmlwhKwSTBiKbXVsdGlhZGRyc5YACASsEkwYBsjsAAoErBJMGAbI7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZiqwWqQoHim7Z3IkIJlHyKWHV-PiZnskFei6ppgqtdiDdGNwgsjsg3VkcILI7oV3YWt1MgU --filternode=/ip4/172.18.76.24/tcp/51436/p2p/16Uiu2HAmKXogydUvJDTFHVhx2o2zCSQ1qc51NcwupiEXLqZdLnu5
|
||||
2025-12-28 04:21:21.454 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.195 waku a8df668c0d7f11beac442f4c95c52f08a4a216e0f2c8afe142238d950e52e454
|
||||
2025-12-28 04:21:21.482 DEBUG [src.node.docker_mananger] Container started with ID a8df668c0d7f. Setting up logs at ./log/docker/node2_2025-12-28_04-21-20__ad02e91b-bdcb-44ed-875e-dcc2e53e60e2__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:21:21.482 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43831
|
||||
2025-12-28 04:21:21.482 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:21:22.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43831/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:22.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:21:22.488 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:21:22.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43831/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:22.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.195/tcp/43832/p2p/16Uiu2HAkvyfCf6RLQhpcWzKkz1qQNFmeVbG2eaqjG36qFgeF5knW","/ip4/172.18.35.195/tcp/43833/ws/p2p/16Uiu2HAkvyfCf6RLQhpcWzKkz1qQNFmeVbG2eaqjG36qFgeF5knW"],"enrUri":"enr:-L24QBc9bhW3GCWMzeeu03KOD5zTKGoRkkzyl5cCtCByEJf5YxipBZ60D6ghSSH4NIhWA2hHHgGn-t7VahuSF0Hd3q0CgmlkgnY0gmlwhKwSI8OKbXVsdGlhZGRyc5YACASsEiPDBqs4AAoErBIjwwarOd0DgnJzhQADAQAAiXNlY3AyNTZrMaECFw1klOZCjpTKkFzaeRUApXHD31fPrWkrUwb9KFZvF7uDdGNwgqs4g3VkcIKrOoV3YWt1MgA"}'
|
||||
2025-12-28 04:21:22.491 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:21:22.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43831/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.76.24/tcp/51436/p2p/16Uiu2HAmKXogydUvJDTFHVhx2o2zCSQ1qc51NcwupiEXLqZdLnu5"]'
|
||||
2025-12-28 04:21:22.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:22.526 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-28 04:21:22.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51435/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:21:22.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:21:22.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43831/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2e04c817-10cb-4764-ada9-c0aaa16749dc", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:21:22.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"2e04c817-10cb-4764-ada9-c0aaa16749dc","statusDesc":"OK"}'
|
||||
2025-12-28 04:21:22.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43831/filter/v2/subscriptions/60de9aca-9e47-497a-b91c-06a8a7b7df23" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:22.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"60de9aca-9e47-497a-b91c-06a8a7b7df23","statusDesc":"OK"}'
|
||||
2025-12-28 04:21:22.558 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:43831/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "12345", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:21:22.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"12345","statusDesc":"OK"}'
|
||||
2025-12-28 04:21:22.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43831/filter/v2/subscriptions/f6ca7ea3-24d0-4b13-aded-9cb4d7c40b41" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:22.572 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:43831/filter/v2/subscriptions/f6ca7ea3-24d0-4b13-aded-9cb4d7c40b41. Response content: b'{"requestId":"f6ca7ea3-24d0-4b13-aded-9cb4d7c40b41","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
2025-12-28 04:21:22.576 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:21:22.577 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:21:22.577 DEBUG [src.node.waku_node] Stopping container with id a53faa187295
|
||||
2025-12-28 04:21:23.074 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:23.074 DEBUG [src.node.waku_node] Stopping container with id a8df668c0d7f
|
||||
2025-12-28 04:21:23.606 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:23.607 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:21:23.612 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:23.619 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
99
nim/1017/data/attachments/2140c5d7dac6e083.txt
Normal file
99
nim/1017/data/attachments/2140c5d7dac6e083.txt
Normal file
@ -0,0 +1,99 @@
|
||||
2025-12-28 04:19:37.003 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:19:37.004 DEBUG [tests.conftest] Running test: test_lightpush with id: 2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e
|
||||
2025-12-28 04:19:37.004 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:19:37.004 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:19:37.004 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:19:37.005 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-28 04:19:37.005 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:19:37.012 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:37.012 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:37.012 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:37.013 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:37.014 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:37.014 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.240
|
||||
2025-12-28 04:19:37.014 DEBUG [src.node.docker_mananger] Generated ports ['34668', '34669', '34670', '34671', '34672']
|
||||
2025-12-28 04:19:37.015 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:37.015 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:37.015 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:37.015 DEBUG [src.node.docker_mananger] docker run -i -t -p 34668:34668 -p 34669:34669 -p 34670:34670 -p 34671:34671 -p 34672:34672 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34670 --rest-port=34668 --tcp-port=34669 --discv5-udp-port=34671 --rest-address=0.0.0.0 --nat=extip:172.18.65.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b3914ea4363bab15e5cbab7cf9acfec1253bddbace3faf34bdef4b8c386837d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34672 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-28 04:19:37.204 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.240 waku 1aff69301da2f2a31d93b32ec5aaaf63eee9bc6f8c203b94e9177f8e7ec2f805
|
||||
2025-12-28 04:19:37.235 ERROR [src.node.docker_mananger] Max retries reached for container e6f52edd8b9f. Exiting log stream.
|
||||
2025-12-28 04:19:37.236 DEBUG [src.node.docker_mananger] Container started with ID 1aff69301da2. Setting up logs at ./log/docker/node1_2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:37.236 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34668
|
||||
2025-12-28 04:19:37.238 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:37.806 ERROR [src.node.docker_mananger] Max retries reached for container 2e9716811d62. Exiting log stream.
|
||||
2025-12-28 04:19:38.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34668/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:38.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:19:38.241 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:38.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34668/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:38.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.240/tcp/34669/p2p/16Uiu2HAmEVnApHtstG1wquWB69rf1umF5DYCXY4qX9vV7brf62gJ","/ip4/172.18.65.240/tcp/34670/ws/p2p/16Uiu2HAmEVnApHtstG1wquWB69rf1umF5DYCXY4qX9vV7brf62gJ"],"enrUri":"enr:-L24QJYfQ6mJUTOYz_I5wdPTnY6xJHjhH0maqnpIfsEr7x--ZvP5-zFRIGMszS0JAeDObQdiN6-1o7uJTau-qFMpH8UCgmlkgnY0gmlwhKwSQfCKbXVsdGlhZGRyc5YACASsEkHwBodtAAoErBJB8AaHbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG1tfutAZRUlExyocP1D7G6Z9hDxwxN2SXRqKJ1gzTlODdGNwgodtg3VkcIKHb4V3YWt1Mgk"}'
|
||||
2025-12-28 04:19:38.244 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:38.251 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:38.251 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:38.251 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:38.251 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:38.252 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:38.252 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.234.200
|
||||
2025-12-28 04:19:38.253 DEBUG [src.node.docker_mananger] Generated ports ['16353', '16354', '16355', '16356', '16357']
|
||||
2025-12-28 04:19:38.253 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:38.253 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:38.253 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:38.253 DEBUG [src.node.docker_mananger] docker run -i -t -p 16353:16353 -p 16354:16354 -p 16355:16355 -p 16356:16356 -p 16357:16357 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16355 --rest-port=16353 --tcp-port=16354 --discv5-udp-port=16356 --rest-address=0.0.0.0 --nat=extip:172.18.234.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=265f2ba3cfdeccf50bc67eeffbd3eae077d05cadeaadad7a93fc4d99a464ae79 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16357 --metrics-logging=true --lightpush=false --relay=true --discv5-bootstrap-node=enr:-L24QJYfQ6mJUTOYz_I5wdPTnY6xJHjhH0maqnpIfsEr7x--ZvP5-zFRIGMszS0JAeDObQdiN6-1o7uJTau-qFMpH8UCgmlkgnY0gmlwhKwSQfCKbXVsdGlhZGRyc5YACASsEkHwBodtAAoErBJB8AaHbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG1tfutAZRUlExyocP1D7G6Z9hDxwxN2SXRqKJ1gzTlODdGNwgodtg3VkcIKHb4V3YWt1Mgk
|
||||
2025-12-28 04:19:38.437 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.234.200 waku 3c4cd1d62f5c7aec901bac971b9e711e648533054f0aa94b9681714a396983ff
|
||||
2025-12-28 04:19:38.467 DEBUG [src.node.docker_mananger] Container started with ID 3c4cd1d62f5c. Setting up logs at ./log/docker/node1_2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:38.467 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16353
|
||||
2025-12-28 04:19:38.468 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:39.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16353/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:39.481 INFO [src.node.api_clients.base_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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:19:39.481 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:39.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16353/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:39.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.234.200/tcp/16354/p2p/16Uiu2HAmJJa6ErPqJAPPQGawWvVJYNDMq4qnaDrkvSKceCYu5yEn","/ip4/172.18.234.200/tcp/16355/ws/p2p/16Uiu2HAmJJa6ErPqJAPPQGawWvVJYNDMq4qnaDrkvSKceCYu5yEn"],"enrUri":"enr:-L24QOBRYYBxm0dd5AbQ7G78rN-R581gHuvMAPfnKvjQqN4bTLGYSX5LXVo5b5DAMrKnyJVR9qKVA0TAlqI4HNs5nAwCgmlkgnY0gmlwhKwS6siKbXVsdGlhZGRyc5YACASsEurIBj_iAAoErBLqyAY_490DgnJzhQADAQAAiXNlY3AyNTZrMaEDU-sTOOzJYUQaDVeWthKzcWk1pRuMzptNekvfKUm-bX-DdGNwgj_ig3VkcII_5IV3YWt1MgE"}'
|
||||
2025-12-28 04:19:39.487 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:39.497 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:39.497 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:39.497 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:39.497 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:39.499 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:39.499 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.66
|
||||
2025-12-28 04:19:39.499 DEBUG [src.node.docker_mananger] Generated ports ['37184', '37185', '37186', '37187', '37188']
|
||||
2025-12-28 04:19:39.500 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:39.500 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:39.500 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:39.500 DEBUG [src.node.docker_mananger] docker run -i -t -p 37184:37184 -p 37185:37185 -p 37186:37186 -p 37187:37187 -p 37188:37188 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37186 --rest-port=37184 --tcp-port=37185 --discv5-udp-port=37187 --rest-address=0.0.0.0 --nat=extip:172.18.124.66 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db1b2b12bbb336f7b204d8f5da82a6e183c7db746f22b7cc4d0fbde9fddc7508 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37188 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QJYfQ6mJUTOYz_I5wdPTnY6xJHjhH0maqnpIfsEr7x--ZvP5-zFRIGMszS0JAeDObQdiN6-1o7uJTau-qFMpH8UCgmlkgnY0gmlwhKwSQfCKbXVsdGlhZGRyc5YACASsEkHwBodtAAoErBJB8AaHbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG1tfutAZRUlExyocP1D7G6Z9hDxwxN2SXRqKJ1gzTlODdGNwgodtg3VkcIKHb4V3YWt1Mgk --lightpushnode=/ip4/172.18.65.240/tcp/34669/p2p/16Uiu2HAmEVnApHtstG1wquWB69rf1umF5DYCXY4qX9vV7brf62gJ
|
||||
2025-12-28 04:19:39.682 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.66 waku 9be9a947c6b832ca426d9ce55f8dfe438d718b6705010049fc46b248e3dc9116
|
||||
2025-12-28 04:19:39.713 DEBUG [src.node.docker_mananger] Container started with ID 9be9a947c6b8. Setting up logs at ./log/docker/node1_2025-12-28_04-19-37__6c48184c-65c9-43ba-a8a0-296fb19b712e__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:39.713 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37184
|
||||
2025-12-28 04:19:39.713 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:40.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37184/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:40.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:19:40.719 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:40.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37184/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:40.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.66/tcp/37185/p2p/16Uiu2HAmVSRwqDqXevojewpYwtvgumdy93DqD8PCQdtHfV9kPdck","/ip4/172.18.124.66/tcp/37186/ws/p2p/16Uiu2HAmVSRwqDqXevojewpYwtvgumdy93DqD8PCQdtHfV9kPdck"],"enrUri":"enr:-L24QDSqAirhfKtJfeVqD04gx9R4we5ENsPGYCTiXF5LcMCJG9klVWk-RDu4a-KtZgkONSaWBVudfGsDdA8mOhYZTFECgmlkgnY0gmlwhKwSfEKKbXVsdGlhZGRyc5YACASsEnxCBpFBAAoErBJ8QgaRQt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-V8RdtHIM5hUo50EWp-pfuduhTLYUH-Aj9vg5jac00mDdGNwgpFBg3VkcIKRQ4V3YWt1Mgk"}'
|
||||
2025-12-28 04:19:40.721 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:40.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34668/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:19:40.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:40.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16353/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:19:40.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:40.733 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2025-12-28 04:19:40.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37184/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": 1766895580733168843}}'
|
||||
2025-12-28 04:19:40.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:40.772 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-28 04:19:40.873 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2025-12-28 04:19:40.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34668/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:40.876 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":1766895580733168843,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:19:40.877 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2025-12-28 04:19:40.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16353/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:40.880 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":1766895580733168843,"ephemeral":false,"proof":""}]'
|
||||
2025-12-28 04:19:40.883 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:19:40.884 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:19:40.884 DEBUG [src.node.waku_node] Stopping container with id 1aff69301da2
|
||||
2025-12-28 04:19:41.465 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:41.465 DEBUG [src.node.waku_node] Stopping container with id 3c4cd1d62f5c
|
||||
2025-12-28 04:19:41.992 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:41.992 DEBUG [src.node.waku_node] Stopping container with id 9be9a947c6b8
|
||||
2025-12-28 04:19:42.277 ERROR [src.node.docker_mananger] Max retries reached for container 1aff69301da2. Exiting log stream.
|
||||
2025-12-28 04:19:42.490 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:42.491 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:19:42.502 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:42.510 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:42.518 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
102
nim/1017/data/attachments/2234f49bed0fe5d1.txt
Normal file
102
nim/1017/data/attachments/2234f49bed0fe5d1.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_relay_receiving_node_not_connected_directly_to_relaying_node with id: 2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64__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.184.121
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62157', '62158', '62159', '62160', '62161']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 62157:62157 -p 62158:62158 -p 62159:62159 -p 62160:62160 -p 62161:62161 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62159 --rest-port=62157 --tcp-port=62158 --discv5-udp-port=62160 --rest-address=0.0.0.0 --nat=extip:172.18.184.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=422f7e2e8bea9c3aed134e1cebfb69b2dbe42dc8060a91c11adc234e808a751b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62161 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.184.121 waku 4159f5c81bf6d72410487f5f3a64756a3aee950d4b0825617cf039c4f93b8e6a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4159f5c81bf6. Setting up logs at ./log/docker/node1_2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62157
|
||||
[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:62157/health" -H "Content-Type: 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:62157/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.121/tcp/62158/p2p/16Uiu2HAmKkm2ptzSAL8tMNmAfBYJCPo37yyhEtGNS95TG8MLrM5G","/ip4/172.18.184.121/tcp/62159/ws/p2p/16Uiu2HAmKkm2ptzSAL8tMNmAfBYJCPo37yyhEtGNS95TG8MLrM5G"],"enrUri":"enr:-L24QP3gZIp1VsgyEOWuckH2fTOT-GP0m2KV3-LA3tIN1GBNS9PArqZazOfHPkfxsb7A4Fn99TlfuyahC3Cj2scAFNoCgmlkgnY0gmlwhKwSuHmKbXVsdGlhZGRyc5YACASsErh5BvLOAAoErBK4eQbyz90DgnJzhQADAQAAiXNlY3AyNTZrMaEDaXw79_55eYD2jVKF8R2lXpcGFROqydRJWemNaqnHNV-DdGNwgvLOg3VkcILy0IV3YWt1MgE"}'
|
||||
[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.62.177
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10000', '10001', '10002', '10003', '10004']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 10000:10000 -p 10001:10001 -p 10002:10002 -p 10003:10003 -p 10004:10004 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10002 --rest-port=10000 --tcp-port=10001 --discv5-udp-port=10003 --rest-address=0.0.0.0 --nat=extip:172.18.62.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec5bbc99faadf7050d94f73accddeeac32c62b808db8114e90c93b85d0eceaf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10004 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QP3gZIp1VsgyEOWuckH2fTOT-GP0m2KV3-LA3tIN1GBNS9PArqZazOfHPkfxsb7A4Fn99TlfuyahC3Cj2scAFNoCgmlkgnY0gmlwhKwSuHmKbXVsdGlhZGRyc5YACASsErh5BvLOAAoErBK4eQbyz90DgnJzhQADAQAAiXNlY3AyNTZrMaEDaXw79_55eYD2jVKF8R2lXpcGFROqydRJWemNaqnHNV-DdGNwgvLOg3VkcILy0IV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.62.177 waku 0941bb9cf48442c5b215c14f6d010ecb95a5044c3a86883e6a8b474ca6ded987
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0941bb9cf484. Setting up logs at ./log/docker/node2_2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10000
|
||||
[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:10000/health" -H "Content-Type: 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:10000/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.62.177/tcp/10001/p2p/16Uiu2HAmQxU27xvfPNKHmqyDuJfoUDSRAkXGs6DB2VkK1isZi748","/ip4/172.18.62.177/tcp/10002/ws/p2p/16Uiu2HAmQxU27xvfPNKHmqyDuJfoUDSRAkXGs6DB2VkK1isZi748"],"enrUri":"enr:-L24QOxCYaYYUbBd4B-DPupk5ui4ML8yEPYUEyaxb18BPclledaZVobJHhJN4GgDrFTCXktLqfjRuwGdiv44LoPzQDwCgmlkgnY0gmlwhKwSPrGKbXVsdGlhZGRyc5YACASsEj6xBicRAAoErBI-sQYnEt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtsZnIsKzcNc77Fb8M8LnVrQj33tPwPlbpdEjBK_i43WDdGNwgicRg3VkcIInE4V3YWt1MgE"}'
|
||||
[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.157.211
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23072', '23073', '23074', '23075', '23076']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23072:23072 -p 23073:23073 -p 23074:23074 -p 23075:23075 -p 23076:23076 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23074 --rest-port=23072 --tcp-port=23073 --discv5-udp-port=23075 --rest-address=0.0.0.0 --nat=extip:172.18.157.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b22ef57bbee1d29ded4edd4bb7f1aa10f10e542db5f280eabccccdf38a8aebde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23076 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOxCYaYYUbBd4B-DPupk5ui4ML8yEPYUEyaxb18BPclledaZVobJHhJN4GgDrFTCXktLqfjRuwGdiv44LoPzQDwCgmlkgnY0gmlwhKwSPrGKbXVsdGlhZGRyc5YACASsEj6xBicRAAoErBI-sQYnEt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtsZnIsKzcNc77Fb8M8LnVrQj33tPwPlbpdEjBK_i43WDdGNwgicRg3VkcIInE4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.157.211 waku c073e249970c87875d5aff91ca3312e9a0e814d0d437d0eba6f873fc492f6251
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c073e249970c. Setting up logs at ./log/docker/node3_2025-12-28_04-19-32__cbee00ec-b992-4c0c-9ea6-3a7d3ad4cd64__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23072
|
||||
[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:23072/health" -H "Content-Type: 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:23072/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.211/tcp/23073/p2p/16Uiu2HAmK6XX7RrSkTZcAdHRXTN2THo946ukp4TBE8Dnmwe3Afrs","/ip4/172.18.157.211/tcp/23074/ws/p2p/16Uiu2HAmK6XX7RrSkTZcAdHRXTN2THo946ukp4TBE8Dnmwe3Afrs"],"enrUri":"enr:-L24QC9UlE-hqNNkc99CtT56Owfm-DH5spjcIp6oASQKuYMUX-xfh9myCMgt_u0GYj_Iou_j0jw_0guECMCDpCe15ogCgmlkgnY0gmlwhKwSndOKbXVsdGlhZGRyc5YACASsEp3TBlohAAoErBKd0wZaIt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDX7DilAZ0H7mBkkbr_8vDweQK2fVtqADicB3tQNxU7MyDdGNwglohg3VkcIJaI4V3YWt1MgE"}'
|
||||
[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:62157/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:10000/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:23072/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:62157/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.62.177/tcp/38760/p2p/16Uiu2HAmQxU27xvfPNKHmqyDuJfoUDSRAkXGs6DB2VkK1isZi748","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10000/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.157.211/tcp/45248/p2p/16Uiu2HAmK6XX7RrSkTZcAdHRXTN2THo946ukp4TBE8Dnmwe3Afrs","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.184.121/tcp/62158/p2p/16Uiu2HAmKkm2ptzSAL8tMNmAfBYJCPo37yyhEtGNS95TG8MLrM5G","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23072/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.62.177/tcp/10001/p2p/16Uiu2HAmQxU27xvfPNKHmqyDuJfoUDSRAkXGs6DB2VkK1isZi748","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-124-g96196a","origin":"Discv5"}]'
|
||||
[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:62157/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23072/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":1766895608572056416,"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 4159f5c81bf6
|
||||
[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 0941bb9cf484
|
||||
[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 c073e249970c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4159f5c81bf6. 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.
|
||||
71
nim/1017/data/attachments/225601db13f34cca.txt
Normal file
71
nim/1017/data/attachments/225601db13f34cca.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_relay with id: 2025-12-28_04-19-33__c4ba8f24-11f9-4774-a5cb-1ae478e8206d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-33__c4ba8f24-11f9-4774-a5cb-1ae478e8206d__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.14.27
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59046', '59047', '59048', '59049', '59050']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59046:59046 -p 59047:59047 -p 59048:59048 -p 59049:59049 -p 59050:59050 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59048 --rest-port=59046 --tcp-port=59047 --discv5-udp-port=59049 --rest-address=0.0.0.0 --nat=extip:172.18.14.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c7edff94110b03ac69dbbfb0bf8cf25788a9d7d8c719adf27cc576d60eff7fb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59050 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.14.27 waku 6075e2845f01426e80fe108ae5338d5b37d3bde60856d7134042e33d17662c1b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6075e2845f01. Setting up logs at ./log/docker/node1_2025-12-28_04-19-33__c4ba8f24-11f9-4774-a5cb-1ae478e8206d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59046
|
||||
[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:59046/health" -H "Content-Type: 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:59046/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.14.27/tcp/59047/p2p/16Uiu2HAmTLzggj7YwU2q8AaBNpavdxRqJJ2DWthpsBkKpEnFCDNj","/ip4/172.18.14.27/tcp/59048/ws/p2p/16Uiu2HAmTLzggj7YwU2q8AaBNpavdxRqJJ2DWthpsBkKpEnFCDNj"],"enrUri":"enr:-L24QAKwlwcN-KYs_iGdzLmC8X4KwPFs0V8UR3MU_AtZNNj6HSs5UomPqar71K3_JEE8GTV28XagbDUhv-Hr7aOu5nsCgmlkgnY0gmlwhKwSDhuKbXVsdGlhZGRyc5YACASsEg4bBuanAAoErBIOGwbmqN0DgnJzhQADAQAAiXNlY3AyNTZrMaED2kM6OlD_1lGTZikle4zBVsJ_GmPxmay92S9Y74hivRSDdGNwguang3VkcILmqYV3YWt1MgE"}'
|
||||
[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/node1_2025-12-28_04-19-33__c4ba8f24-11f9-4774-a5cb-1ae478e8206d__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.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4136', '4137', '4138', '4139', '4140']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4136:4136 -p 4137:4137 -p 4138:4138 -p 4139:4139 -p 4140:4140 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4138 --rest-port=4136 --tcp-port=4137 --discv5-udp-port=4139 --rest-address=0.0.0.0 --nat=extip:172.18.9.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07a1f14d7dee5eba9e02bfbfc7812dfa61d1ce4bfcdd1b3fedcedae96eb5f8b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4140 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAKwlwcN-KYs_iGdzLmC8X4KwPFs0V8UR3MU_AtZNNj6HSs5UomPqar71K3_JEE8GTV28XagbDUhv-Hr7aOu5nsCgmlkgnY0gmlwhKwSDhuKbXVsdGlhZGRyc5YACASsEg4bBuanAAoErBIOGwbmqN0DgnJzhQADAQAAiXNlY3AyNTZrMaED2kM6OlD_1lGTZikle4zBVsJ_GmPxmay92S9Y74hivRSDdGNwguang3VkcILmqYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.9.83 waku f9aa0e4352412711b2d2e874d611c478eab960f8da5938257f0639c65eaee959
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f9aa0e435241. Setting up logs at ./log/docker/node1_2025-12-28_04-19-33__c4ba8f24-11f9-4774-a5cb-1ae478e8206d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4136
|
||||
[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:4136/health" -H "Content-Type: 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:4136/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.83/tcp/4137/p2p/16Uiu2HAmR1FFnn2TsuS11G4pmiXmMvBVjF7CqcTKPDZ5hqqMAECD","/ip4/172.18.9.83/tcp/4138/ws/p2p/16Uiu2HAmR1FFnn2TsuS11G4pmiXmMvBVjF7CqcTKPDZ5hqqMAECD"],"enrUri":"enr:-L24QL3kEAssSWuu2LU6rPCo764-0YYf3dilIctUBt1tcq_NVG-v5nzw0auZ0YwvF_G1pZW7RqA5I4e1AIJEZhkfhbsCgmlkgnY0gmlwhKwSCVOKbXVsdGlhZGRyc5YACASsEglTBhApAAoErBIJUwYQKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDt3y2byb-GmV31CWj8yhMyCIhdlrn_qQa7tueyAAC4AaDdGNwghApg3VkcIIQK4V3YWt1MgE"}'
|
||||
[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:59046/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:4136/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:59046/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:59046/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":1766895577668316416,"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:4136/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":1766895577668316416,"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 6075e2845f01
|
||||
[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 f9aa0e435241
|
||||
[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.
|
||||
518
nim/1017/data/attachments/22638de029107057.txt
Normal file
518
nim/1017/data/attachments/22638de029107057.txt
Normal file
@ -0,0 +1,518 @@
|
||||
2025-12-28 04:42:33.429 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:42:33.429 DEBUG [tests.conftest] Running test: test_store_sync_overlap_sync_window with id: 2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0
|
||||
2025-12-28 04:42:33.430 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:42:33.437 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:42:33.437 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:42:33.442 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:42:33.443 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:42:33.448 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:42:33.448 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:42:33.448 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-28 04:42:33.449 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:42:33.449 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:42:33.450 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:42:33.451 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.8
|
||||
2025-12-28 04:42:33.451 DEBUG [src.node.docker_mananger] Generated ports ['44454', '44455', '44456', '44457', '44458']
|
||||
2025-12-28 04:42:33.451 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:42:33.451 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:42:33.451 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:42:33.451 DEBUG [src.node.docker_mananger] docker run -i -t -p 44454:44454 -p 44455:44455 -p 44456:44456 -p 44457:44457 -p 44458:44458 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44456 --rest-port=44454 --tcp-port=44455 --discv5-udp-port=44457 --rest-address=0.0.0.0 --nat=extip:172.18.80.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7f195ff34becad0fbcbb4867b1fff736bc19ac607f81d4d756d85009e6e6d520 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44458 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2025-12-28 04:42:33.635 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.8 waku 4fdbb23d496369f6e15a6165dccdbd09b8e948e62e3e665371740fcb8571d056
|
||||
2025-12-28 04:42:33.669 DEBUG [src.node.docker_mananger] Container started with ID 4fdbb23d4963. Setting up logs at ./log/docker/node1_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:42:33.670 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44454
|
||||
2025-12-28 04:42:33.671 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:42:33.689 ERROR [src.node.docker_mananger] Max retries reached for container 2f473d43497c. Exiting log stream.
|
||||
2025-12-28 04:42:34.120 ERROR [src.node.docker_mananger] Max retries reached for container bd18ed7ef06f. Exiting log stream.
|
||||
2025-12-28 04:42:34.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44454/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:42:34.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:42:34.675 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:42:34.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44454/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:42:34.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.8/tcp/44455/p2p/16Uiu2HAm8nTez3yxtuMmonFA2j5oupSNp6DzmPpr1D1QHWFXGFDr","/ip4/172.18.80.8/tcp/44456/ws/p2p/16Uiu2HAm8nTez3yxtuMmonFA2j5oupSNp6DzmPpr1D1QHWFXGFDr"],"enrUri":"enr:-L24QKqTPvYRwoU8JbnJYa3Y5pdGu-GJBP2Ps6msmNRd_YyjZASNB8N9XtOcVe6s2N1K4JTB-Fr7aYeOBjtqnyk-rv4CgmlkgnY0gmlwhKwSUAiKbXVsdGlhZGRyc5YACASsElAIBq2nAAoErBJQCAatqN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxnsxIPoRAHCVCVIP65uD_17skURlLgTagyPgxou2rhmDdGNwgq2ng3VkcIKtqYV3YWt1MhM"}'
|
||||
2025-12-28 04:42:34.678 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:42:34.678 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:42:34.678 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:42:34.679 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:42:34.680 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.138
|
||||
2025-12-28 04:42:34.680 DEBUG [src.node.docker_mananger] Generated ports ['31797', '31798', '31799', '31800', '31801']
|
||||
2025-12-28 04:42:34.680 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:42:34.680 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:42:34.680 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:42:34.680 DEBUG [src.node.docker_mananger] docker run -i -t -p 31797:31797 -p 31798:31798 -p 31799:31799 -p 31800:31800 -p 31801:31801 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31799 --rest-port=31797 --tcp-port=31798 --discv5-udp-port=31800 --rest-address=0.0.0.0 --nat=extip:172.18.42.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=71228465d6bd2babb0a30fafaaf06725e82b572e0f1ead3d2529bbf5cfa603bb --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=15 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31801 --metrics-logging=true --relay=false --store-sync-relay-jitter=0 --dns-discovery=false --discv5-bootstrap-node=enr:-L24QKqTPvYRwoU8JbnJYa3Y5pdGu-GJBP2Ps6msmNRd_YyjZASNB8N9XtOcVe6s2N1K4JTB-Fr7aYeOBjtqnyk-rv4CgmlkgnY0gmlwhKwSUAiKbXVsdGlhZGRyc5YACASsElAIBq2nAAoErBJQCAatqN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxnsxIPoRAHCVCVIP65uD_17skURlLgTagyPgxou2rhmDdGNwgq2ng3VkcIKtqYV3YWt1MhM
|
||||
2025-12-28 04:42:34.868 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.138 waku 3e8a20fb94778af9066bb4a59af102ad728a59d6bc2832458eb48ef6d1a812af
|
||||
2025-12-28 04:42:34.899 DEBUG [src.node.docker_mananger] Container started with ID 3e8a20fb9477. Setting up logs at ./log/docker/node2_2025-12-28_04-42-33__1aebd6fd-2dae-4333-88c6-30fa8b781ac0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:42:34.899 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31797
|
||||
2025-12-28 04:42:34.901 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:42:35.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31797/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:42:35.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:42:35.906 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:42:35.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:42:35.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.138/tcp/31798/p2p/16Uiu2HAmPToEXyRabHJHwZdMHMwvJJgGC65wQoaMj1fihm8XwgK2","/ip4/172.18.42.138/tcp/31799/ws/p2p/16Uiu2HAmPToEXyRabHJHwZdMHMwvJJgGC65wQoaMj1fihm8XwgK2"],"enrUri":"enr:-L24QJ35WmqRsLSFqFQXT2cGBQrhpEqlQvosHTBfXj9XFVXqEXn7ekrlgtyYkTfOQU4BCqQRRaxDdixtqfUNbvySMfsCgmlkgnY0gmlwhKwSKoqKbXVsdGlhZGRyc5YACASsEiqKBnw2AAoErBIqigZ8N90DgnJzhQADAQAAiXNlY3AyNTZrMaEDoJKZDXQRv9Q6V3K4S-KKVBT4qLhm_YBfjaQwLs83FEGDdGNwgnw2g3VkcIJ8OIV3YWt1MhI"}'
|
||||
2025-12-28 04:42:35.908 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:42:35.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31797/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.80.8/tcp/44455/p2p/16Uiu2HAm8nTez3yxtuMmonFA2j5oupSNp6DzmPpr1D1QHWFXGFDr"]'
|
||||
2025-12-28 04:42:35.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:35.939 DEBUG [tests.store_sync.test_store_sync] Publishing 90 messages at 1 msg/s
|
||||
2025-12-28 04:42:35.940 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:35.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:35.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:35.956 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:36.158 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:36.958 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:36.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:36.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:36.963 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:37.163 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:37.964 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:37.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:37.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:37.969 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:38.169 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:38.970 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:38.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:38.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:38.975 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:39.175 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:39.976 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:39.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:39.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:39.981 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:40.181 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:40.982 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:40.982 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:40.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:40.987 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:41.187 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:41.988 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:41.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:41.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:41.993 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:42.193 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:42.994 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:42.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:42.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:42.999 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:43.199 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:44.000 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:44.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:44.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:44.004 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:44.205 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:45.005 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:45.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:45.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:45.010 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:45.210 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:46.011 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:46.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:46.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:46.016 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:46.216 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:47.017 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:47.017 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:47.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:47.022 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:47.222 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:48.023 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:48.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:48.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:48.027 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:48.228 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:49.028 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:49.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:49.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:49.033 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:49.234 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:50.034 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:50.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:50.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:50.039 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:50.239 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:51.040 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:51.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:51.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:51.045 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:51.245 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:52.046 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:52.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:52.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:52.050 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:52.251 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:53.052 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:53.052 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:53.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:53.057 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:53.258 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:54.058 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:54.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:54.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:54.063 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:54.263 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:55.064 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:55.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:55.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:55.068 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:55.269 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:56.069 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:56.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:56.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:56.074 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:56.275 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:57.075 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:57.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:57.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:57.080 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:57.280 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:58.081 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:58.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:58.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:58.086 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:58.286 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:42:59.087 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:42:59.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:42:59.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:42:59.092 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:42:59.293 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:00.093 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:00.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:00.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:00.098 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:00.298 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:01.099 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:01.099 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:01.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:01.104 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:01.304 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:02.105 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:02.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:02.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:02.110 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:02.310 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:03.111 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:03.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:03.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:03.116 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:03.317 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:04.117 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:04.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:04.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:04.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:04.322 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:05.123 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:05.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:05.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:05.127 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:05.328 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:06.129 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:06.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:06.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:06.133 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:06.334 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:07.134 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:07.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:07.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:07.139 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:07.339 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:08.140 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:08.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:08.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:08.145 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:08.345 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:09.146 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:09.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:09.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:09.150 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:09.351 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:10.152 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:10.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:10.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:10.156 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:10.357 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:11.158 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:11.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:11.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:11.162 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:11.363 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:12.164 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:12.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:12.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:12.168 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:12.368 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:13.169 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:13.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:13.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:13.174 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:13.375 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:14.175 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:14.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:14.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:14.180 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:14.380 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:15.181 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:15.181 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:15.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:15.185 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:15.386 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:16.187 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:16.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:16.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:16.192 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:16.393 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:17.194 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:17.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:17.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:17.198 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:17.399 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:18.200 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:18.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:18.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:18.205 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:18.405 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:19.206 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:19.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:19.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:19.211 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:19.411 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:20.212 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:20.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:20.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:20.217 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:20.417 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:21.218 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:21.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:21.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:21.223 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:21.423 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:22.224 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:22.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:22.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:22.229 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:22.430 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:23.231 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:23.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:23.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:23.235 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:23.436 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:24.237 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:24.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:24.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:24.242 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:24.442 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:25.243 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:25.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:25.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:25.249 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:25.449 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:26.250 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:26.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:26.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:26.255 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:26.455 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:27.256 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:27.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:27.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:27.261 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:27.461 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:28.262 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:28.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:28.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:28.267 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:28.467 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:29.268 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:29.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:29.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:29.272 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:29.473 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:30.274 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:30.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:30.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:30.278 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:30.479 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:31.280 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:31.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:31.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:31.285 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:31.485 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:32.286 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:32.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:32.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:32.291 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:32.492 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:33.292 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:33.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:33.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:33.297 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:33.498 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:34.299 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:34.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:34.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:34.303 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:34.504 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:35.305 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:35.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:35.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:35.310 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:35.510 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:36.311 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:36.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:36.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:36.316 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:36.516 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:37.317 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:37.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:37.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:37.322 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:37.523 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:38.324 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:38.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:38.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:38.328 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:38.529 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:39.330 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:39.330 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:39.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:39.334 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:39.535 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:40.336 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:40.336 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:40.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:40.341 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:40.541 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:41.342 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:41.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:41.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:41.346 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:41.547 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:42.348 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:42.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:42.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:42.352 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:42.553 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:43.353 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:43.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:43.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:43.358 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:43.559 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:44.359 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:44.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:44.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:44.364 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:44.565 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:45.365 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:45.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:45.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:45.370 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:45.571 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:46.371 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:46.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:46.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:46.376 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:46.576 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:47.377 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:47.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:47.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:47.382 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:47.582 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:48.383 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:48.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:48.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:48.388 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:48.588 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:49.389 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:49.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:49.393 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:49.394 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:49.594 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:50.395 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:50.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:50.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:50.399 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:50.600 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:51.400 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:51.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:51.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:51.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:51.606 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:52.407 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:52.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:52.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:52.411 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:52.612 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:53.412 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:53.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:53.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:53.417 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:53.618 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:54.418 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:54.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:54.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:54.423 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:54.624 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:55.424 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:55.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:55.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:55.429 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:55.629 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:56.430 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:56.430 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:56.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:56.435 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:56.635 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:57.436 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:57.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:57.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:57.441 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:57.641 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:58.442 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:58.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:58.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:58.446 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:58.647 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:43:59.448 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:43:59.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:43:59.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:43:59.452 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:43:59.653 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:00.454 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:44:00.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:44:00.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:44:00.458 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:44:00.659 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:01.459 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:44:01.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:44:01.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:44:01.464 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:44:01.665 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:02.465 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:44:02.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:44:02.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:44:02.471 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:44:02.671 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:03.472 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:44:03.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:44:03.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:44:03.476 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:44:03.677 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:04.478 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:44:04.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:44:04.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:44:04.482 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:44:04.683 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:05.484 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-28 04:44:05.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44454/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-28 04:44:05.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:44:05.489 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-28 04:44:05.689 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2025-12-28 04:44:06.490 DEBUG [tests.store_sync.test_store_sync] Waiting 30 seconds to allow at least two sync rounds
|
||||
2025-12-28 04:44:06.490 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2025-12-28 04:44:36.490 DEBUG [tests.store_sync.test_store_sync] Querying node2 store for all messages
|
||||
2025-12-28 04:44:36.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31797/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2000&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:44:36.496 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-28 04:44:36.497 DEBUG [tests.store_sync.test_store_sync] Store returned 90 messages, published publish_secs messages
|
||||
2025-12-28 04:44:36.498 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:44:36.499 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:44:36.500 DEBUG [src.node.waku_node] Stopping container with id 4fdbb23d4963
|
||||
2025-12-28 04:44:37.067 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:44:37.068 DEBUG [src.node.waku_node] Stopping container with id 3e8a20fb9477
|
||||
2025-12-28 04:44:37.608 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:44:37.610 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:44:37.718 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:44:37.765 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1017/data/attachments/22cbb92906930f5e.txt
Normal file
68
nim/1017/data/attachments/22cbb92906930f5e.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-28 04:19:53.921 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:19:53.922 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_extra_field with id: 2025-12-28_04-19-53__5ddf358f-073f-4dd0-a70c-8425047f1ed0
|
||||
2025-12-28 04:19:53.922 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:19:53.922 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-28 04:19:53.922 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-28 04:19:53.929 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:53.930 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-53__5ddf358f-073f-4dd0-a70c-8425047f1ed0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:53.930 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:53.930 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:53.931 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:53.932 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.190
|
||||
2025-12-28 04:19:53.932 DEBUG [src.node.docker_mananger] Generated ports ['11906', '11907', '11908', '11909', '11910']
|
||||
2025-12-28 04:19:53.932 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:53.932 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:53.932 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:53.932 DEBUG [src.node.docker_mananger] docker run -i -t -p 11906:11906 -p 11907:11907 -p 11908:11908 -p 11909:11909 -p 11910:11910 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11908 --rest-port=11906 --tcp-port=11907 --discv5-udp-port=11909 --rest-address=0.0.0.0 --nat=extip:172.18.217.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2e792cd235dccd6cbcadfde44d1e7b76c22e3932ef5f8dbec17c76e4f59cef2a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11910 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-28 04:19:54.112 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.190 waku 317c0dca2bdef218c8594749592e2a21aaef41509d819164ee2cd394b8143c53
|
||||
2025-12-28 04:19:54.142 DEBUG [src.node.docker_mananger] Container started with ID 317c0dca2bde. Setting up logs at ./log/docker/node1_2025-12-28_04-19-53__5ddf358f-073f-4dd0-a70c-8425047f1ed0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:54.143 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11906
|
||||
2025-12-28 04:19:54.144 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:54.151 ERROR [src.node.docker_mananger] Max retries reached for container af21e25fdcc7. Exiting log stream.
|
||||
2025-12-28 04:19:54.705 ERROR [src.node.docker_mananger] Max retries reached for container e7bfb188f2e6. Exiting log stream.
|
||||
2025-12-28 04:19:55.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11906/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:55.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:19:55.148 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:55.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11906/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:55.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.190/tcp/11907/p2p/16Uiu2HAmNK9PKSrBbKwXUmMprxPbAhpm5jFk6fKcTeFGqbJ1B8AB","/ip4/172.18.217.190/tcp/11908/ws/p2p/16Uiu2HAmNK9PKSrBbKwXUmMprxPbAhpm5jFk6fKcTeFGqbJ1B8AB"],"enrUri":"enr:-L24QEVIU11sKqpQ7SgISNxCCR9g1JS8EP2gwZMyGRNVR9TUF74u448MsVx5Yrzi00aoI84Bgm2wSPbNae9WWXVJd_cCgmlkgnY0gmlwhKwS2b6KbXVsdGlhZGRyc5YACASsEtm-Bi6DAAoErBLZvgYuhN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj394DloMjfrldx16MFTb80miVNVHFaal5Ne0XLfSDsCDdGNwgi6Dg3VkcIIuhYV3YWt1MgU"}'
|
||||
2025-12-28 04:19:55.150 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:55.151 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-28 04:19:55.157 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:19:55.158 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-19-53__5ddf358f-073f-4dd0-a70c-8425047f1ed0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:55.158 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:19:55.158 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:19:55.159 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:19:55.159 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.32
|
||||
2025-12-28 04:19:55.160 DEBUG [src.node.docker_mananger] Generated ports ['61977', '61978', '61979', '61980', '61981']
|
||||
2025-12-28 04:19:55.160 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:19:55.160 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:19:55.160 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:19:55.160 DEBUG [src.node.docker_mananger] docker run -i -t -p 61977:61977 -p 61978:61978 -p 61979:61979 -p 61980:61980 -p 61981:61981 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61979 --rest-port=61977 --tcp-port=61978 --discv5-udp-port=61980 --rest-address=0.0.0.0 --nat=extip:172.18.251.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4be455a23b94ee6f9ab5aa53e8bfe8538d177adddd2ecc4fac2eaeacabbd52f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61981 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEVIU11sKqpQ7SgISNxCCR9g1JS8EP2gwZMyGRNVR9TUF74u448MsVx5Yrzi00aoI84Bgm2wSPbNae9WWXVJd_cCgmlkgnY0gmlwhKwS2b6KbXVsdGlhZGRyc5YACASsEtm-Bi6DAAoErBLZvgYuhN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj394DloMjfrldx16MFTb80miVNVHFaal5Ne0XLfSDsCDdGNwgi6Dg3VkcIIuhYV3YWt1MgU --filternode=/ip4/172.18.217.190/tcp/11907/p2p/16Uiu2HAmNK9PKSrBbKwXUmMprxPbAhpm5jFk6fKcTeFGqbJ1B8AB
|
||||
2025-12-28 04:19:55.345 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.32 waku e5624ff1fbd3e4730fbcf03d46ebd09616e318daf7c4892b8de16f0868b21332
|
||||
2025-12-28 04:19:55.376 DEBUG [src.node.docker_mananger] Container started with ID e5624ff1fbd3. Setting up logs at ./log/docker/node2_2025-12-28_04-19-53__5ddf358f-073f-4dd0-a70c-8425047f1ed0__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:19:55.376 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61977
|
||||
2025-12-28 04:19:55.376 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:19:56.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61977/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:56.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-28 04:19:56.382 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:19:56.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61977/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:19:56.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.32/tcp/61978/p2p/16Uiu2HAkwE7Qr9MYxDp3kViHUXjBCYGhd7qeajKDZH2xebnTVfM2","/ip4/172.18.251.32/tcp/61979/ws/p2p/16Uiu2HAkwE7Qr9MYxDp3kViHUXjBCYGhd7qeajKDZH2xebnTVfM2"],"enrUri":"enr:-L24QGHV6rsJPKrnRUI-8qf3eiCDuMdy8-hiLz-wAluNkQR0WnVd5fzUrdv8mtWJApMdjbQ5bQydRTix0Ar7e_tweqECgmlkgnY0gmlwhKwS-yCKbXVsdGlhZGRyc5YACASsEvsgBvIaAAoErBL7IAbyG90DgnJzhQADAQAAiXNlY3AyNTZrMaECGsEpAPPxYIH9ehe5hVgzaZLaPDAMusEBfIgbQO7NXwGDdGNwgvIag3VkcILyHIV3YWt1MgA"}'
|
||||
2025-12-28 04:19:56.384 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:19:56.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61977/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.190/tcp/11907/p2p/16Uiu2HAmNK9PKSrBbKwXUmMprxPbAhpm5jFk6fKcTeFGqbJ1B8AB"]'
|
||||
2025-12-28 04:19:56.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:56.415 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-28 04:19:56.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11906/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-28 04:19:56.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:19:56.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61977/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f28d59a2-9567-4800-b287-50e59734ff0e", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-28 04:19:56.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"f28d59a2-9567-4800-b287-50e59734ff0e","statusDesc":"OK"}'
|
||||
2025-12-28 04:19:56.444 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:61977/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1", "extraField": "extraValue"}'
|
||||
2025-12-28 04:19:56.447 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:61977/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-28 04:19:56.449 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:19:56.450 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:19:56.450 DEBUG [src.node.waku_node] Stopping container with id 317c0dca2bde
|
||||
2025-12-28 04:19:57.017 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:57.017 DEBUG [src.node.waku_node] Stopping container with id e5624ff1fbd3
|
||||
2025-12-28 04:19:57.578 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:19:57.579 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:19:57.584 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:19:57.589 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
813
nim/1017/data/attachments/2311f7a66e690ecb.txt
Normal file
813
nim/1017/data/attachments/2311f7a66e690ecb.txt
Normal file
@ -0,0 +1,813 @@
|
||||
2025-12-28 04:32:24.592 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:32:24.593 DEBUG [tests.conftest] Running test: test_main_node_only_lightpush__peer_only_lightpush with id: 2025-12-28_04-32-24__f4791434-600f-4187-9e01-1f580d9b91c5
|
||||
2025-12-28 04:32:24.593 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:32:24.593 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:32:24.602 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:32:24.602 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-32-24__f4791434-600f-4187-9e01-1f580d9b91c5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:32:24.602 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:32:24.602 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:32:24.603 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:32:24.604 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.240
|
||||
2025-12-28 04:32:24.604 DEBUG [src.node.docker_mananger] Generated ports ['1265', '1266', '1267', '1268', '1269']
|
||||
2025-12-28 04:32:24.604 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:32:24.604 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:32:24.604 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:32:24.604 DEBUG [src.node.docker_mananger] docker run -i -t -p 1265:1265 -p 1266:1266 -p 1267:1267 -p 1268:1268 -p 1269:1269 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1267 --rest-port=1265 --tcp-port=1266 --discv5-udp-port=1268 --rest-address=0.0.0.0 --nat=extip:172.18.169.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc2bd9f942cbbce26022aabc5b5b68346afbbcd10efa904a2d9fc7eadcbd95b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1269 --metrics-logging=true --lightpush=true --relay=false
|
||||
2025-12-28 04:32:24.804 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.240 waku 6031eae56585386df280a7c6a470b89cf0c8355751339d0c2336e093585f5ce8
|
||||
2025-12-28 04:32:24.840 DEBUG [src.node.docker_mananger] Container started with ID 6031eae56585. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-32-24__f4791434-600f-4187-9e01-1f580d9b91c5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:32:24.842 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1265
|
||||
2025-12-28 04:32:24.842 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:32:25.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:25.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.100 ERROR [src.node.docker_mananger] Max retries reached for container 6031eae56585. Exiting log stream.
|
||||
2025-12-28 04:32:26.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:26.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:27.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:28.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:29.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:30.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:31.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:32.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:33.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:34.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:35.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:36.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:37.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:38.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:39.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:40.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:41.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:42.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:43.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:44.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1265/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:45.905 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=1265): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbadf58b5f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:32:46.005 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:32:46.005 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:32:46.007 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:32:46.007 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.165
|
||||
2025-12-28 04:32:46.007 DEBUG [src.node.docker_mananger] Generated ports ['45143', '45144', '45145', '45146', '45147']
|
||||
2025-12-28 04:32:46.007 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:32:46.008 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:32:46.008 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:32:46.008 DEBUG [src.node.docker_mananger] docker run -i -t -p 45143:45143 -p 45144:45144 -p 45145:45145 -p 45146:45146 -p 45147:45147 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45145 --rest-port=45143 --tcp-port=45144 --discv5-udp-port=45146 --rest-address=0.0.0.0 --nat=extip:172.18.106.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1ccf77f1dac5ce36dcd6d4247fb1c1a6a7ca5fcae882b80c49a6d20d445caae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45147 --metrics-logging=true --lightpush=true --relay=false
|
||||
2025-12-28 04:32:46.188 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.165 waku 66b56bf374b588bb99f55f9069f5e019f070deffc5a929ea155323cdf9878cd8
|
||||
2025-12-28 04:32:46.218 DEBUG [src.node.docker_mananger] Container started with ID 66b56bf374b5. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-32-24__f4791434-600f-4187-9e01-1f580d9b91c5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:32:46.219 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45143
|
||||
2025-12-28 04:32:46.219 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:32:47.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.512 ERROR [src.node.docker_mananger] Max retries reached for container 66b56bf374b5. Exiting log stream.
|
||||
2025-12-28 04:32:47.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:47.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:48.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:49.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:50.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:51.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:52.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:53.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:54.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:55.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:56.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:57.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:58.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:32:59.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:00.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:01.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:02.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:03.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:04.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:05.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:06.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:07.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:07.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:07.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:07.287 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=45143): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbadf0d5ca0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:33:07.387 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:33:07.387 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:33:07.389 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:33:07.389 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.45
|
||||
2025-12-28 04:33:07.389 DEBUG [src.node.docker_mananger] Generated ports ['18830', '18831', '18832', '18833', '18834']
|
||||
2025-12-28 04:33:07.390 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:33:07.390 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:33:07.390 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:33:07.390 DEBUG [src.node.docker_mananger] docker run -i -t -p 18830:18830 -p 18831:18831 -p 18832:18832 -p 18833:18833 -p 18834:18834 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18832 --rest-port=18830 --tcp-port=18831 --discv5-udp-port=18833 --rest-address=0.0.0.0 --nat=extip:172.18.105.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbacfe84caf736dbc2f3adbf272ab1e6e91a4e3ee59fe4757b7c51b163ebfaf0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18834 --metrics-logging=true --lightpush=true --relay=false
|
||||
2025-12-28 04:33:07.585 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.45 waku 4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1
|
||||
2025-12-28 04:33:07.614 DEBUG [src.node.docker_mananger] Container started with ID 4091f157ad19. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-32-24__f4791434-600f-4187-9e01-1f580d9b91c5__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:33:07.615 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18830
|
||||
2025-12-28 04:33:07.615 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:33:08.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:08.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:08.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:08.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:08.942 ERROR [src.node.docker_mananger] Max retries reached for container 4091f157ad19. Exiting log stream.
|
||||
2025-12-28 04:33:09.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:09.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:10.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:11.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:12.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:13.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:14.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:15.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:16.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:17.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:18.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:19.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:20.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:21.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:22.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:23.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:24.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:25.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:26.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:27.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:33:28.683 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=18830): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbadf2ef410>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:33:28.859 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:33:28.860 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:33:28.860 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:28.962 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.064 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.165 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.267 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.369 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.471 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.573 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.675 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.777 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.878 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:29.980 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.081 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.183 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.285 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.386 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.488 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.590 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.691 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.793 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.894 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:30.996 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.097 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.198 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.300 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.402 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.503 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.605 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.707 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.808 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:31.909 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.011 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.112 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.214 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.316 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.417 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.518 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.620 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.722 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.823 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:32.924 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.026 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.128 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.229 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.331 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.432 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.534 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.635 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.737 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.838 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.940 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:33.942 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1/stop: Not Found ("No such container: 4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1")
|
||||
2025-12-28 04:33:33.942 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.043 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.145 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.246 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.348 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.450 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.551 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.652 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.754 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.856 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:34.957 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.058 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.160 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.262 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.363 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.465 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.567 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.668 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.770 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.871 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:35.973 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.074 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.176 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.277 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.379 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.480 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.582 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.683 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.784 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.886 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:36.987 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.089 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.190 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.292 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.394 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.495 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.597 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.698 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.799 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:37.901 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.003 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.104 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.206 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.308 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.409 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.511 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.612 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.714 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.815 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:38.917 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.018 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.020 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1/stop: Not Found ("No such container: 4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1")
|
||||
2025-12-28 04:33:39.020 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.121 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.223 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.325 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.426 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.528 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.630 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.731 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.833 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:39.935 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.036 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.138 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.239 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.341 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.443 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.544 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.646 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.748 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.849 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:40.951 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.052 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.154 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.256 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.357 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.459 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.561 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.662 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.764 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.865 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:41.967 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.069 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.171 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.272 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.374 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.476 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.577 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.679 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.780 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.882 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:42.983 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.085 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.187 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.289 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.391 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.492 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.594 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.695 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.797 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:43.899 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:44.001 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:44.103 DEBUG [src.node.waku_node] Stopping container with id 4091f157ad19
|
||||
2025-12-28 04:33:44.104 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1/stop: Not Found ("No such container: 4091f157ad19d563bd9136573e770eba1c0a31564159825af9b71ec8f21342e1")
|
||||
2025-12-28 04:33:44.105 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:33:44.106 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:33:44.106 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:33:44.107 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:33:44.107 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-28 04:33:44.108 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-28 04:33:44.108 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-28_04-32-24__f4791434-600f-4187-9e01-1f580d9b91c5__wakuorg_nwaku:latest.log
|
||||
861
nim/1017/data/attachments/2327e59269a9c528.txt
Normal file
861
nim/1017/data/attachments/2327e59269a9c528.txt
Normal file
@ -0,0 +1,861 @@
|
||||
2025-12-28 04:20:08.537 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-28 04:20:08.539 DEBUG [tests.conftest] Running test: test_light_push_with_ephemeral with id: 2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60
|
||||
2025-12-28 04:20:08.541 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-28 04:20:08.541 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-28 04:20:08.549 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:08.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:08.549 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:08.549 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:08.550 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:08.550 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.160
|
||||
2025-12-28 04:20:08.551 DEBUG [src.node.docker_mananger] Generated ports ['24784', '24785', '24786', '24787', '24788']
|
||||
2025-12-28 04:20:08.551 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:08.551 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:08.551 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:08.551 DEBUG [src.node.docker_mananger] docker run -i -t -p 24784:24784 -p 24785:24785 -p 24786:24786 -p 24787:24787 -p 24788:24788 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24786 --rest-port=24784 --tcp-port=24785 --discv5-udp-port=24787 --rest-address=0.0.0.0 --nat=extip:172.18.123.160 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=effe8d15fd3002a2d8f53f4bdfa8fee57d9d8db5cb20cbc01fcf3a34b1b12aa1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24788 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-28 04:20:08.733 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.160 waku 29bb66610dae8c4fb4edcc0d0f054efe70a5fb1ef3501c6929bc8b209db02604
|
||||
2025-12-28 04:20:08.763 DEBUG [src.node.docker_mananger] Container started with ID 29bb66610dae. Setting up logs at ./log/docker/receiving_node1_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:08.764 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24784
|
||||
2025-12-28 04:20:08.764 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:08.795 ERROR [src.node.docker_mananger] Max retries reached for container 0cf603ed0b60. Exiting log stream.
|
||||
2025-12-28 04:20:09.355 ERROR [src.node.docker_mananger] Max retries reached for container cfeae9d551cc. Exiting log stream.
|
||||
2025-12-28 04:20:09.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24784/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:09.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:09.769 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:09.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24784/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:09.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.160/tcp/24785/p2p/16Uiu2HAm3Tizx2HCvqq1wEjqMzBc2Ygnfas3uwZt2dm6HviGKffn","/ip4/172.18.123.160/tcp/24786/ws/p2p/16Uiu2HAm3Tizx2HCvqq1wEjqMzBc2Ygnfas3uwZt2dm6HviGKffn"],"enrUri":"enr:-L24QGJ5om_oiA8xzXNp7-RUGfEkDVOhqUXszT3KEc3wJBgRNonwUAtkEVwQGH2n6LxoIMVFuoPbxyvzCb3chSZkokYCgmlkgnY0gmlwhKwSe6CKbXVsdGlhZGRyc5YACASsEnugBmDRAAoErBJ7oAZg0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECd2QSWUsdjX6rb7SeVpVHKAocRaB5bbwJj-hOc8F_5cGDdGNwgmDRg3VkcIJg04V3YWt1Mgk"}'
|
||||
2025-12-28 04:20:09.772 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:09.779 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:09.779 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:09.779 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:09.779 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:09.781 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:09.781 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.121
|
||||
2025-12-28 04:20:09.781 DEBUG [src.node.docker_mananger] Generated ports ['47542', '47543', '47544', '47545', '47546']
|
||||
2025-12-28 04:20:09.781 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:09.781 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:09.781 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:09.781 DEBUG [src.node.docker_mananger] docker run -i -t -p 47542:47542 -p 47543:47543 -p 47544:47544 -p 47545:47545 -p 47546:47546 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47544 --rest-port=47542 --tcp-port=47543 --discv5-udp-port=47545 --rest-address=0.0.0.0 --nat=extip:172.18.128.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdebc0f8eaa4ad3ea0efaf81aa2ceda96cd2e6a2c963bd6ab5ebb118b1dbe5da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47546 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-28 04:20:09.961 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.121 waku 26a37083be76aee297de959eb665ae613ae86067e28a9b9ab83f60705aedb541
|
||||
2025-12-28 04:20:09.991 DEBUG [src.node.docker_mananger] Container started with ID 26a37083be76. Setting up logs at ./log/docker/receiving_node2_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:09.992 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47542
|
||||
2025-12-28 04:20:09.992 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:10.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47542/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:10.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-28 04:20:10.996 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-28 04:20:10.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47542/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:10.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.121/tcp/47543/p2p/16Uiu2HAmECNQimDYZ4Mzj17kNRd3Y8BbGjNC4q7Dma6MQzEy6s99","/ip4/172.18.128.121/tcp/47544/ws/p2p/16Uiu2HAmECNQimDYZ4Mzj17kNRd3Y8BbGjNC4q7Dma6MQzEy6s99"],"enrUri":"enr:-L24QI8_azXOOpB4jxmpH0e61mTUXFpWT8o19N6DiCHCS1BWdK1tAN9dv_w1Ozbj3EAfOcDdky9gD3lc9vRfHBB-1T4CgmlkgnY0gmlwhKwSgHmKbXVsdGlhZGRyc5YACASsEoB5Brm3AAoErBKAeQa5uN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFuWiZk6FWzvQLEuqhbZszBuaUlPzoMMVmUJsBOET2giDdGNwgrm3g3VkcIK5uYV3YWt1MgE"}'
|
||||
2025-12-28 04:20:10.999 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-28 04:20:10.999 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47542/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.160/tcp/24785/p2p/16Uiu2HAm3Tizx2HCvqq1wEjqMzBc2Ygnfas3uwZt2dm6HviGKffn"]'
|
||||
2025-12-28 04:20:11.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-28 04:20:11.039 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-28 04:20:11.039 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:11.039 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:11.039 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:11.045 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:11.046 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.56.31
|
||||
2025-12-28 04:20:11.046 DEBUG [src.node.docker_mananger] Generated ports ['42304', '42305', '42306', '42307', '42308']
|
||||
2025-12-28 04:20:11.047 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:11.047 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:11.047 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:11.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 42304:42304 -p 42305:42305 -p 42306:42306 -p 42307:42307 -p 42308:42308 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42306 --rest-port=42304 --tcp-port=42305 --discv5-udp-port=42307 --rest-address=0.0.0.0 --nat=extip:172.18.56.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8cba2af9d0fb1e6b1d2f0c5f8ba3a3feded5debfe9dd9fddb22fdeb9cba72ab7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42308 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGJ5om_oiA8xzXNp7-RUGfEkDVOhqUXszT3KEc3wJBgRNonwUAtkEVwQGH2n6LxoIMVFuoPbxyvzCb3chSZkokYCgmlkgnY0gmlwhKwSe6CKbXVsdGlhZGRyc5YACASsEnugBmDRAAoErBJ7oAZg0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECd2QSWUsdjX6rb7SeVpVHKAocRaB5bbwJj-hOc8F_5cGDdGNwgmDRg3VkcIJg04V3YWt1Mgk --lightpushnode=/ip4/172.18.123.160/tcp/24785/p2p/16Uiu2HAm3Tizx2HCvqq1wEjqMzBc2Ygnfas3uwZt2dm6HviGKffn --lightpush=true --relay=false
|
||||
2025-12-28 04:20:11.244 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.56.31 waku 866a01b0395cc85ce588b6e7b57c8de52415ab9d97e3d89ef8368607b49a5e35
|
||||
2025-12-28 04:20:11.274 DEBUG [src.node.docker_mananger] Container started with ID 866a01b0395c. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:11.275 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42304
|
||||
2025-12-28 04:20:11.276 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:12.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.627 ERROR [src.node.docker_mananger] Max retries reached for container 866a01b0395c. Exiting log stream.
|
||||
2025-12-28 04:20:12.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:12.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:13.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:14.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:15.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:16.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:17.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:18.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:19.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:20.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:21.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:22.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:23.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:24.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:25.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:26.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:27.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:28.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:29.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:30.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:31.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42304/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:32.278 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=42304): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ddab50650>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:20:32.378 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:32.378 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:32.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:32.380 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.146
|
||||
2025-12-28 04:20:32.380 DEBUG [src.node.docker_mananger] Generated ports ['33354', '33355', '33356', '33357', '33358']
|
||||
2025-12-28 04:20:32.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:32.381 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:32.381 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:32.381 DEBUG [src.node.docker_mananger] docker run -i -t -p 33354:33354 -p 33355:33355 -p 33356:33356 -p 33357:33357 -p 33358:33358 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33356 --rest-port=33354 --tcp-port=33355 --discv5-udp-port=33357 --rest-address=0.0.0.0 --nat=extip:172.18.118.146 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9169bd7e2ff9e1aa1b2cdefdc5610c3c2fdae5a369edff4543eb9cec8d0daf7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33358 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGJ5om_oiA8xzXNp7-RUGfEkDVOhqUXszT3KEc3wJBgRNonwUAtkEVwQGH2n6LxoIMVFuoPbxyvzCb3chSZkokYCgmlkgnY0gmlwhKwSe6CKbXVsdGlhZGRyc5YACASsEnugBmDRAAoErBJ7oAZg0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECd2QSWUsdjX6rb7SeVpVHKAocRaB5bbwJj-hOc8F_5cGDdGNwgmDRg3VkcIJg04V3YWt1Mgk --lightpushnode=/ip4/172.18.123.160/tcp/24785/p2p/16Uiu2HAm3Tizx2HCvqq1wEjqMzBc2Ygnfas3uwZt2dm6HviGKffn --lightpush=true --relay=false
|
||||
2025-12-28 04:20:32.564 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.146 waku d294c21ac8a8ff0c258078b4fa74cf576f44f25a40b4e2ebd2f2b82cc7465355
|
||||
2025-12-28 04:20:32.594 DEBUG [src.node.docker_mananger] Container started with ID d294c21ac8a8. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:32.595 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33354
|
||||
2025-12-28 04:20:32.595 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:33.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:33.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:33.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:33.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:33.951 ERROR [src.node.docker_mananger] Max retries reached for container d294c21ac8a8. Exiting log stream.
|
||||
2025-12-28 04:20:34.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:34.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:35.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:36.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:37.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:38.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:39.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:40.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:41.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:42.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:43.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:44.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:45.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:46.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:47.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:48.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:49.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:50.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:51.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:52.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:53.613 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=33354): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ddad7a0f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:20:53.713 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-28 04:20:53.714 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-28 04:20:53.715 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-28 04:20:53.715 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.168
|
||||
2025-12-28 04:20:53.716 DEBUG [src.node.docker_mananger] Generated ports ['14464', '14465', '14466', '14467', '14468']
|
||||
2025-12-28 04:20:53.716 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-28 04:20:53.716 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-28 04:20:53.716 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-28 04:20:53.716 DEBUG [src.node.docker_mananger] docker run -i -t -p 14464:14464 -p 14465:14465 -p 14466:14466 -p 14467:14467 -p 14468:14468 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14466 --rest-port=14464 --tcp-port=14465 --discv5-udp-port=14467 --rest-address=0.0.0.0 --nat=extip:172.18.157.168 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=604f8d2db5c1cfbcbb8cdbbbbbbbcdd1db64acb71fbd8b4ea6f1cebde2fe1da1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14468 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGJ5om_oiA8xzXNp7-RUGfEkDVOhqUXszT3KEc3wJBgRNonwUAtkEVwQGH2n6LxoIMVFuoPbxyvzCb3chSZkokYCgmlkgnY0gmlwhKwSe6CKbXVsdGlhZGRyc5YACASsEnugBmDRAAoErBJ7oAZg0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECd2QSWUsdjX6rb7SeVpVHKAocRaB5bbwJj-hOc8F_5cGDdGNwgmDRg3VkcIJg04V3YWt1Mgk --lightpushnode=/ip4/172.18.123.160/tcp/24785/p2p/16Uiu2HAm3Tizx2HCvqq1wEjqMzBc2Ygnfas3uwZt2dm6HviGKffn --lightpush=true --relay=false
|
||||
2025-12-28 04:20:53.898 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.168 waku fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2
|
||||
2025-12-28 04:20:53.926 DEBUG [src.node.docker_mananger] Container started with ID fda58971c4ed. Setting up logs at ./log/docker/lightpush_node1_2025-12-28_04-20-08__4c262316-3bd4-4be5-a592-f1aa48987f60__wakuorg_nwaku:latest.log
|
||||
2025-12-28 04:20:53.927 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14464
|
||||
2025-12-28 04:20:53.928 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-28 04:20:54.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.317 ERROR [src.node.docker_mananger] Max retries reached for container fda58971c4ed. Exiting log stream.
|
||||
2025-12-28 04:20:55.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:55.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:56.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:57.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:58.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:20:59.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:00.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:01.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:02.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:03.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:04.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:05.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:06.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:07.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:08.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:09.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:10.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:11.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:12.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:13.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-28 04:21:14.938 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=14464): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0ddad33440>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-28 04:21:15.178 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-28 04:21:15.179 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-28 04:21:15.179 DEBUG [src.node.waku_node] Stopping container with id 29bb66610dae
|
||||
2025-12-28 04:21:15.701 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:15.702 DEBUG [src.node.waku_node] Stopping container with id 26a37083be76
|
||||
2025-12-28 04:21:16.232 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-28 04:21:16.233 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.335 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.437 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.514 ERROR [src.node.docker_mananger] Max retries reached for container 29bb66610dae. Exiting log stream.
|
||||
2025-12-28 04:21:16.539 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.640 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.743 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.844 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:16.946 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.047 ERROR [src.node.docker_mananger] Max retries reached for container 26a37083be76. Exiting log stream.
|
||||
2025-12-28 04:21:17.048 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.149 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.251 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.352 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.454 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.556 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.658 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.759 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.861 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:17.963 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.065 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.167 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.269 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.370 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.472 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.574 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.676 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.778 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.879 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:18.981 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.083 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.185 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.286 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.388 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.490 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.592 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.694 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.795 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.897 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:19.999 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.101 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.203 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.304 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.406 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.508 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.610 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.712 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.813 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:20.915 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.017 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.119 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.221 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.322 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.324 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2/stop: Not Found ("No such container: fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2")
|
||||
2025-12-28 04:21:21.324 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.425 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.527 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.629 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.731 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.833 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:21.934 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.036 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.138 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.240 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.342 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.444 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.545 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.647 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.749 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.850 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:22.952 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.054 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.156 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.258 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.359 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.461 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.563 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.665 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.766 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.868 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:23.970 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.071 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.173 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.275 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.376 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.478 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.580 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.682 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.784 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.885 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:24.987 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.089 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.191 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.293 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.395 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.496 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.598 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.700 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.802 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:25.904 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.005 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.107 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.209 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.311 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.413 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.414 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2/stop: Not Found ("No such container: fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2")
|
||||
2025-12-28 04:21:26.415 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.516 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.618 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.719 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.821 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:26.923 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.025 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.127 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.229 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.331 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.432 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.534 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.636 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.738 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.840 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:27.941 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.043 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.145 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.247 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.349 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.451 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.553 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.655 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.757 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.859 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:28.960 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.062 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.164 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.266 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.368 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.470 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.571 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.673 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.775 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.877 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:29.979 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.081 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.183 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.284 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.386 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.488 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.590 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.692 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.794 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.896 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:30.998 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:31.099 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:31.201 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:31.303 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:31.405 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:31.507 DEBUG [src.node.waku_node] Stopping container with id fda58971c4ed
|
||||
2025-12-28 04:21:31.509 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2/stop: Not Found ("No such container: fda58971c4ed5610ac112a2791f8a9fa1d104d9563eb5114570695851a48e1e2")
|
||||
2025-12-28 04:21:31.510 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-28 04:21:31.534 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:31.558 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:31.559 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:31.559 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-28 04:21:31.560 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
430
nim/1017/data/attachments/23a30776dac48d7f.txt
Normal file
430
nim/1017/data/attachments/23a30776dac48d7f.txt
Normal file
@ -0,0 +1,430 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_continuous_store_sync with id: 2025-12-28_04-34-16__93c6f910-e9c7-431b-8398-f44924df7a7a
|
||||
[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_2025-12-28_04-34-16__93c6f910-e9c7-431b-8398-f44924df7a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-34-16__93c6f910-e9c7-431b-8398-f44924df7a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-34-16__93c6f910-e9c7-431b-8398-f44924df7a7a__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.41.190
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41268', '41269', '41270', '41271', '41272']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41268:41268 -p 41269:41269 -p 41270:41270 -p 41271:41271 -p 41272:41272 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41270 --rest-port=41268 --tcp-port=41269 --discv5-udp-port=41271 --rest-address=0.0.0.0 --nat=extip:172.18.41.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3aef8c4baaddb5b1306eafeed94573dab38c7f5c0d29efccda19adc278fbcd2d --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41272 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.41.190 waku 01dfc84949f4d87b8d27c85b16ff63e3409b3f3147048b406693c4227510aafe
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7ebc67dc0648. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 01dfc84949f4. Setting up logs at ./log/docker/node1_2025-12-28_04-34-16__93c6f910-e9c7-431b-8398-f44924df7a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41268
|
||||
[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 ac96e7f8fc89. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41268/health" -H "Content-Type: 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:41268/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.190/tcp/41269/p2p/16Uiu2HAkzqLppJ5C12nzHdY7uGhHLuRWzUvVxX1V9Z69Ds7Lq6mM","/ip4/172.18.41.190/tcp/41270/ws/p2p/16Uiu2HAkzqLppJ5C12nzHdY7uGhHLuRWzUvVxX1V9Z69Ds7Lq6mM"],"enrUri":"enr:-L24QFHw-QroqinWDJ0FRDmjxx5nrjQivYvsgZ5wK9MvY4bpB4iUrrWnDRp69BTGfXx4yTCxaikhXzTEScJNAKRLq2ACgmlkgnY0gmlwhKwSKb6KbXVsdGlhZGRyc5YACASsEim-BqE1AAoErBIpvgahNt0DgnJzhQADAQAAiXNlY3AyNTZrMaECUFq3NiW4_7g9V9m4gFQ-CYSCukYJKkh71xt5nMHYrbCDdGNwgqE1g3VkcIKhN4V3YWt1MhM"}'
|
||||
[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.217.250
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46259', '46260', '46261', '46262', '46263']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46259:46259 -p 46260:46260 -p 46261:46261 -p 46262:46262 -p 46263:46263 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46261 --rest-port=46259 --tcp-port=46260 --discv5-udp-port=46262 --rest-address=0.0.0.0 --nat=extip:172.18.217.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db8cdad02e1a6620a99f88ffddac94a7f92c9a2d60a668f7f9cf77b47a91c44e --store-sync=true --store=true --store-sync-range=600 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46263 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.250 waku 0961f2acbcad6e6da67a0c2708050c745ca04b0e157345430091b91f6aed6409
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0961f2acbcad. Setting up logs at ./log/docker/node2_2025-12-28_04-34-16__93c6f910-e9c7-431b-8398-f44924df7a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46259
|
||||
[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:46259/health" -H "Content-Type: 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:46259/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.250/tcp/46260/p2p/16Uiu2HAkyDowFRhJVpfbunJA8HQDmhBoHrATK28eszhn8zQMKips","/ip4/172.18.217.250/tcp/46261/ws/p2p/16Uiu2HAkyDowFRhJVpfbunJA8HQDmhBoHrATK28eszhn8zQMKips"],"enrUri":"enr:-L24QHHHcDoSzc2MJw84QIYoUiXUiWmtkbBPA7cpHcb7vK0BekEOGfWaIUu9nKPKz9VnBef7k834HfpgRs7rTdk3wE4CgmlkgnY0gmlwhKwS2fqKbXVsdGlhZGRyc5YACASsEtn6BrS0AAoErBLZ-ga0td0DgnJzhQADAQAAiXNlY3AyNTZrMaECOGTGJuC9z7QZpkDWb0PNEWruz-4bh0jpnLLpT-js4cyDdGNwgrS0g3VkcIK0toV3YWt1MhI"}'
|
||||
[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:46259/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.41.190/tcp/41269/p2p/16Uiu2HAkzqLppJ5C12nzHdY7uGhHLuRWzUvVxX1V9Z69Ds7Lq6mM"]'
|
||||
[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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46259/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -H "Content-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":"0x167772cbf510da8ac1ac932b0498144b2cb978e9a5939668964d50070fb7e569"},{"messageHash":"0xde5d950d7e5dce3f95fa614c0c250ba7f6b1ea0b2db2cb21e5bd1e39b459e8a7"},{"messageHash":"0x597ca35f3b410b20fbe78a81928315c326c678503e7139832bd4d5669bacdc01"},{"messageHash":"0xf083fbeebc13c8cd788f5f1f9b3f066763b5d7fb8736138a8afa6011a8c82ed3"},{"messageHash":"0xe2b2a324a7a65fae09d34d576aee98a721b97957480cf07d5865191e6c19f55a"},{"messageHash":"0x2fa5b40c6f1b51ee78dd900720c958d0dab297da2ddf9d03afe8a3372434343a"},{"messageHash":"0xe8f83fd591181a3923df8d1b81ebe2f45239e0e87fb7b24181199b7a56e6cea8"},{"messageHash":"0xef9a33f4715972daa84c799e733a2ab6a95884407616da617fd40aa5e11ccaa8"},{"messageHash":"0xe72abe5daf4d4799dbb8850d78b4c149afeeb449e79d9cdce9de83c5c4fa07a7"},{"messageHash":"0x87aeeebe4a640ceae906f395fed44d710c4ab1023d2d75483731f57a72707d64"},{"messageHash":"0xb926c192dd0556f0d9bc659d97880b65666900376883c486a0ddfd191191243c"},{"messageHash":"0x6f911599d59221859a568488a26eead66e2697e4d9893a026c6f6d0abcb0a0d0"},{"messageHash":"0x0df0f773fc5cda147872fa62a932d2d805bbccf343ab4f759149c6282ec27be9"},{"messageHash":"0xe5445c89f5b165edd5adefcdb7f038f8559141cab6456ad51f7e811eafc40d61"},{"messageHash":"0x84ac68f1d00b54fe0cb2ae6ecb3f0a00955d7242f7888a7f5e7fe742049bf273"},{"messageHash":"0x22ea40560f14005cdfa65a4cb55f84fc14a26180d8ab5fcf28afcb9960be2ce2"},{"messageHash":"0xea979ac1eaa96e5e0e36598faec23552365a7795e1969ead203474913ff6b002"},{"messageHash":"0x5b36339cafcb567acabbba191dada41a3186f08520a4f935b945e1ea4e57822c"},{"messageHash":"0xcc45257ce9608ea36d364e046a19b5b8e4dad7a6af65e02bdfbdc95462967d20"},{"messageHash":"0xfc6de9123332974c43fe771fbc0fd5a6efaf12f1aa9bbef3994300ae623b05a1"},{"messageHash":"0x4084efeb30d745b66e0b0ab51c441b3452cf4f086e2b25eb44fa682f9bdc4412"},{"messageHash":"0x7bad5cdbcd29b279eb9590f5564980b3b942bff1265b68c48d479c9cb128875a"},{"messageHash":"0x1e282b608f2dbb1939ebea787b982b754531b9ea22da59091e64a6af68374526"},{"messageHash":"0x646f75163a2fbbfd55900f8ff83b1e8db0d4df0e231197becab7c7b4909ffa22"},{"messageHash":"0x91cedf2a7d7542f7893df93f972f79c919bfabd8f2e0d96f12754ad466f46a06"},{"messageHash":"0x030ebd40873f86328eacd67d4da0e55da9ed7bdac9d9f6daf540428ca419b5d7"},{"messageHash":"0x7b0ffe842c9d15853bdaf361cfae2e0bf8ec4b1d364743509eabaefce08da8d9"},{"messageHash":"0x0ddff113457adf9be1569460248ef7f2ed1b45ec9556c949f9af6354776c828a"},{"messageHash":"0x7b7b0da23f02df593d2f51c187c932631e3f105b4a6dc1f375fc90ff7710506d"},{"messageHash":"0x96f427f8aa2c1ab6f2a1409292d575c5baeb46f4ff133c22fb76d33e76ccc29c"}]}'
|
||||
[35mDEBUG [0m tests.store_sync.test_store_sync:test_store_sync.py:1036 Node-2 store has 30/30 messages
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46259/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -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.store_sync.test_store_sync:test_store_sync.py:1036 Node-2 store has 60/60 messages
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/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:41268/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46259/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true&peer_id=" -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.store_sync.test_store_sync:test_store_sync.py:1036 Node-2 store has 90/90 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 01dfc84949f4
|
||||
[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 0961f2acbcad
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
88
nim/1017/data/attachments/23d0593f55af0889.txt
Normal file
88
nim/1017/data/attachments/23d0593f55af0889.txt
Normal file
@ -0,0 +1,88 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_node_uses_both_auto_and_regular_apis with id: 2025-12-28_04-27-20__acd9aa0e-dc97-42af-a485-4560d149e024
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-27-20__acd9aa0e-dc97-42af-a485-4560d149e024__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.27.39
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62140', '62141', '62142', '62143', '62144']
|
||||
[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 62140:62140 -p 62141:62141 -p 62142:62142 -p 62143:62143 -p 62144:62144 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62142 --rest-port=62140 --tcp-port=62141 --discv5-udp-port=62143 --rest-address=0.0.0.0 --nat=extip:172.18.27.39 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fc6e4edefbf7ed889dc1cb29ea3d921acd5c7cbfc6bab5b790ebf5cfceedaaca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62144 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.27.39 waku 63f709a95f106dac9ca85de4e26263b94abe3838a6185e22b5ede189ccdf196e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 63f709a95f10. Setting up logs at ./log/docker/node1_2025-12-28_04-27-20__acd9aa0e-dc97-42af-a485-4560d149e024__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62140
|
||||
[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 5aa4072c9d87. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f9c45f42e315. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62140/health" -H "Content-Type: 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:62140/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.27.39/tcp/62141/p2p/16Uiu2HAkvFCxR54pJXrAJiDn2DEiN9F7zzjZDLcEZrP9L4ZLzVoP","/ip4/172.18.27.39/tcp/62142/ws/p2p/16Uiu2HAkvFCxR54pJXrAJiDn2DEiN9F7zzjZDLcEZrP9L4ZLzVoP"],"enrUri":"enr:-L24QLaxyOnlsYerXgZvuQYU_lDONIubfz_MV6KDrQp6UC_gaPSJm0wyGa7FW8eDkv7zwqehGkRN1_kMwZbMc6LTOIgCgmlkgnY0gmlwhKwSGyeKbXVsdGlhZGRyc5YACASsEhsnBvK9AAoErBIbJwbyvt0DgnJzhQACAQAAiXNlY3AyNTZrMaECDC1SrtRWie_evd2_KnW4PWENcZsPULBw5ivLJW7SK8qDdGNwgvK9g3VkcILyv4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-27-20__acd9aa0e-dc97-42af-a485-4560d149e024__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.222.208
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9338', '9339', '9340', '9341', '9342']
|
||||
[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 9338:9338 -p 9339:9339 -p 9340:9340 -p 9341:9341 -p 9342:9342 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9340 --rest-port=9338 --tcp-port=9339 --discv5-udp-port=9341 --rest-address=0.0.0.0 --nat=extip:172.18.222.208 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0a0d5b534bf9fee9c66dfadd0bc9ab15c0d8ce2166dc9a3cbfd09db55086bb2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9342 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLaxyOnlsYerXgZvuQYU_lDONIubfz_MV6KDrQp6UC_gaPSJm0wyGa7FW8eDkv7zwqehGkRN1_kMwZbMc6LTOIgCgmlkgnY0gmlwhKwSGyeKbXVsdGlhZGRyc5YACASsEhsnBvK9AAoErBIbJwbyvt0DgnJzhQACAQAAiXNlY3AyNTZrMaECDC1SrtRWie_evd2_KnW4PWENcZsPULBw5ivLJW7SK8qDdGNwgvK9g3VkcILyv4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.222.208 waku 9093bc88eac1f95b4d59eef0116b5879ab5c731eb3f8b523dcc07bd60a9ccca8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9093bc88eac1. Setting up logs at ./log/docker/node2_2025-12-28_04-27-20__acd9aa0e-dc97-42af-a485-4560d149e024__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9338
|
||||
[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:9338/health" -H "Content-Type: 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:9338/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.208/tcp/9339/p2p/16Uiu2HAm384xNtLEmGXCptVoit3VKM5qBE2Nqb5FTQ75QmrgXJB5","/ip4/172.18.222.208/tcp/9340/ws/p2p/16Uiu2HAm384xNtLEmGXCptVoit3VKM5qBE2Nqb5FTQ75QmrgXJB5"],"enrUri":"enr:-L24QAXFADd9gSayD_6nVseBvoiuuvhT4ZPmYt5cObudY0uSA9Ilki_spSHDRLcu-90mGmnaQk-xmlwWWWVW0PEf-V8CgmlkgnY0gmlwhKwS3tCKbXVsdGlhZGRyc5YACASsEt7QBiR7AAoErBLe0AYkfN0DgnJzhQACAQAAiXNlY3AyNTZrMaECclsE-eDvf5JJ9X6MBWY7SZ62f5mpFm7K5JJdLCMXw-yDdGNwgiR7g3VkcIIkfYV3YWt1MgE"}'
|
||||
[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:9338/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.27.39/tcp/62141/p2p/16Uiu2HAkvFCxR54pJXrAJiDn2DEiN9F7zzjZDLcEZrP9L4ZLzVoP"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62140/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9338/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62140/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:62140/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766896042598721057,"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:9338/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766896042598721057,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62140/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:9338/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:62140/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:62140/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":1766896042715999361,"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:9338/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":1766896042715999361,"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 63f709a95f10
|
||||
[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 9093bc88eac1
|
||||
[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.
|
||||
1718
nim/1017/data/attachments/23e3f7b8fd767066.txt
Normal file
1718
nim/1017/data/attachments/23e3f7b8fd767066.txt
Normal file
File diff suppressed because it is too large
Load Diff
116
nim/1017/data/attachments/241ff4857a66829b.txt
Normal file
116
nim/1017/data/attachments/241ff4857a66829b.txt
Normal file
@ -0,0 +1,116 @@
|
||||
[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[11] with id: 2025-12-28_04-31-15__604800f3-c861-4067-9d8d-b0b48bdb6ebb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-31-15__604800f3-c861-4067-9d8d-b0b48bdb6ebb__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.178.13
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8267', '8268', '8269', '8270', '8271']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 8267:8267 -p 8268:8268 -p 8269:8269 -p 8270:8270 -p 8271:8271 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8269 --rest-port=8267 --tcp-port=8268 --discv5-udp-port=8270 --rest-address=0.0.0.0 --nat=extip:172.18.178.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c2e47082c6c59a25a565eaa1ceba0aaf9defec46896f4e7bd2b4d289f49f4b0b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8271 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.178.13 waku d61df5a3e12ef3ea9ffa7c2c643481b208aad57b04f2d67852898a0a2438a9c5
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f0c1e4073e21. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d61df5a3e12e. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-31-15__604800f3-c861-4067-9d8d-b0b48bdb6ebb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8267
|
||||
[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 f6ecf1cc184d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8267/health" -H "Content-Type: 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:8267/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.178.13/tcp/8268/p2p/16Uiu2HAmFKd5qAoNz2Xb8bKiWuzK2tiDdNEkd6fs1iETuYahtCuM","/ip4/172.18.178.13/tcp/8269/ws/p2p/16Uiu2HAmFKd5qAoNz2Xb8bKiWuzK2tiDdNEkd6fs1iETuYahtCuM"],"enrUri":"enr:-L24QEEHdhGeDXHhoBxn3mbXQXANJWG2tm30X1UXS0IklKEMPpkxxI_hAqzCRBrhD8F5oFKetuRRotizbs7tlvQAeOwCgmlkgnY0gmlwhKwSsg2KbXVsdGlhZGRyc5YACASsErINBiBMAAoErBKyDQYgTd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJ5z6sU7MOtlLowsUwURPjJGakuHblbC56OXPJhkfmkCDdGNwgiBMg3VkcIIgToV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-31-15__604800f3-c861-4067-9d8d-b0b48bdb6ebb__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.8.106
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58513', '58514', '58515', '58516', '58517']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58513:58513 -p 58514:58514 -p 58515:58515 -p 58516:58516 -p 58517:58517 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58515 --rest-port=58513 --tcp-port=58514 --discv5-udp-port=58516 --rest-address=0.0.0.0 --nat=extip:172.18.8.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f71ab4bc098bf16b4db7004afbdeb2af67c6f2ed0fff45daf4aeaad27cf5afcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58517 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEEHdhGeDXHhoBxn3mbXQXANJWG2tm30X1UXS0IklKEMPpkxxI_hAqzCRBrhD8F5oFKetuRRotizbs7tlvQAeOwCgmlkgnY0gmlwhKwSsg2KbXVsdGlhZGRyc5YACASsErINBiBMAAoErBKyDQYgTd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJ5z6sU7MOtlLowsUwURPjJGakuHblbC56OXPJhkfmkCDdGNwgiBMg3VkcIIgToV3YWt1MgM --storenode=/ip4/172.18.178.13/tcp/8268/p2p/16Uiu2HAmFKd5qAoNz2Xb8bKiWuzK2tiDdNEkd6fs1iETuYahtCuM --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.8.106 waku e6db498a7a259d1783d5ccc4210fbfbebe1010f50cf2aa347f3885f89046d15e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e6db498a7a25. Setting up logs at ./log/docker/store_node1_2025-12-28_04-31-15__604800f3-c861-4067-9d8d-b0b48bdb6ebb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58513
|
||||
[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:58513/health" -H "Content-Type: 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:58513/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.8.106/tcp/58514/p2p/16Uiu2HAkxtdKntykSp9WZJHU33Fuhogdtn78WrUAZJzikLgoEpJ6","/ip4/172.18.8.106/tcp/58515/ws/p2p/16Uiu2HAkxtdKntykSp9WZJHU33Fuhogdtn78WrUAZJzikLgoEpJ6"],"enrUri":"enr:-L24QPmvbttWVWPsjacNdRGn1OpccXrpztlNOQzbX94YSQLpXmwQbLJqvZiPzUnGVj7zoHd98cUCT9nmsCRkXRYRMhUCgmlkgnY0gmlwhKwSCGqKbXVsdGlhZGRyc5YACASsEghqBuSSAAoErBIIagbkk90DgnJzhQADAQAAiXNlY3AyNTZrMaECM3q9ic6jxitvkK8HjyTZnuFrzhWx8g6cBxq27Bl15wODdGNwguSSg3VkcILklIV3YWt1MgM"}'
|
||||
[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:58513/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.178.13/tcp/8268/p2p/16Uiu2HAmFKd5qAoNz2Xb8bKiWuzK2tiDdNEkd6fs1iETuYahtCuM"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:8267/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:58513/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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:8267/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
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8267/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=11&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":"0x6f17fd67030604abe08c12a961bf6acf3ade023959becc408e9e861bb9623591"},{"messageHash":"0x90a688080af503c233187c75db7665d5c321954a82d6ec88ef174129d9d9dedd"},{"messageHash":"0xbf9460f4b414597c22cdcd38fd9fad04f7e167452cde75698ca95338e3c46aba"},{"messageHash":"0x6be7ba4d3398c7a0c5efd9ff9b05c6a87e47cc3e4102affd9ddd349634080167"},{"messageHash":"0x00998c640918b2d03c34d601e4d572839924e217d8bf4334682ad7580083e637"},{"messageHash":"0xff2c14d89dadf800bd64bb5293936505f21be2e92c633301c598257075dbe366"},{"messageHash":"0x5a8566050509133c3138437ec6766114c8ac7e59397f9d4a86574afd722c6eed"},{"messageHash":"0x35f03b2d88cec10a64228bc456acd9ccafa88f8ec1c1b37c39a5b42513115c24"},{"messageHash":"0x19378881249a578d44f5d3c2317b8d1da2fa5bdf1eb5dd718de1e888022e5fdf"},{"messageHash":"0x1dc6d9dec45b56b8639dd03ae162b418ea141d220448bae7ab7e3bc01726de6f"},{"messageHash":"0x561dd6fad3595afd04e326cfea2115b080eceacbed80b95cae58148e7b8897ab"}],"paginationCursor":"0x561dd6fad3595afd04e326cfea2115b080eceacbed80b95cae58148e7b8897ab"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58513/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=11&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":"0x6f17fd67030604abe08c12a961bf6acf3ade023959becc408e9e861bb9623591"},{"messageHash":"0x90a688080af503c233187c75db7665d5c321954a82d6ec88ef174129d9d9dedd"},{"messageHash":"0xbf9460f4b414597c22cdcd38fd9fad04f7e167452cde75698ca95338e3c46aba"},{"messageHash":"0x6be7ba4d3398c7a0c5efd9ff9b05c6a87e47cc3e4102affd9ddd349634080167"},{"messageHash":"0x00998c640918b2d03c34d601e4d572839924e217d8bf4334682ad7580083e637"},{"messageHash":"0xff2c14d89dadf800bd64bb5293936505f21be2e92c633301c598257075dbe366"},{"messageHash":"0x5a8566050509133c3138437ec6766114c8ac7e59397f9d4a86574afd722c6eed"},{"messageHash":"0x35f03b2d88cec10a64228bc456acd9ccafa88f8ec1c1b37c39a5b42513115c24"},{"messageHash":"0x19378881249a578d44f5d3c2317b8d1da2fa5bdf1eb5dd718de1e888022e5fdf"},{"messageHash":"0x1dc6d9dec45b56b8639dd03ae162b418ea141d220448bae7ab7e3bc01726de6f"},{"messageHash":"0x561dd6fad3595afd04e326cfea2115b080eceacbed80b95cae58148e7b8897ab"}],"paginationCursor":"0x561dd6fad3595afd04e326cfea2115b080eceacbed80b95cae58148e7b8897ab"}'
|
||||
[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 d61df5a3e12e
|
||||
[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 e6db498a7a25
|
||||
[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.
|
||||
55
nim/1017/data/attachments/2424fb41b97f695d.txt
Normal file
55
nim/1017/data/attachments/2424fb41b97f695d.txt
Normal file
@ -0,0 +1,55 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_log_level_WARN_from_NOTICE with id: 2025-12-28_04-37-44__6a2bdebc-bbcb-46ed-893a-89c255850cef
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-37-44__6a2bdebc-bbcb-46ed-893a-89c255850cef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-37-44__6a2bdebc-bbcb-46ed-893a-89c255850cef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2025-12-28_04-37-44__6a2bdebc-bbcb-46ed-893a-89c255850cef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2025-12-28_04-37-44__6a2bdebc-bbcb-46ed-893a-89c255850cef__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.143.149
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['12338', '12339', '12340', '12341', '12342']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 12338:12338 -p 12339:12339 -p 12340:12340 -p 12341:12341 -p 12342:12342 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12340 --rest-port=12338 --tcp-port=12339 --discv5-udp-port=12341 --rest-address=0.0.0.0 --nat=extip:172.18.143.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=abfad11a0f0afc74e3edcecf2f4ab0deec8b6ca22abf7b25ab6acfdd3ab8ecee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12342 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.143.149 waku fdce39351525cb05cc9a3ead66b65123d236f354d1428854c6db5d9c0076b97b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fdce39351525. Setting up logs at ./log/docker/node1_2025-12-28_04-37-44__6a2bdebc-bbcb-46ed-893a-89c255850cef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 12338
|
||||
[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 56a10c4acc27. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 71ee6dbc0004. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12338/health" -H "Content-Type: 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:12338/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.143.149/tcp/12339/p2p/16Uiu2HAmH2fUmT6DrNA4BNB8TcmfJqK2i5LCiHP7n7X5BocAz6vg","/ip4/172.18.143.149/tcp/12340/ws/p2p/16Uiu2HAmH2fUmT6DrNA4BNB8TcmfJqK2i5LCiHP7n7X5BocAz6vg"],"enrUri":"enr:-L24QLdeP3vX90Uc13YmdjvEFth_ev09NKuMtHhmHdwNgI-tQ7K6f64fdV8vgz7aBCBt2ckb06edZkls8h0HxCrVgqcCgmlkgnY0gmlwhKwSj5WKbXVsdGlhZGRyc5YACASsEo-VBjAzAAoErBKPlQYwNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQPwwGpwi-c7uD8ISvvRmBZp9CXEQPubZBidHuxrgQ7WDdGNwgjAzg3VkcIIwNYV3YWt1MgE"}'
|
||||
[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:12338/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12338/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:12338/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.143.149/tcp/12339/p2p/16Uiu2HAmH2fUmT6DrNA4BNB8TcmfJqK2i5LCiHP7n7X5BocAz6vg","/ip4/172.18.143.149/tcp/12340/ws/p2p/16Uiu2HAmH2fUmT6DrNA4BNB8TcmfJqK2i5LCiHP7n7X5BocAz6vg"],"enrUri":"enr:-L24QLdeP3vX90Uc13YmdjvEFth_ev09NKuMtHhmHdwNgI-tQ7K6f64fdV8vgz7aBCBt2ckb06edZkls8h0HxCrVgqcCgmlkgnY0gmlwhKwSj5WKbXVsdGlhZGRyc5YACASsEo-VBjAzAAoErBKPlQYwNN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQPwwGpwi-c7uD8ISvvRmBZp9CXEQPubZBidHuxrgQ7WDdGNwgjAzg3VkcIIwNYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12338/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12338/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-124-g96196a'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:272 counts at WARN: {'TRC': 0, 'DBG': 0, 'INF': 0, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12338/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id fdce39351525
|
||||
[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.
|
||||
7125
nim/1017/data/attachments/2470341109a047af.txt
Normal file
7125
nim/1017/data/attachments/2470341109a047af.txt
Normal file
File diff suppressed because it is too large
Load Diff
68
nim/1017/data/attachments/2479502d3f53d552.txt
Normal file
68
nim/1017/data/attachments/2479502d3f53d552.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_content_topic with id: 2025-12-28_04-19-57__c9e0b5d0-7653-49a3-9e1d-ac928bc634a1
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-19-57__c9e0b5d0-7653-49a3-9e1d-ac928bc634a1__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.89.53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9228', '9229', '9230', '9231', '9232']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9228:9228 -p 9229:9229 -p 9230:9230 -p 9231:9231 -p 9232:9232 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9230 --rest-port=9228 --tcp-port=9229 --discv5-udp-port=9231 --rest-address=0.0.0.0 --nat=extip:172.18.89.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ddab1e34dbcd44ff974f36caf63f8abece89cbc8b6bcfa1d97dacca0ca4b754d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9232 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.89.53 waku 677ccbb6ea372ad3526257f6f21f0e8e4dc5c266e36166392cfc67e4d586b048
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 677ccbb6ea37. Setting up logs at ./log/docker/node1_2025-12-28_04-19-57__c9e0b5d0-7653-49a3-9e1d-ac928bc634a1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9228
|
||||
[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 7ba7a29b5868. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container be11db3dc514. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9228/health" -H "Content-Type: 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:9228/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.53/tcp/9229/p2p/16Uiu2HAm2u9kiVHgFbMWPg1avhKrTfVFjYet7WGV1hEXdsQoQbC1","/ip4/172.18.89.53/tcp/9230/ws/p2p/16Uiu2HAm2u9kiVHgFbMWPg1avhKrTfVFjYet7WGV1hEXdsQoQbC1"],"enrUri":"enr:-L24QEBp9Peu784DVzqqDBbYlexyQGONbm2jGuGCerPOC7VfJZGy91ZG7N9FfudQsYNn0Fl5oOn6pwUEPwHIyJ4SSFUCgmlkgnY0gmlwhKwSWTWKbXVsdGlhZGRyc5YACASsElk1BiQNAAoErBJZNQYkDt0DgnJzhQADAQAAiXNlY3AyNTZrMaECbwvlJH2HLQ-Y_HgV_qXpbakQFqtre9ZYD3l5-jgQp56DdGNwgiQNg3VkcIIkD4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-19-57__c9e0b5d0-7653-49a3-9e1d-ac928bc634a1__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.46.181
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11662', '11663', '11664', '11665', '11666']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11662:11662 -p 11663:11663 -p 11664:11664 -p 11665:11665 -p 11666:11666 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11664 --rest-port=11662 --tcp-port=11663 --discv5-udp-port=11665 --rest-address=0.0.0.0 --nat=extip:172.18.46.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcef851cee4afa10ce22a8dd6d3284c35aa3bfbec1480ed9dfa2d7be96316bee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11666 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEBp9Peu784DVzqqDBbYlexyQGONbm2jGuGCerPOC7VfJZGy91ZG7N9FfudQsYNn0Fl5oOn6pwUEPwHIyJ4SSFUCgmlkgnY0gmlwhKwSWTWKbXVsdGlhZGRyc5YACASsElk1BiQNAAoErBJZNQYkDt0DgnJzhQADAQAAiXNlY3AyNTZrMaECbwvlJH2HLQ-Y_HgV_qXpbakQFqtre9ZYD3l5-jgQp56DdGNwgiQNg3VkcIIkD4V3YWt1MgU --filternode=/ip4/172.18.89.53/tcp/9229/p2p/16Uiu2HAm2u9kiVHgFbMWPg1avhKrTfVFjYet7WGV1hEXdsQoQbC1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.46.181 waku f8bfb60849b95a4840e6afd3583984418143c111e1d33485c5e2a6e2d4b0dce8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f8bfb60849b9. Setting up logs at ./log/docker/node2_2025-12-28_04-19-57__c9e0b5d0-7653-49a3-9e1d-ac928bc634a1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11662
|
||||
[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:11662/health" -H "Content-Type: 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:11662/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.46.181/tcp/11663/p2p/16Uiu2HAmF3RTSJN7jUhKNBC6qNMFoKv7SuHGuLWVqf71GGvCu525","/ip4/172.18.46.181/tcp/11664/ws/p2p/16Uiu2HAmF3RTSJN7jUhKNBC6qNMFoKv7SuHGuLWVqf71GGvCu525"],"enrUri":"enr:-L24QNWtHYm3_tctl39m40kzkx4Edd3gOeBnm0KOXgbA3wAELdPQNeXja7Nj55jeLLhwE2MiPxbLevdTyfevbwrtmtsCgmlkgnY0gmlwhKwSLrWKbXVsdGlhZGRyc5YACASsEi61Bi2PAAoErBIutQYtkN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDI3aKASlbqiO7iR_yBFHPk-a8WY38rgO-JEYPqHk0Hf6DdGNwgi2Pg3VkcIItkYV3YWt1MgA"}'
|
||||
[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:11662/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.89.53/tcp/9229/p2p/16Uiu2HAm2u9kiVHgFbMWPg1avhKrTfVFjYet7WGV1hEXdsQoQbC1"]'
|
||||
[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:9228/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:11662/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8a5c907c-c127-4ac3-9d57-f331061eba4a", "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":"8a5c907c-c127-4ac3-9d57-f331061eba4a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11662/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:11662/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 677ccbb6ea37
|
||||
[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 f8bfb60849b9
|
||||
[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.
|
||||
2790
nim/1017/data/attachments/24dff70f0f4c0094.txt
Normal file
2790
nim/1017/data/attachments/24dff70f0f4c0094.txt
Normal file
File diff suppressed because it is too large
Load Diff
80
nim/1017/data/attachments/25152fe9ab8c7de9.txt
Normal file
80
nim/1017/data/attachments/25152fe9ab8c7de9.txt
Normal file
@ -0,0 +1,80 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_with_very_large_request_id with id: 2025-12-28_04-21-18__22e02dee-e899-4fa8-875e-ccb3057959d8
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-21-18__22e02dee-e899-4fa8-875e-ccb3057959d8__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.168.194
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37559', '37560', '37561', '37562', '37563']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 37559:37559 -p 37560:37560 -p 37561:37561 -p 37562:37562 -p 37563:37563 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37561 --rest-port=37559 --tcp-port=37560 --discv5-udp-port=37562 --rest-address=0.0.0.0 --nat=extip:172.18.168.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aeaaebcc4faac4be9c91adce1f1f19acf8da6cc3ce3c39080edb11ab86681db4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37563 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.168.194 waku 64d720e3a61fc82e4baf4c7dd6564081c2a16fdbd17e02db4ff608499b3ba0c0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 64d720e3a61f. Setting up logs at ./log/docker/node1_2025-12-28_04-21-18__22e02dee-e899-4fa8-875e-ccb3057959d8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37559
|
||||
[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 30ccac6378cf. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 06de52de7c4f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37559/health" -H "Content-Type: 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:37559/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.168.194/tcp/37560/p2p/16Uiu2HAkyUADd152hVU5mSR12iq5P672VA6EocUYzRzeiMooewgK","/ip4/172.18.168.194/tcp/37561/ws/p2p/16Uiu2HAkyUADd152hVU5mSR12iq5P672VA6EocUYzRzeiMooewgK"],"enrUri":"enr:-L24QFujaZivDMfaw3UCCAEZRJizChf8Lrq-9JL5pkMHqiMvMwWap63ebVyN5mCIvzSdakVnR6Idi6ZB6vmtdkUMZ3ICgmlkgnY0gmlwhKwSqMKKbXVsdGlhZGRyc5YACASsEqjCBpK4AAoErBKowgaSud0DgnJzhQADAQAAiXNlY3AyNTZrMaECPBHWrn2cj3Kp_IPOFbakNvIA7rAu2Y_DbPPCBYuRRGiDdGNwgpK4g3VkcIKSuoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-21-18__22e02dee-e899-4fa8-875e-ccb3057959d8__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.206.81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35230', '35231', '35232', '35233', '35234']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35230:35230 -p 35231:35231 -p 35232:35232 -p 35233:35233 -p 35234:35234 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35232 --rest-port=35230 --tcp-port=35231 --discv5-udp-port=35233 --rest-address=0.0.0.0 --nat=extip:172.18.206.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dfdf8ceb9afa8cc6bc3c62eff1428cfbc77fc945aaaaed76cb5c0525a5bc1aea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35234 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFujaZivDMfaw3UCCAEZRJizChf8Lrq-9JL5pkMHqiMvMwWap63ebVyN5mCIvzSdakVnR6Idi6ZB6vmtdkUMZ3ICgmlkgnY0gmlwhKwSqMKKbXVsdGlhZGRyc5YACASsEqjCBpK4AAoErBKowgaSud0DgnJzhQADAQAAiXNlY3AyNTZrMaECPBHWrn2cj3Kp_IPOFbakNvIA7rAu2Y_DbPPCBYuRRGiDdGNwgpK4g3VkcIKSuoV3YWt1MgU --filternode=/ip4/172.18.168.194/tcp/37560/p2p/16Uiu2HAkyUADd152hVU5mSR12iq5P672VA6EocUYzRzeiMooewgK
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.206.81 waku d758ef5839c73242aabcadac6f1b77640d12791784fd75238f922c4083a36ec7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d758ef5839c7. Setting up logs at ./log/docker/node2_2025-12-28_04-21-18__22e02dee-e899-4fa8-875e-ccb3057959d8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35230
|
||||
[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:35230/health" -H "Content-Type: 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:35230/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.206.81/tcp/35231/p2p/16Uiu2HAmAVKxBhnPCtykCAqpgsCyWKxhDNbEpMTi8ob59yKZ5yjh","/ip4/172.18.206.81/tcp/35232/ws/p2p/16Uiu2HAmAVKxBhnPCtykCAqpgsCyWKxhDNbEpMTi8ob59yKZ5yjh"],"enrUri":"enr:-L24QERJI5d5fNLvrj3og_FtuRTLtC4h_6xQCsqLjPKOdemOUgmt0akLJd37saUr17_0J9gqfvcKIG2EYiykaLCKKwACgmlkgnY0gmlwhKwSzlGKbXVsdGlhZGRyc5YACASsEs5RBomfAAoErBLOUQaJoN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC3877UT_cb5h8pPCgY7ICu5Ye7saVm2WLcKN1FySng2yDdGNwgomfg3VkcIKJoYV3YWt1MgA"}'
|
||||
[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:35230/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.168.194/tcp/37560/p2p/16Uiu2HAkyUADd152hVU5mSR12iq5P672VA6EocUYzRzeiMooewgK"]'
|
||||
[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:37559/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:35230/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "910f853c-c546-4c38-a3ac-c6049a034acf", "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":"910f853c-c546-4c38-a3ac-c6049a034acf","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37559/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:35230/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":1766895680699407260,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:35230/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "12345678901234567890123456789012345678901234567890", "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":"12345678901234567890123456789012345678901234567890","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37559/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:35230/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -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:35230/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
[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 64d720e3a61f
|
||||
[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 d758ef5839c7
|
||||
[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/1017/data/attachments/251a8b488cb368ed.txt
Normal file
73
nim/1017/data/attachments/251a8b488cb368ed.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[/myapp/1/latest/proto] with id: 2025-12-28_04-27-29__db9de7ba-4857-403c-a8ea-c907455e67f3
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2025-12-28_04-27-29__db9de7ba-4857-403c-a8ea-c907455e67f3__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.73.117
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31174', '31175', '31176', '31177', '31178']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31174:31174 -p 31175:31175 -p 31176:31176 -p 31177:31177 -p 31178:31178 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31176 --rest-port=31174 --tcp-port=31175 --discv5-udp-port=31177 --rest-address=0.0.0.0 --nat=extip:172.18.73.117 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f706dad2db8d9b87e37d9edf7230bb4b3581c78ab9589aac9b44dfde39eb953d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31178 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.73.117 waku 5587ed87799aed60ac06e2c640ce0c30f3199c23f37dfad6e7a1bddd1882a492
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5587ed87799a. Setting up logs at ./log/docker/node1_2025-12-28_04-27-29__db9de7ba-4857-403c-a8ea-c907455e67f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31174
|
||||
[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 9645f4ed38a5. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8fd658754b17. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31174/health" -H "Content-Type: 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:31174/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.73.117/tcp/31175/p2p/16Uiu2HAm66shSG8cLnmUTpJvygjGuLDzBDWkW3oq1YjTwrFDdyQy","/ip4/172.18.73.117/tcp/31176/ws/p2p/16Uiu2HAm66shSG8cLnmUTpJvygjGuLDzBDWkW3oq1YjTwrFDdyQy"],"enrUri":"enr:-L24QOMVdXadsKZ4XW0wqhWryf8gfjnZLg6uQD5QzlGsWIH9PEFeWnD63_xdbbNQdQxZBYQ2c1rDtoFHn1HYDSFEsJECgmlkgnY0gmlwhKwSSXWKbXVsdGlhZGRyc5YACASsEkl1BnnHAAoErBJJdQZ5yN0DgnJzhQACAQAAiXNlY3AyNTZrMaECnp_FN5eQ2FQXMNqyuveJ2W-V3OevHYvAAsL8MXQBYa6DdGNwgnnHg3VkcIJ5yYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2025-12-28_04-27-29__db9de7ba-4857-403c-a8ea-c907455e67f3__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.98.230
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16764', '16765', '16766', '16767', '16768']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 16764:16764 -p 16765:16765 -p 16766:16766 -p 16767:16767 -p 16768:16768 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16766 --rest-port=16764 --tcp-port=16765 --discv5-udp-port=16767 --rest-address=0.0.0.0 --nat=extip:172.18.98.230 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bcc5f2f0da2016d0cd81ebe148cfeb2a5c6fcebb4c381a0d42dfe3ee7ba04ded --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16768 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOMVdXadsKZ4XW0wqhWryf8gfjnZLg6uQD5QzlGsWIH9PEFeWnD63_xdbbNQdQxZBYQ2c1rDtoFHn1HYDSFEsJECgmlkgnY0gmlwhKwSSXWKbXVsdGlhZGRyc5YACASsEkl1BnnHAAoErBJJdQZ5yN0DgnJzhQACAQAAiXNlY3AyNTZrMaECnp_FN5eQ2FQXMNqyuveJ2W-V3OevHYvAAsL8MXQBYa6DdGNwgnnHg3VkcIJ5yYV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.98.230 waku 914fc230cd52cabd9fe63e97cda50cbe3582c033422704da6da2ddcb3e68d375
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 914fc230cd52. Setting up logs at ./log/docker/node2_2025-12-28_04-27-29__db9de7ba-4857-403c-a8ea-c907455e67f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16764
|
||||
[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:16764/health" -H "Content-Type: 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:16764/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.98.230/tcp/16765/p2p/16Uiu2HAm1QjkYEgVW376LhyUfNrKqH9nVL5Vm41Tj7tXcPiPTyCn","/ip4/172.18.98.230/tcp/16766/ws/p2p/16Uiu2HAm1QjkYEgVW376LhyUfNrKqH9nVL5Vm41Tj7tXcPiPTyCn"],"enrUri":"enr:-L24QLGeotrSRY34Ofc92xtNa1LDz-9XIwxZ_vrucrsEvW6RNDdJph8j-ENPcNyU7R1hYbo9IvlhMbq1wruhpDbaW9ECgmlkgnY0gmlwhKwSYuaKbXVsdGlhZGRyc5YACASsEmLmBkF9AAoErBJi5gZBft0DgnJzhQACAQAAiXNlY3AyNTZrMaECWOjOH_cDFDSjrjeDrfo8tpBHyhk_BqEisBxPpko7TZuDdGNwgkF9g3VkcIJBf4V3YWt1MgE"}'
|
||||
[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:16764/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.73.117/tcp/31175/p2p/16Uiu2HAm66shSG8cLnmUTpJvygjGuLDzBDWkW3oq1YjTwrFDdyQy"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31174/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16764/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31174/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:31174/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896052261937930,"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:16764/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766896052261937930,"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 5587ed87799a
|
||||
[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 914fc230cd52
|
||||
[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.
|
||||
100
nim/1017/data/attachments/252bcc47a7aa46f5.txt
Normal file
100
nim/1017/data/attachments/252bcc47a7aa46f5.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_without_pubsub_topic_and_content_topic with id: 2025-12-28_04-34-11__000106af-44e7-4fae-a524-ce959b107a78
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-34-11__000106af-44e7-4fae-a524-ce959b107a78__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.128
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2164', '2165', '2166', '2167', '2168']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2164:2164 -p 2165:2165 -p 2166:2166 -p 2167:2167 -p 2168:2168 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2166 --rest-port=2164 --tcp-port=2165 --discv5-udp-port=2167 --rest-address=0.0.0.0 --nat=extip:172.18.91.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae6be8256a55a3c6affadcdf87fadea8aa7bf240bced0e13cdef8ce13fc2ed0f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2168 --metrics-logging=true --store=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d2178c0fadca. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.91.128 waku 7ebc67dc064826c00ecc57921bc97b921b02ce4f7396dc4cdd719a955149e706
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7ebc67dc0648. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-34-11__000106af-44e7-4fae-a524-ce959b107a78__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2164
|
||||
[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 26f1a805a62b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2164/health" -H "Content-Type: 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:2164/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.128/tcp/2165/p2p/16Uiu2HAmVhhWnYhdHDB8ZC6eVbJWjCB1FzxYrD9LFpszKdXCEFmc","/ip4/172.18.91.128/tcp/2166/ws/p2p/16Uiu2HAmVhhWnYhdHDB8ZC6eVbJWjCB1FzxYrD9LFpszKdXCEFmc"],"enrUri":"enr:-L24QLp_IHSUMLcBK-Isdgn9L_hwZdO8g9hAzflCg0BBfMr9UlO0RI0NH2UQI13f7EUEnyw7Mo2iQMT7rKS_sXHBaTICgmlkgnY0gmlwhKwSW4CKbXVsdGlhZGRyc5YACASsEluABgh1AAoErBJbgAYIdt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_UhiIrBdkS-NzojKt4vmQiGd0fq-QvLPsBwx3Y8fNYuDdGNwggh1g3VkcIIId4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-34-11__000106af-44e7-4fae-a524-ce959b107a78__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.24.108
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64003', '64004', '64005', '64006', '64007']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64003:64003 -p 64004:64004 -p 64005:64005 -p 64006:64006 -p 64007:64007 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64005 --rest-port=64003 --tcp-port=64004 --discv5-udp-port=64006 --rest-address=0.0.0.0 --nat=extip:172.18.24.108 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd13fa281a1be4bbc35bed14ebcdee7a1aff2e6bcfd49b0eaca1d1fdd1aa41ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64007 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLp_IHSUMLcBK-Isdgn9L_hwZdO8g9hAzflCg0BBfMr9UlO0RI0NH2UQI13f7EUEnyw7Mo2iQMT7rKS_sXHBaTICgmlkgnY0gmlwhKwSW4CKbXVsdGlhZGRyc5YACASsEluABgh1AAoErBJbgAYIdt0DgnJzhQADAQAAiXNlY3AyNTZrMaED_UhiIrBdkS-NzojKt4vmQiGd0fq-QvLPsBwx3Y8fNYuDdGNwggh1g3VkcIIId4V3YWt1MgM --storenode=/ip4/172.18.91.128/tcp/2165/p2p/16Uiu2HAmVhhWnYhdHDB8ZC6eVbJWjCB1FzxYrD9LFpszKdXCEFmc --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.24.108 waku ac96e7f8fc8995d8d21cb631be5f3e7999f18ca9dd2c2970e3c2aeaf31486f81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ac96e7f8fc89. Setting up logs at ./log/docker/store_node1_2025-12-28_04-34-11__000106af-44e7-4fae-a524-ce959b107a78__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64003
|
||||
[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:64003/health" -H "Content-Type: 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:64003/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.108/tcp/64004/p2p/16Uiu2HAm9kA2Yk9K45a14FhMygrmqA1uZLtp4UkUmH9KcSavGwqS","/ip4/172.18.24.108/tcp/64005/ws/p2p/16Uiu2HAm9kA2Yk9K45a14FhMygrmqA1uZLtp4UkUmH9KcSavGwqS"],"enrUri":"enr:-L24QOYgsnfZiQzWtL1wn7B8KtHqCdBQOCkVivp8tp4d6JsMN23mQBDNC-vYsU629DJXuax0cJLaqWkF9cBgapRV5qECgmlkgnY0gmlwhKwSGGyKbXVsdGlhZGRyc5YACASsEhhsBvoEAAoErBIYbAb6Bd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1L_I8W7pizb5xObdnbLSe2xz0QYlo2c42zmLie7sVJmDdGNwgvoEg3VkcIL6BoV3YWt1MgM"}'
|
||||
[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:64003/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.128/tcp/2165/p2p/16Uiu2HAmVhhWnYhdHDB8ZC6eVbJWjCB1FzxYrD9LFpszKdXCEFmc"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:2164/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:64003/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:2164/relay/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:2164/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:2164/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:2164/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:2164/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:2164/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:2164/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:2164/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:2164/store/v3/messages?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":"0xa9615aa70362a0e2c9a774c8f8e141c41e4b919ff3cec66aca20fcba98235e4b"},{"messageHash":"0xadf7b9d437757ed35058d66a5e641112955234da7affb2681c20b3dec1463c35"},{"messageHash":"0xd172a6c978cf8aea822ef62845ae1dbd2c651f6bc1fe10fcb82f7240c8f0f2fe"},{"messageHash":"0x80407d12dc81ef4019341bbd6c3cbeedff9c517eb28f57bbf07dbf0ba6f98ec7"},{"messageHash":"0x651c34672a82a702bb872eed1da9e81b063f2549159db5a5b3f20b1f947c83f4"},{"messageHash":"0xf8a1ccdad36071ae3f19ec2ab960bc636e7f8d3ebca8a4359e8ed44fba35dafe"},{"messageHash":"0x3b40e59b35f3fa01e3191644e28a3ef97c9ca93f6f33960d1682c46574dee33a"},{"messageHash":"0x0e7dbe61978c4ad31df68e66e7c362a2c240b77464ba7dd5914aa6d4a679fe0a"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64003/store/v3/messages?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":"0xa9615aa70362a0e2c9a774c8f8e141c41e4b919ff3cec66aca20fcba98235e4b"},{"messageHash":"0xadf7b9d437757ed35058d66a5e641112955234da7affb2681c20b3dec1463c35"},{"messageHash":"0xd172a6c978cf8aea822ef62845ae1dbd2c651f6bc1fe10fcb82f7240c8f0f2fe"},{"messageHash":"0x80407d12dc81ef4019341bbd6c3cbeedff9c517eb28f57bbf07dbf0ba6f98ec7"},{"messageHash":"0x651c34672a82a702bb872eed1da9e81b063f2549159db5a5b3f20b1f947c83f4"},{"messageHash":"0xf8a1ccdad36071ae3f19ec2ab960bc636e7f8d3ebca8a4359e8ed44fba35dafe"},{"messageHash":"0x3b40e59b35f3fa01e3191644e28a3ef97c9ca93f6f33960d1682c46574dee33a"},{"messageHash":"0x0e7dbe61978c4ad31df68e66e7c362a2c240b77464ba7dd5914aa6d4a679fe0a"}]}'
|
||||
[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 7ebc67dc0648
|
||||
[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 ac96e7f8fc89
|
||||
[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.
|
||||
110
nim/1017/data/attachments/2546685f84063fbf.txt
Normal file
110
nim/1017/data/attachments/2546685f84063fbf.txt
Normal file
@ -0,0 +1,110 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_metrics_after_store_get with id: 2025-12-28_04-30-09__9ca14658-58fc-41fb-bb76-1992eb0ff71e
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-28_04-30-09__9ca14658-58fc-41fb-bb76-1992eb0ff71e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.15.238
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31957', '31958', '31959', '31960', '31961']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31957:31957 -p 31958:31958 -p 31959:31959 -p 31960:31960 -p 31961:31961 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31959 --rest-port=31957 --tcp-port=31958 --discv5-udp-port=31960 --rest-address=0.0.0.0 --nat=extip:172.18.15.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ba21fccc62d10df7e0ab1acdc1a77c376dddff7ca6d5b98fdd3bc39e3b28dede --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31961 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.15.238 waku 5029011bb97579850108333b3e09deefadb4446dab840897569f7f3a6e148cfc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5029011bb975. Setting up logs at ./log/docker/publishing_node1_2025-12-28_04-30-09__9ca14658-58fc-41fb-bb76-1992eb0ff71e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31957
|
||||
[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:31957/health" -H "Content-Type: 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:31957/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.238/tcp/31958/p2p/16Uiu2HAmQM1mXK7jw3ZHLT8GJETQ1z4kJ11HftjQuMNRViZpSQxc","/ip4/172.18.15.238/tcp/31959/ws/p2p/16Uiu2HAmQM1mXK7jw3ZHLT8GJETQ1z4kJ11HftjQuMNRViZpSQxc"],"enrUri":"enr:-L24QD6aockCP1TukjPeqpOnN2Dai43RUGJSCwUIFenU6O7NKqFaa4gDGv3SbPssQUg54RiHMdID2E-ZSPEJpLhmKMACgmlkgnY0gmlwhKwSD-6KbXVsdGlhZGRyc5YACASsEg_uBnzWAAoErBIP7gZ8190DgnJzhQADAQAAiXNlY3AyNTZrMaEDrbFkRZzDJc0E4S1_DdABPUXJ6zdYJswcMWHZlZqLYu2DdGNwgnzWg3VkcIJ82IV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-28_04-30-09__9ca14658-58fc-41fb-bb76-1992eb0ff71e__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.146.254
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47817', '47818', '47819', '47820', '47821']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47817:47817 -p 47818:47818 -p 47819:47819 -p 47820:47820 -p 47821:47821 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47819 --rest-port=47817 --tcp-port=47818 --discv5-udp-port=47820 --rest-address=0.0.0.0 --nat=extip:172.18.146.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=defe7caf2c7f92d92ecdd8cebfc2fa4dda2a465be1d9cd1aaee8a02aaee3fbef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47821 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD6aockCP1TukjPeqpOnN2Dai43RUGJSCwUIFenU6O7NKqFaa4gDGv3SbPssQUg54RiHMdID2E-ZSPEJpLhmKMACgmlkgnY0gmlwhKwSD-6KbXVsdGlhZGRyc5YACASsEg_uBnzWAAoErBIP7gZ8190DgnJzhQADAQAAiXNlY3AyNTZrMaEDrbFkRZzDJc0E4S1_DdABPUXJ6zdYJswcMWHZlZqLYu2DdGNwgnzWg3VkcIJ82IV3YWt1MgM --storenode=/ip4/172.18.15.238/tcp/31958/p2p/16Uiu2HAmQM1mXK7jw3ZHLT8GJETQ1z4kJ11HftjQuMNRViZpSQxc --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.146.254 waku 2c3496314a47f600926255e837c0e0479e9a3373e4bebeb48de928ec3552d6c3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2c3496314a47. Setting up logs at ./log/docker/store_node1_2025-12-28_04-30-09__9ca14658-58fc-41fb-bb76-1992eb0ff71e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47817
|
||||
[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:47817/health" -H "Content-Type: 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:47817/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.146.254/tcp/47818/p2p/16Uiu2HAmGEdHXacWntmp2FQWCr6EL3wWVhRevpecdnWJ5hJSDBmC","/ip4/172.18.146.254/tcp/47819/ws/p2p/16Uiu2HAmGEdHXacWntmp2FQWCr6EL3wWVhRevpecdnWJ5hJSDBmC"],"enrUri":"enr:-L24QL0_XBPZCgfLRQVRskY0SLVvjaRsqxIEzpSiMfY6DQO5PjmnGPyBBK9kibFhWYPC1-JGAyiBAj-UzUJF0xylH9wCgmlkgnY0gmlwhKwSkv6KbXVsdGlhZGRyc5YACASsEpL-BrrKAAoErBKS_ga6y90DgnJzhQADAQAAiXNlY3AyNTZrMaEDNTD9fCSDZe60bP1KSI_LrSZh-slseZeULlDuO9-q6HuDdGNwgrrKg3VkcIK6zIV3YWt1MgM"}'
|
||||
[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:47817/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.238/tcp/31958/p2p/16Uiu2HAmQM1mXK7jw3ZHLT8GJETQ1z4kJ11HftjQuMNRViZpSQxc"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31957/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:47817/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 src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31957/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.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:31957/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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9f2285330e82b651d6a8fb9e535bb78fd3f948008b59fe3d2f549357d66a8fe2"}]}'
|
||||
[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:47817/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":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9f2285330e82b651d6a8fb9e535bb78fd3f948008b59fe3d2f549357d66a8fe2"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 5 seconds
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_topics has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_topics with value 2.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_subscriptions_total has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_peer_store_size has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_peer_store_size with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_histogram_message_size_count has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_histogram_message_size_count with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_node_messages_total{type="relay"} has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.15.238/tcp/31958"} has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.15.238/tcp/31958"} with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.15.238/tcp/31958"} has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.15.238/tcp/31958"} with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_peers has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_peers with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_topics has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_topics with value 2.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: libp2p_pubsub_subscriptions_total has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_peer_store_size has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_peer_store_size with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_histogram_message_size_count has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_histogram_message_size_count with value 1.0
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:15 Checking metric: waku_node_messages_total{type="relay"} has 1
|
||||
[35mDEBUG [0m src.steps.metrics:metrics.py:27 Found metric: waku_node_messages_total{type="relay"} with value 1.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 5029011bb975
|
||||
[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 2c3496314a47
|
||||
[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.
|
||||
3127
nim/1017/data/attachments/2589a33286f0afdb.txt
Normal file
3127
nim/1017/data/attachments/2589a33286f0afdb.txt
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user