mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-03-10 20:03:08 +00:00
deploy: 33596417e34411faac4e115052bf62025070f319
This commit is contained in:
parent
0ff8938216
commit
c4838ef5b2
2
nim/1103/app.js
Normal file
2
nim/1103/app.js
Normal file
File diff suppressed because one or more lines are too long
145
nim/1103/data/attachments/1000134e401fe1e.txt
Normal file
145
nim/1103/data/attachments/1000134e401fe1e.txt
Normal file
@ -0,0 +1,145 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_with_valid_timestamps with id: 2026-03-04_04-35-02__d9ea07be-7236-4b45-a960-846c513b9b04
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-02__d9ea07be-7236-4b45-a960-846c513b9b04__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.95
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17645', '17646', '17647', '17648', '17649']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17645:17645 -p 17646:17646 -p 17647:17647 -p 17648:17648 -p 17649:17649 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17647 --rest-port=17645 --tcp-port=17646 --discv5-udp-port=17648 --rest-address=0.0.0.0 --nat=extip:172.18.143.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbfbe4bc13bc4edaa88967c6c8a99ebab2ffbddcdbaeb110b8b9525ab9f4df64 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17649 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.143.95 waku fb9d774a2d83c806942d0aed8f76f5a4f276adb4f0ac70aa1a9534847e772ca6
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8d5ef565dd9b. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fb9d774a2d83. Setting up logs at ./log/docker/node1_2026-03-04_04-35-02__d9ea07be-7236-4b45-a960-846c513b9b04__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17645
|
||||
[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 1a5d23f05338. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17645/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17645/debug/v1/info" -H "Content-Type: application/json" -d '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.95/tcp/17646/p2p/16Uiu2HAmL3d8qJ2kkqn7RyDUwFycV69uwtmSExxiRKb8G3tjtrLF","/ip4/172.18.143.95/tcp/17647/ws/p2p/16Uiu2HAmL3d8qJ2kkqn7RyDUwFycV69uwtmSExxiRKb8G3tjtrLF"],"enrUri":"enr:-L24QBBGpxNQUQUAqst_eCWeWUnuKtsZDIczvyfKP300dzFiFMjzaz1I2BbDwuYq-GuT81ijmu8EPQVW5PTST7VA-d8CgmlkgnY0gmlwhKwSj1-KbXVsdGlhZGRyc5YACASsEo9fBkTuAAoErBKPXwZE790DgnJzhQADAQAAiXNlY3AyNTZrMaEDbc4t8nnGVjvnq0cWlg8czQmPGYXaoDQIb9W3CF9EzriDdGNwgkTug3VkcIJE8IV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-02__d9ea07be-7236-4b45-a960-846c513b9b04__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.31.71
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23432', '23433', '23434', '23435', '23436']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23432:23432 -p 23433:23433 -p 23434:23434 -p 23435:23435 -p 23436:23436 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23434 --rest-port=23432 --tcp-port=23433 --discv5-udp-port=23435 --rest-address=0.0.0.0 --nat=extip:172.18.31.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ff3fce1789cd5de2b87cf5ec30a11dca6869b3bec41a2993bbd53a586adf7da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23436 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBBGpxNQUQUAqst_eCWeWUnuKtsZDIczvyfKP300dzFiFMjzaz1I2BbDwuYq-GuT81ijmu8EPQVW5PTST7VA-d8CgmlkgnY0gmlwhKwSj1-KbXVsdGlhZGRyc5YACASsEo9fBkTuAAoErBKPXwZE790DgnJzhQADAQAAiXNlY3AyNTZrMaEDbc4t8nnGVjvnq0cWlg8czQmPGYXaoDQIb9W3CF9EzriDdGNwgkTug3VkcIJE8IV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.31.71 waku 0c5a498a679acb0c3c54053f0ca5b20e45e6b2985174a745702043cd8f714974
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0c5a498a679a. Setting up logs at ./log/docker/node2_2026-03-04_04-35-02__d9ea07be-7236-4b45-a960-846c513b9b04__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23432
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23432/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23432/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.71/tcp/23433/p2p/16Uiu2HAm7z2bVSq1mjEiQRZp2KCKPXJ13P21AB9ABW68sdfmAozx","/ip4/172.18.31.71/tcp/23434/ws/p2p/16Uiu2HAm7z2bVSq1mjEiQRZp2KCKPXJ13P21AB9ABW68sdfmAozx"],"enrUri":"enr:-L24QB3H0ZRhLQZMShgakOWo5v01TYDtmHCuYzx2oTtxX-hfLXkQsN9PAPJ4O98p0qiZiprE21e0fG_hpdZhhg_x-vgCgmlkgnY0gmlwhKwSH0eKbXVsdGlhZGRyc5YACASsEh9HBluJAAoErBIfRwZbit0DgnJzhQADAQAAiXNlY3AyNTZrMaECupYjlaUHV9mH2z4QhUESn2CVwqiGNjRZnPistBU5FIGDdGNwgluJg3VkcIJbi4V3YWt1MgE"}'
|
||||
[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:23432/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.143.95/tcp/17646/p2p/16Uiu2HAmL3d8qJ2kkqn7RyDUwFycV69uwtmSExxiRKb8G3tjtrLF"]'
|
||||
[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:17645/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:23432/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:17645/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:17645/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":1772598905409561344,"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:23432/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":1772598905409561344,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp Now
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":1772598671508985088,"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:23432/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":1772598671508985088,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp Far future
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":2087958671508972032,"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:23432/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":2087958671508972032,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp Recent past
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":1772595071508972032,"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:23432/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":1772595071508972032,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp Near future
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":1772602271508972032,"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:23432/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":1772602271508972032,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp Positive number
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":1,"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:23432/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":1,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp Negative number
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":-1,"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:23432/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":-1,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:125 Running test with timestamp DST change
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17645/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:17645/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":1583632800000000000,"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:23432/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":1583632800000000000,"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 fb9d774a2d83
|
||||
[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 0c5a498a679a
|
||||
[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.
|
||||
225
nim/1103/data/attachments/102d6d8f339bf956.txt
Normal file
225
nim/1103/data/attachments/102d6d8f339bf956.txt
Normal file
@ -0,0 +1,225 @@
|
||||
2026-03-04 04:41:01.231 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:41:01.231 DEBUG [tests.conftest] Running test: test_large_message_payload_sync with id: 2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e
|
||||
2026-03-04 04:41:01.232 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:41:01.239 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:01.239 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:01.245 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:01.245 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:01.252 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:01.252 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:01.252 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:41:01.253 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:01.253 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:01.255 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:01.255 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.210
|
||||
2026-03-04 04:41:01.255 DEBUG [src.node.docker_mananger] Generated ports ['1275', '1276', '1277', '1278', '1279']
|
||||
2026-03-04 04:41:01.255 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:01.255 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:01.255 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:01.256 DEBUG [src.node.docker_mananger] docker run -i -t -p 1275:1275 -p 1276:1276 -p 1277:1277 -p 1278:1278 -p 1279:1279 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1277 --rest-port=1275 --tcp-port=1276 --discv5-udp-port=1278 --rest-address=0.0.0.0 --nat=extip:172.18.8.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5cdefceaf08badcaac9e2695a81ecccfb7b04324d3f364b2e8fdc902fc5c9ddb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1279 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:41:01.444 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.210 waku 1b7a62ed376756d6fb53541256429436eab87fe8c7195df40db84a0011658bc1
|
||||
2026-03-04 04:41:01.479 ERROR [src.node.docker_mananger] Max retries reached for container 926962b251c6. Exiting log stream.
|
||||
2026-03-04 04:41:01.480 DEBUG [src.node.docker_mananger] Container started with ID 1b7a62ed3767. Setting up logs at ./log/docker/node1_2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:01.481 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1275
|
||||
2026-03-04 04:41:01.481 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:02.026 ERROR [src.node.docker_mananger] Max retries reached for container 20e5d0f7264f. Exiting log stream.
|
||||
2026-03-04 04:41:02.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:02.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:02.485 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:02.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:02.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.210/tcp/1276/p2p/16Uiu2HAmNgz5iErjvSaPmzkKxSiweQ8ZsPCjeYyfdDyLHJ8T8WwT","/ip4/172.18.8.210/tcp/1277/ws/p2p/16Uiu2HAmNgz5iErjvSaPmzkKxSiweQ8ZsPCjeYyfdDyLHJ8T8WwT"],"enrUri":"enr:-L24QI3wAJYl85DniJdZL4xtY66GEhNfRcwTboe2xgLeaKRLDJH3I6nEYmqEZv6CGpCjEnkF1JFTGoAjPwgh6xVCQaQCgmlkgnY0gmlwhKwSCNKKbXVsdGlhZGRyc5YACASsEgjSBgT8AAoErBII0gYE_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlRe6KRYhF2EJERNx7wC6USzfO9Xil5S-jlLiffNdMMKDdGNwggT8g3VkcIIE_oV3YWt1MgM"}'
|
||||
2026-03-04 04:41:02.488 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:02.488 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:02.488 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:02.489 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:02.490 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.108
|
||||
2026-03-04 04:41:02.490 DEBUG [src.node.docker_mananger] Generated ports ['51809', '51810', '51811', '51812', '51813']
|
||||
2026-03-04 04:41:02.490 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:02.490 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:02.490 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:02.490 DEBUG [src.node.docker_mananger] docker run -i -t -p 51809:51809 -p 51810:51810 -p 51811:51811 -p 51812:51812 -p 51813:51813 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51811 --rest-port=51809 --tcp-port=51810 --discv5-udp-port=51812 --rest-address=0.0.0.0 --nat=extip:172.18.34.108 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7fcd8ee2dfec6afcd891ef68171ade6adeb85f500e4e96c220ef44aeef8dcfc9 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51813 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI3wAJYl85DniJdZL4xtY66GEhNfRcwTboe2xgLeaKRLDJH3I6nEYmqEZv6CGpCjEnkF1JFTGoAjPwgh6xVCQaQCgmlkgnY0gmlwhKwSCNKKbXVsdGlhZGRyc5YACASsEgjSBgT8AAoErBII0gYE_d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlRe6KRYhF2EJERNx7wC6USzfO9Xil5S-jlLiffNdMMKDdGNwggT8g3VkcIIE_oV3YWt1MgM
|
||||
2026-03-04 04:41:02.677 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.108 waku 8a2e4b14e7860036dc5c174fe1ea8ddc92a8e6e7e88ca15e40ac64ea3fcbfa3f
|
||||
2026-03-04 04:41:02.711 DEBUG [src.node.docker_mananger] Container started with ID 8a2e4b14e786. Setting up logs at ./log/docker/node2_2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:02.712 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51809
|
||||
2026-03-04 04:41:02.712 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:03.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51809/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:03.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:03.741 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:03.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51809/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:03.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.108/tcp/51810/p2p/16Uiu2HAmPixHMkfMdvKMTATNa1y91Q7XiVe59Bhscr1nmKpr4zE2","/ip4/172.18.34.108/tcp/51811/ws/p2p/16Uiu2HAmPixHMkfMdvKMTATNa1y91Q7XiVe59Bhscr1nmKpr4zE2"],"enrUri":"enr:-L24QDHJ7sI9voNmTzqmaOqcRL3QCxxt5Hbtj32uQEWqzv59SCIVJMssD7z-UCNUca7mbtAxWG0h52ta0aJqy1sZtTgCgmlkgnY0gmlwhKwSImyKbXVsdGlhZGRyc5YACASsEiJsBspiAAoErBIibAbKY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDpHSKl9rZ4eCWW7_e7so2-yNUejKZRV1UNiCgjCilnl-DdGNwgspig3VkcILKZIV3YWt1MgE"}'
|
||||
2026-03-04 04:41:03.749 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:03.750 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:03.750 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:03.754 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:03.754 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.70.22
|
||||
2026-03-04 04:41:03.754 DEBUG [src.node.docker_mananger] Generated ports ['18152', '18153', '18154', '18155', '18156']
|
||||
2026-03-04 04:41:03.755 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:03.755 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:03.755 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:03.755 DEBUG [src.node.docker_mananger] docker run -i -t -p 18152:18152 -p 18153:18153 -p 18154:18154 -p 18155:18155 -p 18156:18156 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18154 --rest-port=18152 --tcp-port=18153 --discv5-udp-port=18155 --rest-address=0.0.0.0 --nat=extip:172.18.70.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8adb3cb0fe4daee664a03be27e646e9d9f882ae1ace0b4cf2fe84eecf9d50d5c --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18156 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDHJ7sI9voNmTzqmaOqcRL3QCxxt5Hbtj32uQEWqzv59SCIVJMssD7z-UCNUca7mbtAxWG0h52ta0aJqy1sZtTgCgmlkgnY0gmlwhKwSImyKbXVsdGlhZGRyc5YACASsEiJsBspiAAoErBIibAbKY90DgnJzhQADAQAAiXNlY3AyNTZrMaEDpHSKl9rZ4eCWW7_e7so2-yNUejKZRV1UNiCgjCilnl-DdGNwgspig3VkcILKZIV3YWt1MgE
|
||||
2026-03-04 04:41:03.953 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.70.22 waku 74081659647bd80e5d5d505763b144dae338611f3c87008140b783cf5d8ec4dc
|
||||
2026-03-04 04:41:03.990 DEBUG [src.node.docker_mananger] Container started with ID 74081659647b. Setting up logs at ./log/docker/node3_2026-03-04_04-41-01__32dc4329-414a-46f4-9645-e0ca8efedf0e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:03.990 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18152
|
||||
2026-03-04 04:41:03.990 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:04.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18152/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:05.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:05.008 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:05.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18152/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:05.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.22/tcp/18153/p2p/16Uiu2HAm6Jd2sMruoVfZx8Em1ZbfSdaxjmfQmMn7oF7UambPo8R1","/ip4/172.18.70.22/tcp/18154/ws/p2p/16Uiu2HAm6Jd2sMruoVfZx8Em1ZbfSdaxjmfQmMn7oF7UambPo8R1"],"enrUri":"enr:-L24QPa4lZrH0FxJFPUlyxp2iu6974EC8Dr_8H0TNlklXmLNRwJ2y2qDeNqh-KA3VQPqLpHLb6mKUgCtLy1i_RKtKJYCgmlkgnY0gmlwhKwSRhaKbXVsdGlhZGRyc5YACASsEkYWBkbpAAoErBJGFgZG6t0DgnJzhQADAQAAiXNlY3AyNTZrMaECoaIoiykj43R7IsPnu-ImhFlsipj09Awj-_c0KYbBX7yDdGNwgkbpg3VkcIJG64V3YWt1MgE"}'
|
||||
2026-03-04 04:41:05.015 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:05.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51809/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.210/tcp/1276/p2p/16Uiu2HAmNgz5iErjvSaPmzkKxSiweQ8ZsPCjeYyfdDyLHJ8T8WwT"]'
|
||||
2026-03-04 04:41:05.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18152/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.108/tcp/51810/p2p/16Uiu2HAmPixHMkfMdvKMTATNa1y91Q7XiVe59Bhscr1nmKpr4zE2"]'
|
||||
2026-03-04 04:41:05.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1275/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:41:05.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51809/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:41:05.029 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18152/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:41:05.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.033 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.034 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.056 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.067 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.069 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.090 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.102 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.104 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.123 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.134 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.135 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.155 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.166 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.167 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.185 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.197 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.198 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.218 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.229 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.231 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.250 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.261 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.262 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.280 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.292 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.293 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.310 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.323 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.324 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.343 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.354 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.356 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.377 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.388 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.389 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.421 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.423 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.444 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.456 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.457 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.477 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.488 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.489 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.511 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.523 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.524 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.549 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.560 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.561 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.582 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.593 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.595 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.617 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.628 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.630 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.650 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.661 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.662 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.684 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.696 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.698 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.716 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.727 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.728 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.746 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.757 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.758 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.776 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.787 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.789 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.807 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.818 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.820 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.838 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.849 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.850 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.868 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.879 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.881 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.898 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.909 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.911 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.930 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.941 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.942 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.960 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:05.971 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:41:05.973 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:41:05.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:05.991 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:41:06.001 DEBUG [src.libs.common] Sleeping for 10 seconds
|
||||
2026-03-04 04:41:16.010 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:41:16.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1275/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:16.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x57367f1cb52e57015ab858e03db334afb4cd5060fd057c48c43bef24e4a00dab"},{"messageHash":"0x7b2399a968fd0e71ee1ee95ab1996897b416ec85f3480bed1a9106c1b3034a23"},{"messageHash":"0x87a06d05f0457c797d99daa8cd8ece59d5fa535a163911e370bd9e36a585ed33"},{"messageHash":"0xb2171fc6052e8cbb0247b4fcda9c4d899fcf5c7bb987322b0daa71bdc868d12c"},{"messageHash":"0x572c243f86c55461600ea8c801a13cdc08a6ba15060a6367fc6465a3ade28798"},{"messageHash":"0xdf93846f9e86c7e2815274c422679ddc5b2cc7adf0c8c16c7def87be741b7439"},{"messageHash":"0x7961e1a0c55a4dc0cf1b0d9ad1e55499cd239e937eef744a7be2f27b0d8b13e6"},{"messageHash":"0xfa905da1932cf65ccb675754ba732232bf33e7d4e5598f424061d586c4e964c3"},{"messageHash":"0x97be5ba262f490687023abf4081a1111feee441155b69b390a7ba43113c8abdf"},{"messageHash":"0x9455c24a29e1ffbea7676f93aa0ebe41318a4a6338c75938d03f9cffc89a8adf"},{"messageHash":"0xde6cc738a75fe16bd47bad369a258d217cd245c08005b9d1979a64998c6f9b4f"},{"messageHash":"0xe260f094804068fb85e4de5d9a486504152e136f7e1ca2acc2d5787307902284"},{"messageHash":"0x73741209337f721eb9c93558c738013ad7c72c3894d50af0d5109ff106b359aa"},{"messageHash":"0xdd0ebc38918cc493dd1d1805b28b43075f122dd72ce69c3cc7b8033bb20f709d"},{"messageHash":"0xa1833f607abd45f3dd22a46c9f5d82af7ba65fedcb961d454e7769d95c5d9789"},{"messageHash":"0xe5dea05f4049df76d1a970ff240a047265bc44ecdc87d43f1e60793bb9ba9d41"},{"messageHash":"0x2751c64ff05ecb07f595f3513488ae91a87c049bbe2e0e8ecfd103229b221b9c"},{"messageHash":"0x9790dfdacd0a7d9ff182d5adfa8afdb047c21bcca2c668d33ab23c6a2a74973b"},{"messageHash":"0x50949285631005da44d3a7abc95fcf90d4a6457a9567be7ff8faa2177ead3635"},{"messageHash":"0xb8297839cd883efcd0c1e8d6cdd0207e6350d58bcaa1c5e3c89bc60b86c829e7"},{"messageHash":"0x9042080410812f20631c887ddc0f0263bb47918cd7ae95499155fb204243ccc3"},{"messageHash":"0x53dddb2c38cc03d813954b83cc5add6bc8a0442f0af5aef80cdcc3b8d8cc87ca"},{"messageHash":"0xe86b543c20016f7f9a578da0b5e5e7a0afe212d9a3f3d06d637f0d286f2f11ef"},{"messageHash":"0xb92a0a9523e79b148ff478193cb62214e962a5b11c8748c5e3fc76b95522bac2"},{"messageHash":"0xdef3a2e396631d5fe174fecb4b8eee1b4f21629b276cb809b052799edb534fcd"},{"messageHash":"0x5299b9ca274baca18fe2c54ca8db4c0a92f73dafe0aea40ed4547849586ee1c6"},{"messageHash":"0x6ef5c98051bfe19861aaca43f58d56665e3926e12318d03f39d4bff298889684"},{"messageHash":"0x46ff40786a652dedeaedad240119aeb3544a756ef78bf736fc04bb63e398abad"},{"messageHash":"0xfe64abe228b87b255470b6651ebe7f6ceb1210d54f304a2c7a48fc295e440062"},{"messageHash":"0xf59b98c2f46d53fb340e6d05a23e187408a2f351bd762219fcde5ba40aa35289"}]}'
|
||||
2026-03-04 04:41:16.026 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-04 04:41:16.058 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:41:16.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51809/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:16.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0e199130f067193de848","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x57367f1cb52e57015ab858e03db334afb4cd5060fd057c48c43bef24e4a00dab"},{"messageHash":"0x7b2399a968fd0e71ee1ee95ab1996897b416ec85f3480bed1a9106c1b3034a23"},{"messageHash":"0x87a06d05f0457c797d99daa8cd8ece59d5fa535a163911e370bd9e36a585ed33"},{"messageHash":"0xb2171fc6052e8cbb0247b4fcda9c4d899fcf5c7bb987322b0daa71bdc868d12c"},{"messageHash":"0x572c243f86c55461600ea8c801a13cdc08a6ba15060a6367fc6465a3ade28798"},{"messageHash":"0xdf93846f9e86c7e2815274c422679ddc5b2cc7adf0c8c16c7def87be741b7439"},{"messageHash":"0x7961e1a0c55a4dc0cf1b0d9ad1e55499cd239e937eef744a7be2f27b0d8b13e6"},{"messageHash":"0xfa905da1932cf65ccb675754ba732232bf33e7d4e5598f424061d586c4e964c3"},{"messageHash":"0x97be5ba262f490687023abf4081a1111feee441155b69b390a7ba43113c8abdf"},{"messageHash":"0x9455c24a29e1ffbea7676f93aa0ebe41318a4a6338c75938d03f9cffc89a8adf"},{"messageHash":"0xde6cc738a75fe16bd47bad369a258d217cd245c08005b9d1979a64998c6f9b4f"},{"messageHash":"0xe260f094804068fb85e4de5d9a486504152e136f7e1ca2acc2d5787307902284"},{"messageHash":"0x73741209337f721eb9c93558c738013ad7c72c3894d50af0d5109ff106b359aa"},{"messageHash":"0xdd0ebc38918cc493dd1d1805b28b43075f122dd72ce69c3cc7b8033bb20f709d"},{"messageHash":"0xa1833f607abd45f3dd22a46c9f5d82af7ba65fedcb961d454e7769d95c5d9789"},{"messageHash":"0xe5dea05f4049df76d1a970ff240a047265bc44ecdc87d43f1e60793bb9ba9d41"},{"messageHash":"0x2751c64ff05ecb07f595f3513488ae91a87c049bbe2e0e8ecfd103229b221b9c"},{"messageHash":"0x9790dfdacd0a7d9ff182d5adfa8afdb047c21bcca2c668d33ab23c6a2a74973b"},{"messageHash":"0x50949285631005da44d3a7abc95fcf90d4a6457a9567be7ff8faa2177ead3635"},{"messageHash":"0xb8297839cd883efcd0c1e8d6cdd0207e6350d58bcaa1c5e3c89bc60b86c829e7"},{"messageHash":"0x9042080410812f20631c887ddc0f0263bb47918cd7ae95499155fb204243ccc3"},{"messageHash":"0x53dddb2c38cc03d813954b83cc5add6bc8a0442f0af5aef80cdcc3b8d8cc87ca"},{"messageHash":"0xe86b543c20016f7f9a578da0b5e5e7a0afe212d9a3f3d06d637f0d286f2f11ef"},{"messageHash":"0xb92a0a9523e79b148ff478193cb62214e962a5b11c8748c5e3fc76b95522bac2"},{"messageHash":"0xdef3a2e396631d5fe174fecb4b8eee1b4f21629b276cb809b052799edb534fcd"},{"messageHash":"0x5299b9ca274baca18fe2c54ca8db4c0a92f73dafe0aea40ed4547849586ee1c6"},{"messageHash":"0x6ef5c98051bfe19861aaca43f58d56665e3926e12318d03f39d4bff298889684"},{"messageHash":"0x46ff40786a652dedeaedad240119aeb3544a756ef78bf736fc04bb63e398abad"},{"messageHash":"0xfe64abe228b87b255470b6651ebe7f6ceb1210d54f304a2c7a48fc295e440062"},{"messageHash":"0xf59b98c2f46d53fb340e6d05a23e187408a2f351bd762219fcde5ba40aa35289"}]}'
|
||||
2026-03-04 04:41:16.080 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-04 04:41:16.114 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:41:16.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18152/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:16.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bd5358e62fcf828c1aec","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x57367f1cb52e57015ab858e03db334afb4cd5060fd057c48c43bef24e4a00dab"},{"messageHash":"0x7b2399a968fd0e71ee1ee95ab1996897b416ec85f3480bed1a9106c1b3034a23"},{"messageHash":"0x87a06d05f0457c797d99daa8cd8ece59d5fa535a163911e370bd9e36a585ed33"},{"messageHash":"0xb2171fc6052e8cbb0247b4fcda9c4d899fcf5c7bb987322b0daa71bdc868d12c"},{"messageHash":"0x572c243f86c55461600ea8c801a13cdc08a6ba15060a6367fc6465a3ade28798"},{"messageHash":"0xdf93846f9e86c7e2815274c422679ddc5b2cc7adf0c8c16c7def87be741b7439"},{"messageHash":"0x7961e1a0c55a4dc0cf1b0d9ad1e55499cd239e937eef744a7be2f27b0d8b13e6"},{"messageHash":"0xfa905da1932cf65ccb675754ba732232bf33e7d4e5598f424061d586c4e964c3"},{"messageHash":"0x97be5ba262f490687023abf4081a1111feee441155b69b390a7ba43113c8abdf"},{"messageHash":"0x9455c24a29e1ffbea7676f93aa0ebe41318a4a6338c75938d03f9cffc89a8adf"},{"messageHash":"0xde6cc738a75fe16bd47bad369a258d217cd245c08005b9d1979a64998c6f9b4f"},{"messageHash":"0xe260f094804068fb85e4de5d9a486504152e136f7e1ca2acc2d5787307902284"},{"messageHash":"0x73741209337f721eb9c93558c738013ad7c72c3894d50af0d5109ff106b359aa"},{"messageHash":"0xdd0ebc38918cc493dd1d1805b28b43075f122dd72ce69c3cc7b8033bb20f709d"},{"messageHash":"0xa1833f607abd45f3dd22a46c9f5d82af7ba65fedcb961d454e7769d95c5d9789"},{"messageHash":"0xe5dea05f4049df76d1a970ff240a047265bc44ecdc87d43f1e60793bb9ba9d41"},{"messageHash":"0x2751c64ff05ecb07f595f3513488ae91a87c049bbe2e0e8ecfd103229b221b9c"},{"messageHash":"0x9790dfdacd0a7d9ff182d5adfa8afdb047c21bcca2c668d33ab23c6a2a74973b"},{"messageHash":"0x50949285631005da44d3a7abc95fcf90d4a6457a9567be7ff8faa2177ead3635"},{"messageHash":"0xb8297839cd883efcd0c1e8d6cdd0207e6350d58bcaa1c5e3c89bc60b86c829e7"},{"messageHash":"0x9042080410812f20631c887ddc0f0263bb47918cd7ae95499155fb204243ccc3"},{"messageHash":"0x53dddb2c38cc03d813954b83cc5add6bc8a0442f0af5aef80cdcc3b8d8cc87ca"},{"messageHash":"0xe86b543c20016f7f9a578da0b5e5e7a0afe212d9a3f3d06d637f0d286f2f11ef"},{"messageHash":"0xb92a0a9523e79b148ff478193cb62214e962a5b11c8748c5e3fc76b95522bac2"},{"messageHash":"0xdef3a2e396631d5fe174fecb4b8eee1b4f21629b276cb809b052799edb534fcd"},{"messageHash":"0x5299b9ca274baca18fe2c54ca8db4c0a92f73dafe0aea40ed4547849586ee1c6"},{"messageHash":"0x6ef5c98051bfe19861aaca43f58d56665e3926e12318d03f39d4bff298889684"},{"messageHash":"0x46ff40786a652dedeaedad240119aeb3544a756ef78bf736fc04bb63e398abad"},{"messageHash":"0xfe64abe228b87b255470b6651ebe7f6ceb1210d54f304a2c7a48fc295e440062"},{"messageHash":"0xf59b98c2f46d53fb340e6d05a23e187408a2f351bd762219fcde5ba40aa35289"}]}'
|
||||
2026-03-04 04:41:16.135 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-04 04:41:16.161 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:41:16.162 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:41:16.162 DEBUG [src.node.waku_node] Stopping container with id 1b7a62ed3767
|
||||
2026-03-04 04:41:16.779 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:16.780 DEBUG [src.node.waku_node] Stopping container with id 8a2e4b14e786
|
||||
2026-03-04 04:41:17.369 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:17.369 DEBUG [src.node.waku_node] Stopping container with id 74081659647b
|
||||
2026-03-04 04:41:17.675 ERROR [src.node.docker_mananger] Max retries reached for container 1b7a62ed3767. Exiting log stream.
|
||||
2026-03-04 04:41:17.935 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:17.937 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:41:17.986 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:18.009 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:18.029 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
138
nim/1103/data/attachments/10f086d68cfc40e3.txt
Normal file
138
nim/1103/data/attachments/10f086d68cfc40e3.txt
Normal file
@ -0,0 +1,138 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_content_topics_and_multiple_pubsub_topics with id: 2026-03-04_04-41-49__1976ffe9-eeb3-4d5d-8da9-e90aa25e4dbb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-41-49__1976ffe9-eeb3-4d5d-8da9-e90aa25e4dbb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3543', '3544', '3545', '3546', '3547']
|
||||
[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 3543:3543 -p 3544:3544 -p 3545:3545 -p 3546:3546 -p 3547:3547 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3545 --rest-port=3543 --tcp-port=3544 --discv5-udp-port=3546 --rest-address=0.0.0.0 --nat=extip:172.18.106.6 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ded23d2b9a5af4baeed9dbe3fa26cef2e9c15c2ed5da87179ad5fd8f6bf5daad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3547 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.6 waku 70589b422331c1bd636647765dee0d6a7e5eac3cf0d3eaf1bd87d6164a0a0598
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 331f32aa9f03. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 70589b422331. Setting up logs at ./log/docker/node1_2026-03-04_04-41-49__1976ffe9-eeb3-4d5d-8da9-e90aa25e4dbb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3543
|
||||
[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 7d000a4a0e7a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/debug/v1/info" -H "Content-Type: application/json" -d '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.6/tcp/3544/p2p/16Uiu2HAmQDiuxi5wE63NLft1aiQPJ5ojqvBcpNaCQVaFkhX5y93N","/ip4/172.18.106.6/tcp/3545/ws/p2p/16Uiu2HAmQDiuxi5wE63NLft1aiQPJ5ojqvBcpNaCQVaFkhX5y93N"],"enrUri":"enr:-L24QEp48nW2RMuILJHvrAdjepFobsleahV4WpLCv05cmwPJAwERYUAwYa8cojV7dWHbKecUg364lzPfAKna4KmkwbwCgmlkgnY0gmlwhKwSagaKbXVsdGlhZGRyc5YACASsEmoGBg3YAAoErBJqBgYN2d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDq9NEwDCyPI1nZpPbuVgKCa7wWdqXf1HcktAte1gS3OmDdGNwgg3Yg3VkcIIN2oV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-41-49__1976ffe9-eeb3-4d5d-8da9-e90aa25e4dbb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.243
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63474', '63475', '63476', '63477', '63478']
|
||||
[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 63474:63474 -p 63475:63475 -p 63476:63476 -p 63477:63477 -p 63478:63478 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63476 --rest-port=63474 --tcp-port=63475 --discv5-udp-port=63477 --rest-address=0.0.0.0 --nat=extip:172.18.80.243 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d28319c96d66a07ff6b1ebbfee7cbd5d62980c6a8367524286b3155bedceddbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63478 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEp48nW2RMuILJHvrAdjepFobsleahV4WpLCv05cmwPJAwERYUAwYa8cojV7dWHbKecUg364lzPfAKna4KmkwbwCgmlkgnY0gmlwhKwSagaKbXVsdGlhZGRyc5YACASsEmoGBg3YAAoErBJqBgYN2d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDq9NEwDCyPI1nZpPbuVgKCa7wWdqXf1HcktAte1gS3OmDdGNwgg3Yg3VkcIIN2oV3YWt1MgU --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.80.243 waku 665d28857478ef725162bbb3a6c1fda36cf5366c24283373872f2b232b139f9d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 665d28857478. Setting up logs at ./log/docker/node2_2026-03-04_04-41-49__1976ffe9-eeb3-4d5d-8da9-e90aa25e4dbb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63474
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63474/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63474/debug/v1/info" -H "Content-Type: application/json" -d '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.243/tcp/63475/p2p/16Uiu2HAkyKTqRdftkhRW8RF3KxoJgeyER9rWB18Sz2ZJ2DQBBnXi","/ip4/172.18.80.243/tcp/63476/ws/p2p/16Uiu2HAkyKTqRdftkhRW8RF3KxoJgeyER9rWB18Sz2ZJ2DQBBnXi"],"enrUri":"enr:-L24QHGiZ86T46Rb8gkDnvYjAVycOADG3IYuVEGYA6zMAVDhQIAc_r77WXB1kgg4vzTw6UJ-lGRtvQML7_GfP2QyCLsCgmlkgnY0gmlwhKwSUPOKbXVsdGlhZGRyc5YACASsElDzBvfzAAoErBJQ8wb39N0DgnJzhQACAQAAiXNlY3AyNTZrMaECOdeIAZhIHa-swgJwMAS6bufcHobqJZpnhwTJWOmuklmDdGNwgvfzg3VkcIL39YV3YWt1MgE"}'
|
||||
[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:63474/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.106.6/tcp/3544/p2p/16Uiu2HAmQDiuxi5wE63NLft1aiQPJ5ojqvBcpNaCQVaFkhX5y93N"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:63474/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/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:3543/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":1772599311812389849,"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:63474/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":1772599311812389849,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772599311927586179,"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:63474/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772599311927586179,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772599312042648464,"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:63474/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772599312042648464,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/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:3543/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":1772599312158920777,"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:63474/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":1772599312158920777,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772599312274689218,"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:63474/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772599312274689218,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772599312390867156,"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:63474/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772599312390867156,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772599312505472135,"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:63474/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772599312505472135,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3543/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3543/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772599312620829611,"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:63474/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772599312620829611,"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 70589b422331
|
||||
[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 665d28857478
|
||||
[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/1103/data/attachments/111ce5591b6618f4.txt
Normal file
100
nim/1103/data/attachments/111ce5591b6618f4.txt
Normal file
@ -0,0 +1,100 @@
|
||||
2026-03-04 04:34:29.310 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:29.310 DEBUG [tests.conftest] Running test: test_store_without_pubsub_topic_and_content_topic with id: 2026-03-04_04-34-29__3af7a19e-11d8-456a-a969-6e7f53addbf4
|
||||
2026-03-04 04:34:29.310 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:29.310 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:34:29.311 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:34:29.318 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:29.318 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-34-29__3af7a19e-11d8-456a-a969-6e7f53addbf4__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:29.318 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:29.318 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:29.319 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:29.320 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.71.78
|
||||
2026-03-04 04:34:29.320 DEBUG [src.node.docker_mananger] Generated ports ['23421', '23422', '23423', '23424', '23425']
|
||||
2026-03-04 04:34:29.320 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:29.320 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:29.320 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:29.320 DEBUG [src.node.docker_mananger] docker run -i -t -p 23421:23421 -p 23422:23422 -p 23423:23423 -p 23424:23424 -p 23425:23425 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23423 --rest-port=23421 --tcp-port=23422 --discv5-udp-port=23424 --rest-address=0.0.0.0 --nat=extip:172.18.71.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9dae0e5a4fa9c294ebda0430e3c48ec1e0ba354a41ca3eed2aec127c1e094a69 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23425 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:34:29.510 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.71.78 waku 872c5069698ad119a1ef312af88b803dba4fb96811ceffac48b0a6c1c6f321b6
|
||||
2026-03-04 04:34:29.531 ERROR [src.node.docker_mananger] Max retries reached for container 67b7b480d78a. Exiting log stream.
|
||||
2026-03-04 04:34:29.545 DEBUG [src.node.docker_mananger] Container started with ID 872c5069698a. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-34-29__3af7a19e-11d8-456a-a969-6e7f53addbf4__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:29.546 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23421
|
||||
2026-03-04 04:34:29.546 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:30.110 ERROR [src.node.docker_mananger] Max retries reached for container ea6ef53ada7d. Exiting log stream.
|
||||
2026-03-04 04:34:30.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23421/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:30.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:30.549 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:30.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23421/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:30.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.71.78/tcp/23422/p2p/16Uiu2HAmDp748rgZp4feJgEAG3KR34MnG72qsqwW4wUm4C6V1A7Z","/ip4/172.18.71.78/tcp/23423/ws/p2p/16Uiu2HAmDp748rgZp4feJgEAG3KR34MnG72qsqwW4wUm4C6V1A7Z"],"enrUri":"enr:-L24QA2HH7E6Yc2P_yJcsjCDn5MVF-hQG8FJRWaquZONNweeOtxJJMJBpTep-TI_NdYQv3GASHMLAmAqOi9H_KP4FC4CgmlkgnY0gmlwhKwSR06KbXVsdGlhZGRyc5YACASsEkdOBlt-AAoErBJHTgZbf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDETF-plfgLBU9q22tgJmX1VbJsMmrTvpeebvNFvXDP-CDdGNwglt-g3VkcIJbgIV3YWt1MgM"}'
|
||||
2026-03-04 04:34:30.552 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:30.560 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:30.560 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-34-29__3af7a19e-11d8-456a-a969-6e7f53addbf4__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:30.560 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:30.560 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:30.561 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:30.561 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.249.98
|
||||
2026-03-04 04:34:30.562 DEBUG [src.node.docker_mananger] Generated ports ['47937', '47938', '47939', '47940', '47941']
|
||||
2026-03-04 04:34:30.562 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:30.562 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:30.562 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:30.562 DEBUG [src.node.docker_mananger] docker run -i -t -p 47937:47937 -p 47938:47938 -p 47939:47939 -p 47940:47940 -p 47941:47941 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47939 --rest-port=47937 --tcp-port=47938 --discv5-udp-port=47940 --rest-address=0.0.0.0 --nat=extip:172.18.249.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be1caf5babdacb3b0e8fbb1bb69abac950dcc32d8f887bdca9b0ceed9eab6bfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47941 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA2HH7E6Yc2P_yJcsjCDn5MVF-hQG8FJRWaquZONNweeOtxJJMJBpTep-TI_NdYQv3GASHMLAmAqOi9H_KP4FC4CgmlkgnY0gmlwhKwSR06KbXVsdGlhZGRyc5YACASsEkdOBlt-AAoErBJHTgZbf90DgnJzhQADAQAAiXNlY3AyNTZrMaEDETF-plfgLBU9q22tgJmX1VbJsMmrTvpeebvNFvXDP-CDdGNwglt-g3VkcIJbgIV3YWt1MgM --storenode=/ip4/172.18.71.78/tcp/23422/p2p/16Uiu2HAmDp748rgZp4feJgEAG3KR34MnG72qsqwW4wUm4C6V1A7Z --store=true --relay=true
|
||||
2026-03-04 04:34:30.768 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.249.98 waku 5859c4a783ab0f33b581f0333b1446a0985249baf3c2805a5aa43dcb1bc8f1cc
|
||||
2026-03-04 04:34:30.802 DEBUG [src.node.docker_mananger] Container started with ID 5859c4a783ab. Setting up logs at ./log/docker/store_node1_2026-03-04_04-34-29__3af7a19e-11d8-456a-a969-6e7f53addbf4__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:30.803 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47937
|
||||
2026-03-04 04:34:30.803 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:31.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:31.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:31.808 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:31.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47937/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:31.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.98/tcp/47938/p2p/16Uiu2HAm8YGgKcSNnVDdTsbEK7YmnD3pNpc67BvHDyXHGdW8rMNM","/ip4/172.18.249.98/tcp/47939/ws/p2p/16Uiu2HAm8YGgKcSNnVDdTsbEK7YmnD3pNpc67BvHDyXHGdW8rMNM"],"enrUri":"enr:-L24QOi3dXyu86dJPqmRlcX9sVyBJQ9EvCPCCVm-gZiQ4i4QcnsPzNYiUFx32KfT481t0VU6rSkogSqTE_Ur4v5mnVsCgmlkgnY0gmlwhKwS-WKKbXVsdGlhZGRyc5YACASsEvliBrtCAAoErBL5Yga7Q90DgnJzhQADAQAAiXNlY3AyNTZrMaECwtimHxgwJa2Xteko7zbDewG2alWFiS82eBKeEOat1l6DdGNwgrtCg3VkcIK7RIV3YWt1MgM"}'
|
||||
2026-03-04 04:34:31.810 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:31.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47937/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.71.78/tcp/23422/p2p/16Uiu2HAmDp748rgZp4feJgEAG3KR34MnG72qsqwW4wUm4C6V1A7Z"]'
|
||||
2026-03-04 04:34:31.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:31.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:34:31.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:31.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47937/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:34:31.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:31.819 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:31.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:31.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:31.825 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:32.027 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:32.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:32.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:32.033 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:32.234 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:32.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:32.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:32.242 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:32.443 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:32.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:32.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:32.449 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:32.650 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:32.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:32.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:32.656 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:32.857 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:32.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:32.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:32.863 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:33.065 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:33.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:33.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:33.070 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:33.271 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:33.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23421/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:33.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:33.278 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:33.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23421/store/v3/messages?pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:33.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc6de024a71b69d4ec49901534e6b0301527a3e4927c7030ab8a75a572a13f724"},{"messageHash":"0x103bc622ea814fb3f4e38f29246c543d3793ac32979fa6ef27d23354e269639b"},{"messageHash":"0xa8912b2ab451830378adbfc3b6d9e970d3ef907e5468ea3c02ee0b5e0982ba36"},{"messageHash":"0x353c3cd8f3346e872b9e64db234a5deff5502504a431030f839a06375f136641"},{"messageHash":"0x9032a699b6a7b3652d7b271522b750122bdf61948dff9b72b41741fdaa8cf85b"},{"messageHash":"0xffb10ebca3d1e3fb1c95527f1de881866e7d5ae76714397d9e7ac4afd872ece0"},{"messageHash":"0x8350eddc25925fd0ed0c1a8facb91b43f5b69dabf319614222cc3cb4450ecdf9"},{"messageHash":"0xb63cca6bd51e2af92dbd49b52a4858e365ee956c7eccfb980428058e44f1dde1"}]}'
|
||||
2026-03-04 04:34:33.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47937/store/v3/messages?pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:33.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc6de024a71b69d4ec49901534e6b0301527a3e4927c7030ab8a75a572a13f724"},{"messageHash":"0x103bc622ea814fb3f4e38f29246c543d3793ac32979fa6ef27d23354e269639b"},{"messageHash":"0xa8912b2ab451830378adbfc3b6d9e970d3ef907e5468ea3c02ee0b5e0982ba36"},{"messageHash":"0x353c3cd8f3346e872b9e64db234a5deff5502504a431030f839a06375f136641"},{"messageHash":"0x9032a699b6a7b3652d7b271522b750122bdf61948dff9b72b41741fdaa8cf85b"},{"messageHash":"0xffb10ebca3d1e3fb1c95527f1de881866e7d5ae76714397d9e7ac4afd872ece0"},{"messageHash":"0x8350eddc25925fd0ed0c1a8facb91b43f5b69dabf319614222cc3cb4450ecdf9"},{"messageHash":"0xb63cca6bd51e2af92dbd49b52a4858e365ee956c7eccfb980428058e44f1dde1"}]}'
|
||||
2026-03-04 04:34:33.488 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:33.489 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:33.489 DEBUG [src.node.waku_node] Stopping container with id 872c5069698a
|
||||
2026-03-04 04:34:34.035 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:34.038 DEBUG [src.node.waku_node] Stopping container with id 5859c4a783ab
|
||||
2026-03-04 04:34:34.588 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:34.590 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:34.598 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:34.609 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
886
nim/1103/data/attachments/1154506d70c15e1f.txt
Normal file
886
nim/1103/data/attachments/1154506d70c15e1f.txt
Normal file
@ -0,0 +1,886 @@
|
||||
2026-03-04 04:39:36.247 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:39:36.248 DEBUG [tests.conftest] Running test: test_relay_2_nodes_bandwidth_low_vs_high_drain_time with id: 2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38
|
||||
2026-03-04 04:39:36.248 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:39:36.248 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:39:36.256 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:39:36.256 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:36.262 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:39:36.262 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:36.269 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:39:36.270 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:36.276 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:39:36.276 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:36.276 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:39:36.276 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:39:36.278 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:39:36.278 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.156
|
||||
2026-03-04 04:39:36.278 DEBUG [src.node.docker_mananger] Generated ports ['40531', '40532', '40533', '40534', '40535']
|
||||
2026-03-04 04:39:36.278 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:39:36.278 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:39:36.279 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:39:36.279 DEBUG [src.node.docker_mananger] docker run -i -t -p 40531:40531 -p 40532:40532 -p 40533:40533 -p 40534:40534 -p 40535:40535 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=250 --websocket-port=40533 --rest-port=40531 --tcp-port=40532 --discv5-udp-port=40534 --rest-address=0.0.0.0 --nat=extip:172.18.237.156 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=daee5b273741c46d5de1ec3f2fbf16d6a6ba59aaa0cb6e5e592d630a16d9977c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40535 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:39:36.479 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.156 waku 81bb1fed8d4ab989e1f699ee6d6691380b9b1b1bc5d63f5b0e42f41ee3fdce97
|
||||
2026-03-04 04:39:36.521 DEBUG [src.node.docker_mananger] Container started with ID 81bb1fed8d4a. Setting up logs at ./log/docker/node1_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:36.523 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40531
|
||||
2026-03-04 04:39:36.523 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:39:36.648 ERROR [src.node.docker_mananger] Max retries reached for container 842b7ac0cf22. Exiting log stream.
|
||||
2026-03-04 04:39:37.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40531/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:37.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:39:37.528 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:39:37.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40531/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:37.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.156/tcp/40532/p2p/16Uiu2HAmEDJDRqbfSJYW9RC6ss8NaNS62S3Q3GtPXSEi1pjFKscz","/ip4/172.18.237.156/tcp/40533/ws/p2p/16Uiu2HAmEDJDRqbfSJYW9RC6ss8NaNS62S3Q3GtPXSEi1pjFKscz"],"enrUri":"enr:-L24QHe7N4wBY1uNSBaXU8XI5vHjfERiqNALp5PqeFVcQjupLlWWUKWPR7FvOJCm9ufF_qIXeirkNoHtbTlvR1OgzMkCgmlkgnY0gmlwhKwS7ZyKbXVsdGlhZGRyc5YACASsEu2cBp5UAAoErBLtnAaeVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFyJ45HJNgigPkccVx4JiNmWnaIC6EhT78oSV5lG1J9-DdGNwgp5Ug3VkcIKeVoV3YWt1MgE"}'
|
||||
2026-03-04 04:39:37.531 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:39:37.531 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:39:37.531 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:39:37.533 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:39:37.533 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.167
|
||||
2026-03-04 04:39:37.533 DEBUG [src.node.docker_mananger] Generated ports ['18773', '18774', '18775', '18776', '18777']
|
||||
2026-03-04 04:39:37.533 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:39:37.533 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:39:37.534 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:39:37.534 DEBUG [src.node.docker_mananger] docker run -i -t -p 18773:18773 -p 18774:18774 -p 18775:18775 -p 18776:18776 -p 18777:18777 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=250 --websocket-port=18775 --rest-port=18773 --tcp-port=18774 --discv5-udp-port=18776 --rest-address=0.0.0.0 --nat=extip:172.18.148.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3338be8d9cc6cecfdceaeddac2f0f1aee985ff20eaba5579e1f98cbb1f3696dc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18777 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHe7N4wBY1uNSBaXU8XI5vHjfERiqNALp5PqeFVcQjupLlWWUKWPR7FvOJCm9ufF_qIXeirkNoHtbTlvR1OgzMkCgmlkgnY0gmlwhKwS7ZyKbXVsdGlhZGRyc5YACASsEu2cBp5UAAoErBLtnAaeVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFyJ45HJNgigPkccVx4JiNmWnaIC6EhT78oSV5lG1J9-DdGNwgp5Ug3VkcIKeVoV3YWt1MgE
|
||||
2026-03-04 04:39:37.747 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.167 waku eb987ff73c09aa1a9f7a93b14dbb9f039967ad65058fb7f70bd3b50dcbb9a3c0
|
||||
2026-03-04 04:39:37.781 DEBUG [src.node.docker_mananger] Container started with ID eb987ff73c09. Setting up logs at ./log/docker/node2_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:37.781 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18773
|
||||
2026-03-04 04:39:37.781 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:39:38.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:38.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:39:38.797 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:39:38.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:38.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.167/tcp/18774/p2p/16Uiu2HAmNaDEEeKFxRHMQUTxsiR4FYdAXKaTXFYTPuA448tzZQBY","/ip4/172.18.148.167/tcp/18775/ws/p2p/16Uiu2HAmNaDEEeKFxRHMQUTxsiR4FYdAXKaTXFYTPuA448tzZQBY"],"enrUri":"enr:-L24QB_FFO_IqPq-eO-m5YAPIhHilUveBqziieeid-rb_Xi4RLIbNWArBhBimd6kBlC4lsbUlNcjo17p5ynaNiRnm9YCgmlkgnY0gmlwhKwSlKeKbXVsdGlhZGRyc5YACASsEpSnBklWAAoErBKUpwZJV90DgnJzhQADAQAAiXNlY3AyNTZrMaEDk1uG37t90BPbGJEufCiUGDZAzacJJdK4bbQVYNODJU-DdGNwgklWg3VkcIJJWIV3YWt1MgE"}'
|
||||
2026-03-04 04:39:38.804 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:39:38.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:39:38.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:38.809 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18773/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:39:38.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:38.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40531/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:38.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.148.167/tcp/52080/p2p/16Uiu2HAmNaDEEeKFxRHMQUTxsiR4FYdAXKaTXFYTPuA448tzZQBY","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:39:38.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:38.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.237.156/tcp/40532/p2p/16Uiu2HAmEDJDRqbfSJYW9RC6ss8NaNS62S3Q3GtPXSEi1pjFKscz","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:39:38.824 DEBUG [src.libs.common] Sleeping for 10 seconds
|
||||
2026-03-04 04:39:48.826 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8140', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:39:48.838 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8140', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'tbf', 'rate', '256kbit', 'burst', '32kbit', 'limit', '12500']
|
||||
2026-03-04 04:39:48.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:48.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-03-04 04:39:48.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.924 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:48.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:48.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:49.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:49.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.980 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:50.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:50.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.167 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.308 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.417 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.417 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.605 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.699 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.839 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:51.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:51.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:51.922 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:39:52.424 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8140', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:39:52.436 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '8140', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'tbf', 'rate', '10mbit', 'burst', '32kbit', 'limit', '12500']
|
||||
2026-03-04 04:39:52.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:52.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-03-04 04:39:52.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.485 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.540 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.546 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.552 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.560 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.584 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.584 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.660 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.731 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.953 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.958 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.987 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:52.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:52.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.010 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.108 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.143 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.160 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.327 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.552 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.580 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.581 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.591 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.602 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.620 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.631 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40531/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:39:53.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:53.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18773/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:53.641 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:39:54.142 INFO [tests.e2e.test_network_conditions] low_rate_t=0.51s high_rate_t=0.51s total_low_msgs=200 total_high_msgs=200 msg_count=200 cache=250
|
||||
2026-03-04 04:39:54.192 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:39:54.193 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:39:54.193 DEBUG [src.node.waku_node] Stopping container with id 81bb1fed8d4a
|
||||
2026-03-04 04:39:54.757 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:39:54.758 DEBUG [src.node.waku_node] Stopping container with id eb987ff73c09
|
||||
2026-03-04 04:39:55.304 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:39:55.305 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:39:55.455 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:39:55.546 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:39:55.549 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-04 04:39:55.550 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-04 04:39:55.551 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:55.555 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-04_04-39-36__f88c30f7-e9fd-496a-b789-fa365001ef38__wakuorg_nwaku:latest.log
|
||||
5750
nim/1103/data/attachments/11960a044eda9d14.txt
Normal file
5750
nim/1103/data/attachments/11960a044eda9d14.txt
Normal file
File diff suppressed because it is too large
Load Diff
95
nim/1103/data/attachments/11f29af1a3f50a07.txt
Normal file
95
nim/1103/data/attachments/11f29af1a3f50a07.txt
Normal file
@ -0,0 +1,95 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_time_filter_zero_end_time with id: 2026-03-04_04-35-02__6e898383-9dce-417e-ba84-b5924a329092
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-35-02__6e898383-9dce-417e-ba84-b5924a329092__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.191.50
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17826', '17827', '17828', '17829', '17830']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17826:17826 -p 17827:17827 -p 17828:17828 -p 17829:17829 -p 17830:17830 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17828 --rest-port=17826 --tcp-port=17827 --discv5-udp-port=17829 --rest-address=0.0.0.0 --nat=extip:172.18.191.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf6da0a5e4c19e191da4f4b9b9dfb3effe3bedbfbd64eddef9ee3d5e46a7b2c4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17830 --metrics-logging=true --store=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b9d783162993. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.50 waku c7bb0f11de8ba99d632d863288bcdd58500a6efd3bb70baaade09bc56cfe065a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c7bb0f11de8b. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-35-02__6e898383-9dce-417e-ba84-b5924a329092__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17826
|
||||
[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 b34bcd90cc04. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17826/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17826/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.50/tcp/17827/p2p/16Uiu2HAmEtkYG7KBuFFbhXTDgvPrvPTFzu9j5ohnWsBxZsnXnwYu","/ip4/172.18.191.50/tcp/17828/ws/p2p/16Uiu2HAmEtkYG7KBuFFbhXTDgvPrvPTFzu9j5ohnWsBxZsnXnwYu"],"enrUri":"enr:-L24QKUsLl66r1QdGG3rd1p9shw7cHR17qXsFvWICIavaSoQNXp_bEiczw3RjogptWVv0eSEmZ_BJGqc6kaL2BwKshACgmlkgnY0gmlwhKwSvzKKbXVsdGlhZGRyc5YACASsEr8yBkWjAAoErBK_MgZFpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIT3jo61Es7YDUn6eY7MHQgpOnTGBJImCHrcXkzl3flqDdGNwgkWjg3VkcIJFpYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-35-02__6e898383-9dce-417e-ba84-b5924a329092__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.227.135
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37336', '37337', '37338', '37339', '37340']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 37336:37336 -p 37337:37337 -p 37338:37338 -p 37339:37339 -p 37340:37340 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37338 --rest-port=37336 --tcp-port=37337 --discv5-udp-port=37339 --rest-address=0.0.0.0 --nat=extip:172.18.227.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ef4b9e5efc1fee3dbc86d4c7bd525df288cbb72209aa9e9cdbf5c71d76de252 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37340 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKUsLl66r1QdGG3rd1p9shw7cHR17qXsFvWICIavaSoQNXp_bEiczw3RjogptWVv0eSEmZ_BJGqc6kaL2BwKshACgmlkgnY0gmlwhKwSvzKKbXVsdGlhZGRyc5YACASsEr8yBkWjAAoErBK_MgZFpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIT3jo61Es7YDUn6eY7MHQgpOnTGBJImCHrcXkzl3flqDdGNwgkWjg3VkcIJFpYV3YWt1MgM --storenode=/ip4/172.18.191.50/tcp/17827/p2p/16Uiu2HAmEtkYG7KBuFFbhXTDgvPrvPTFzu9j5ohnWsBxZsnXnwYu --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.227.135 waku bb5bffb28f641fc7092bf9aad1d8bedee4a7d85042b3efcd91ee45cd4fe3d268
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bb5bffb28f64. Setting up logs at ./log/docker/store_node1_2026-03-04_04-35-02__6e898383-9dce-417e-ba84-b5924a329092__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37336
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37336/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37336/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.135/tcp/37337/p2p/16Uiu2HAmV4Gnfs57otdScNvphbMUuc2P7MEswTZWsFEo7jGrxRx5","/ip4/172.18.227.135/tcp/37338/ws/p2p/16Uiu2HAmV4Gnfs57otdScNvphbMUuc2P7MEswTZWsFEo7jGrxRx5"],"enrUri":"enr:-L24QBYbrRHkQzQ9D0pd6aaWx7BzckfhM86AzHkrdTv1KRYZTke-JHpzv33JVHfdAX9iTk8YDi8JIqV3D39m0AisHkACgmlkgnY0gmlwhKwS44eKbXVsdGlhZGRyc5YACASsEuOHBpHZAAoErBLjhwaR2t0DgnJzhQADAQAAiXNlY3AyNTZrMaED87HvfCCObEBoJKuNW_E4GA3w1zPW878EfwlU5MuiyGKDdGNwgpHZg3VkcIKR24V3YWt1MgM"}'
|
||||
[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:37336/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.50/tcp/17827/p2p/16Uiu2HAmEtkYG7KBuFFbhXTDgvPrvPTFzu9j5ohnWsBxZsnXnwYu"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17826/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:37336/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:17826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:238 inquering stored messages with end time 0
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17826/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=0&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":"0x84bd99f098f1766a49f57b789eb7e43033de90f2e50a8ad29bece095a051a64c","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598901625910016,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfb34201a0c6edd6afcb7e8428de6d50bc348945245362818d8d08bbbb7ec04c9","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598903625917952,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x3c89dee95b7df395aad9c3b4d2a5090b595b8608d0a10a45be0ceb71ea43020a","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598904525920000,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2e500cf7ebff7aa4286341d1d214b8ba126a6a7d7bd0b10a336f1b78823125e0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598904725922048,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x81d2c02c9cce224ed38530e609858e28118eb0d9076287067cb78e7517ee256f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598906625924096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x578b327d30875319af4e633a7b09ef85651ca739e8ab621c828f16185a4ac938","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598914625925120,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:241 number of messages stored for end time = 0 is 6
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37336/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=0&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":"0x84bd99f098f1766a49f57b789eb7e43033de90f2e50a8ad29bece095a051a64c","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598901625910016,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfb34201a0c6edd6afcb7e8428de6d50bc348945245362818d8d08bbbb7ec04c9","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598903625917952,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x3c89dee95b7df395aad9c3b4d2a5090b595b8608d0a10a45be0ceb71ea43020a","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598904525920000,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2e500cf7ebff7aa4286341d1d214b8ba126a6a7d7bd0b10a336f1b78823125e0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598904725922048,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x81d2c02c9cce224ed38530e609858e28118eb0d9076287067cb78e7517ee256f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598906625924096,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x578b327d30875319af4e633a7b09ef85651ca739e8ab621c828f16185a4ac938","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598914625925120,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:241 number of messages stored for end time = 0 is 6
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c7bb0f11de8b
|
||||
[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 bb5bffb28f64
|
||||
[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.
|
||||
64
nim/1103/data/attachments/11fca03bd954ce3c.txt
Normal file
64
nim/1103/data/attachments/11fca03bd954ce3c.txt
Normal file
@ -0,0 +1,64 @@
|
||||
2026-03-04 04:33:02.200 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:02.201 DEBUG [tests.conftest] Running test: test_relay_subscribe_with_empty_pubsub_topic_list with id: 2026-03-04_04-33-02__9b1c488d-e9d8-45e6-b940-c03ca016f628
|
||||
2026-03-04 04:33:02.201 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:02.201 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:33:02.201 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-04 04:33:02.208 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:02.208 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-02__9b1c488d-e9d8-45e6-b940-c03ca016f628__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:02.208 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:02.208 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:02.209 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:02.210 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.70
|
||||
2026-03-04 04:33:02.210 DEBUG [src.node.docker_mananger] Generated ports ['40233', '40234', '40235', '40236', '40237']
|
||||
2026-03-04 04:33:02.210 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:02.210 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:02.210 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:02.210 DEBUG [src.node.docker_mananger] docker run -i -t -p 40233:40233 -p 40234:40234 -p 40235:40235 -p 40236:40236 -p 40237:40237 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40235 --rest-port=40233 --tcp-port=40234 --discv5-udp-port=40236 --rest-address=0.0.0.0 --nat=extip:172.18.251.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eca9ecec1f85e18c9a414a023ee8315d8f7c6ba0733be15dd38fad408daa2e31 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40237 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:33:02.361 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.70 waku 87b3b3d3a910c390dc48726e54309b77d6f7b1d249b356681d0441f672223298
|
||||
2026-03-04 04:33:02.392 DEBUG [src.node.docker_mananger] Container started with ID 87b3b3d3a910. Setting up logs at ./log/docker/node1_2026-03-04_04-33-02__9b1c488d-e9d8-45e6-b940-c03ca016f628__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:02.393 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40233
|
||||
2026-03-04 04:33:02.393 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:02.520 ERROR [src.node.docker_mananger] Max retries reached for container ce80ef905af6. Exiting log stream.
|
||||
2026-03-04 04:33:03.002 ERROR [src.node.docker_mananger] Max retries reached for container 3d3be0238271. Exiting log stream.
|
||||
2026-03-04 04:33:03.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40233/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:03.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:03.399 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:03.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40233/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:03.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.70/tcp/40234/p2p/16Uiu2HAm264kUP4WwcssVJH5qKqkYGDx7sihZsvfrRgtQZ5N2To3","/ip4/172.18.251.70/tcp/40235/ws/p2p/16Uiu2HAm264kUP4WwcssVJH5qKqkYGDx7sihZsvfrRgtQZ5N2To3"],"enrUri":"enr:-L24QLuVNg2Hj-IjZE_lPlfZf8HvAenV6O7SV9j864SXfJrcLP59RRJS28D_nwpwXsvDEV1WUpPlxhmK4GXaYfG-mu8CgmlkgnY0gmlwhKwS-0aKbXVsdGlhZGRyc5YACASsEvtGBp0qAAoErBL7RgadK90DgnJzhQADAQAAiXNlY3AyNTZrMaECYvvwVU-5Dg9l6hhnvU_kSJETYk-4qIjre3BDBWFfLY6DdGNwgp0qg3VkcIKdLIV3YWt1MgE"}'
|
||||
2026-03-04 04:33:03.402 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:03.408 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:03.408 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-02__9b1c488d-e9d8-45e6-b940-c03ca016f628__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:03.408 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:03.408 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:03.409 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:03.410 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.20.166
|
||||
2026-03-04 04:33:03.410 DEBUG [src.node.docker_mananger] Generated ports ['24140', '24141', '24142', '24143', '24144']
|
||||
2026-03-04 04:33:03.410 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:03.410 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:03.410 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:03.410 DEBUG [src.node.docker_mananger] docker run -i -t -p 24140:24140 -p 24141:24141 -p 24142:24142 -p 24143:24143 -p 24144:24144 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24142 --rest-port=24140 --tcp-port=24141 --discv5-udp-port=24143 --rest-address=0.0.0.0 --nat=extip:172.18.20.166 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2749c761cfaa52ce01bc49da2f4e0fefb9bf3f047ca433e1c3d0240bb9fc9df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24144 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuVNg2Hj-IjZE_lPlfZf8HvAenV6O7SV9j864SXfJrcLP59RRJS28D_nwpwXsvDEV1WUpPlxhmK4GXaYfG-mu8CgmlkgnY0gmlwhKwS-0aKbXVsdGlhZGRyc5YACASsEvtGBp0qAAoErBL7RgadK90DgnJzhQADAQAAiXNlY3AyNTZrMaECYvvwVU-5Dg9l6hhnvU_kSJETYk-4qIjre3BDBWFfLY6DdGNwgp0qg3VkcIKdLIV3YWt1MgE
|
||||
2026-03-04 04:33:03.567 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.20.166 waku a868b82481b11148fcabaa712394da8f73591b03ff655563e929b03650e244b3
|
||||
2026-03-04 04:33:03.595 DEBUG [src.node.docker_mananger] Container started with ID a868b82481b1. Setting up logs at ./log/docker/node2_2026-03-04_04-33-02__9b1c488d-e9d8-45e6-b940-c03ca016f628__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:03.595 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24140
|
||||
2026-03-04 04:33:03.596 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:04.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24140/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:04.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:04.617 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:04.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24140/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:04.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.166/tcp/24141/p2p/16Uiu2HAm5DgC7axRBc2puEmoXC9htFr3Q8z61aW8pqp6yCmgxjUM","/ip4/172.18.20.166/tcp/24142/ws/p2p/16Uiu2HAm5DgC7axRBc2puEmoXC9htFr3Q8z61aW8pqp6yCmgxjUM"],"enrUri":"enr:-L24QLoENLvzdWzsQa3i7vYTe_ihqgVA2i0mt6SWq4lRigKeSl5NGBGMlt6A0VuuieOXZYBtFUJFZ4F-BUCJ9eUX_NYCgmlkgnY0gmlwhKwSFKaKbXVsdGlhZGRyc5YACASsEhSmBl5NAAoErBIUpgZeTt0DgnJzhQADAQAAiXNlY3AyNTZrMaECkYIjxoeHEtUUDMN77IYQvQpDmPTy9rNt4dGGfvwi5WKDdGNwgl5Ng3VkcIJeT4V3YWt1MgE"}'
|
||||
2026-03-04 04:33:04.625 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:04.625 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24140/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.70/tcp/40234/p2p/16Uiu2HAm264kUP4WwcssVJH5qKqkYGDx7sihZsvfrRgtQZ5N2To3"]'
|
||||
2026-03-04 04:33:04.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:04.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40233/relay/v1/subscriptions" -H "Content-Type: application/json" -d '[]'
|
||||
2026-03-04 04:33:04.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:04.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24140/relay/v1/subscriptions" -H "Content-Type: application/json" -d '[]'
|
||||
2026-03-04 04:33:04.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:04.635 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:04.636 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:04.636 DEBUG [src.node.waku_node] Stopping container with id 87b3b3d3a910
|
||||
2026-03-04 04:33:05.108 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:05.110 DEBUG [src.node.waku_node] Stopping container with id a868b82481b1
|
||||
2026-03-04 04:33:05.600 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:05.602 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:05.607 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:05.611 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
124
nim/1103/data/attachments/1278e371bf7f7bb2.txt
Normal file
124
nim/1103/data/attachments/1278e371bf7f7bb2.txt
Normal file
@ -0,0 +1,124 @@
|
||||
2026-03-04 04:33:47.787 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:47.787 DEBUG [tests.conftest] Running test: test_admin_connected_peers_contains_peers_only with id: 2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371
|
||||
2026-03-04 04:33:47.787 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:47.787 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:33:47.788 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:33:47.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:47.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:47.802 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:47.802 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:47.809 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:47.809 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:47.816 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:47.816 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:47.816 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:33:47.816 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:33:47.817 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:47.817 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:47.819 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:47.819 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.56
|
||||
2026-03-04 04:33:47.819 DEBUG [src.node.docker_mananger] Generated ports ['5175', '5176', '5177', '5178', '5179']
|
||||
2026-03-04 04:33:47.819 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:47.819 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:47.819 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:47.820 DEBUG [src.node.docker_mananger] docker run -i -t -p 5175:5175 -p 5176:5176 -p 5177:5177 -p 5178:5178 -p 5179:5179 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5177 --rest-port=5175 --tcp-port=5176 --discv5-udp-port=5178 --rest-address=0.0.0.0 --nat=extip:172.18.49.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fbbe9ccbc8712deb2f6ea1ee5304fe471ab6032f77705ba0b164c9a15fb0ca7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5179 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:33:48.027 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.56 waku 863790b71ddb9ba9191e5d1b2403245b3f639d24b0678635854d82efb38f3a10
|
||||
2026-03-04 04:33:48.061 DEBUG [src.node.docker_mananger] Container started with ID 863790b71ddb. Setting up logs at ./log/docker/node1_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:48.061 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5175
|
||||
2026-03-04 04:33:48.062 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:48.595 ERROR [src.node.docker_mananger] Max retries reached for container 49ca79b67dd3. Exiting log stream.
|
||||
2026-03-04 04:33:49.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5175/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:49.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:49.066 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:49.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5175/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:49.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.56/tcp/5176/p2p/16Uiu2HAmQMwF7b3UDxHfGhL6ii1zga7Zp4oSzP1i1g3oVMtZJFHb","/ip4/172.18.49.56/tcp/5177/ws/p2p/16Uiu2HAmQMwF7b3UDxHfGhL6ii1zga7Zp4oSzP1i1g3oVMtZJFHb"],"enrUri":"enr:-L24QFuuGzphMT4oH-zh8bcAGEYEyz1yIDUoNY_Aj7UuEsF1WZpOdmJd4JCFcri0kFRhRCNiquKOcC_JXkEdL4lZ9R4CgmlkgnY0gmlwhKwSMTiKbXVsdGlhZGRyc5YACASsEjE4BhQ4AAoErBIxOAYUOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDre3bWzeEpDwPTFYKHeQXqGtjxt6UiXADIUtRpYSgukKDdGNwghQ4g3VkcIIUOoV3YWt1MgE"}'
|
||||
2026-03-04 04:33:49.069 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:49.069 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:49.070 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:49.071 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:49.071 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.249.9
|
||||
2026-03-04 04:33:49.072 DEBUG [src.node.docker_mananger] Generated ports ['60884', '60885', '60886', '60887', '60888']
|
||||
2026-03-04 04:33:49.072 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:49.072 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:49.072 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:49.072 DEBUG [src.node.docker_mananger] docker run -i -t -p 60884:60884 -p 60885:60885 -p 60886:60886 -p 60887:60887 -p 60888:60888 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60886 --rest-port=60884 --tcp-port=60885 --discv5-udp-port=60887 --rest-address=0.0.0.0 --nat=extip:172.18.249.9 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=faa2cfbabfccb34e39ca05acfd311391fff4621bf3b5bd1ba78cece2ed576952 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60888 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFuuGzphMT4oH-zh8bcAGEYEyz1yIDUoNY_Aj7UuEsF1WZpOdmJd4JCFcri0kFRhRCNiquKOcC_JXkEdL4lZ9R4CgmlkgnY0gmlwhKwSMTiKbXVsdGlhZGRyc5YACASsEjE4BhQ4AAoErBIxOAYUOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDre3bWzeEpDwPTFYKHeQXqGtjxt6UiXADIUtRpYSgukKDdGNwghQ4g3VkcIIUOoV3YWt1MgE
|
||||
2026-03-04 04:33:49.284 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.249.9 waku 1c22455cab339b2383ebf62956cd4406e240626363ab63a479d182a230704f49
|
||||
2026-03-04 04:33:49.318 DEBUG [src.node.docker_mananger] Container started with ID 1c22455cab33. Setting up logs at ./log/docker/node2_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:49.319 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60884
|
||||
2026-03-04 04:33:49.319 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:50.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60884/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:50.333 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:50.334 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:50.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60884/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:50.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.9/tcp/60885/p2p/16Uiu2HAmCeFXtqjzumHNEcRvnPjs417A1wphCiLVbgAYkbvyWmYr","/ip4/172.18.249.9/tcp/60886/ws/p2p/16Uiu2HAmCeFXtqjzumHNEcRvnPjs417A1wphCiLVbgAYkbvyWmYr"],"enrUri":"enr:-L24QI7LozPLQg8MTCInFlxMbAB3VeE-M8ajjeQ1gXrQvYjTRnMN5_tcpxCAPVQQw5hjhVEiM8XbFK6Sqsaol4s5jkUCgmlkgnY0gmlwhKwS-QmKbXVsdGlhZGRyc5YACASsEvkJBu3VAAoErBL5CQbt1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_8-WI8PRw3mppg6bUuLM4LbLqC7vPGKZTB5mLeUnwo-DdGNwgu3Vg3VkcILt14V3YWt1MgE"}'
|
||||
2026-03-04 04:33:50.345 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:50.354 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:50.355 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:50.362 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:50.362 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:50.362 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:50.362 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:50.364 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:50.364 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.147.29
|
||||
2026-03-04 04:33:50.364 DEBUG [src.node.docker_mananger] Generated ports ['26602', '26603', '26604', '26605', '26606']
|
||||
2026-03-04 04:33:50.364 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:50.364 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:50.364 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:50.364 DEBUG [src.node.docker_mananger] docker run -i -t -p 26602:26602 -p 26603:26603 -p 26604:26604 -p 26605:26605 -p 26606:26606 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26604 --rest-port=26602 --tcp-port=26603 --discv5-udp-port=26605 --rest-address=0.0.0.0 --nat=extip:172.18.147.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=38fb3a59aae626ed284a1a7c84e96a2b2d081ff1b072501b5fc6d2ddeaa4eab0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26606 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFuuGzphMT4oH-zh8bcAGEYEyz1yIDUoNY_Aj7UuEsF1WZpOdmJd4JCFcri0kFRhRCNiquKOcC_JXkEdL4lZ9R4CgmlkgnY0gmlwhKwSMTiKbXVsdGlhZGRyc5YACASsEjE4BhQ4AAoErBIxOAYUOd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDre3bWzeEpDwPTFYKHeQXqGtjxt6UiXADIUtRpYSgukKDdGNwghQ4g3VkcIIUOoV3YWt1MgE
|
||||
2026-03-04 04:33:50.573 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.147.29 waku b63fb2f20922b366ca19ab9c9d10c76647abbe2da573f523d746a25263db18d4
|
||||
2026-03-04 04:33:50.608 DEBUG [src.node.docker_mananger] Container started with ID b63fb2f20922. Setting up logs at ./log/docker/node3_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:50.609 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26602
|
||||
2026-03-04 04:33:50.609 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:51.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26602/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:51.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:51.626 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:51.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26602/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:51.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.29/tcp/26603/p2p/16Uiu2HAm4muSRx5gD4rFuBotKBqQbVVpnzbCKg1P6eQpUay7vhAL","/ip4/172.18.147.29/tcp/26604/ws/p2p/16Uiu2HAm4muSRx5gD4rFuBotKBqQbVVpnzbCKg1P6eQpUay7vhAL"],"enrUri":"enr:-L24QA1b3k74WH_ftuxaHyUpl9pzkAPCBVILue1-T1IBeeQzZJqIKFUBcz7lXtpbz4oqr_1hv1vBu8YviiR_myCHWDoCgmlkgnY0gmlwhKwSkx2KbXVsdGlhZGRyc5YACASsEpMdBmfrAAoErBKTHQZn7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECiugEV32H9d77_dVbRZbYLnBoELP1OEBple3RxFnkriWDdGNwgmfrg3VkcIJn7YV3YWt1MgE"}'
|
||||
2026-03-04 04:33:51.633 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:51.633 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:51.633 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:51.635 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:51.635 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.125
|
||||
2026-03-04 04:33:51.635 DEBUG [src.node.docker_mananger] Generated ports ['13105', '13106', '13107', '13108', '13109']
|
||||
2026-03-04 04:33:51.635 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:51.635 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:51.635 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:51.635 DEBUG [src.node.docker_mananger] docker run -i -t -p 13105:13105 -p 13106:13106 -p 13107:13107 -p 13108:13108 -p 13109:13109 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13107 --rest-port=13105 --tcp-port=13106 --discv5-udp-port=13108 --rest-address=0.0.0.0 --nat=extip:172.18.240.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=40fd4b0edf6ddec2d2ef7c9d6ffeec68fda6ee7abff33d5dd1133370bf759972 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13109 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:33:51.849 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.125 waku ddc60934e73242617d769941dbefebf6bb54a4bba8f56e9d35dcf4f1cc0eed42
|
||||
2026-03-04 04:33:51.887 DEBUG [src.node.docker_mananger] Container started with ID ddc60934e732. Setting up logs at ./log/docker/node4_2026-03-04_04-33-47__11869a6c-8160-4c58-9c28-26dcc7782371__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:51.887 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13105
|
||||
2026-03-04 04:33:51.887 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:52.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13105/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:52.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:52.892 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:52.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13105/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:52.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.125/tcp/13106/p2p/16Uiu2HAmUtkxztthxfK8X7ELdaf9Ps5ApDaktAqZgxtVdrbwKDHM","/ip4/172.18.240.125/tcp/13107/ws/p2p/16Uiu2HAmUtkxztthxfK8X7ELdaf9Ps5ApDaktAqZgxtVdrbwKDHM"],"enrUri":"enr:-L24QDpNVS6L-fw5hhUsv9jiA5eFoOpyT_xzYQYKiqQ51gcQLPEx9zgERlnthsMZ2kPl1UOXjZIdskCGeZkCqJpkC10CgmlkgnY0gmlwhKwS8H2KbXVsdGlhZGRyc5YACASsEvB9BjMyAAoErBLwfQYzM90DgnJzhQADAQAAiXNlY3AyNTZrMaED8UH9CqToQUHJfvA_8DGlp4-OD-JAhZoKWqTt2CirIxSDdGNwgjMyg3VkcIIzNIV3YWt1MgE"}'
|
||||
2026-03-04 04:33:52.895 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:52.895 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5175/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.9/tcp/60885/p2p/16Uiu2HAmCeFXtqjzumHNEcRvnPjs417A1wphCiLVbgAYkbvyWmYr"]'
|
||||
2026-03-04 04:33:52.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:52.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60884/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.49.56/tcp/5176/p2p/16Uiu2HAmQMwF7b3UDxHfGhL6ii1zga7Zp4oSzP1i1g3oVMtZJFHb"]'
|
||||
2026-03-04 04:33:52.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:52.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5175/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.147.29/tcp/26603/p2p/16Uiu2HAm4muSRx5gD4rFuBotKBqQbVVpnzbCKg1P6eQpUay7vhAL"]'
|
||||
2026-03-04 04:33:52.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:52.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26602/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.49.56/tcp/5176/p2p/16Uiu2HAmQMwF7b3UDxHfGhL6ii1zga7Zp4oSzP1i1g3oVMtZJFHb"]'
|
||||
2026-03-04 04:33:52.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:52.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5175/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:52.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.249.9/tcp/48258/p2p/16Uiu2HAmCeFXtqjzumHNEcRvnPjs417A1wphCiLVbgAYkbvyWmYr","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-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.147.29/tcp/59424/p2p/16Uiu2HAm4muSRx5gD4rFuBotKBqQbVVpnzbCKg1P6eQpUay7vhAL","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:33:52.912 DEBUG [tests.rest_flags.test_admin_flags] /admin/v1/peers/connected contains : [{'multiaddr': '/ip4/172.18.249.9/tcp/48258/p2p/16Uiu2HAmCeFXtqjzumHNEcRvnPjs417A1wphCiLVbgAYkbvyWmYr', '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-161-g09618a', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.147.29/tcp/59424/p2p/16Uiu2HAm4muSRx5gD4rFuBotKBqQbVVpnzbCKg1P6eQpUay7vhAL', '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-161-g09618a', 'origin': 'UnknownOrigin'}]
|
||||
2026-03-04 04:33:52.914 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:52.917 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:52.917 DEBUG [src.node.waku_node] Stopping container with id 863790b71ddb
|
||||
2026-03-04 04:33:53.530 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:53.531 DEBUG [src.node.waku_node] Stopping container with id 1c22455cab33
|
||||
2026-03-04 04:33:54.141 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:54.142 DEBUG [src.node.waku_node] Stopping container with id b63fb2f20922
|
||||
2026-03-04 04:33:54.348 ERROR [src.node.docker_mananger] Max retries reached for container 863790b71ddb. Exiting log stream.
|
||||
2026-03-04 04:33:54.717 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:54.718 DEBUG [src.node.waku_node] Stopping container with id ddc60934e732
|
||||
2026-03-04 04:33:54.955 ERROR [src.node.docker_mananger] Max retries reached for container 1c22455cab33. Exiting log stream.
|
||||
2026-03-04 04:33:55.292 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:55.292 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:55.303 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:55.308 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:55.313 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:55.315 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1103/data/attachments/12997b1e7d835440.txt
Normal file
68
nim/1103/data/attachments/12997b1e7d835440.txt
Normal file
@ -0,0 +1,68 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_update_subscription_with_pubsub_topic_list_instead_of_string with id: 2026-03-04_04-40-48__6c3f69dc-133d-4322-b595-b9a2c06d3679
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-40-48__6c3f69dc-133d-4322-b595-b9a2c06d3679__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.196.236
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53635', '53636', '53637', '53638', '53639']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53635:53635 -p 53636:53636 -p 53637:53637 -p 53638:53638 -p 53639:53639 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53637 --rest-port=53635 --tcp-port=53636 --discv5-udp-port=53638 --rest-address=0.0.0.0 --nat=extip:172.18.196.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd2c9af60c78daa6cdaaddb0f94c91cecf1ebc9b1b08f8ba3ab914d82bd5d7e2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53639 --metrics-logging=true --relay=true --filter=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4bf91ab7505a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.196.236 waku a4430e0d8d31fe246d1c29488327a699818cc476e9f13941186862b679290f7e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a4430e0d8d31. Setting up logs at ./log/docker/node1_2026-03-04_04-40-48__6c3f69dc-133d-4322-b595-b9a2c06d3679__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53635
|
||||
[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 7d9da742b5aa. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53635/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53635/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.236/tcp/53636/p2p/16Uiu2HAmMcbNVUfZ9PbYuMVL2CZsy39Yzy5U8zSMPCfUN5jvAhtV","/ip4/172.18.196.236/tcp/53637/ws/p2p/16Uiu2HAmMcbNVUfZ9PbYuMVL2CZsy39Yzy5U8zSMPCfUN5jvAhtV"],"enrUri":"enr:-L24QHzBLETOlW0aEdWDD1Y7gD4ieIz08B-A3z2h6iY_9vJpd6peZBcQXY_9WgO6obykmrOSlAU4uRaAuwxLd67RzyoCgmlkgnY0gmlwhKwSxOyKbXVsdGlhZGRyc5YACASsEsTsBtGEAAoErBLE7AbRhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhRwJuDxWDq_OF4O0kQzyKGNtvq0DdvE4fkbWteSvTcKDdGNwgtGEg3VkcILRhoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-40-48__6c3f69dc-133d-4322-b595-b9a2c06d3679__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.60.48
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26034', '26035', '26036', '26037', '26038']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 26034:26034 -p 26035:26035 -p 26036:26036 -p 26037:26037 -p 26038:26038 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26036 --rest-port=26034 --tcp-port=26035 --discv5-udp-port=26037 --rest-address=0.0.0.0 --nat=extip:172.18.60.48 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7e3cc4dd2bcb6a04afecabe3e1dbfee7c10af663bc9cd7e40c3dcc0e2b88979b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26038 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHzBLETOlW0aEdWDD1Y7gD4ieIz08B-A3z2h6iY_9vJpd6peZBcQXY_9WgO6obykmrOSlAU4uRaAuwxLd67RzyoCgmlkgnY0gmlwhKwSxOyKbXVsdGlhZGRyc5YACASsEsTsBtGEAAoErBLE7AbRhd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhRwJuDxWDq_OF4O0kQzyKGNtvq0DdvE4fkbWteSvTcKDdGNwgtGEg3VkcILRhoV3YWt1MgU --filternode=/ip4/172.18.196.236/tcp/53636/p2p/16Uiu2HAmMcbNVUfZ9PbYuMVL2CZsy39Yzy5U8zSMPCfUN5jvAhtV
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.60.48 waku 81177c5e1d63298303198fe97c097eb034278ce53340fe40f61bf6cc3717f160
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 81177c5e1d63. Setting up logs at ./log/docker/node2_2026-03-04_04-40-48__6c3f69dc-133d-4322-b595-b9a2c06d3679__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26034
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26034/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26034/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.48/tcp/26035/p2p/16Uiu2HAm1pHUJcHzrqojKeidQ4DT5c6YU2sA2uasbWQgGAWr8iQu","/ip4/172.18.60.48/tcp/26036/ws/p2p/16Uiu2HAm1pHUJcHzrqojKeidQ4DT5c6YU2sA2uasbWQgGAWr8iQu"],"enrUri":"enr:-L24QHONKyY9v4EZ5xPi9pqjFOqbrY6c8WimmJvkSpcTXBqhOjO2pHY3UAwVyEoDbis8X8B0iKkBP6h1aIyuUjejt8gCgmlkgnY0gmlwhKwSPDCKbXVsdGlhZGRyc5YACASsEjwwBmWzAAoErBI8MAZltN0DgnJzhQADAQAAiXNlY3AyNTZrMaECXvEHoQRH-X8-N_mdLl2fed3fFxNoGZ6gpOpFvMFoITaDdGNwgmWzg3VkcIJltYV3YWt1MgA"}'
|
||||
[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:26034/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.196.236/tcp/53636/p2p/16Uiu2HAmMcbNVUfZ9PbYuMVL2CZsy39Yzy5U8zSMPCfUN5jvAhtV"]'
|
||||
[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:53635/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:26034/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9e4df0f7-4ac9-409b-8354-481cbae48238", "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":"9e4df0f7-4ac9-409b-8354-481cbae48238","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:26034/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "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:26034/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 a4430e0d8d31
|
||||
[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 81177c5e1d63
|
||||
[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/1103/data/attachments/130f51d8e0c2aef4.txt
Normal file
116
nim/1103/data/attachments/130f51d8e0c2aef4.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2026-03-04 04:32:26.633 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:26.634 DEBUG [tests.conftest] Running test: test_admin_set_all_log_levels with id: 2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c
|
||||
2026-03-04 04:32:26.635 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:26.636 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:32:26.637 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:32:26.646 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:26.646 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:26.653 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:26.654 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:26.660 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:26.660 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:26.666 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:26.666 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:26.666 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:32:26.666 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:32:26.667 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:26.667 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:26.669 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:26.669 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.22
|
||||
2026-03-04 04:32:26.669 DEBUG [src.node.docker_mananger] Generated ports ['2896', '2897', '2898', '2899', '2900']
|
||||
2026-03-04 04:32:26.669 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:26.669 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:26.669 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:26.669 DEBUG [src.node.docker_mananger] docker run -i -t -p 2896:2896 -p 2897:2897 -p 2898:2898 -p 2899:2899 -p 2900:2900 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2898 --rest-port=2896 --tcp-port=2897 --discv5-udp-port=2899 --rest-address=0.0.0.0 --nat=extip:172.18.116.22 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=57e9fa5fa7bbbc2b2af9adfb1fd61c26dad03bd2c542bddd7b3aab9ae8b1a27d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2900 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:32:26.850 ERROR [src.node.docker_mananger] Max retries reached for container 5e78b9fea22b. Exiting log stream.
|
||||
2026-03-04 04:32:26.861 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.22 waku ea01f750384877690f2f97fe9bd733ab5843884cf5fd95f80aba692a2d418162
|
||||
2026-03-04 04:32:26.898 DEBUG [src.node.docker_mananger] Container started with ID ea01f7503848. Setting up logs at ./log/docker/node1_2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:26.899 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2896
|
||||
2026-03-04 04:32:26.899 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:27.455 ERROR [src.node.docker_mananger] Max retries reached for container 4debb2dba457. Exiting log stream.
|
||||
2026-03-04 04:32:27.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2896/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:27.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:27.902 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:27.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2896/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:27.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.22/tcp/2897/p2p/16Uiu2HAm3JYo2UkmNoMwV5EqQnM4LtYKw2LCXWPEWHGzTurKHZmP","/ip4/172.18.116.22/tcp/2898/ws/p2p/16Uiu2HAm3JYo2UkmNoMwV5EqQnM4LtYKw2LCXWPEWHGzTurKHZmP"],"enrUri":"enr:-L24QJvP-JD7RixfZS7lV3SQbPi8AooS65MTT4gO1I46uno9IWgIRDrK9jA7bdoXQtNql3s7Qsx98mV4K0jfVITihY0CgmlkgnY0gmlwhKwSdBaKbXVsdGlhZGRyc5YACASsEnQWBgtRAAoErBJ0FgYLUt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdQpODwIxcYRApuIOgc-7zdqKOKhAZnqPz8s6AawrbM6DdGNwggtRg3VkcIILU4V3YWt1MgE"}'
|
||||
2026-03-04 04:32:27.905 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:27.905 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:27.905 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:27.906 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:27.906 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.130
|
||||
2026-03-04 04:32:27.907 DEBUG [src.node.docker_mananger] Generated ports ['52704', '52705', '52706', '52707', '52708']
|
||||
2026-03-04 04:32:27.907 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:27.907 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:27.907 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:27.907 DEBUG [src.node.docker_mananger] docker run -i -t -p 52704:52704 -p 52705:52705 -p 52706:52706 -p 52707:52707 -p 52708:52708 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52706 --rest-port=52704 --tcp-port=52705 --discv5-udp-port=52707 --rest-address=0.0.0.0 --nat=extip:172.18.39.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=89afe7d03da18ef84436074eb1f71ad2a31dfbd0bf5c8a1e949dfd0ac8f2c93d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52708 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJvP-JD7RixfZS7lV3SQbPi8AooS65MTT4gO1I46uno9IWgIRDrK9jA7bdoXQtNql3s7Qsx98mV4K0jfVITihY0CgmlkgnY0gmlwhKwSdBaKbXVsdGlhZGRyc5YACASsEnQWBgtRAAoErBJ0FgYLUt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdQpODwIxcYRApuIOgc-7zdqKOKhAZnqPz8s6AawrbM6DdGNwggtRg3VkcIILU4V3YWt1MgE
|
||||
2026-03-04 04:32:28.097 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.130 waku d40ece6fa9d2ec583b24752bcf3e5c421e9929845c403ba7c3147d0c55e53d5e
|
||||
2026-03-04 04:32:28.129 DEBUG [src.node.docker_mananger] Container started with ID d40ece6fa9d2. Setting up logs at ./log/docker/node2_2026-03-04_04-32-26__aca651f0-73d8-4bbe-9318-8251ccfadf7c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:28.130 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52704
|
||||
2026-03-04 04:32:28.130 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:29.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:29.154 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:29.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.162 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:29.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.166 DEBUG [tests.rest_flags.test_admin_flags] Set log level (TRACE) -> status=200
|
||||
2026-03-04 04:32:29.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.173 DEBUG [tests.rest_flags.test_admin_flags] Set log level (DEBUG) -> status=200
|
||||
2026-03-04 04:32:29.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.180 DEBUG [tests.rest_flags.test_admin_flags] Set log level (INFO) -> status=200
|
||||
2026-03-04 04:32:29.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.186 DEBUG [tests.rest_flags.test_admin_flags] Set log level (NOTICE) -> status=200
|
||||
2026-03-04 04:32:29.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.193 DEBUG [tests.rest_flags.test_admin_flags] Set log level (WARN) -> status=200
|
||||
2026-03-04 04:32:29.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.198 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.200 DEBUG [tests.rest_flags.test_admin_flags] Set log level (ERROR) -> status=200
|
||||
2026-03-04 04:32:29.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/FATAL" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.206 DEBUG [tests.rest_flags.test_admin_flags] Set log level (FATAL) -> status=200
|
||||
2026-03-04 04:32:29.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.130/tcp/52705/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb","/ip4/172.18.39.130/tcp/52706/ws/p2p/16Uiu2HAmA6ypPeSgYPKYRJ6uXkwhdYAEUb8c6m4C5aaD86yTYVqb"],"enrUri":"enr:-L24QMrGqvI6ABsGc6GOm9CIpYV7xfriV_rNIx2ZnFR8f6-aInDhf3YJ9AGP-ZP5IgJ1_zJGjhWzlbc2GIrIdf4JzXACgmlkgnY0gmlwhKwSJ4KKbXVsdGlhZGRyc5YACASsEieCBs3hAAoErBInggbN4t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2hVwGawTYNwQsASAdO-JQzq0hzenjHAVxNpVmw0VlyqDdGNwgs3hg3VkcILN44V3YWt1MgE"}'
|
||||
2026-03-04 04:32:29.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52704/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:29.211 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2896/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.213 DEBUG [tests.rest_flags.test_admin_flags] Restore default log level (TRACE) -> status=200
|
||||
2026-03-04 04:32:29.215 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:29.216 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:29.216 DEBUG [src.node.waku_node] Stopping container with id ea01f7503848
|
||||
2026-03-04 04:32:29.790 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:29.791 DEBUG [src.node.waku_node] Stopping container with id d40ece6fa9d2
|
||||
2026-03-04 04:32:30.335 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:30.338 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:30.343 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:30.347 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
203
nim/1103/data/attachments/1355b78e70a89437.txt
Normal file
203
nim/1103/data/attachments/1355b78e70a89437.txt
Normal file
@ -0,0 +1,203 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_get_message_after_one_peer_was_stopped with id: 2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.160
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43137', '43138', '43139', '43140', '43141']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43137:43137 -p 43138:43138 -p 43139:43139 -p 43140:43140 -p 43141:43141 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43139 --rest-port=43137 --tcp-port=43138 --discv5-udp-port=43140 --rest-address=0.0.0.0 --nat=extip:172.18.104.160 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7dd481ab405ec99635afc490aef8b7b773f6a9cafcc24c899b9fe6ee3630ce1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43141 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.160 waku fc12864d9c72d2bf0c27bba5ba446dd8542e21456714d50151dfb76914f9ebe8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 99355ed0b6e2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fc12864d9c72. Setting up logs at ./log/docker/node1_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43137
|
||||
[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 9b230d988320. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43137/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43137/debug/v1/info" -H "Content-Type: application/json" -d '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.160/tcp/43138/p2p/16Uiu2HAmLSVXpobSa87qbHRN6gJ75Y1CGcwhmZ16F96gNNW5HC7A","/ip4/172.18.104.160/tcp/43139/ws/p2p/16Uiu2HAmLSVXpobSa87qbHRN6gJ75Y1CGcwhmZ16F96gNNW5HC7A"],"enrUri":"enr:-L24QBD42BDwyCy_Q9-iYoQm9wvLDoGqMVZpBy5LiVV8u8lPZwOheYX230MzcM0SFSNykHyLVUaXfQzjZR5kVCaMEuECgmlkgnY0gmlwhKwSaKCKbXVsdGlhZGRyc5YACASsEmigBqiCAAoErBJooAaog90DgnJzhQADAQAAiXNlY3AyNTZrMaEDc6nw0FGhyF7L2qWgcLIU-ZnMVCCsjTNV83M0rk6KpJGDdGNwgqiCg3VkcIKohIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.220.176
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42238', '42239', '42240', '42241', '42242']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42238:42238 -p 42239:42239 -p 42240:42240 -p 42241:42241 -p 42242:42242 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42240 --rest-port=42238 --tcp-port=42239 --discv5-udp-port=42241 --rest-address=0.0.0.0 --nat=extip:172.18.220.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0cb7403dd507a97c0b9900fed9ad5af4e1efc13bae8ece52c4fea13f8380b4be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42242 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBD42BDwyCy_Q9-iYoQm9wvLDoGqMVZpBy5LiVV8u8lPZwOheYX230MzcM0SFSNykHyLVUaXfQzjZR5kVCaMEuECgmlkgnY0gmlwhKwSaKCKbXVsdGlhZGRyc5YACASsEmigBqiCAAoErBJooAaog90DgnJzhQADAQAAiXNlY3AyNTZrMaEDc6nw0FGhyF7L2qWgcLIU-ZnMVCCsjTNV83M0rk6KpJGDdGNwgqiCg3VkcIKohIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.220.176 waku 664b1227c4623377ee052fc4dc3916e2baa9b2e6ad0d2ac713f59fc5f7b177a0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 664b1227c462. Setting up logs at ./log/docker/node2_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42238
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42238/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.176/tcp/42239/p2p/16Uiu2HAmSVF8uXCXVEYvK4EZofpmKSG4hsPtkaVBmaoxBpgfff5Y","/ip4/172.18.220.176/tcp/42240/ws/p2p/16Uiu2HAmSVF8uXCXVEYvK4EZofpmKSG4hsPtkaVBmaoxBpgfff5Y"],"enrUri":"enr:-L24QFJ75TigEj2RStpIEEFhDam9fKVUN9qpNA9VzTX9wMdrOC-BQf3e6rjhPRul8hVckcWHkw_m5sRrWPe7FOgHpeYCgmlkgnY0gmlwhKwS3LCKbXVsdGlhZGRyc5YACASsEtywBqT_AAoErBLcsAalAN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzYSHLBn4m59pDi-tYHpODjO6MQPLzeWK-wi9amfUB8-DdGNwgqT_g3VkcIKlAYV3YWt1MgE"}'
|
||||
[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:42238/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.160/tcp/43138/p2p/16Uiu2HAmLSVXpobSa87qbHRN6gJ75Y1CGcwhmZ16F96gNNW5HC7A"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:46 Running fixture setup: setup_optional_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.223.55
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64983', '64984', '64985', '64986', '64987']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64983:64983 -p 64984:64984 -p 64985:64985 -p 64986:64986 -p 64987:64987 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64985 --rest-port=64983 --tcp-port=64984 --discv5-udp-port=64986 --rest-address=0.0.0.0 --nat=extip:172.18.223.55 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b8f8b65a0caa57faf46aa8e8dcad84ed1af23a42ea68f930b7e4e402baeafea0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64987 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBD42BDwyCy_Q9-iYoQm9wvLDoGqMVZpBy5LiVV8u8lPZwOheYX230MzcM0SFSNykHyLVUaXfQzjZR5kVCaMEuECgmlkgnY0gmlwhKwSaKCKbXVsdGlhZGRyc5YACASsEmigBqiCAAoErBJooAaog90DgnJzhQADAQAAiXNlY3AyNTZrMaEDc6nw0FGhyF7L2qWgcLIU-ZnMVCCsjTNV83M0rk6KpJGDdGNwgqiCg3VkcIKohIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.223.55 waku 9710ae0d6568f30c07d5496bf815dc886b2bfa9cecaa0223932e68068faa62f0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9710ae0d6568. Setting up logs at ./log/docker/node3_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64983
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64983/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64983/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.55/tcp/64984/p2p/16Uiu2HAmMUmRa98XBD6BmKmKozDeQ4WN9p8GWqhhmQ9JgenvXhSb","/ip4/172.18.223.55/tcp/64985/ws/p2p/16Uiu2HAmMUmRa98XBD6BmKmKozDeQ4WN9p8GWqhhmQ9JgenvXhSb"],"enrUri":"enr:-L24QKBTnYWZHFSYkbbXptO09Hq0KDAGqz7ktGA3oXxIOGBzdajY_4UrJL-HqWzX2WSp5FhNZwPubiPLzCTOqwYofeMCgmlkgnY0gmlwhKwS3zeKbXVsdGlhZGRyc5YACASsEt83Bv3YAAoErBLfNwb92d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgxrCMn5CSCM3xmF7F2TD647JbHLAeCwk8Ey2JWoBQ0yDdGNwgv3Yg3VkcIL92oV3YWt1MgE"}'
|
||||
[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:64983/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.160/tcp/43138/p2p/16Uiu2HAmLSVXpobSa87qbHRN6gJ75Y1CGcwhmZ16F96gNNW5HC7A"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.108.104
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41053', '41054', '41055', '41056', '41057']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 41053:41053 -p 41054:41054 -p 41055:41055 -p 41056:41056 -p 41057:41057 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41055 --rest-port=41053 --tcp-port=41054 --discv5-udp-port=41056 --rest-address=0.0.0.0 --nat=extip:172.18.108.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=37eaacac98c9f0549fa5f5ee4bf1d78669bddebbe4fdeb64ea3ad9aabd57d7e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41057 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBD42BDwyCy_Q9-iYoQm9wvLDoGqMVZpBy5LiVV8u8lPZwOheYX230MzcM0SFSNykHyLVUaXfQzjZR5kVCaMEuECgmlkgnY0gmlwhKwSaKCKbXVsdGlhZGRyc5YACASsEmigBqiCAAoErBJooAaog90DgnJzhQADAQAAiXNlY3AyNTZrMaEDc6nw0FGhyF7L2qWgcLIU-ZnMVCCsjTNV83M0rk6KpJGDdGNwgqiCg3VkcIKohIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.108.104 waku fa7b4abc5ad3ebfd2a9102375988dc39c02c353f7af23fd50a6d5174e1ad030a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fa7b4abc5ad3. Setting up logs at ./log/docker/node4_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41053
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41053/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41053/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.104/tcp/41054/p2p/16Uiu2HAkucJPuBP9G9sb29kM12G77n4wWxYgEoCLNNTStJ21pGNf","/ip4/172.18.108.104/tcp/41055/ws/p2p/16Uiu2HAkucJPuBP9G9sb29kM12G77n4wWxYgEoCLNNTStJ21pGNf"],"enrUri":"enr:-L24QJuWJbgHTY3H1iPOEO5WB3qhwjpZtPdryqLIInG0iBjqM7-dnY9D_LRWXm7f82SkWrADCoZwcsmUzPN3LqbQ9yICgmlkgnY0gmlwhKwSbGiKbXVsdGlhZGRyc5YACASsEmxoBqBeAAoErBJsaAagX90DgnJzhQADAQAAiXNlY3AyNTZrMaECArj7vvZdUz_YCGsdcKO3TQYLmeL1P8d15SwEL1FQV7yDdGNwgqBeg3VkcIKgYIV3YWt1MgE"}'
|
||||
[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:41053/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.160/tcp/43138/p2p/16Uiu2HAmLSVXpobSa87qbHRN6gJ75Y1CGcwhmZ16F96gNNW5HC7A"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.10
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51240', '51241', '51242', '51243', '51244']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51240:51240 -p 51241:51241 -p 51242:51242 -p 51243:51243 -p 51244:51244 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51242 --rest-port=51240 --tcp-port=51241 --discv5-udp-port=51243 --rest-address=0.0.0.0 --nat=extip:172.18.127.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=067b3fee37ca9a6c4e50a97736fd1ccc423b2f79b4feeff7ff2d1c4df8c14603 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51244 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBD42BDwyCy_Q9-iYoQm9wvLDoGqMVZpBy5LiVV8u8lPZwOheYX230MzcM0SFSNykHyLVUaXfQzjZR5kVCaMEuECgmlkgnY0gmlwhKwSaKCKbXVsdGlhZGRyc5YACASsEmigBqiCAAoErBJooAaog90DgnJzhQADAQAAiXNlY3AyNTZrMaEDc6nw0FGhyF7L2qWgcLIU-ZnMVCCsjTNV83M0rk6KpJGDdGNwgqiCg3VkcIKohIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.127.10 waku 77f4cddef5881e0dc0289b0fe0aa692bc857313db2b0e30074d6e4c396040771
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 77f4cddef588. Setting up logs at ./log/docker/node5_2026-03-04_04-32-55__fde283ab-8189-4f36-9d01-e1aefa5d73b8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51240
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51240/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51240/debug/v1/info" -H "Content-Type: application/json" -d '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.10/tcp/51241/p2p/16Uiu2HAmJNdz7fSSm6js5C5xFcNAc7gQ5wExhCnda1KH5vfz9AYF","/ip4/172.18.127.10/tcp/51242/ws/p2p/16Uiu2HAmJNdz7fSSm6js5C5xFcNAc7gQ5wExhCnda1KH5vfz9AYF"],"enrUri":"enr:-L24QAhGaGe9B_sUvr1tBZLVnxnmxausexi8BaNIfGlc5TmWIY5liVBAGnZuMA3xxw6bHVEqrymdd6z3cc3Y1OznTVMCgmlkgnY0gmlwhKwSfwqKbXVsdGlhZGRyc5YACASsEn8KBsgpAAoErBJ_CgbIKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVPXNP6WEDFcVZ_F3MnyTUOT3x0W2VVm6UIijJy7tTiiDdGNwgsgpg3VkcILIK4V3YWt1MgE"}'
|
||||
[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:51240/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.160/tcp/43138/p2p/16Uiu2HAmLSVXpobSa87qbHRN6gJ75Y1CGcwhmZ16F96gNNW5HC7A"]'
|
||||
[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:43137/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:42238/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:64983/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:41053/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:51240/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:43137/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:43137/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":1772598782327992576,"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:42238/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":1772598782327992576,"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:64983/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":1772598782327992576,"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:41053/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":1772598782327992576,"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:51240/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":1772598782327992576,"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:43137/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:43137/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":1772598782459497947,"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:42238/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":1772598782459497947,"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:64983/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":1772598782459497947,"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:41053/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":1772598782459497947,"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:51240/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":1772598782459497947,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 664b1227c462
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43137/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:64983/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":1772598783169838336,"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:41053/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":1772598783169838336,"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:51240/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":1772598783169838336,"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 fc12864d9c72
|
||||
[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 9710ae0d6568
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 664b1227c462. 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 fa7b4abc5ad3
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fc12864d9c72. 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 77f4cddef588
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9710ae0d6568. 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.
|
||||
78
nim/1103/data/attachments/13e038ebfa93870e.txt
Normal file
78
nim/1103/data/attachments/13e038ebfa93870e.txt
Normal file
@ -0,0 +1,78 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_different_latency_between_two_nodes[7000] with id: 2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
[32mINFO [0m tests.e2e.test_network_conditions:test_network_conditions.py:204 Starting node1 and node2 with relay enabled
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.242.46
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27969', '27970', '27971', '27972', '27973']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27969:27969 -p 27970:27970 -p 27971:27971 -p 27972:27972 -p 27973:27973 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27971 --rest-port=27969 --tcp-port=27970 --discv5-udp-port=27972 --rest-address=0.0.0.0 --nat=extip:172.18.242.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd15e0ebf8dd3f7cae3d5e3b7bd20a2bbafce6a159bc04fbcb6ecc45b0069ebb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27973 --metrics-logging=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0798b13d08ac. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.242.46 waku bd62cd364bcc751c1bc09e5c0ffc1f284226c7a6bcea088bed2542982d6ebfd1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bd62cd364bcc. Setting up logs at ./log/docker/node1_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27969
|
||||
[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 e69cb63ff9de. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27969/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27969/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.46/tcp/27970/p2p/16Uiu2HAm4XDQbkrmbGy2C9cd7rdr3rjaZCb9vv7zdRfuSxS6Rfox","/ip4/172.18.242.46/tcp/27971/ws/p2p/16Uiu2HAm4XDQbkrmbGy2C9cd7rdr3rjaZCb9vv7zdRfuSxS6Rfox"],"enrUri":"enr:-L24QOjesECBzpHY4Ts3-Lej85YBUbfx6UCtw-QdjS91gnB1JIkRzTyrgkzbHBt3bSJah7OMfQSBHm2Jmd_Kh2Lc0ccCgmlkgnY0gmlwhKwS8i6KbXVsdGlhZGRyc5YACASsEvIuBm1CAAoErBLyLgZtQ90DgnJzhQADAQAAiXNlY3AyNTZrMaEChySfLfcuuBzhz-W2VpjXyRG1gSF7be-LBQ1scVRfzeuDdGNwgm1Cg3VkcIJtRIV3YWt1MgE"}'
|
||||
[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.128.30
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57301', '57302', '57303', '57304', '57305']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57301:57301 -p 57302:57302 -p 57303:57303 -p 57304:57304 -p 57305:57305 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57303 --rest-port=57301 --tcp-port=57302 --discv5-udp-port=57304 --rest-address=0.0.0.0 --nat=extip:172.18.128.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ded806ceff5467fe7a44cd7ffdfcf1bfbd4c42e1d0e3a04e7c42fe0a33f3562a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57305 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOjesECBzpHY4Ts3-Lej85YBUbfx6UCtw-QdjS91gnB1JIkRzTyrgkzbHBt3bSJah7OMfQSBHm2Jmd_Kh2Lc0ccCgmlkgnY0gmlwhKwS8i6KbXVsdGlhZGRyc5YACASsEvIuBm1CAAoErBLyLgZtQ90DgnJzhQADAQAAiXNlY3AyNTZrMaEChySfLfcuuBzhz-W2VpjXyRG1gSF7be-LBQ1scVRfzeuDdGNwgm1Cg3VkcIJtRIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.128.30 waku 1097100c2b11d3b66152742926e15a7773409a27c557b05b86ebc7dfb779db43
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1097100c2b11. Setting up logs at ./log/docker/node2_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57301
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57301/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57301/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.30/tcp/57302/p2p/16Uiu2HAkzi3LEHWocNWm26KE8Y6Y7b1rzNu1pxcL9HRvL7KMbd55","/ip4/172.18.128.30/tcp/57303/ws/p2p/16Uiu2HAkzi3LEHWocNWm26KE8Y6Y7b1rzNu1pxcL9HRvL7KMbd55"],"enrUri":"enr:-L24QMalG_0jH1qHHB2YDckGrXQ5rUV2SHKWoblDbX8KgcytJqY37TH3idnwz3MNzMUgSIUQkYm1ct0K8udCGclMAOQCgmlkgnY0gmlwhKwSgB6KbXVsdGlhZGRyc5YACASsEoAeBt_WAAoErBKAHgbf190DgnJzhQADAQAAiXNlY3AyNTZrMaECTnve6e3vC9o86PdbeTM95owmYXq_EIxjc9Nukaryf8yDdGNwgt_Wg3VkcILf2IV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m tests.e2e.test_network_conditions:test_network_conditions.py:208 Subscribing both nodes to relay topic
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27969/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:57301/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 tests.e2e.test_network_conditions:test_network_conditions.py:212 Waiting for autoconnection
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27969/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.128.30/tcp/41684/p2p/16Uiu2HAkzi3LEHWocNWm26KE8Y6Y7b1rzNu1pxcL9HRvL7KMbd55","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57301/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.242.46/tcp/27970/p2p/16Uiu2HAm4XDQbkrmbGy2C9cd7rdr3rjaZCb9vv7zdRfuSxS6Rfox","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-161-g09618a","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 10 seconds
|
||||
[32mINFO [0m tests.e2e.test_network_conditions:test_network_conditions.py:215 Applying 7000ms latency to node2
|
||||
[32mINFO [0m src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
[32mINFO [0m src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
[32mINFO [0m src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '7000ms']
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27969/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57301/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":1772598862521448924,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
[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 bd62cd364bcc
|
||||
[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 1097100c2b11
|
||||
[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/1103/data/attachments/142d55ef82f72b6f.txt
Normal file
68
nim/1103/data/attachments/142d55ef82f72b6f.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_pubsub_topic_string_instead_of_list with id: 2026-03-04_04-31-52__df22c3f1-95ea-4c28-9907-3188bf318f7c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-52__df22c3f1-95ea-4c28-9907-3188bf318f7c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.193.218
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11777', '11778', '11779', '11780', '11781']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11777:11777 -p 11778:11778 -p 11779:11779 -p 11780:11780 -p 11781:11781 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11779 --rest-port=11777 --tcp-port=11778 --discv5-udp-port=11780 --rest-address=0.0.0.0 --nat=extip:172.18.193.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adfcdcb2dffeaa14ae50b1dfc298fdbeea9ea0abfeefde3e5c104ecfd76de65c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11781 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.193.218 waku f1192c00cba42b9231b2e50c217b65cae517b4a09598165964022124b2b50582
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f1192c00cba4. Setting up logs at ./log/docker/node1_2026-03-04_04-31-52__df22c3f1-95ea-4c28-9907-3188bf318f7c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11777
|
||||
[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 c9b37145da72. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container be8ebc158325. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11777/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11777/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.218/tcp/11778/p2p/16Uiu2HAmDvr697Q1qun4UvKsewxXC4TgX6wtkqa8P2Jy97KgpF7Z","/ip4/172.18.193.218/tcp/11779/ws/p2p/16Uiu2HAmDvr697Q1qun4UvKsewxXC4TgX6wtkqa8P2Jy97KgpF7Z"],"enrUri":"enr:-L24QO1RHDxE8VcTGH_NC9KBKC97UmiBNFaKBj3XFKuc_xXRGa8DoCKmGvvetaItwGoksRz3fVzXiXqTHMTwdj0B0CMCgmlkgnY0gmlwhKwSwdqKbXVsdGlhZGRyc5YACASsEsHaBi4CAAoErBLB2gYuA90DgnJzhQADAQAAiXNlY3AyNTZrMaEDEuujj55_DMl8bRShT2QgDDzEn4PekOeWmjvagk68-PyDdGNwgi4Cg3VkcIIuBIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-52__df22c3f1-95ea-4c28-9907-3188bf318f7c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.207
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13720', '13721', '13722', '13723', '13724']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 13720:13720 -p 13721:13721 -p 13722:13722 -p 13723:13723 -p 13724:13724 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13722 --rest-port=13720 --tcp-port=13721 --discv5-udp-port=13723 --rest-address=0.0.0.0 --nat=extip:172.18.109.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d94cf6fd5bedc3d892bf3b4fbb6aec61c52c7dbc941aa41ea3a950acfee1b6ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13724 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QO1RHDxE8VcTGH_NC9KBKC97UmiBNFaKBj3XFKuc_xXRGa8DoCKmGvvetaItwGoksRz3fVzXiXqTHMTwdj0B0CMCgmlkgnY0gmlwhKwSwdqKbXVsdGlhZGRyc5YACASsEsHaBi4CAAoErBLB2gYuA90DgnJzhQADAQAAiXNlY3AyNTZrMaEDEuujj55_DMl8bRShT2QgDDzEn4PekOeWmjvagk68-PyDdGNwgi4Cg3VkcIIuBIV3YWt1MgU --filternode=/ip4/172.18.193.218/tcp/11778/p2p/16Uiu2HAmDvr697Q1qun4UvKsewxXC4TgX6wtkqa8P2Jy97KgpF7Z
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.109.207 waku 68df7c9a39a91b01a7a1c9217231e41f4e99cb137a3ccb9ae75667892d7e380d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 68df7c9a39a9. Setting up logs at ./log/docker/node2_2026-03-04_04-31-52__df22c3f1-95ea-4c28-9907-3188bf318f7c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13720
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13720/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13720/debug/v1/info" -H "Content-Type: application/json" -d '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.207/tcp/13721/p2p/16Uiu2HAkwAxk5s8VpYpZZraULYBzmoCYKxLghuQrEb1ShDuLkTdP","/ip4/172.18.109.207/tcp/13722/ws/p2p/16Uiu2HAkwAxk5s8VpYpZZraULYBzmoCYKxLghuQrEb1ShDuLkTdP"],"enrUri":"enr:-L24QNVCMHkjWhXLt7hiXuvtn_zJvv99khVvFOGL_Ekgvv3DUom-JV2F6C2NfFt24cLFIr8pa7aAFNUkDbFKJ9LBKAsCgmlkgnY0gmlwhKwSbc-KbXVsdGlhZGRyc5YACASsEm3PBjWZAAoErBJtzwY1mt0DgnJzhQADAQAAiXNlY3AyNTZrMaECGfKdzhKBui8k5SXfy_mn6k1tG2qymJorUCow00eBh06DdGNwgjWZg3VkcII1m4V3YWt1MgA"}'
|
||||
[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:13720/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.193.218/tcp/11778/p2p/16Uiu2HAmDvr697Q1qun4UvKsewxXC4TgX6wtkqa8P2Jy97KgpF7Z"]'
|
||||
[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:11777/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:13720/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4656b611-8296-487f-b97f-48c4bc858bd5", "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":"4656b611-8296-487f-b97f-48c4bc858bd5","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:13720/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "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:13720/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 f1192c00cba4
|
||||
[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 68df7c9a39a9
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
475
nim/1103/data/attachments/1524eac47db205dc.txt
Normal file
475
nim/1103/data/attachments/1524eac47db205dc.txt
Normal file
@ -0,0 +1,475 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_2_nodes_low_bandwidth_reliability with id: 2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4__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/node1_2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.218.168
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22355', '22356', '22357', '22358', '22359']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 22355:22355 -p 22356:22356 -p 22357:22357 -p 22358:22358 -p 22359:22359 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22357 --rest-port=22355 --tcp-port=22356 --discv5-udp-port=22358 --rest-address=0.0.0.0 --nat=extip:172.18.218.168 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c6ccfb6cf2deb1b8fcae516bce7e01cdcabdb4101fd4fdafe50b6420fd783fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22359 --metrics-logging=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9c0c37e4b235. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.218.168 waku 801b7d603d267a99abd8b7f0fe49f4a12edc0081a91e39fa25405d51d8c33230
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 801b7d603d26. Setting up logs at ./log/docker/node1_2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22355
|
||||
[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 4bc738a3e37f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22355/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22355/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.168/tcp/22356/p2p/16Uiu2HAm2VoFHENZiJBMyh4t9uY7hZriX1YDVzbRyVgn9m93gqQY","/ip4/172.18.218.168/tcp/22357/ws/p2p/16Uiu2HAm2VoFHENZiJBMyh4t9uY7hZriX1YDVzbRyVgn9m93gqQY"],"enrUri":"enr:-L24QCtT1C1oxZpJuwPwaDX0QUCKtzLXhjxZwOSzGFSdEGIbYuHFdVkCbI2o3RHyAxkRws0H31rVeP4TDNI5iY3H79ACgmlkgnY0gmlwhKwS2qiKbXVsdGlhZGRyc5YACASsEtqoBldUAAoErBLaqAZXVd0DgnJzhQADAQAAiXNlY3AyNTZrMaECaRBZO59Z8OZTMLuqnNApXGA0SeN8DyoTlGm6nnX-GU2DdGNwgldUg3VkcIJXVoV3YWt1MgE"}'
|
||||
[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.87.225
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11171', '11172', '11173', '11174', '11175']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11171:11171 -p 11172:11172 -p 11173:11173 -p 11174:11174 -p 11175:11175 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=250 --websocket-port=11173 --rest-port=11171 --tcp-port=11172 --discv5-udp-port=11174 --rest-address=0.0.0.0 --nat=extip:172.18.87.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe52d69e9bda1d0aa1a0ce9db32c4d9be627eed0abacaacaf30ae8b338dada77 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11175 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCtT1C1oxZpJuwPwaDX0QUCKtzLXhjxZwOSzGFSdEGIbYuHFdVkCbI2o3RHyAxkRws0H31rVeP4TDNI5iY3H79ACgmlkgnY0gmlwhKwS2qiKbXVsdGlhZGRyc5YACASsEtqoBldUAAoErBLaqAZXVd0DgnJzhQADAQAAiXNlY3AyNTZrMaECaRBZO59Z8OZTMLuqnNApXGA0SeN8DyoTlGm6nnX-GU2DdGNwgldUg3VkcIJXVoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.87.225 waku 8dc3461f9be941249682a2cacd501921366458db58ef6eb4025d11815bb3b7b6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8dc3461f9be9. Setting up logs at ./log/docker/node2_2026-03-04_04-34-11__41900d86-4293-43c7-99a7-d35a1dd69ce4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11171
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11171/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11171/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.225/tcp/11172/p2p/16Uiu2HAm7Ccj1X3PRMuafkosU6acs9qRu4NPznESu8mxSJjBpBBY","/ip4/172.18.87.225/tcp/11173/ws/p2p/16Uiu2HAm7Ccj1X3PRMuafkosU6acs9qRu4NPznESu8mxSJjBpBBY"],"enrUri":"enr:-L24QKZ5qFkGX_QFvF90b7o977PoO1jz3yl8hrsJlXJXbUA7FcOCNd5e0g5G7C_vo7cgBeLoYjdUibXhTtspDbQ-8k4CgmlkgnY0gmlwhKwSV-GKbXVsdGlhZGRyc5YACASsElfhBiukAAoErBJX4QYrpd0DgnJzhQADAQAAiXNlY3AyNTZrMaECrvQDJL84v0KN69iioK9ruYEppTYIkTXWWUylEm5zzcODdGNwgiukg3VkcIIrpoV3YWt1MgE"}'
|
||||
[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:22355/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:11171/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:22355/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.87.225/tcp/40286/p2p/16Uiu2HAm7Ccj1X3PRMuafkosU6acs9qRu4NPznESu8mxSJjBpBBY","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11171/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.218.168/tcp/22356/p2p/16Uiu2HAm2VoFHENZiJBMyh4t9uY7hZriX1YDVzbRyVgn9m93gqQY","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-161-g09618a","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 10 seconds
|
||||
[32mINFO [0m src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '10288', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
[32mINFO [0m src.steps.network_conditions:network_conditions.py:22 TC exec: ['sudo', '-n', 'nsenter', '-t', '10288', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'tbf', 'rate', '256kbit', 'burst', '32kbit', 'limit', '12500']
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:22355/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11171/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -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 tests.e2e.test_network_conditions:test_network_conditions.py:566 low_bw_elapsed=0.00s received=200 msg_count=200
|
||||
[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 801b7d603d26
|
||||
[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 8dc3461f9be9
|
||||
[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.
|
||||
90
nim/1103/data/attachments/1537cbb800f32780.txt
Normal file
90
nim/1103/data/attachments/1537cbb800f32780.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_publish_with_invalid_content_topics with id: 2026-03-04_04-32-54__70847f41-5765-466d-9ef8-bdd9d06fbbe6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-54__70847f41-5765-466d-9ef8-bdd9d06fbbe6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.227.79
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60270', '60271', '60272', '60273', '60274']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60270:60270 -p 60271:60271 -p 60272:60272 -p 60273:60273 -p 60274:60274 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60272 --rest-port=60270 --tcp-port=60271 --discv5-udp-port=60273 --rest-address=0.0.0.0 --nat=extip:172.18.227.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c7e780cac1b40152a6d54d84b1fc4b0f83cbd7dcaa847f3fbfc36f2e0e70533f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60274 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.227.79 waku af885b6fc6ed0ce6982f20f8b6ec79b059618b1e7ea6a8b9875e50f6c5c9690a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID af885b6fc6ed. Setting up logs at ./log/docker/node1_2026-03-04_04-32-54__70847f41-5765-466d-9ef8-bdd9d06fbbe6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60270
|
||||
[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 cd47eb3dae6c. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 68dec659ca5c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60270/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60270/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.79/tcp/60271/p2p/16Uiu2HAmGnSo2UM2Kr1gKXEdu8Uc9qL3LBNwneba3HxHfsSNze8j","/ip4/172.18.227.79/tcp/60272/ws/p2p/16Uiu2HAmGnSo2UM2Kr1gKXEdu8Uc9qL3LBNwneba3HxHfsSNze8j"],"enrUri":"enr:-L24QJZUh_qbsZkfhfkY6D0iBDjN7aAKYWJ9Qx2OpovV3oM1JAbAFPG-ksUOgrgai4uc5pMF3dt-SA_2X58CD_L7RcMCgmlkgnY0gmlwhKwS40-KbXVsdGlhZGRyc5YACASsEuNPButvAAoErBLjTwbrcN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPVe2oKyZHGEGtvsVT8jK40Qvk1fg5eOqIQwgIh0zt0yDdGNwgutvg3VkcILrcYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-54__70847f41-5765-466d-9ef8-bdd9d06fbbe6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.126.208
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23968', '23969', '23970', '23971', '23972']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23968:23968 -p 23969:23969 -p 23970:23970 -p 23971:23971 -p 23972:23972 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23970 --rest-port=23968 --tcp-port=23969 --discv5-udp-port=23971 --rest-address=0.0.0.0 --nat=extip:172.18.126.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=826120c49f8c6d790d29fe3b5a50eb95750cc615a63d3aea9af62a83e34ad072 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23972 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJZUh_qbsZkfhfkY6D0iBDjN7aAKYWJ9Qx2OpovV3oM1JAbAFPG-ksUOgrgai4uc5pMF3dt-SA_2X58CD_L7RcMCgmlkgnY0gmlwhKwS40-KbXVsdGlhZGRyc5YACASsEuNPButvAAoErBLjTwbrcN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPVe2oKyZHGEGtvsVT8jK40Qvk1fg5eOqIQwgIh0zt0yDdGNwgutvg3VkcILrcYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.126.208 waku a8042b2413d28f8264f934e606835730a94a16fa5e1e63eea9ed30d76568407c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a8042b2413d2. Setting up logs at ./log/docker/node2_2026-03-04_04-32-54__70847f41-5765-466d-9ef8-bdd9d06fbbe6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23968
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23968/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.208/tcp/23969/p2p/16Uiu2HAmKjCF7wBRMkLphvbSoCxMrnWEFqHVdQvXCqTnE49X127G","/ip4/172.18.126.208/tcp/23970/ws/p2p/16Uiu2HAmKjCF7wBRMkLphvbSoCxMrnWEFqHVdQvXCqTnE49X127G"],"enrUri":"enr:-L24QAcKwf1B4GzWVYdtgb3WQpjPoNWHtIsGdSa6jfP_dFuDHBhf7lvQPpMgtqL8ARaYTcFQItPNR8r99-ExtqIx79YCgmlkgnY0gmlwhKwSftCKbXVsdGlhZGRyc5YACASsEn7QBl2hAAoErBJ-0AZdot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaRWUc67_rb6yAVqVqlbfQnpiK70gp2naL8aFEbhhB6-DdGNwgl2hg3VkcIJdo4V3YWt1MgE"}'
|
||||
[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:23968/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.79/tcp/60271/p2p/16Uiu2HAmGnSo2UM2Kr1gKXEdu8Uc9qL3LBNwneba3HxHfsSNze8j"]'
|
||||
[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:60270/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:23968/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:60270/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:60270/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":1772598777337679616,"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:23968/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":1772598777337679616,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:78 Running test with contetn topic Empty string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "", "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:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:78 Running test with contetn topic A dictionary
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": {"key": "YWFh"}, "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:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:78 Running test with contetn topic An integer
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": 1234567890, "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:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:78 Running test with contetn topic A list
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": ["YWFh"], "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:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:78 Running test with contetn topic A bool
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": true, "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:60270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id af885b6fc6ed
|
||||
[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 a8042b2413d2
|
||||
[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.
|
||||
122
nim/1103/data/attachments/1546a6c1f5c41f02.txt
Normal file
122
nim/1103/data/attachments/1546a6c1f5c41f02.txt
Normal file
@ -0,0 +1,122 @@
|
||||
[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_and_removed with id: 2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.182.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61404', '61405', '61406', '61407', '61408']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 61404:61404 -p 61405:61405 -p 61406:61406 -p 61407:61407 -p 61408:61408 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61406 --rest-port=61404 --tcp-port=61405 --discv5-udp-port=61407 --rest-address=0.0.0.0 --nat=extip:172.18.182.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7a9d7b79c2e4046302a5f33a199d91caec7e6dee4f59be6b25850c4fccf20a3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61408 --metrics-logging=true --store=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e30dfac7b254. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.182.235 waku 13872d72fd81081c20247c0fcd8a27399521642f43cf0927bf8e7f92367d1379
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 13872d72fd81. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61404
|
||||
[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 343e34049e8c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61404/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61404/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.235/tcp/61405/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n","/ip4/172.18.182.235/tcp/61406/ws/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n"],"enrUri":"enr:-L24QLlZ3U5oWLnRRrWClVd7mx6TCDDTKjMAsBad4RNie-79BVChNY5tvblRMYckfqpL1muxYZ9Tfq9AW39JtYie5JsCgmlkgnY0gmlwhKwStuuKbXVsdGlhZGRyc5YACASsErbrBu_dAAoErBK26wbv3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVnt7sQiP0njn31atpX-Sji1S8wYg54b0SkE3vdepkOmDdGNwgu_dg3VkcILv34V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.118.23
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57040', '57041', '57042', '57043', '57044']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57040:57040 -p 57041:57041 -p 57042:57042 -p 57043:57043 -p 57044:57044 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57042 --rest-port=57040 --tcp-port=57041 --discv5-udp-port=57043 --rest-address=0.0.0.0 --nat=extip:172.18.118.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6dd05d20e2b6bdde5e096de6b3c9b19a0fc52ace9bdadcd7fd28ca8e9461285e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57044 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLlZ3U5oWLnRRrWClVd7mx6TCDDTKjMAsBad4RNie-79BVChNY5tvblRMYckfqpL1muxYZ9Tfq9AW39JtYie5JsCgmlkgnY0gmlwhKwStuuKbXVsdGlhZGRyc5YACASsErbrBu_dAAoErBK26wbv3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVnt7sQiP0njn31atpX-Sji1S8wYg54b0SkE3vdepkOmDdGNwgu_dg3VkcILv34V3YWt1MgM --storenode=/ip4/172.18.182.235/tcp/61405/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.118.23 waku 058c43330cd23d0526e649373cd3f40e537d5081206e81ff4fe9cd8ee3484dd8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 058c43330cd2. Setting up logs at ./log/docker/store_node1_2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57040
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57040/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57040/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.23/tcp/57041/p2p/16Uiu2HAmUDR4XGkKPSVWy6T4ML9YaWoBUpkLRJGFBxvjHDRj1qHc","/ip4/172.18.118.23/tcp/57042/ws/p2p/16Uiu2HAmUDR4XGkKPSVWy6T4ML9YaWoBUpkLRJGFBxvjHDRj1qHc"],"enrUri":"enr:-L24QGLmoaGJUcCydHrHUPlu1jVnws1IlXss4NTlsDrtCbhEYkesencNkCFKJN-bsezmdSRQuKXkqENcheDvXbrJEO8CgmlkgnY0gmlwhKwSdheKbXVsdGlhZGRyc5YACASsEnYXBt7RAAoErBJ2Fwbe0t0DgnJzhQADAQAAiXNlY3AyNTZrMaED5y3Um8yyOBrlmB8n8TSVgCqScvQvPWIKaRLjCVh-USODdGNwgt7Rg3VkcILe04V3YWt1MgM"}'
|
||||
[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:57040/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.182.235/tcp/61405/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61404/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:57040/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:61404/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:61404/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":"0x52036e12dbdb4578d43a1c3e12134bf7228055cdda0050dd53b8ec9d15ec8ae9"}]}'
|
||||
[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:57040/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":"0x52036e12dbdb4578d43a1c3e12134bf7228055cdda0050dd53b8ec9d15ec8ae9"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 058c43330cd2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61404/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7571', '7572', '7573', '7574', '7575']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7571:7571 -p 7572:7572 -p 7573:7573 -p 7574:7574 -p 7575:7575 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7573 --rest-port=7571 --tcp-port=7572 --discv5-udp-port=7574 --rest-address=0.0.0.0 --nat=extip:172.18.66.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0d272adb24baacdf6a1a240f9469aac244c96bb6e5616de7e5fc4bcdd65ad7a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7575 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLlZ3U5oWLnRRrWClVd7mx6TCDDTKjMAsBad4RNie-79BVChNY5tvblRMYckfqpL1muxYZ9Tfq9AW39JtYie5JsCgmlkgnY0gmlwhKwStuuKbXVsdGlhZGRyc5YACASsErbrBu_dAAoErBK26wbv3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVnt7sQiP0njn31atpX-Sji1S8wYg54b0SkE3vdepkOmDdGNwgu_dg3VkcILv34V3YWt1MgM --storenode=/ip4/172.18.182.235/tcp/61405/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.81 waku 760fee2a3d1c735bf80a8293d532179813884dff90f9cbad76e857431c5db76f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 760fee2a3d1c. Setting up logs at ./log/docker/store_node1_2026-03-04_04-35-52__339b112a-a0b2-4f47-aef7-1e56f9790b11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7571
|
||||
[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 058c43330cd2. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7571/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7571/debug/v1/info" -H "Content-Type: application/json" -d '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.81/tcp/7572/p2p/16Uiu2HAmNkdgzBp5qMtgtPinvRPKuU7HNJwYXuHTEgY2ekx6pEWo","/ip4/172.18.66.81/tcp/7573/ws/p2p/16Uiu2HAmNkdgzBp5qMtgtPinvRPKuU7HNJwYXuHTEgY2ekx6pEWo"],"enrUri":"enr:-L24QN0wUt2btISokFd1grvmJnn-GSqdm7GWw9opxFlflIv6AnDjlsVa-EfjjXOnUXjHVdPnpPoy3r65kHSwhHXq8tUCgmlkgnY0gmlwhKwSQlGKbXVsdGlhZGRyc5YACASsEkJRBh2UAAoErBJCUQYdld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlgb-SvfM6TPoCeLp9kNHlEZBxuDysAOC8uFClklmodyDdGNwgh2Ug3VkcIIdloV3YWt1MgE"}'
|
||||
[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:7571/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.182.235/tcp/61405/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:7571/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush 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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7571/debug/v1/info" -H "Content-Type: application/json" -d '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.81/tcp/7572/p2p/16Uiu2HAmNkdgzBp5qMtgtPinvRPKuU7HNJwYXuHTEgY2ekx6pEWo","/ip4/172.18.66.81/tcp/7573/ws/p2p/16Uiu2HAmNkdgzBp5qMtgtPinvRPKuU7HNJwYXuHTEgY2ekx6pEWo"],"enrUri":"enr:-L24QN0wUt2btISokFd1grvmJnn-GSqdm7GWw9opxFlflIv6AnDjlsVa-EfjjXOnUXjHVdPnpPoy3r65kHSwhHXq8tUCgmlkgnY0gmlwhKwSQlGKbXVsdGlhZGRyc5YACASsEkJRBh2UAAoErBJCUQYdld0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlgb-SvfM6TPoCeLp9kNHlEZBxuDysAOC8uFClklmodyDdGNwgh2Ug3VkcIIdloV3YWt1MgE"}'
|
||||
[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:7571/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.182.235/tcp/61405/p2p/16Uiu2HAmJUad1uqDr7n9LDQCSLfqrVGNgCctfJR2Hp6VEL93aJ9n"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7571/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61404/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":"0x52036e12dbdb4578d43a1c3e12134bf7228055cdda0050dd53b8ec9d15ec8ae9"},{"messageHash":"0xf9dd811e60b328c66cd3d4e09b9b278d583c6d26da2612ec0e6cc494ced08aca"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7571/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":"763ceae1b7b3a10f3b54","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x52036e12dbdb4578d43a1c3e12134bf7228055cdda0050dd53b8ec9d15ec8ae9"},{"messageHash":"0xf9dd811e60b328c66cd3d4e09b9b278d583c6d26da2612ec0e6cc494ced08aca"}]}'
|
||||
[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 13872d72fd81
|
||||
[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 760fee2a3d1c
|
||||
[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.
|
||||
85
nim/1103/data/attachments/15823fc3f13dad8c.txt
Normal file
85
nim/1103/data/attachments/15823fc3f13dad8c.txt
Normal file
@ -0,0 +1,85 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_invalid_ascending with id: 2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.2.129
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42523', '42524', '42525', '42526', '42527']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42523:42523 -p 42524:42524 -p 42525:42525 -p 42526:42526 -p 42527:42527 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42525 --rest-port=42523 --tcp-port=42524 --discv5-udp-port=42526 --rest-address=0.0.0.0 --nat=extip:172.18.2.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=146e9dcc7b8affbe04fc9b9c7f05db04f544fc4d4fbe8b6a6428c2fe6b0d02be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42527 --metrics-logging=true --store=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 427d9f1740bc. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.2.129 waku f4deeffb2a8d2ab26d3b098a76c1cc3ad79a140b89079c5724745317873c6690
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f4deeffb2a8d. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42523
|
||||
[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 8c601a4b484a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42523/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42523/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.129/tcp/42524/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE","/ip4/172.18.2.129/tcp/42525/ws/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE"],"enrUri":"enr:-L24QKcbN849GpJQa9fBjevqsTNjS5dGbMvfVCBCV9hUo6S_ZRUBpexRAh6Ug0W29mfgxhDKa6pNy7_QERZznvMxmWoCgmlkgnY0gmlwhKwSAoGKbXVsdGlhZGRyc5YACASsEgKBBqYcAAoErBICgQamHd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmCtaEvOJckY6qSMupwa4MhQO_MN2CS5qnfXpbArKlTWDdGNwgqYcg3VkcIKmHoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.130.89
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23557', '23558', '23559', '23560', '23561']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23557:23557 -p 23558:23558 -p 23559:23559 -p 23560:23560 -p 23561:23561 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23559 --rest-port=23557 --tcp-port=23558 --discv5-udp-port=23560 --rest-address=0.0.0.0 --nat=extip:172.18.130.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0e96c5ab43401c18b4c708d0e699bbb9011b7fb81e6b4eb866a8fd30122df148 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23561 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKcbN849GpJQa9fBjevqsTNjS5dGbMvfVCBCV9hUo6S_ZRUBpexRAh6Ug0W29mfgxhDKa6pNy7_QERZznvMxmWoCgmlkgnY0gmlwhKwSAoGKbXVsdGlhZGRyc5YACASsEgKBBqYcAAoErBICgQamHd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmCtaEvOJckY6qSMupwa4MhQO_MN2CS5qnfXpbArKlTWDdGNwgqYcg3VkcIKmHoV3YWt1MgM --storenode=/ip4/172.18.2.129/tcp/42524/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.130.89 waku 5dc2856243a00ea5bdb2aa1e36bba42886e6d55a67aa462ef218a1a2202189bb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5dc2856243a0. Setting up logs at ./log/docker/store_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23557
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23557/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23557/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.89/tcp/23558/p2p/16Uiu2HAmREARzqZFnVoPxKJwYEtYJfqNc4FWpokYfNmsxFvP6Suy","/ip4/172.18.130.89/tcp/23559/ws/p2p/16Uiu2HAmREARzqZFnVoPxKJwYEtYJfqNc4FWpokYfNmsxFvP6Suy"],"enrUri":"enr:-L24QNoNNan1KTDf7g0BY5p0F2dKs7zXqF0SERyXcPdef_6NVWjFTWcxK9uRR1QPanYjbm61GXtFWh9eQTuiZgLQ6sACgmlkgnY0gmlwhKwSglmKbXVsdGlhZGRyc5YACASsEoJZBlwGAAoErBKCWQZcB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDusvPAsmkfT_rgfBYYBTEJuA9FVHleR6Z9d4ABfRTh8yDdGNwglwGg3VkcIJcCIV3YWt1MgM"}'
|
||||
[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:23557/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.2.129/tcp/42524/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42523/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:23557/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:42523/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:42523/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:42523/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:42523/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 tests.store.test_sorting:test_sorting.py:35 requesting stored messages with invalid ascending =##
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42523/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-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":"0x142c250c25b79b094d153e471c46c61594ce2b3356f65fb15270138ddbaa0e36"},{"messageHash":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}],"paginationCursor":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23557/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-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":"0x142c250c25b79b094d153e471c46c61594ce2b3356f65fb15270138ddbaa0e36"},{"messageHash":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}],"paginationCursor":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}'
|
||||
[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 f4deeffb2a8d
|
||||
[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 5dc2856243a0
|
||||
[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.
|
||||
70
nim/1103/data/attachments/15873640ac2e52aa.txt
Normal file
70
nim/1103/data/attachments/15873640ac2e52aa.txt
Normal file
@ -0,0 +1,70 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store with id: 2026-03-04_04-31-09__27aa71cd-5915-4821-a9a6-96f2fec3a176
|
||||
[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_2026-03-04_04-31-09__27aa71cd-5915-4821-a9a6-96f2fec3a176__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m 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.173.68
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1206', '1207', '1208', '1209', '1210']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1206:1206 -p 1207:1207 -p 1208:1208 -p 1209:1209 -p 1210:1210 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1208 --rest-port=1206 --tcp-port=1207 --discv5-udp-port=1209 --rest-address=0.0.0.0 --nat=extip:172.18.173.68 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f7d5c240d2575c789e9a6d703aead17a6a873af4ee5c9bc8f59dcea6ebbbfbac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1210 --metrics-logging=true --relay=true --store=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.173.68 waku 63575da54f4f856524474fe62e94b6a739278799f9d41d0cb70945837c3d13e4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 63575da54f4f. Setting up logs at ./log/docker/node1_2026-03-04_04-31-09__27aa71cd-5915-4821-a9a6-96f2fec3a176__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1206
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1206/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1206/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.68/tcp/1207/p2p/16Uiu2HAmGpnhH17k64TxKCmuxSm4MqLb3bcMUE9uE1szxgba43q9","/ip4/172.18.173.68/tcp/1208/ws/p2p/16Uiu2HAmGpnhH17k64TxKCmuxSm4MqLb3bcMUE9uE1szxgba43q9"],"enrUri":"enr:-L24QM9Z9JT2ZpvlCy-UZKqq9coE7em-p5w_AeOl-hkxfn30WaFfFW4wvSEQHQ6Bgf2JpOXGGeLHzJNGpVK9xev_pvECgmlkgnY0gmlwhKwSrUSKbXVsdGlhZGRyc5YACASsEq1EBgS3AAoErBKtRAYEuN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPfFggq83PA6HkAbtRWoo6CtA_Oo6P5E_qrcG6IcqrDiDdGNwggS3g3VkcIIEuYV3YWt1MgM"}'
|
||||
[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_2026-03-04_04-31-09__27aa71cd-5915-4821-a9a6-96f2fec3a176__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.63
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9905', '9906', '9907', '9908', '9909']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9905:9905 -p 9906:9906 -p 9907:9907 -p 9908:9908 -p 9909:9909 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9907 --rest-port=9905 --tcp-port=9906 --discv5-udp-port=9908 --rest-address=0.0.0.0 --nat=extip:172.18.222.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc2bffc90abee192ceef00aec3e8a207a492aa85cc8f1a6ceacb303d53deb8ee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9909 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QM9Z9JT2ZpvlCy-UZKqq9coE7em-p5w_AeOl-hkxfn30WaFfFW4wvSEQHQ6Bgf2JpOXGGeLHzJNGpVK9xev_pvECgmlkgnY0gmlwhKwSrUSKbXVsdGlhZGRyc5YACASsEq1EBgS3AAoErBKtRAYEuN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPfFggq83PA6HkAbtRWoo6CtA_Oo6P5E_qrcG6IcqrDiDdGNwggS3g3VkcIIEuYV3YWt1MgM --storenode=/ip4/172.18.173.68/tcp/1207/p2p/16Uiu2HAmGpnhH17k64TxKCmuxSm4MqLb3bcMUE9uE1szxgba43q9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.222.63 waku e9acbe56b139fce2aeea87c26826589c3b04c17a1ceedc5a7aa210141d95de46
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e9acbe56b139. Setting up logs at ./log/docker/node1_2026-03-04_04-31-09__27aa71cd-5915-4821-a9a6-96f2fec3a176__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9905
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9905/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9905/debug/v1/info" -H "Content-Type: application/json" -d '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.63/tcp/9906/p2p/16Uiu2HAmM64MRtBTE7WpJF4AEW2JQZtm5bmy4Siqk6giistozErn","/ip4/172.18.222.63/tcp/9907/ws/p2p/16Uiu2HAmM64MRtBTE7WpJF4AEW2JQZtm5bmy4Siqk6giistozErn"],"enrUri":"enr:-L24QPCue-_67CI4B3NNc2YHrli9K5Cyf4xOGorIy3PiWK0qdNBMyxKzR-Mq_fj1Pz4--pSSyD3X3PMMT1Asp9kHyDcCgmlkgnY0gmlwhKwS3j-KbXVsdGlhZGRyc5YACASsEt4_BiayAAoErBLePwYms90DgnJzhQADAQAAiXNlY3AyNTZrMaEDfUmKiswQ16QLLYcbb1NIx_i1VBUADKoT-pqP9hPBosODdGNwgiayg3VkcIImtIV3YWt1MgM"}'
|
||||
[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:1206/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:9905/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:1206/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:9905/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&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":"0xf024c793376f2017c63e8add12e1af9b52aaae4849bbe7896deb027451215e50"}]}'
|
||||
[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 63575da54f4f
|
||||
[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 e9acbe56b139
|
||||
[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/1103/data/attachments/15a5b0a034c089f0.txt
Normal file
468
nim/1103/data/attachments/15a5b0a034c089f0.txt
Normal file
@ -0,0 +1,468 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_different_page_size[99] with id: 2026-03-04_04-37-49__2704d7f3-2d13-413f-ba3a-6f90956b0ca4
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-37-49__2704d7f3-2d13-413f-ba3a-6f90956b0ca4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.126.13
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42539', '42540', '42541', '42542', '42543']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42539:42539 -p 42540:42540 -p 42541:42541 -p 42542:42542 -p 42543:42543 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42541 --rest-port=42539 --tcp-port=42540 --discv5-udp-port=42542 --rest-address=0.0.0.0 --nat=extip:172.18.126.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3bebeccc37dde8a1f62f5edfd8cdd6be2eaeceffcde91d3b2cdadc5a23599e5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42543 --metrics-logging=true --store=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 66720e0d3d53. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.126.13 waku bdcdceea63afab2fec0f16b7cbb87dd5893802b05e72c006cfc1b279e91d2c0e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bdcdceea63af. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-37-49__2704d7f3-2d13-413f-ba3a-6f90956b0ca4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42539
|
||||
[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 f42c2f8b4f79. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42539/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42539/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.13/tcp/42540/p2p/16Uiu2HAm6JnCmMs9W3DwLVJQ3j8wDmyMeXr4mzqMuBGuybmTupYm","/ip4/172.18.126.13/tcp/42541/ws/p2p/16Uiu2HAm6JnCmMs9W3DwLVJQ3j8wDmyMeXr4mzqMuBGuybmTupYm"],"enrUri":"enr:-L24QCy0LD_H2xLYjIc5X3V9KbNa5kciMygh8wTr8tX_aa_EST_0-Ys9zPZ1y6YFKGSNwUjUIMS4-5O_ysVuZ2jJ474CgmlkgnY0gmlwhKwSfg2KbXVsdGlhZGRyc5YACASsEn4NBqYsAAoErBJ-DQamLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECoayHE0nzJDZe0OkxFr-nMbjquagnpOnqpb26frEtTo6DdGNwgqYsg3VkcIKmLoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-37-49__2704d7f3-2d13-413f-ba3a-6f90956b0ca4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.226.37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35699', '35700', '35701', '35702', '35703']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35699:35699 -p 35700:35700 -p 35701:35701 -p 35702:35702 -p 35703:35703 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35701 --rest-port=35699 --tcp-port=35700 --discv5-udp-port=35702 --rest-address=0.0.0.0 --nat=extip:172.18.226.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af33c9eb3fc553e96ddc0c5fb043a8dc3510776dacdfb2e6f3dc1f05877ba355 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35703 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCy0LD_H2xLYjIc5X3V9KbNa5kciMygh8wTr8tX_aa_EST_0-Ys9zPZ1y6YFKGSNwUjUIMS4-5O_ysVuZ2jJ474CgmlkgnY0gmlwhKwSfg2KbXVsdGlhZGRyc5YACASsEn4NBqYsAAoErBJ-DQamLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECoayHE0nzJDZe0OkxFr-nMbjquagnpOnqpb26frEtTo6DdGNwgqYsg3VkcIKmLoV3YWt1MgM --storenode=/ip4/172.18.126.13/tcp/42540/p2p/16Uiu2HAm6JnCmMs9W3DwLVJQ3j8wDmyMeXr4mzqMuBGuybmTupYm --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.37 waku 02cb80dd2fc5851f2273d50ace343f95b57fdcc15a99746de35d8abea8f439c7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 02cb80dd2fc5. Setting up logs at ./log/docker/store_node1_2026-03-04_04-37-49__2704d7f3-2d13-413f-ba3a-6f90956b0ca4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35699
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35699/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35699/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.37/tcp/35700/p2p/16Uiu2HAmKtGuQwHjv1AmJ9xLAHDvUCUv22giRjxbP8rhmKrAnW3J","/ip4/172.18.226.37/tcp/35701/ws/p2p/16Uiu2HAmKtGuQwHjv1AmJ9xLAHDvUCUv22giRjxbP8rhmKrAnW3J"],"enrUri":"enr:-L24QN45v9fzxw8KtDlJ2XCSMPkE3Po2oWhvzvTJws3wc7G8P2kDcWTFpY98Y5zWW6XLFokK3vbRIqWA-9Rw5vgTMcACgmlkgnY0gmlwhKwS4iWKbXVsdGlhZGRyc5YACASsEuIlBot0AAoErBLiJQaLdd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDa2kTlfI29nGf_v1jiRQC-AEQ7XKr6CsHOzO-iU89PFGDdGNwgot0g3VkcIKLdoV3YWt1MgM"}'
|
||||
[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:35699/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.126.13/tcp/42540/p2p/16Uiu2HAm6JnCmMs9W3DwLVJQ3j8wDmyMeXr4mzqMuBGuybmTupYm"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42539/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:35699/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:42539/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:35699/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 bdcdceea63af
|
||||
[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 02cb80dd2fc5
|
||||
[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/1103/data/attachments/15c6dbb8fbe4403.txt
Normal file
68
nim/1103/data/attachments/15c6dbb8fbe4403.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-04 04:35:06.746 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:35:06.746 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_with_invalid_request_id with id: 2026-03-04_04-35-06__fde4fb69-bd25-417c-8cfa-bb51c7eef58d
|
||||
2026-03-04 04:35:06.747 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:35:06.747 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:35:06.747 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-04 04:35:06.754 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:35:06.754 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-06__fde4fb69-bd25-417c-8cfa-bb51c7eef58d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:06.754 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:35:06.754 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:35:06.756 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:35:06.756 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.249.223
|
||||
2026-03-04 04:35:06.756 DEBUG [src.node.docker_mananger] Generated ports ['11469', '11470', '11471', '11472', '11473']
|
||||
2026-03-04 04:35:06.756 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:35:06.757 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:35:06.757 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:35:06.757 DEBUG [src.node.docker_mananger] docker run -i -t -p 11469:11469 -p 11470:11470 -p 11471:11471 -p 11472:11472 -p 11473:11473 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11471 --rest-port=11469 --tcp-port=11470 --discv5-udp-port=11472 --rest-address=0.0.0.0 --nat=extip:172.18.249.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c399642eae71fbfe1d7d2f97ea7efe8c5fe7c6f1b4a2bb9a351faecdbafceae9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11473 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:35:06.951 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.249.223 waku 1647a388bfe169062c0de340951acd2cbb96dad3d9a0b44760cd1d7ac6c120e8
|
||||
2026-03-04 04:35:06.977 ERROR [src.node.docker_mananger] Max retries reached for container 43bcc7467241. Exiting log stream.
|
||||
2026-03-04 04:35:06.988 DEBUG [src.node.docker_mananger] Container started with ID 1647a388bfe1. Setting up logs at ./log/docker/node1_2026-03-04_04-35-06__fde4fb69-bd25-417c-8cfa-bb51c7eef58d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:06.989 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11469
|
||||
2026-03-04 04:35:06.989 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:35:07.549 ERROR [src.node.docker_mananger] Max retries reached for container 9b8332fae076. Exiting log stream.
|
||||
2026-03-04 04:35:07.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11469/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:07.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:35:07.993 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:35:07.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11469/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:07.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.249.223/tcp/11470/p2p/16Uiu2HAmTtf5EKFYxNJKNXhYcniziGDZMmzpMZrT6eoFBrTrecL2","/ip4/172.18.249.223/tcp/11471/ws/p2p/16Uiu2HAmTtf5EKFYxNJKNXhYcniziGDZMmzpMZrT6eoFBrTrecL2"],"enrUri":"enr:-L24QBxqr94_k9bpERH-lgfkXW5IeSSMr51nzb8KBZ4LBBweKbnOoSy8SXtmF0nxVBeHAHT0poeM4kXguRUHv54j5z0CgmlkgnY0gmlwhKwS-d-KbXVsdGlhZGRyc5YACASsEvnfBizOAAoErBL53wYsz90DgnJzhQADAQAAiXNlY3AyNTZrMaED4l-jhs58xL9juVtnNhu8KvEkqr6D87qDgpWoFzTz-5ODdGNwgizOg3VkcIIs0IV3YWt1MgU"}'
|
||||
2026-03-04 04:35:07.996 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:35:07.996 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-04 04:35:08.003 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:35:08.004 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-06__fde4fb69-bd25-417c-8cfa-bb51c7eef58d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:08.004 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:35:08.004 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:35:08.005 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:35:08.005 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.19.143
|
||||
2026-03-04 04:35:08.005 DEBUG [src.node.docker_mananger] Generated ports ['48102', '48103', '48104', '48105', '48106']
|
||||
2026-03-04 04:35:08.006 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:35:08.006 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:35:08.006 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:35:08.006 DEBUG [src.node.docker_mananger] docker run -i -t -p 48102:48102 -p 48103:48103 -p 48104:48104 -p 48105:48105 -p 48106:48106 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48104 --rest-port=48102 --tcp-port=48103 --discv5-udp-port=48105 --rest-address=0.0.0.0 --nat=extip:172.18.19.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7b50b5f04c5c19ce11cbcdefaec81b152a6eeb94bdebd3afd6b670bdec5c7b5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48106 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBxqr94_k9bpERH-lgfkXW5IeSSMr51nzb8KBZ4LBBweKbnOoSy8SXtmF0nxVBeHAHT0poeM4kXguRUHv54j5z0CgmlkgnY0gmlwhKwS-d-KbXVsdGlhZGRyc5YACASsEvnfBizOAAoErBL53wYsz90DgnJzhQADAQAAiXNlY3AyNTZrMaED4l-jhs58xL9juVtnNhu8KvEkqr6D87qDgpWoFzTz-5ODdGNwgizOg3VkcIIs0IV3YWt1MgU --filternode=/ip4/172.18.249.223/tcp/11470/p2p/16Uiu2HAmTtf5EKFYxNJKNXhYcniziGDZMmzpMZrT6eoFBrTrecL2
|
||||
2026-03-04 04:35:08.201 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.19.143 waku 83cb6a4b2a2ff4ea62297a21b9517e23148b5ad6f74d84efda5c2629755201b2
|
||||
2026-03-04 04:35:08.236 DEBUG [src.node.docker_mananger] Container started with ID 83cb6a4b2a2f. Setting up logs at ./log/docker/node2_2026-03-04_04-35-06__fde4fb69-bd25-417c-8cfa-bb51c7eef58d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:08.237 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48102
|
||||
2026-03-04 04:35:08.237 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:35:09.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48102/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:09.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:35:09.241 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:35:09.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48102/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:09.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.19.143/tcp/48103/p2p/16Uiu2HAkyqbiCtVerZTRNAzbzPUcjC1eT8RQoDTtaA3wwLgSVtYj","/ip4/172.18.19.143/tcp/48104/ws/p2p/16Uiu2HAkyqbiCtVerZTRNAzbzPUcjC1eT8RQoDTtaA3wwLgSVtYj"],"enrUri":"enr:-L24QBFkdhzxfNs1Dc-bV7y1C9tYp_n7ZhpwxmqH2znQV0D0KPE_zvohJFu3DyWm4mkZnS21hnuXgH1epeOME5g74BcCgmlkgnY0gmlwhKwSE4-KbXVsdGlhZGRyc5YACASsEhOPBrvnAAoErBITjwa76N0DgnJzhQADAQAAiXNlY3AyNTZrMaECQY_cRPr3WC0dbFpuwuEbQS1ShUoWe_xXBQ3Do14UJ2yDdGNwgrvng3VkcIK76YV3YWt1MgA"}'
|
||||
2026-03-04 04:35:09.243 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:35:09.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48102/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.249.223/tcp/11470/p2p/16Uiu2HAmTtf5EKFYxNJKNXhYcniziGDZMmzpMZrT6eoFBrTrecL2"]'
|
||||
2026-03-04 04:35:09.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:35:09.282 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-04 04:35:09.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11469/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:35:09.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:35:09.306 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48102/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6d89dd6b-17ef-42f7-8d17-b47f58e82747", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:35:09.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"6d89dd6b-17ef-42f7-8d17-b47f58e82747","statusDesc":"OK"}'
|
||||
2026-03-04 04:35:09.323 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:48102/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": 1}'
|
||||
2026-03-04 04:35:09.325 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48102/filter/v2/subscriptions/all. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2026-03-04 04:35:09.328 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:35:09.329 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:35:09.329 DEBUG [src.node.waku_node] Stopping container with id 1647a388bfe1
|
||||
2026-03-04 04:35:09.911 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:35:09.911 DEBUG [src.node.waku_node] Stopping container with id 83cb6a4b2a2f
|
||||
2026-03-04 04:35:10.455 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:35:10.457 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:35:10.463 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:35:10.467 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
105
nim/1103/data/attachments/15e19242e3498c7c.txt
Normal file
105
nim/1103/data/attachments/15e19242e3498c7c.txt
Normal file
@ -0,0 +1,105 @@
|
||||
2026-03-04 04:31:42.319 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:42.319 DEBUG [tests.conftest] Running test: test_relay_receiving_node_not_connected_directly_to_lightpushing_node with id: 2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3
|
||||
2026-03-04 04:31:42.319 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:42.319 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:42.320 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:42.326 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:42.326 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:42.332 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:42.332 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:42.338 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:42.338 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:42.339 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:31:42.339 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:31:42.340 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:42.340 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:42.341 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:42.341 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.76
|
||||
2026-03-04 04:31:42.342 DEBUG [src.node.docker_mananger] Generated ports ['9427', '9428', '9429', '9430', '9431']
|
||||
2026-03-04 04:31:42.342 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:42.342 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:42.342 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:42.342 DEBUG [src.node.docker_mananger] docker run -i -t -p 9427:9427 -p 9428:9428 -p 9429:9429 -p 9430:9430 -p 9431:9431 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9429 --rest-port=9427 --tcp-port=9428 --discv5-udp-port=9430 --rest-address=0.0.0.0 --nat=extip:172.18.198.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fffff35f2a0aada8dffbafc21deb06a2aa2bcfd2ddd2f5a7babbe1ae72e6dfee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9431 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-03-04 04:31:42.519 ERROR [src.node.docker_mananger] Max retries reached for container 1148d3df737b. Exiting log stream.
|
||||
2026-03-04 04:31:42.531 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.76 waku fae460240cf3516627430dad5a570a73c70630fc0d3d7d9da9e9b1f334ba0234
|
||||
2026-03-04 04:31:42.570 DEBUG [src.node.docker_mananger] Container started with ID fae460240cf3. Setting up logs at ./log/docker/node1_2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:42.570 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9427
|
||||
2026-03-04 04:31:42.571 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:43.034 ERROR [src.node.docker_mananger] Max retries reached for container 8d3f39f3051a. Exiting log stream.
|
||||
2026-03-04 04:31:43.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9427/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:43.574 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:43.575 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:43.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9427/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:43.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.76/tcp/9428/p2p/16Uiu2HAm4upUhGtX5Q9P3WnuAbzJQZEL5a8MLi8p1rk9HRKF1xmo","/ip4/172.18.198.76/tcp/9429/ws/p2p/16Uiu2HAm4upUhGtX5Q9P3WnuAbzJQZEL5a8MLi8p1rk9HRKF1xmo"],"enrUri":"enr:-L24QM7ixIt5R4TX_dzRpQl_-52Jb4ITBXZ9fthnoE6H6oDJHzSHXLdZ4wDEsqDal1HdYt-ONsSr5CPoMAobe3uSeCMCgmlkgnY0gmlwhKwSxkyKbXVsdGlhZGRyc5YACASsEsZMBiTUAAoErBLGTAYk1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECjO8N1o6OYxes2VKGiZ6rh_W8lVvi9bxFdFOIsYU1UQKDdGNwgiTUg3VkcIIk1oV3YWt1Mgk"}'
|
||||
2026-03-04 04:31:43.577 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:43.578 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:43.578 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:43.579 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:43.579 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.181
|
||||
2026-03-04 04:31:43.579 DEBUG [src.node.docker_mananger] Generated ports ['47687', '47688', '47689', '47690', '47691']
|
||||
2026-03-04 04:31:43.580 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:43.580 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:43.580 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:43.580 DEBUG [src.node.docker_mananger] docker run -i -t -p 47687:47687 -p 47688:47688 -p 47689:47689 -p 47690:47690 -p 47691:47691 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47689 --rest-port=47687 --tcp-port=47688 --discv5-udp-port=47690 --rest-address=0.0.0.0 --nat=extip:172.18.52.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b19b6da2e4c1b6fada69602decf482e73aa4a673cebc9bf0d9bc67fbbcf7c3db --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47691 --metrics-logging=true --lightpush=true --relay=true --discv5-bootstrap-node=enr:-L24QM7ixIt5R4TX_dzRpQl_-52Jb4ITBXZ9fthnoE6H6oDJHzSHXLdZ4wDEsqDal1HdYt-ONsSr5CPoMAobe3uSeCMCgmlkgnY0gmlwhKwSxkyKbXVsdGlhZGRyc5YACASsEsZMBiTUAAoErBLGTAYk1d0DgnJzhQADAQAAiXNlY3AyNTZrMaECjO8N1o6OYxes2VKGiZ6rh_W8lVvi9bxFdFOIsYU1UQKDdGNwgiTUg3VkcIIk1oV3YWt1Mgk --lightpushnode=/ip4/172.18.198.76/tcp/9428/p2p/16Uiu2HAm4upUhGtX5Q9P3WnuAbzJQZEL5a8MLi8p1rk9HRKF1xmo
|
||||
2026-03-04 04:31:43.766 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.181 waku d0105123201f94f9c2566c935bb902f6d36cff4067e7e2aec2a24b2cb17882b9
|
||||
2026-03-04 04:31:43.800 DEBUG [src.node.docker_mananger] Container started with ID d0105123201f. Setting up logs at ./log/docker/node2_2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:43.800 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47687
|
||||
2026-03-04 04:31:43.800 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:44.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47687/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:44.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:44.811 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:44.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47687/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:44.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.181/tcp/47688/p2p/16Uiu2HAmE4EVmdirQR8oMvMFjwDjrBWD1oXHGgpffWurDsci87nu","/ip4/172.18.52.181/tcp/47689/ws/p2p/16Uiu2HAmE4EVmdirQR8oMvMFjwDjrBWD1oXHGgpffWurDsci87nu"],"enrUri":"enr:-L24QEXytXLHN9YIfKS3IEvzOe4srmlu0T02kt3TKD0IrioxUdJ_xTCrqyDCQRssU5D0Y-vfcSNHjmsbqMbyj6SPFBMCgmlkgnY0gmlwhKwSNLWKbXVsdGlhZGRyc5YACASsEjS1BrpIAAoErBI0tQa6Sd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFNAKbBHOlkWELKOl3_BDdEs9RuMF_mrV5tU2Pt3B0EaDdGNwgrpIg3VkcIK6SoV3YWt1Mgk"}'
|
||||
2026-03-04 04:31:44.842 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:44.843 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:44.843 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:44.846 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:44.846 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.212
|
||||
2026-03-04 04:31:44.847 DEBUG [src.node.docker_mananger] Generated ports ['64944', '64945', '64946', '64947', '64948']
|
||||
2026-03-04 04:31:44.848 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:44.848 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:44.849 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:44.849 DEBUG [src.node.docker_mananger] docker run -i -t -p 64944:64944 -p 64945:64945 -p 64946:64946 -p 64947:64947 -p 64948:64948 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64946 --rest-port=64944 --tcp-port=64945 --discv5-udp-port=64947 --rest-address=0.0.0.0 --nat=extip:172.18.83.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c93bbc04a29b5013cca170cd4a8f3f9bed726b5aaa50fd65d1d3febe902bbffb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64948 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEXytXLHN9YIfKS3IEvzOe4srmlu0T02kt3TKD0IrioxUdJ_xTCrqyDCQRssU5D0Y-vfcSNHjmsbqMbyj6SPFBMCgmlkgnY0gmlwhKwSNLWKbXVsdGlhZGRyc5YACASsEjS1BrpIAAoErBI0tQa6Sd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDFNAKbBHOlkWELKOl3_BDdEs9RuMF_mrV5tU2Pt3B0EaDdGNwgrpIg3VkcIK6SoV3YWt1Mgk
|
||||
2026-03-04 04:31:45.032 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.212 waku 472103283dc61546831c81a4294997a1af520a52784f17566236f50661cbb3e9
|
||||
2026-03-04 04:31:45.067 DEBUG [src.node.docker_mananger] Container started with ID 472103283dc6. Setting up logs at ./log/docker/node3_2026-03-04_04-31-42__55cd1f42-810d-45ff-a271-4bd845443ee3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:45.068 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64944
|
||||
2026-03-04 04:31:45.068 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:46.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64944/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:46.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:46.088 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:46.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64944/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:46.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.212/tcp/64945/p2p/16Uiu2HAmEjNNpmbfbHTgmgZyNkSd1o1Murea3ijsTeNSALWBo3sY","/ip4/172.18.83.212/tcp/64946/ws/p2p/16Uiu2HAmEjNNpmbfbHTgmgZyNkSd1o1Murea3ijsTeNSALWBo3sY"],"enrUri":"enr:-L24QAnu_1zQQuW04WyQiT9GpdOgPNQbhJDwTQY8TyJdJnlmIfE3QY9YLTH-hohp5SqzkJfwbZB1B-KjCAiKMqYJjC0CgmlkgnY0gmlwhKwSU9SKbXVsdGlhZGRyc5YACASsElPUBv2xAAoErBJT1Ab9st0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHtaaPGT8HrLOC9y7_IsjCj1MhU3rY_dxoTZ_3wGt4uuDdGNwgv2xg3VkcIL9s4V3YWt1MgE"}'
|
||||
2026-03-04 04:31:46.094 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:46.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9427/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:46.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:46.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47687/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:46.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:46.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64944/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:46.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:46.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9427/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:46.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/39488/p2p/16Uiu2HAmE4EVmdirQR8oMvMFjwDjrBWD1oXHGgpffWurDsci87nu","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:31:46.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47687/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:46.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.198.76/tcp/9428/p2p/16Uiu2HAm4upUhGtX5Q9P3WnuAbzJQZEL5a8MLi8p1rk9HRKF1xmo","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.83.212/tcp/36348/p2p/16Uiu2HAmEjNNpmbfbHTgmgZyNkSd1o1Murea3ijsTeNSALWBo3sY","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:31:46.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64944/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:46.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.52.181/tcp/47688/p2p/16Uiu2HAmE4EVmdirQR8oMvMFjwDjrBWD1oXHGgpffWurDsci87nu","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:31:46.126 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2026-03-04 04:32:16.126 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:32:16.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9427/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1772598736126914284}}'
|
||||
2026-03-04 04:32:16.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:16.144 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:16.245 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:16.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64944/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:16.248 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":1772598736126914284,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:16.251 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:16.252 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:16.252 DEBUG [src.node.waku_node] Stopping container with id fae460240cf3
|
||||
2026-03-04 04:32:16.800 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:16.801 DEBUG [src.node.waku_node] Stopping container with id d0105123201f
|
||||
2026-03-04 04:32:17.356 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:17.359 DEBUG [src.node.waku_node] Stopping container with id 472103283dc6
|
||||
2026-03-04 04:32:17.707 ERROR [src.node.docker_mananger] Max retries reached for container fae460240cf3. Exiting log stream.
|
||||
2026-03-04 04:32:17.876 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:17.879 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:17.925 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:17.948 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:17.971 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
99
nim/1103/data/attachments/160948b9ee214ef.txt
Normal file
99
nim/1103/data/attachments/160948b9ee214ef.txt
Normal file
@ -0,0 +1,99 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_resubscribe_to_unsubscribed_topics with id: 2026-03-04_04-32-51__d8742b26-ab99-4d7e-9a6e-03eeb58c3939
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-51__d8742b26-ab99-4d7e-9a6e-03eeb58c3939__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.191.141
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34967', '34968', '34969', '34970', '34971']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34967:34967 -p 34968:34968 -p 34969:34969 -p 34970:34970 -p 34971:34971 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34969 --rest-port=34967 --tcp-port=34968 --discv5-udp-port=34970 --rest-address=0.0.0.0 --nat=extip:172.18.191.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eedab83a703f318a7cacf78e1fff2b3aaebcb9094c47aebbc3f4dab2d3bcf23f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34971 --metrics-logging=true --relay=true --filter=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 39b0a580b9d3. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.17.100
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5280', '5281', '5282', '5283', '5284']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5280:5280 -p 5281:5281 -p 5282:5282 -p 5283:5283 -p 5284:5284 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5282 --rest-port=5280 --tcp-port=5281 --discv5-udp-port=5283 --rest-address=0.0.0.0 --nat=extip:172.18.17.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adfacfab67da64dfcc6761ffaf7ab921bcf03de95a08aa6ae6b87c30a35f50f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5284 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.17.100 waku 30b2f503e8b9cce9bd99f96ab2c3057a62483036c942c163d28ccfb9bae3de1b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 30b2f503e8b9. Setting up logs at ./log/docker/node1_2026-03-04_04-32-51__d8742b26-ab99-4d7e-9a6e-03eeb58c3939__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5280
|
||||
[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 792fb9665704. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5280/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5280/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.100/tcp/5281/p2p/16Uiu2HAmBTpr8X3VGhgrKkRyNpA2BMXPJkVoSS3zcsnPVy8RmzzU","/ip4/172.18.17.100/tcp/5282/ws/p2p/16Uiu2HAmBTpr8X3VGhgrKkRyNpA2BMXPJkVoSS3zcsnPVy8RmzzU"],"enrUri":"enr:-L24QE8Ane3sQmnon9gZQVFmXHo5l3jvajJktmM_flmcFgeyYtW8sabdPog0Cfvn-Vc83AOcHFMYbpWcx3WQQ2wIhp4CgmlkgnY0gmlwhKwSEWSKbXVsdGlhZGRyc5YACASsEhFkBhShAAoErBIRZAYUot0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7kgt6-9AMjJH2vqzG4ssY63eDmGwK--sFlItDSZSBcmDdGNwghShg3VkcIIUo4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-51__d8742b26-ab99-4d7e-9a6e-03eeb58c3939__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.226.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16753', '16754', '16755', '16756', '16757']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 16753:16753 -p 16754:16754 -p 16755:16755 -p 16756:16756 -p 16757:16757 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16755 --rest-port=16753 --tcp-port=16754 --discv5-udp-port=16756 --rest-address=0.0.0.0 --nat=extip:172.18.226.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=27dc6cbcd337dbddfec0d804ffe092c44bccf102ddbcfcdc24dfd0bf5f9e579c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16757 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QE8Ane3sQmnon9gZQVFmXHo5l3jvajJktmM_flmcFgeyYtW8sabdPog0Cfvn-Vc83AOcHFMYbpWcx3WQQ2wIhp4CgmlkgnY0gmlwhKwSEWSKbXVsdGlhZGRyc5YACASsEhFkBhShAAoErBIRZAYUot0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7kgt6-9AMjJH2vqzG4ssY63eDmGwK--sFlItDSZSBcmDdGNwghShg3VkcIIUo4V3YWt1MgU --filternode=/ip4/172.18.17.100/tcp/5281/p2p/16Uiu2HAmBTpr8X3VGhgrKkRyNpA2BMXPJkVoSS3zcsnPVy8RmzzU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.226.216 waku 7c57d75a667b6589055d00f3e78a5344f0d81b52e0e02f7bb3ec2e3da5a2be49
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7c57d75a667b. Setting up logs at ./log/docker/node2_2026-03-04_04-32-51__d8742b26-ab99-4d7e-9a6e-03eeb58c3939__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16753
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16753/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16753/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.226.216/tcp/16754/p2p/16Uiu2HAm4KWcsyYVBJWycfQhZMrNaM5jxE3gGJRDxt5amM8k9DPV","/ip4/172.18.226.216/tcp/16755/ws/p2p/16Uiu2HAm4KWcsyYVBJWycfQhZMrNaM5jxE3gGJRDxt5amM8k9DPV"],"enrUri":"enr:-L24QHErzsoZVb6kheyad6Pj__RH4cnNTzOC9He8mLDgHI07KZuye0fZNtqb3F4LJNl8U7F66uZXYYfCY9GwPaGF2dgCgmlkgnY0gmlwhKwS4tiKbXVsdGlhZGRyc5YACASsEuLYBkFyAAoErBLi2AZBc90DgnJzhQADAQAAiXNlY3AyNTZrMaEChCUdCj8PLJMmbdf8a_hOHMEMSbxvhMDiQJCRsU9ytRiDdGNwgkFyg3VkcIJBdIV3YWt1MgA"}'
|
||||
[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:16753/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.17.100/tcp/5281/p2p/16Uiu2HAmBTpr8X3VGhgrKkRyNpA2BMXPJkVoSS3zcsnPVy8RmzzU"]'
|
||||
[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:5280/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:16753/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f405bbed-4fdd-458a-93c5-03193fa0fc11", "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":"f405bbed-4fdd-458a-93c5-03193fa0fc11","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5280/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:16753/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":1772598774268650284,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:16753/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5280/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:16753/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:16753/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5280/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:16753/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2fd3c06a-7e8b-47e3-9b3c-7848a1a99b5c", "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":"2fd3c06a-7e8b-47e3-9b3c-7848a1a99b5c","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5280/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:16753/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":1772598774512285156,"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 30b2f503e8b9
|
||||
[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 7c57d75a667b
|
||||
[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.
|
||||
3071
nim/1103/data/attachments/16d25ca3f0dc7106.txt
Normal file
3071
nim/1103/data/attachments/16d25ca3f0dc7106.txt
Normal file
File diff suppressed because it is too large
Load Diff
86
nim/1103/data/attachments/173830144d18b0b8.txt
Normal file
86
nim/1103/data/attachments/173830144d18b0b8.txt
Normal file
@ -0,0 +1,86 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_subscribe_to_already_existing_pubsub_topic with id: 2026-03-04_04-33-19__e30863d6-4bc9-4cd0-9115-5aaaa419aa0c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-19__e30863d6-4bc9-4cd0-9115-5aaaa419aa0c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.93.181
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53257', '53258', '53259', '53260', '53261']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53257:53257 -p 53258:53258 -p 53259:53259 -p 53260:53260 -p 53261:53261 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53259 --rest-port=53257 --tcp-port=53258 --discv5-udp-port=53260 --rest-address=0.0.0.0 --nat=extip:172.18.93.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2bdd1899d93ceac97d5c08584f58dd10c56ae75def051bdfa38b1bffa21ec8d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53261 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.181 waku 3bbebacfc96e5be90db33d1bec4d2085d1cbf6154764b014c4dfebc32a0ea3bb
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1e748d507a00. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3bbebacfc96e. Setting up logs at ./log/docker/node1_2026-03-04_04-33-19__e30863d6-4bc9-4cd0-9115-5aaaa419aa0c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53257
|
||||
[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 03588212ee39. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53257/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53257/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.181/tcp/53258/p2p/16Uiu2HAmHQBRvgrCgp7aBn3uHTskmEMabhefy9jQz8aziqYb17cE","/ip4/172.18.93.181/tcp/53259/ws/p2p/16Uiu2HAmHQBRvgrCgp7aBn3uHTskmEMabhefy9jQz8aziqYb17cE"],"enrUri":"enr:-L24QHmLBFM47o9xqvgcoBjxLBCax6PCEw8_c4QDrrxiYZ1CIeSO6xl-umy_5xAoY0QQZjmQA3fLp9SW8Go57_Y8R7QCgmlkgnY0gmlwhKwSXbWKbXVsdGlhZGRyc5YACASsEl21BtAKAAoErBJdtQbQC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDRn9AKPPRib634mmN4XN9rMXwvdHdIIv6M0-v5o8o8tODdGNwgtAKg3VkcILQDIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-19__e30863d6-4bc9-4cd0-9115-5aaaa419aa0c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.6.137
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54098', '54099', '54100', '54101', '54102']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 54098:54098 -p 54099:54099 -p 54100:54100 -p 54101:54101 -p 54102:54102 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54100 --rest-port=54098 --tcp-port=54099 --discv5-udp-port=54101 --rest-address=0.0.0.0 --nat=extip:172.18.6.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c7efaca9ebb2ecf77c8aa4f54bcdb2b28fc6a539ce8d5a3d4fb743253aad40fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54102 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHmLBFM47o9xqvgcoBjxLBCax6PCEw8_c4QDrrxiYZ1CIeSO6xl-umy_5xAoY0QQZjmQA3fLp9SW8Go57_Y8R7QCgmlkgnY0gmlwhKwSXbWKbXVsdGlhZGRyc5YACASsEl21BtAKAAoErBJdtQbQC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDRn9AKPPRib634mmN4XN9rMXwvdHdIIv6M0-v5o8o8tODdGNwgtAKg3VkcILQDIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.6.137 waku 7ef619983a30e6a926fd4a7b7da5c610af5178335ae5beeef4aeb1eba0f2edc3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7ef619983a30. Setting up logs at ./log/docker/node2_2026-03-04_04-33-19__e30863d6-4bc9-4cd0-9115-5aaaa419aa0c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54098
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54098/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54098/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.137/tcp/54099/p2p/16Uiu2HAmGKUKVoc2YCvSJZgsuiUVuWognF7ZC6apAFkbsvDuSwxx","/ip4/172.18.6.137/tcp/54100/ws/p2p/16Uiu2HAmGKUKVoc2YCvSJZgsuiUVuWognF7ZC6apAFkbsvDuSwxx"],"enrUri":"enr:-L24QJB0t4RCD3rOQYhNlCrLYEXL2bNUIchQumv-zUxmfivDcxnBB57xgVZI4eO3DuSP8UOFl7BRWHLxjiOT6pkYlcUCgmlkgnY0gmlwhKwSBomKbXVsdGlhZGRyc5YACASsEgaJBtNTAAoErBIGiQbTVN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNm7Bm6Zfj8IRdCESOB3cXfZ2PLK4waQEH701jsQHsy2DdGNwgtNTg3VkcILTVYV3YWt1MgE"}'
|
||||
[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:54098/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.93.181/tcp/53258/p2p/16Uiu2HAmHQBRvgrCgp7aBn3uHTskmEMabhefy9jQz8aziqYb17cE"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53257/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:54098/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:53257/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:53257/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":1772598802448929792,"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:54098/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":1772598802448929792,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53257/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:54098/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:53257/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:53257/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":1772598802573275833,"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:54098/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":1772598802573275833,"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 3bbebacfc96e
|
||||
[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 7ef619983a30
|
||||
[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/1103/data/attachments/17402ecc11b9b436.txt
Normal file
68
nim/1103/data/attachments/17402ecc11b9b436.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-04 04:33:16.827 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:16.827 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_no_request_id with id: 2026-03-04_04-33-16__cec45206-224a-47e8-8d05-d05db96ab8be
|
||||
2026-03-04 04:33:16.827 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:16.827 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:33:16.827 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-04 04:33:16.833 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:16.834 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-16__cec45206-224a-47e8-8d05-d05db96ab8be__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:16.834 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:16.834 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:16.835 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:16.835 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.40
|
||||
2026-03-04 04:33:16.835 DEBUG [src.node.docker_mananger] Generated ports ['45849', '45850', '45851', '45852', '45853']
|
||||
2026-03-04 04:33:16.836 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:16.836 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:16.836 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:16.836 DEBUG [src.node.docker_mananger] docker run -i -t -p 45849:45849 -p 45850:45850 -p 45851:45851 -p 45852:45852 -p 45853:45853 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45851 --rest-port=45849 --tcp-port=45850 --discv5-udp-port=45852 --rest-address=0.0.0.0 --nat=extip:172.18.141.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c6cd9c7daee6401cd977dfe2acc6573d04b08e9fd8db25c8eaff0e25d1bbde4a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45853 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:33:16.983 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.40 waku 3e771aef168adbf50b96d2d98ef0f02ebdb2337ec44e88cce9a838c9db8517dc
|
||||
2026-03-04 04:33:17.009 DEBUG [src.node.docker_mananger] Container started with ID 3e771aef168a. Setting up logs at ./log/docker/node1_2026-03-04_04-33-16__cec45206-224a-47e8-8d05-d05db96ab8be__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:17.011 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45849
|
||||
2026-03-04 04:33:17.011 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:17.141 ERROR [src.node.docker_mananger] Max retries reached for container 9db8ba522b57. Exiting log stream.
|
||||
2026-03-04 04:33:17.628 ERROR [src.node.docker_mananger] Max retries reached for container fa606c5a3064. Exiting log stream.
|
||||
2026-03-04 04:33:18.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45849/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:18.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:18.015 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:18.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45849/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:18.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.40/tcp/45850/p2p/16Uiu2HAmAG1yVU2UF7mA8615bDihLZf3MhADYo8T1yffPiU3VdFy","/ip4/172.18.141.40/tcp/45851/ws/p2p/16Uiu2HAmAG1yVU2UF7mA8615bDihLZf3MhADYo8T1yffPiU3VdFy"],"enrUri":"enr:-L24QINVBlcEQHIaLKNw7WHLDZwxdRuGZQn6swnTG1sXP8oPU1Hi4ky4-RZxhH3F86JiA6vmdDrk91vzIZwYie2wjGoCgmlkgnY0gmlwhKwSjSiKbXVsdGlhZGRyc5YACASsEo0oBrMaAAoErBKNKAazG90DgnJzhQADAQAAiXNlY3AyNTZrMaEC3GYanybPiutb9_sB_0SljZgmOAiVHapTZvzpMlGn5BSDdGNwgrMag3VkcIKzHIV3YWt1MgU"}'
|
||||
2026-03-04 04:33:18.018 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:18.018 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-04 04:33:18.024 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:18.024 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-16__cec45206-224a-47e8-8d05-d05db96ab8be__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:18.024 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:18.024 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:18.026 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:18.026 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.63
|
||||
2026-03-04 04:33:18.026 DEBUG [src.node.docker_mananger] Generated ports ['29589', '29590', '29591', '29592', '29593']
|
||||
2026-03-04 04:33:18.026 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:18.026 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:18.026 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:18.026 DEBUG [src.node.docker_mananger] docker run -i -t -p 29589:29589 -p 29590:29590 -p 29591:29591 -p 29592:29592 -p 29593:29593 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29591 --rest-port=29589 --tcp-port=29590 --discv5-udp-port=29592 --rest-address=0.0.0.0 --nat=extip:172.18.221.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ccc7bddee6c8252bc4e2eddc80d19fe52bcbfccf025ce9cbb130ecaef5f87c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29593 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QINVBlcEQHIaLKNw7WHLDZwxdRuGZQn6swnTG1sXP8oPU1Hi4ky4-RZxhH3F86JiA6vmdDrk91vzIZwYie2wjGoCgmlkgnY0gmlwhKwSjSiKbXVsdGlhZGRyc5YACASsEo0oBrMaAAoErBKNKAazG90DgnJzhQADAQAAiXNlY3AyNTZrMaEC3GYanybPiutb9_sB_0SljZgmOAiVHapTZvzpMlGn5BSDdGNwgrMag3VkcIKzHIV3YWt1MgU --filternode=/ip4/172.18.141.40/tcp/45850/p2p/16Uiu2HAmAG1yVU2UF7mA8615bDihLZf3MhADYo8T1yffPiU3VdFy
|
||||
2026-03-04 04:33:18.189 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.63 waku 34dc938c736675f2353fac6016a73e1690b6cc4c89458dc98d7b518419140b34
|
||||
2026-03-04 04:33:18.216 DEBUG [src.node.docker_mananger] Container started with ID 34dc938c7366. Setting up logs at ./log/docker/node2_2026-03-04_04-33-16__cec45206-224a-47e8-8d05-d05db96ab8be__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:18.216 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29589
|
||||
2026-03-04 04:33:18.216 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:19.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29589/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:19.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:19.219 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:19.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29589/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:19.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.63/tcp/29590/p2p/16Uiu2HAm6zfikZDUhdqb8btLEWNfTsSeajkzPwVLmjJQzCKA5k1Q","/ip4/172.18.221.63/tcp/29591/ws/p2p/16Uiu2HAm6zfikZDUhdqb8btLEWNfTsSeajkzPwVLmjJQzCKA5k1Q"],"enrUri":"enr:-L24QAcsAV47KyYm8bs6X-XOLB__6irE8WXq8Cdqt_ovpnYUBQlxw6E-VL1g5E_EDDYbwBSLFyjJH65q020CtqjyfkcCgmlkgnY0gmlwhKwS3T-KbXVsdGlhZGRyc5YACASsEt0_BnOWAAoErBLdPwZzl90DgnJzhQADAQAAiXNlY3AyNTZrMaECq-Rt_a-sW82h221CfDgWTDEX8aXlVl57E_-7aTSLHNODdGNwgnOWg3VkcIJzmIV3YWt1MgA"}'
|
||||
2026-03-04 04:33:19.222 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:19.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29589/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.141.40/tcp/45850/p2p/16Uiu2HAmAG1yVU2UF7mA8615bDihLZf3MhADYo8T1yffPiU3VdFy"]'
|
||||
2026-03-04 04:33:19.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:19.256 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-04 04:33:19.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45849/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:33:19.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:19.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29589/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8144f025-9f81-4847-b950-085755901a20", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:33:19.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8144f025-9f81-4847-b950-085755901a20","statusDesc":"OK"}'
|
||||
2026-03-04 04:33:19.289 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:29589/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:33:19.292 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:29589/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\\"))"}'
|
||||
2026-03-04 04:33:19.294 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:19.295 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:19.295 DEBUG [src.node.waku_node] Stopping container with id 3e771aef168a
|
||||
2026-03-04 04:33:19.801 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:19.802 DEBUG [src.node.waku_node] Stopping container with id 34dc938c7366
|
||||
2026-03-04 04:33:20.283 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:20.286 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:20.290 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:20.294 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
76
nim/1103/data/attachments/178650011158514e.txt
Normal file
76
nim/1103/data/attachments/178650011158514e.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_store_sync_range_with_jitter_catches_old_messages with id: 2026-03-04_04-44-25__85dfd2d9-7576-4958-aea4-a2a89b667a7a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-44-25__85dfd2d9-7576-4958-aea4-a2a89b667a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-44-25__85dfd2d9-7576-4958-aea4-a2a89b667a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-44-25__85dfd2d9-7576-4958-aea4-a2a89b667a7a__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.112.249
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25603', '25604', '25605', '25606', '25607']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 25603:25603 -p 25604:25604 -p 25605:25605 -p 25606:25606 -p 25607:25607 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25605 --rest-port=25603 --tcp-port=25604 --discv5-udp-port=25606 --rest-address=0.0.0.0 --nat=extip:172.18.112.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=14fb3a47de4d37fa331c1087073c9112aa5aa2335a1ea79d1dd9deb7b049ce7f --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25607 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.112.249 waku c389548c2216dea691ae175a296769afd3b46f7cac0275b0fd78e4fa8ffb79e7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c389548c2216. Setting up logs at ./log/docker/node1_2026-03-04_04-44-25__85dfd2d9-7576-4958-aea4-a2a89b667a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25603
|
||||
[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 085417cf54bd. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25603/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.249/tcp/25604/p2p/16Uiu2HAmD4A7PJyPUgePpNyBZQPNvVj5WivdU93oeo8oLHTz6AgN","/ip4/172.18.112.249/tcp/25605/ws/p2p/16Uiu2HAmD4A7PJyPUgePpNyBZQPNvVj5WivdU93oeo8oLHTz6AgN"],"enrUri":"enr:-L24QBpxW00B3Q4Xoeja5VQSyQvnzI4qBdUeowmR3OmClvKHGshBwXtfJxs7qBzmp54V-btaSUifDKRymdSjk4dQGUkCgmlkgnY0gmlwhKwScPmKbXVsdGlhZGRyc5YACASsEnD5BmQEAAoErBJw-QZkBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBe9lAzAluRo-Nws2SpJmeZ8aGSTdPQRbReOqa-SYjEeDdGNwgmQEg3VkcIJkBoV3YWt1MhM"}'
|
||||
[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:25603/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:25603/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25603/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25603/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.145.208
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28251', '28252', '28253', '28254', '28255']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28251:28251 -p 28252:28252 -p 28253:28253 -p 28254:28254 -p 28255:28255 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28253 --rest-port=28251 --tcp-port=28252 --discv5-udp-port=28254 --rest-address=0.0.0.0 --nat=extip:172.18.145.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=91ddb0c593e4a7fcdaca79ed13db546657fa6aff9fa5ff84cebdeabffef8d0c1 --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28255 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QBpxW00B3Q4Xoeja5VQSyQvnzI4qBdUeowmR3OmClvKHGshBwXtfJxs7qBzmp54V-btaSUifDKRymdSjk4dQGUkCgmlkgnY0gmlwhKwScPmKbXVsdGlhZGRyc5YACASsEnD5BmQEAAoErBJw-QZkBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBe9lAzAluRo-Nws2SpJmeZ8aGSTdPQRbReOqa-SYjEeDdGNwgmQEg3VkcIJkBoV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.145.208 waku 2e829bfb8452904ac255f9b9ef45332ddcd005334d92133da17132b2f3bfd679
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2e829bfb8452. Setting up logs at ./log/docker/node2_2026-03-04_04-44-25__85dfd2d9-7576-4958-aea4-a2a89b667a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28251
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28251/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28251/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.208/tcp/28252/p2p/16Uiu2HAmDRtvM1zjshZzddZ4ZEWaqF7HE6FyAnJH7zdUwXNyzXyt","/ip4/172.18.145.208/tcp/28253/ws/p2p/16Uiu2HAmDRtvM1zjshZzddZ4ZEWaqF7HE6FyAnJH7zdUwXNyzXyt"],"enrUri":"enr:-L24QOUCsAFvzSdjjKjttyAetTslOCK1VFBHlX8YGtfQpoyGIle-DSw-Lxipnv6vyIpyKvoPEji414yDinHkYXYo0X0CgmlkgnY0gmlwhKwSkdCKbXVsdGlhZGRyc5YACASsEpHQBm5cAAoErBKR0AZuXd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDC4D_IecrD2x3FkyoMqnhkXE4VF-o2zg4MWjg8_Rn9SODdGNwgm5cg3VkcIJuXoV3YWt1MhI"}'
|
||||
[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:28251/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.249/tcp/25604/p2p/16Uiu2HAmD4A7PJyPUgePpNyBZQPNvVj5WivdU93oeo8oLHTz6AgN"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:28251/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&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":"0x5a4a668d3ae7c8163abea9502fc44be37d46a50d4bcd1abc8d5cb398d2723c51"},{"messageHash":"0x2d6343bd2b7fe8e946b0eb765a14874e315bf213769e712137979f512dcc69b4"},{"messageHash":"0xbb211d565b3c9c83c9132d91bedc990839e6c936ccda9344f77e9bc8e31c89d2"}]}'
|
||||
[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 c389548c2216
|
||||
[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 2e829bfb8452
|
||||
[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/1103/data/attachments/1799035256602730.txt
Normal file
55
nim/1103/data/attachments/1799035256602730.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: 2026-03-04_04-33-23__8a526467-9058-4515-9c2f-1d29cc4ec6f6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-23__8a526467-9058-4515-9c2f-1d29cc4ec6f6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-23__8a526467-9058-4515-9c2f-1d29cc4ec6f6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-33-23__8a526467-9058-4515-9c2f-1d29cc4ec6f6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-33-23__8a526467-9058-4515-9c2f-1d29cc4ec6f6__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.145.154
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17154', '17155', '17156', '17157', '17158']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17154:17154 -p 17155:17155 -p 17156:17156 -p 17157:17157 -p 17158:17158 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17156 --rest-port=17154 --tcp-port=17155 --discv5-udp-port=17157 --rest-address=0.0.0.0 --nat=extip:172.18.145.154 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdbffd5bde6a0b0eb9f2c7bca9444d81fa3a4e42cf20b780e1701dcdbbdb66fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17158 --metrics-logging=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3bbebacfc96e. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.145.154 waku cad63601ea1395cf75560879da6a82d5d979d210501e912a4d3dc884e51f6033
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cad63601ea13. Setting up logs at ./log/docker/node1_2026-03-04_04-33-23__8a526467-9058-4515-9c2f-1d29cc4ec6f6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17154
|
||||
[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 7ef619983a30. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17154/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17154/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.154/tcp/17155/p2p/16Uiu2HAm4npJuGVYmZsFpNgNcRwAKuFxkpSeo6swdk5p7SnbJS14","/ip4/172.18.145.154/tcp/17156/ws/p2p/16Uiu2HAm4npJuGVYmZsFpNgNcRwAKuFxkpSeo6swdk5p7SnbJS14"],"enrUri":"enr:-L24QBdPEuJ-iDB-HbUCSJDCG-7LoFtnGaSVd3ri65kUCQuWdF8TAia655j6OkdPzmoVAy0pEtb1Gs3jwa6hNvqfHHICgmlkgnY0gmlwhKwSkZqKbXVsdGlhZGRyc5YACASsEpGaBkMDAAoErBKRmgZDBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECiyPMJz7K9SQzVRyl2U5WxOuf42OZLB4ESf716v2EjK-DdGNwgkMDg3VkcIJDBYV3YWt1MgE"}'
|
||||
[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:17154/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:17154/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:17154/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.154/tcp/17155/p2p/16Uiu2HAm4npJuGVYmZsFpNgNcRwAKuFxkpSeo6swdk5p7SnbJS14","/ip4/172.18.145.154/tcp/17156/ws/p2p/16Uiu2HAm4npJuGVYmZsFpNgNcRwAKuFxkpSeo6swdk5p7SnbJS14"],"enrUri":"enr:-L24QBdPEuJ-iDB-HbUCSJDCG-7LoFtnGaSVd3ri65kUCQuWdF8TAia655j6OkdPzmoVAy0pEtb1Gs3jwa6hNvqfHHICgmlkgnY0gmlwhKwSkZqKbXVsdGlhZGRyc5YACASsEpGaBkMDAAoErBKRmgZDBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECiyPMJz7K9SQzVRyl2U5WxOuf42OZLB4ESf716v2EjK-DdGNwgkMDg3VkcIJDBYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17154/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-161-g09618a'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17154/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-161-g09618a'
|
||||
[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:17154/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 cad63601ea13
|
||||
[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.
|
||||
73
nim/1103/data/attachments/17e9cd8c5216a235.txt
Normal file
73
nim/1103/data/attachments/17e9cd8c5216a235.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2026-03-04 04:41:40.705 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:41:40.705 DEBUG [tests.conftest] Running test: test_single_content_topic[/waku/2/content/test.js] with id: 2026-03-04_04-41-40__39a92e4d-b817-4442-84da-8da126624ebc
|
||||
2026-03-04 04:41:40.705 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:41:40.705 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:41:40.706 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:41:40.714 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:40.714 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-41-40__39a92e4d-b817-4442-84da-8da126624ebc__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:40.714 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:40.715 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:40.718 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:40.718 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.182
|
||||
2026-03-04 04:41:40.718 DEBUG [src.node.docker_mananger] Generated ports ['52697', '52698', '52699', '52700', '52701']
|
||||
2026-03-04 04:41:40.718 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:40.719 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:40.719 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:40.719 DEBUG [src.node.docker_mananger] docker run -i -t -p 52697:52697 -p 52698:52698 -p 52699:52699 -p 52700:52700 -p 52701:52701 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52699 --rest-port=52697 --tcp-port=52698 --discv5-udp-port=52700 --rest-address=0.0.0.0 --nat=extip:172.18.107.182 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ad9bb8d9d58daed772ed06c36504ad2ec8a7accfdef6f4cb1e4b7ef3f0eec24c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52701 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
||||
2026-03-04 04:41:40.914 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.182 waku c420431561291735976cc3003deedf1f53d87853ee18b2d686b889ea8292eab4
|
||||
2026-03-04 04:41:40.922 ERROR [src.node.docker_mananger] Max retries reached for container a425e99d2251. Exiting log stream.
|
||||
2026-03-04 04:41:40.953 DEBUG [src.node.docker_mananger] Container started with ID c42043156129. Setting up logs at ./log/docker/node1_2026-03-04_04-41-40__39a92e4d-b817-4442-84da-8da126624ebc__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:40.953 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52697
|
||||
2026-03-04 04:41:40.953 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:41.506 ERROR [src.node.docker_mananger] Max retries reached for container 1540576bb4ca. Exiting log stream.
|
||||
2026-03-04 04:41:41.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52697/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:41.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:41.957 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:41.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52697/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:41.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.182/tcp/52698/p2p/16Uiu2HAm5dkJzCk9Ku1cF2PnpWmAsg4B4uXH8KFuEfdy7mEwvbfg","/ip4/172.18.107.182/tcp/52699/ws/p2p/16Uiu2HAm5dkJzCk9Ku1cF2PnpWmAsg4B4uXH8KFuEfdy7mEwvbfg"],"enrUri":"enr:-L24QK-pU7iQaFAFzq5RFLCogtl9YkziAWAk-HK34igDd9lVNuBiyF7VmDreTvVGLKOUiKsy3NBTQCJGwb1K7xbhMRMCgmlkgnY0gmlwhKwSa7aKbXVsdGlhZGRyc5YACASsEmu2Bs3aAAoErBJrtgbN290DgnJzhQACAQAAiXNlY3AyNTZrMaECl6y8aBGi1KU9hLXXJHxVdJxJrvjD18H00Loy_DjIHlODdGNwgs3ag3VkcILN3IV3YWt1MgU"}'
|
||||
2026-03-04 04:41:41.960 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:41.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:41.967 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-41-40__39a92e4d-b817-4442-84da-8da126624ebc__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:41.968 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:41.968 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:41.969 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:41.969 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.70
|
||||
2026-03-04 04:41:41.969 DEBUG [src.node.docker_mananger] Generated ports ['36847', '36848', '36849', '36850', '36851']
|
||||
2026-03-04 04:41:41.970 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:41.970 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:41.970 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:41.970 DEBUG [src.node.docker_mananger] docker run -i -t -p 36847:36847 -p 36848:36848 -p 36849:36849 -p 36850:36850 -p 36851:36851 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36849 --rest-port=36847 --tcp-port=36848 --discv5-udp-port=36850 --rest-address=0.0.0.0 --nat=extip:172.18.66.70 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=382b78faeddbb4ad2e41f5023a8ba36d79b3933a771be1eb1f2ea8fb667f4a8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36851 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK-pU7iQaFAFzq5RFLCogtl9YkziAWAk-HK34igDd9lVNuBiyF7VmDreTvVGLKOUiKsy3NBTQCJGwb1K7xbhMRMCgmlkgnY0gmlwhKwSa7aKbXVsdGlhZGRyc5YACASsEmu2Bs3aAAoErBJrtgbN290DgnJzhQACAQAAiXNlY3AyNTZrMaECl6y8aBGi1KU9hLXXJHxVdJxJrvjD18H00Loy_DjIHlODdGNwgs3ag3VkcILN3IV3YWt1MgU --content-topic=/waku/2/content/test.js
|
||||
2026-03-04 04:41:42.173 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.70 waku 594c58c4c11aaa3051bd9c5a15d90bd17af53dc10bacefe778eaa89a426ecd69
|
||||
2026-03-04 04:41:42.206 DEBUG [src.node.docker_mananger] Container started with ID 594c58c4c11a. Setting up logs at ./log/docker/node2_2026-03-04_04-41-40__39a92e4d-b817-4442-84da-8da126624ebc__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:42.206 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36847
|
||||
2026-03-04 04:41:42.206 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:43.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36847/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:43.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:43.230 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:43.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36847/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:43.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.70/tcp/36848/p2p/16Uiu2HAmR1qW2dBSY2J8rBCVYcP2pNU4jUZPDW8QUKzq95TyCdUH","/ip4/172.18.66.70/tcp/36849/ws/p2p/16Uiu2HAmR1qW2dBSY2J8rBCVYcP2pNU4jUZPDW8QUKzq95TyCdUH"],"enrUri":"enr:-L24QE0zToQ04EcfqRcCcNKTi0l4tGv1gOAt3NDxweECC9vRWDvGbcYYGDoUA4txulTkScHnwa1xHcE6MRJoNj9-GWICgmlkgnY0gmlwhKwSQkaKbXVsdGlhZGRyc5YACASsEkJGBo_wAAoErBJCRgaP8d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDt6NvI7tJ3bSATr91JfPug2cHGqYZ8d6aRCgs8gT1A7aDdGNwgo_wg3VkcIKP8oV3YWt1MgE"}'
|
||||
2026-03-04 04:41:43.237 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:43.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36847/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.182/tcp/52698/p2p/16Uiu2HAm5dkJzCk9Ku1cF2PnpWmAsg4B4uXH8KFuEfdy7mEwvbfg"]'
|
||||
2026-03-04 04:41:43.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:43.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52697/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-03-04 04:41:43.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:43.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36847/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-03-04 04:41:43.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:43.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52697/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:41:43.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:43.253 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:41:43.353 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:43.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52697/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:43.357 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":1772599303247289377,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:43.359 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:43.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36847/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:43.362 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":1772599303247289377,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:43.365 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:41:43.366 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:41:43.366 DEBUG [src.node.waku_node] Stopping container with id c42043156129
|
||||
2026-03-04 04:41:43.957 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:43.960 DEBUG [src.node.waku_node] Stopping container with id 594c58c4c11a
|
||||
2026-03-04 04:41:44.534 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:44.537 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:41:44.544 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:44.550 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
64
nim/1103/data/attachments/18c574be9b0be2d9.txt
Normal file
64
nim/1103/data/attachments/18c574be9b0be2d9.txt
Normal file
@ -0,0 +1,64 @@
|
||||
2026-03-04 04:35:58.947 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:35:58.948 DEBUG [tests.conftest] Running test: test_publish_without_subscribing_via_api_works with id: 2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474
|
||||
2026-03-04 04:35:58.949 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:35:58.949 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:35:58.950 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:35:58.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:35:58.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:58.962 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:35:58.962 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:35:58.964 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:35:58.964 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.93
|
||||
2026-03-04 04:35:58.964 DEBUG [src.node.docker_mananger] Generated ports ['58569', '58570', '58571', '58572', '58573']
|
||||
2026-03-04 04:35:58.964 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:35:58.964 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:35:58.965 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:35:58.965 DEBUG [src.node.docker_mananger] docker run -i -t -p 58569:58569 -p 58570:58570 -p 58571:58571 -p 58572:58572 -p 58573:58573 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58571 --rest-port=58569 --tcp-port=58570 --discv5-udp-port=58572 --rest-address=0.0.0.0 --nat=extip:172.18.108.93 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3f09dbda0f12bcfecf76ea6f6ddedc9cefb9f0bab5c4c28b55b04bbc6c7ce767 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58573 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-04 04:35:59.085 ERROR [src.node.docker_mananger] Max retries reached for container 94b611837248. Exiting log stream.
|
||||
2026-03-04 04:35:59.159 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.93 waku 13506ed837bfcb6200e128e2961636957e0c2ac0b89b1ed17b5a5119e95dbef2
|
||||
2026-03-04 04:35:59.196 DEBUG [src.node.docker_mananger] Container started with ID 13506ed837bf. Setting up logs at ./log/docker/node1_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:59.196 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58569
|
||||
2026-03-04 04:35:59.196 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:35:59.772 ERROR [src.node.docker_mananger] Max retries reached for container 5e80a086e405. Exiting log stream.
|
||||
2026-03-04 04:36:00.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58569/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:00.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:00.201 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:00.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58569/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:00.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.93/tcp/58570/p2p/16Uiu2HAmQMY8cVygjKkjpG4nthFC2nSbCYnkCCUCT8Mya6vhoNXa","/ip4/172.18.108.93/tcp/58571/ws/p2p/16Uiu2HAmQMY8cVygjKkjpG4nthFC2nSbCYnkCCUCT8Mya6vhoNXa"],"enrUri":"enr:-L24QD4mD-04ScZhTwqWIJLHuxdKqOfuxSgjTcEszMC_NLIaOMJnfXsFHh5XMJJiJsGpqfChDq-n_ijQwkC4QhOOqisCgmlkgnY0gmlwhKwSbF2KbXVsdGlhZGRyc5YACASsEmxdBuTKAAoErBJsXQbky90DgnJzhQACAQAAiXNlY3AyNTZrMaEDrdO5U5QyXe8uErVyTfAtVDMBDeSFlfV9D6ot1K07CHGDdGNwguTKg3VkcILkzIV3YWt1MgU"}'
|
||||
2026-03-04 04:36:00.204 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:00.212 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:00.212 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:00.212 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:00.212 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:00.214 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:00.214 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.159.245
|
||||
2026-03-04 04:36:00.214 DEBUG [src.node.docker_mananger] Generated ports ['45348', '45349', '45350', '45351', '45352']
|
||||
2026-03-04 04:36:00.214 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:00.214 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:00.214 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:00.215 DEBUG [src.node.docker_mananger] docker run -i -t -p 45348:45348 -p 45349:45349 -p 45350:45350 -p 45351:45351 -p 45352:45352 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45350 --rest-port=45348 --tcp-port=45349 --discv5-udp-port=45351 --rest-address=0.0.0.0 --nat=extip:172.18.159.245 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e83ddbddb6f584742ecba44427232a8ccc93b48ec1eaca80e6c1fadeea3bed1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45352 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD4mD-04ScZhTwqWIJLHuxdKqOfuxSgjTcEszMC_NLIaOMJnfXsFHh5XMJJiJsGpqfChDq-n_ijQwkC4QhOOqisCgmlkgnY0gmlwhKwSbF2KbXVsdGlhZGRyc5YACASsEmxdBuTKAAoErBJsXQbky90DgnJzhQACAQAAiXNlY3AyNTZrMaEDrdO5U5QyXe8uErVyTfAtVDMBDeSFlfV9D6ot1K07CHGDdGNwguTKg3VkcILkzIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-04 04:36:00.410 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.159.245 waku 6f366947762ff4b892f06462875647ebf91e5202e629f973ca4647bdcef4e244
|
||||
2026-03-04 04:36:00.446 DEBUG [src.node.docker_mananger] Container started with ID 6f366947762f. Setting up logs at ./log/docker/node2_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:00.446 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45348
|
||||
2026-03-04 04:36:00.447 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:01.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45348/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:01.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:01.470 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:01.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45348/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:01.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.245/tcp/45349/p2p/16Uiu2HAmBLxuNZp8ihG4ByPP45aPbkPhuCePJMLgYqGgQ9gJFvPM","/ip4/172.18.159.245/tcp/45350/ws/p2p/16Uiu2HAmBLxuNZp8ihG4ByPP45aPbkPhuCePJMLgYqGgQ9gJFvPM"],"enrUri":"enr:-L24QAyqrSUz2SSXcpGsXKpFZIJjw9a4H6GopdrrKi_NwHt9SOZyEZ0jL0ICnIqHdGMOG8Us1xb-sMXDmr0M3JoacqoCgmlkgnY0gmlwhKwSn_WKbXVsdGlhZGRyc5YACASsEp_1BrElAAoErBKf9QaxJt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7IY4-Tweyhw4AJrA8BiAEvriyFMXU38ul2YVwsvJraSDdGNwgrElg3VkcIKxJ4V3YWt1MgE"}'
|
||||
2026-03-04 04:36:01.491 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:01.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45348/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.108.93/tcp/58570/p2p/16Uiu2HAmQMY8cVygjKkjpG4nthFC2nSbCYnkCCUCT8Mya6vhoNXa"]'
|
||||
2026-03-04 04:36:01.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:01.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58569/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:01.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:01.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45348/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:01.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:01.520 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:36:01.523 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:36:01.523 DEBUG [src.node.waku_node] Stopping container with id 13506ed837bf
|
||||
2026-03-04 04:36:02.089 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:02.091 DEBUG [src.node.waku_node] Stopping container with id 6f366947762f
|
||||
2026-03-04 04:36:02.633 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:02.636 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:02.645 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:02.652 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
97
nim/1103/data/attachments/18c8261a421da643.txt
Normal file
97
nim/1103/data/attachments/18c8261a421da643.txt
Normal file
@ -0,0 +1,97 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_on_non_subscribed_pubsub_topic with id: 2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.214.110
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21737', '21738', '21739', '21740', '21741']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21737:21737 -p 21738:21738 -p 21739:21739 -p 21740:21740 -p 21741:21741 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21739 --rest-port=21737 --tcp-port=21738 --discv5-udp-port=21740 --rest-address=0.0.0.0 --nat=extip:172.18.214.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cabfd64d5dedb237ef21dd45cefa8fbc60d821bde9ab4cb01ac9ecec90d3f9bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21741 --metrics-logging=true --lightpush=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fc7cd16f4c49. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.214.110 waku e030320de3cc4b6fa41bd91c4c01349de9fa4c832d6e8c432c6897d55da0389e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e030320de3cc. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21737
|
||||
[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 3a85728f9c20. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21737/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21737/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.110/tcp/21738/p2p/16Uiu2HAmArWRZ1dXdmd24rikzK77Arvup7hzDz5hRX4P3a3j7paP","/ip4/172.18.214.110/tcp/21739/ws/p2p/16Uiu2HAmArWRZ1dXdmd24rikzK77Arvup7hzDz5hRX4P3a3j7paP"],"enrUri":"enr:-L24QEQAXR0lyPnz0zTj7bocG9H2SLXBTXhXE9ttk-Zb3PFtRjjMwLVsR5GkBWRHk1co80zPVoz5RawWnt6iAo2LA6wCgmlkgnY0gmlwhKwS1m6KbXVsdGlhZGRyc5YACASsEtZuBlTqAAoErBLWbgZU690DgnJzhQADAQAAiXNlY3AyNTZrMaEC5TwE7indHQ-jW02Wg2K0Fa9DB8c2UXBUOwqDJWG33TyDdGNwglTqg3VkcIJU7IV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.102.218
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51234', '51235', '51236', '51237', '51238']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51234:51234 -p 51235:51235 -p 51236:51236 -p 51237:51237 -p 51238:51238 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51236 --rest-port=51234 --tcp-port=51235 --discv5-udp-port=51237 --rest-address=0.0.0.0 --nat=extip:172.18.102.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b15aad79da3d0e6f1cefaf2be15edbe0d0df8d9afcef4dae72c9f5ce1eb6f8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51238 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.102.218 waku f93182ccd5449a0c84f9770796375ebcbbebbb239dda804c9539675fa127133a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f93182ccd544. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51234
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51234/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51234/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.218/tcp/51235/p2p/16Uiu2HAkvdNixAQqHEgS1k5biwx4cPwePa1ZLFuxFCuPbXGdrRsk","/ip4/172.18.102.218/tcp/51236/ws/p2p/16Uiu2HAkvdNixAQqHEgS1k5biwx4cPwePa1ZLFuxFCuPbXGdrRsk"],"enrUri":"enr:-L24QOwah3ckwx0D0XzCSd0eYYxpcvWEugDIAcf_pR_1boqXC05Vh1v3-EszlAKRPUCfF8MPry4AXwk8uxMI-mULeQ4CgmlkgnY0gmlwhKwSZtqKbXVsdGlhZGRyc5YACASsEmbaBsgjAAoErBJm2gbIJN0DgnJzhQADAQAAiXNlY3AyNTZrMaECEdslNOB1l-kfwdQootKnp5hWEPuiMKfAcXkrurHBjaeDdGNwgsgjg3VkcILIJYV3YWt1MgE"}'
|
||||
[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:51234/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.110/tcp/21738/p2p/16Uiu2HAmArWRZ1dXdmd24rikzK77Arvup7hzDz5hRX4P3a3j7paP"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.217
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44202', '44203', '44204', '44205', '44206']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44202:44202 -p 44203:44203 -p 44204:44204 -p 44205:44205 -p 44206:44206 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44204 --rest-port=44202 --tcp-port=44203 --discv5-udp-port=44205 --rest-address=0.0.0.0 --nat=extip:172.18.200.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4c74b28de9a9d44a9be9f2186e0e12e41ceaab0beec95aff64c67125a635aedc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44206 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEQAXR0lyPnz0zTj7bocG9H2SLXBTXhXE9ttk-Zb3PFtRjjMwLVsR5GkBWRHk1co80zPVoz5RawWnt6iAo2LA6wCgmlkgnY0gmlwhKwS1m6KbXVsdGlhZGRyc5YACASsEtZuBlTqAAoErBLWbgZU690DgnJzhQADAQAAiXNlY3AyNTZrMaEC5TwE7indHQ-jW02Wg2K0Fa9DB8c2UXBUOwqDJWG33TyDdGNwglTqg3VkcIJU7IV3YWt1Mgk --lightpushnode=/ip4/172.18.214.110/tcp/21738/p2p/16Uiu2HAmArWRZ1dXdmd24rikzK77Arvup7hzDz5hRX4P3a3j7paP --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.200.217 waku c5fef305809aee563a940cd46f9ed7e3a036855c8137e72bdd2d897e703ce440
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c5fef305809a. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-35-37__22682f5c-8c64-4a33-bbcc-80542894da0f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44202
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44202/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44202/debug/v1/info" -H "Content-Type: application/json" -d '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.217/tcp/44203/p2p/16Uiu2HAm2KNkYBV5AQ8WKBZG4wP19JjFXRqyvkjwbSrRPNgABpKL","/ip4/172.18.200.217/tcp/44204/ws/p2p/16Uiu2HAm2KNkYBV5AQ8WKBZG4wP19JjFXRqyvkjwbSrRPNgABpKL"],"enrUri":"enr:-L24QMzLAZzgPWnX87A2OPPyDNW_Qb9zXA4oo-JR9QItBeaxKTZOcIQHOS9DFxn27XSa59_6rlz1v9IGZv6bvzUVBZECgmlkgnY0gmlwhKwSyNmKbXVsdGlhZGRyc5YACASsEsjZBqyrAAoErBLI2QasrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECZmTX4ASpkZHy_CKojvg2GAm08GG0yRU4vdvNu2Sm5IODdGNwgqyrg3VkcIKsrYV3YWt1Mgk"}'
|
||||
[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:44202/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.214.110/tcp/21738/p2p/16Uiu2HAmArWRZ1dXdmd24rikzK77Arvup7hzDz5hRX4P3a3j7paP"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44202/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.102.218/tcp/51235/p2p/16Uiu2HAkvdNixAQqHEgS1k5biwx4cPwePa1ZLFuxFCuPbXGdrRsk"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21737/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:51234/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:44202/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.light_push:light_push.py:121 Lightpushing message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44202/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598941602724497}}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 503 Server Error: Service Unavailable for url: http://127.0.0.1:44202/lightpush/v1/message. Response content: b'Failed to request a message push: not_published_to_any_peer'
|
||||
[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 e030320de3cc
|
||||
[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 f93182ccd544
|
||||
[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 c5fef305809a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e030320de3cc. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
109
nim/1103/data/attachments/190e913ff95685fa.txt
Normal file
109
nim/1103/data/attachments/190e913ff95685fa.txt
Normal file
@ -0,0 +1,109 @@
|
||||
2026-03-04 04:33:40.385 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:40.386 DEBUG [tests.conftest] Running test: test_sync_flags_no_relay_2nodes with id: 2026-03-04_04-33-40__ed5a4bcb-aece-4c98-afb8-9ac82971b08c
|
||||
2026-03-04 04:33:40.386 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:40.393 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:40.393 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-40__ed5a4bcb-aece-4c98-afb8-9ac82971b08c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:40.399 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:40.399 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-40__ed5a4bcb-aece-4c98-afb8-9ac82971b08c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:40.405 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:40.406 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-33-40__ed5a4bcb-aece-4c98-afb8-9ac82971b08c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:40.406 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:33:40.407 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:40.407 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:40.408 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:40.408 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.92
|
||||
2026-03-04 04:33:40.408 DEBUG [src.node.docker_mananger] Generated ports ['57111', '57112', '57113', '57114', '57115']
|
||||
2026-03-04 04:33:40.409 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:40.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:40.409 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:40.409 DEBUG [src.node.docker_mananger] docker run -i -t -p 57111:57111 -p 57112:57112 -p 57113:57113 -p 57114:57114 -p 57115:57115 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57113 --rest-port=57111 --tcp-port=57112 --discv5-udp-port=57114 --rest-address=0.0.0.0 --nat=extip:172.18.89.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ce2eec2addf190b2f7b19ea4ab18b7be5883eae4ecdefdafaeecbacca402daf --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57115 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
||||
2026-03-04 04:33:40.596 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.92 waku 76bc78d24177133d7b5b26adcbee89d6c91b44c215354797f6827bf5497a0f2b
|
||||
2026-03-04 04:33:40.632 DEBUG [src.node.docker_mananger] Container started with ID 76bc78d24177. Setting up logs at ./log/docker/node1_2026-03-04_04-33-40__ed5a4bcb-aece-4c98-afb8-9ac82971b08c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:40.632 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57111
|
||||
2026-03-04 04:33:40.633 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:40.643 ERROR [src.node.docker_mananger] Max retries reached for container 029c791994df. Exiting log stream.
|
||||
2026-03-04 04:33:41.177 ERROR [src.node.docker_mananger] Max retries reached for container 94ef37455b1a. Exiting log stream.
|
||||
2026-03-04 04:33:41.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57111/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:41.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:41.636 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:41.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57111/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:41.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.92/tcp/57112/p2p/16Uiu2HAmJNHQqCyHrRCXz4u7WMp6kgLTSN6NPt3SbAzeM4dj6J7B","/ip4/172.18.89.92/tcp/57113/ws/p2p/16Uiu2HAmJNHQqCyHrRCXz4u7WMp6kgLTSN6NPt3SbAzeM4dj6J7B"],"enrUri":"enr:-L24QCvGnWU384-vFJDl1zPiZuxuCjqa2ugqf9BTMQ5-HQOsYZJJeN4yiq9xBI2ObLP0zvzUOE073043KxCewnRHnjUCgmlkgnY0gmlwhKwSWVyKbXVsdGlhZGRyc5YACASsEllcBt8YAAoErBJZXAbfGd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVN6J7_SGasDyti6mRuGL9WBcCHI6neiFJYEnxqLcinKDdGNwgt8Yg3VkcILfGoV3YWt1MhM"}'
|
||||
2026-03-04 04:33:41.639 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:41.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:41.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:41.654 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:41.654 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:41.655 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:41.656 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.71
|
||||
2026-03-04 04:33:41.656 DEBUG [src.node.docker_mananger] Generated ports ['1896', '1897', '1898', '1899', '1900']
|
||||
2026-03-04 04:33:41.656 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:41.656 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:41.656 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:41.656 DEBUG [src.node.docker_mananger] docker run -i -t -p 1896:1896 -p 1897:1897 -p 1898:1898 -p 1899:1899 -p 1900:1900 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1898 --rest-port=1896 --tcp-port=1897 --discv5-udp-port=1899 --rest-address=0.0.0.0 --nat=extip:172.18.52.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2b6946de27ccc984bfdadca9043d99ff9dcfd20eadb7eea27bad895d2cfdb2d3 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1900 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QCvGnWU384-vFJDl1zPiZuxuCjqa2ugqf9BTMQ5-HQOsYZJJeN4yiq9xBI2ObLP0zvzUOE073043KxCewnRHnjUCgmlkgnY0gmlwhKwSWVyKbXVsdGlhZGRyc5YACASsEllcBt8YAAoErBJZXAbfGd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVN6J7_SGasDyti6mRuGL9WBcCHI6neiFJYEnxqLcinKDdGNwgt8Yg3VkcILfGoV3YWt1MhM
|
||||
2026-03-04 04:33:41.857 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.71 waku 62f75f8c3046e8fe08dc9fed4011588cbc324f9936e8059d766c757c60481204
|
||||
2026-03-04 04:33:41.893 DEBUG [src.node.docker_mananger] Container started with ID 62f75f8c3046. Setting up logs at ./log/docker/node2_2026-03-04_04-33-40__ed5a4bcb-aece-4c98-afb8-9ac82971b08c__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:41.894 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1896
|
||||
2026-03-04 04:33:41.894 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:42.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1896/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:42.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:42.898 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:42.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1896/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:42.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.71/tcp/1897/p2p/16Uiu2HAmKCzzKWVu1ifU1C2VRxyDXfGkSiC7BeRNTTbiFUZdMned","/ip4/172.18.52.71/tcp/1898/ws/p2p/16Uiu2HAmKCzzKWVu1ifU1C2VRxyDXfGkSiC7BeRNTTbiFUZdMned"],"enrUri":"enr:-L24QNGIJQQMtU0TVCOqV3ak_WXiXYsGhfmhQF6_--XcxM2aIEYIlGD4ZWLjrd2aYVunzgX-H-GCN2jwPmPkBLPecH4CgmlkgnY0gmlwhKwSNEeKbXVsdGlhZGRyc5YACASsEjRHBgdpAAoErBI0RwYHat0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYVlt6ZNr2VoAXGMxEfXsbbopfANMqJZMjFkIg7SEjfqDdGNwggdpg3VkcIIHa4V3YWt1MhI"}'
|
||||
2026-03-04 04:33:42.901 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:42.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1896/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.89.92/tcp/57112/p2p/16Uiu2HAmJNHQqCyHrRCXz4u7WMp6kgLTSN6NPt3SbAzeM4dj6J7B"]'
|
||||
2026-03-04 04:33:42.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:42.938 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:43.939 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:43.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:43.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:43.943 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:44.144 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:44.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:44.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:44.148 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:44.348 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:44.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:44.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:44.352 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:44.552 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:44.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:44.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:44.556 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:44.757 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:44.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:44.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:44.761 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:44.961 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:44.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:44.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:44.965 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:45.166 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:45.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:45.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:45.170 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:45.370 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:45.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:45.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:45.374 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:45.575 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:45.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:45.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:45.579 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:45.779 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:45.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:45.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:45.783 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:45.983 DEBUG [src.libs.common] Sleeping for 20 seconds
|
||||
2026-03-04 04:34:05.984 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:34:05.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1896/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:05.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf545fd87b51a4454e134573eb237dfd00731129b072fe57d509582b3ae7ef33f"},{"messageHash":"0x4782abd9379baa229ea7ef2ff62a46e8912344b26a9122c7dbf421a849c4b95a"},{"messageHash":"0x49082b728f7787dc158b3c5e105a2e250c59b1eb669826323202fd9551bcb63c"},{"messageHash":"0xba6f14557543084dc02c27b18ae968791200800ad97beed61fd9266ff334182e"},{"messageHash":"0xeaf155265323171b71059a5d5aca152f94ff5402cd6f2b98d1d4a31aec1ec5bf"},{"messageHash":"0x3ed256701bb3bdcf78ac74b0eac1a848757dff6ebfb2b52632547010410625f2"},{"messageHash":"0x8984798b42cea3664ac8a4e8d76830488476def8acd6f994f22fa7ff01d9f253"},{"messageHash":"0x00c2bbf2981b4355ed35224c40fee0d4c2379133a35c72932e3d60b3af2affd7"},{"messageHash":"0xc516e0479394ee3af286954daa8f601a1e878cccf582f9ca99b260b429b87451"},{"messageHash":"0x4fc46f3a4526975d706089007071a7566a3d6437d7cb7cac1bb0ce3f216c295c"}]}'
|
||||
2026-03-04 04:34:05.988 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-04 04:34:05.991 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:05.992 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:05.992 DEBUG [src.node.waku_node] Stopping container with id 76bc78d24177
|
||||
2026-03-04 04:34:06.566 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:06.566 DEBUG [src.node.waku_node] Stopping container with id 62f75f8c3046
|
||||
2026-03-04 04:34:07.132 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:07.135 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:07.150 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:07.161 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
224
nim/1103/data/attachments/190ed97f4872451f.txt
Normal file
224
nim/1103/data/attachments/190ed97f4872451f.txt
Normal file
@ -0,0 +1,224 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_3_senders_multiple_msg_1_receiver with id: 2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:231 Start 5 nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.187.165
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9887', '9888', '9889', '9890', '9891']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9887:9887 -p 9888:9888 -p 9889:9889 -p 9890:9890 -p 9891:9891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9889 --rest-port=9887 --tcp-port=9888 --discv5-udp-port=9890 --rest-address=0.0.0.0 --nat=extip:172.18.187.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8da33e53bd1acdf4cda75efa10ccbad0fc85fc49eb2ebeac7bd584cddebaf1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9891 --metrics-logging=true --relay=true --store=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.187.165 waku de64e8722bff6e5cf956ac7e7816b3c7dd742ab9eb978b958359dc135d748c20
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID de64e8722bff. Setting up logs at ./log/docker/node1_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9887
|
||||
[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 fc664f55bd29. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 040b13df1941. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9887/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.165/tcp/9888/p2p/16Uiu2HAmPADHAo94viEjzHWsKVFr2yfyRoi6tzGFtwmJABYHZqQE","/ip4/172.18.187.165/tcp/9889/ws/p2p/16Uiu2HAmPADHAo94viEjzHWsKVFr2yfyRoi6tzGFtwmJABYHZqQE"],"enrUri":"enr:-L24QL70hficPdqjipXVbmGKmZJrhBkOlVX3Qw9hxB-QCOA4VsYNtuCWfGpNhMd9F1mrtg04FkMiyb3-Otn6fWk3p2sCgmlkgnY0gmlwhKwSu6WKbXVsdGlhZGRyc5YACASsErulBiagAAoErBK7pQYmod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnBFU4ItBLbqnUbze-edirlgJbYOquSFyIhkWaXacxmODdGNwgiagg3VkcIImooV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.171.51
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36322', '36323', '36324', '36325', '36326']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36322:36322 -p 36323:36323 -p 36324:36324 -p 36325:36325 -p 36326:36326 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36324 --rest-port=36322 --tcp-port=36323 --discv5-udp-port=36325 --rest-address=0.0.0.0 --nat=extip:172.18.171.51 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b57b4f1c9904e3b96de366fe0dd1cd5bbc15f7b09c38b1d5e7ea5616f37bddf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36326 --metrics-logging=true --relay=true --store=false --discv5-bootstrap-node=enr:-L24QL70hficPdqjipXVbmGKmZJrhBkOlVX3Qw9hxB-QCOA4VsYNtuCWfGpNhMd9F1mrtg04FkMiyb3-Otn6fWk3p2sCgmlkgnY0gmlwhKwSu6WKbXVsdGlhZGRyc5YACASsErulBiagAAoErBK7pQYmod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnBFU4ItBLbqnUbze-edirlgJbYOquSFyIhkWaXacxmODdGNwgiagg3VkcIImooV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.171.51 waku c7e542ad1276fa34e09ead7c978483f6a0d7ed4dcccec0b134900a1132c34053
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c7e542ad1276. Setting up logs at ./log/docker/node2_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36322
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36322/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.51/tcp/36323/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P","/ip4/172.18.171.51/tcp/36324/ws/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P"],"enrUri":"enr:-L24QI51FEcCZO5f3TwlOjQntcwuNbWbPMO3NJFbxWlc2tOSCXFLX2KwvN2h0q_En42h-apSpR6QsDwvWjLzWSqzDccCgmlkgnY0gmlwhKwSqzOKbXVsdGlhZGRyc5YACASsEqszBo3jAAoErBKrMwaN5N0DgnJzhQADAQAAiXNlY3AyNTZrMaED7kM3utz4wgFIamT-3S6o-J-a9yWGsljpEqj0RwYOsS6DdGNwgo3jg3VkcIKN5YV3YWt1MgE"}'
|
||||
[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.128.62
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13543', '13544', '13545', '13546', '13547']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 13543:13543 -p 13544:13544 -p 13545:13545 -p 13546:13546 -p 13547:13547 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13545 --rest-port=13543 --tcp-port=13544 --discv5-udp-port=13546 --rest-address=0.0.0.0 --nat=extip:172.18.128.62 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3630edaa942a0d69eb4cecfedfd0df96d176e672bdcdcedc6ee18377624a2c18 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13547 --metrics-logging=true --relay=true --store=false --filter=true --discv5-bootstrap-node=enr:-L24QI51FEcCZO5f3TwlOjQntcwuNbWbPMO3NJFbxWlc2tOSCXFLX2KwvN2h0q_En42h-apSpR6QsDwvWjLzWSqzDccCgmlkgnY0gmlwhKwSqzOKbXVsdGlhZGRyc5YACASsEqszBo3jAAoErBKrMwaN5N0DgnJzhQADAQAAiXNlY3AyNTZrMaED7kM3utz4wgFIamT-3S6o-J-a9yWGsljpEqj0RwYOsS6DdGNwgo3jg3VkcIKN5YV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.128.62 waku 540345e8280c45b2de2151166c9f86b7aaa19ad387a555464b2138d238099bb6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 540345e8280c. Setting up logs at ./log/docker/node3_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13543
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13543/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13543/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.62/tcp/13544/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","/ip4/172.18.128.62/tcp/13545/ws/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r"],"enrUri":"enr:-L24QIMZDp2krJ3waqABabHLeW2oUfWXyMl7_A5opBv5L5OJNzh77ss1OMZKKtcOIwLCj_j9MeESpwt_iPMPwS2HsRsCgmlkgnY0gmlwhKwSgD6KbXVsdGlhZGRyc5YACASsEoA-BjToAAoErBKAPgY06d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgR59AysEMlDmYn11kJbTLodH61fj8gI3vBTf3I_24fWDdGNwgjTog3VkcII06oV3YWt1MgU"}'
|
||||
[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.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46719', '46720', '46721', '46722', '46723']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46719:46719 -p 46720:46720 -p 46721:46721 -p 46722:46722 -p 46723:46723 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46721 --rest-port=46719 --tcp-port=46720 --discv5-udp-port=46722 --rest-address=0.0.0.0 --nat=extip:172.18.62.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=93dde6f3bdaee1d9bbe11de683c01cde0fa2cdace3afc0c9bd58b06cb48fc252 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46723 --metrics-logging=true --relay=true --filter=true --store=false --discv5-bootstrap-node=enr:-L24QIMZDp2krJ3waqABabHLeW2oUfWXyMl7_A5opBv5L5OJNzh77ss1OMZKKtcOIwLCj_j9MeESpwt_iPMPwS2HsRsCgmlkgnY0gmlwhKwSgD6KbXVsdGlhZGRyc5YACASsEoA-BjToAAoErBKAPgY06d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgR59AysEMlDmYn11kJbTLodH61fj8gI3vBTf3I_24fWDdGNwgjTog3VkcII06oV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.62.83 waku 0798b13d08accf26ee77cb226d434621483ec381625527bc06f1ed1f6beb7cbf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0798b13d08ac. Setting up logs at ./log/docker/node4_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46719
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46719/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46719/debug/v1/info" -H "Content-Type: application/json" -d '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.83/tcp/46720/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR","/ip4/172.18.62.83/tcp/46721/ws/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR"],"enrUri":"enr:-L24QLfTl6V42F5GPu9Q7p0w90VPQ_AJNmXBGe9Ahv4fbGuua7dB9O7nogv7rIjXkZlgE8f99hzmbcMd8MlDyTb44vICgmlkgnY0gmlwhKwSPlOKbXVsdGlhZGRyc5YACASsEj5TBraAAAoErBI-Uwa2gd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYsiBBd555LM6OciDGWvFeZixFFLaXu4S32f3Y4S7uRCDdGNwgraAg3VkcIK2goV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.78.215
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21551', '21552', '21553', '21554', '21555']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21551:21551 -p 21552:21552 -p 21553:21553 -p 21554:21554 -p 21555:21555 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21553 --rest-port=21551 --tcp-port=21552 --discv5-udp-port=21554 --rest-address=0.0.0.0 --nat=extip:172.18.78.215 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=540f82445ede577abb9679a4f4abb0b2fd705a049b9fdbb1e04d20975065b341 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21555 --metrics-logging=true --relay=false --filternode=/ip4/172.18.62.83/tcp/46720/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR --store=false --discv5-bootstrap-node=enr:-L24QIMZDp2krJ3waqABabHLeW2oUfWXyMl7_A5opBv5L5OJNzh77ss1OMZKKtcOIwLCj_j9MeESpwt_iPMPwS2HsRsCgmlkgnY0gmlwhKwSgD6KbXVsdGlhZGRyc5YACASsEoA-BjToAAoErBKAPgY06d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgR59AysEMlDmYn11kJbTLodH61fj8gI3vBTf3I_24fWDdGNwgjTog3VkcII06oV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.215 waku e69cb63ff9dee1ba512663d11ac2f690193df0213b3b715ad7e18efabd42f31e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e69cb63ff9de. Setting up logs at ./log/docker/node5_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21551
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21551/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.215/tcp/21552/p2p/16Uiu2HAmG8438XZyD2eGc6C3Mx7iBAXKZmozKFUBhZo8ebHB15AB","/ip4/172.18.78.215/tcp/21553/ws/p2p/16Uiu2HAmG8438XZyD2eGc6C3Mx7iBAXKZmozKFUBhZo8ebHB15AB"],"enrUri":"enr:-L24QPoBpoPtvaZmVhk14J1Hr8s1L0--SwaYsN2Hak6aGfHQIhumAcj-AGy5H2olbxZgMXQV96fiA2pksVGU_ASxOfcCgmlkgnY0gmlwhKwSTteKbXVsdGlhZGRyc5YACASsEk7XBlQwAAoErBJO1wZUMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM4HpUyrQAzB3BndWo2oZ2FEH0bLxvbPwfngotUdzH0SDdGNwglQwg3VkcIJUMoV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:238 Subscribe nodes to relay 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:9887/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:36322/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:13543/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:46719/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:243 Node5 makes filter request pubsubtopic /waku/2/rs/3/1 and content topic /test/1/waku-filter/proto
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9887/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.171.51/tcp/46196/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36322/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.128.62/tcp/59190/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","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-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.187.165/tcp/9888/p2p/16Uiu2HAmPADHAo94viEjzHWsKVFr2yfyRoi6tzGFtwmJABYHZqQE","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-161-g09618a","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13543/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.171.51/tcp/36323/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P","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-161-g09618a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.62.83/tcp/51264/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46719/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.78.215/tcp/47060/p2p/16Uiu2HAmG8438XZyD2eGc6C3Mx7iBAXKZmozKFUBhZo8ebHB15AB","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.128.62/tcp/13544/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","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-161-g09618a","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21551/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.83/tcp/46720/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.128.62/tcp/13544/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","protocols":["/vac/waku/relay/2.0.0","/vac/waku/filter-subscribe/2.0.0-beta1"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 60 seconds
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:248 3 Nodes publish 12 message
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:254 Node5 requests messages of subscribed filter topic /waku/2/rs/3/1
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21551/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":1772598809878943290,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598812095766576,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598814310925915,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598816526631722,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598818741756065,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598820959436323,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598823180326232,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598825395980251,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598827612597631,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598829830728340,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598832042912608,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598834259826846,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:256 Response for node 5 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598809878943290, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598812095766576, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598814310925915, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598816526631722, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598818741756065, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598820959436323, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598823180326232, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598825395980251, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598827612597631, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598829830728340, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598832042912608, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598834259826846, '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 de64e8722bff
|
||||
[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 c7e542ad1276
|
||||
[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 540345e8280c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container de64e8722bff. 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 0798b13d08ac
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c7e542ad1276. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 540345e8280c. 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 e69cb63ff9de
|
||||
[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.
|
||||
132
nim/1103/data/attachments/193108b003dc1cb4.txt
Normal file
132
nim/1103/data/attachments/193108b003dc1cb4.txt
Normal file
@ -0,0 +1,132 @@
|
||||
2026-03-04 04:33:23.135 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:23.136 DEBUG [tests.conftest] Running test: test_relay_4_nodes_sender_latency with id: 2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f
|
||||
2026-03-04 04:33:23.136 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:23.136 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:33:23.143 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:23.143 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:23.149 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:23.149 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:23.155 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:23.155 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:23.161 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:23.161 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:23.161 INFO [tests.e2e.test_network_conditions] Starting 4 nodes with relay enabled (bootstrap chain)
|
||||
2026-03-04 04:33:23.161 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:23.161 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:23.163 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:23.163 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.131.237
|
||||
2026-03-04 04:33:23.163 DEBUG [src.node.docker_mananger] Generated ports ['35447', '35448', '35449', '35450', '35451']
|
||||
2026-03-04 04:33:23.163 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:23.163 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:23.164 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:23.164 DEBUG [src.node.docker_mananger] docker run -i -t -p 35447:35447 -p 35448:35448 -p 35449:35449 -p 35450:35450 -p 35451:35451 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35449 --rest-port=35447 --tcp-port=35448 --discv5-udp-port=35450 --rest-address=0.0.0.0 --nat=extip:172.18.131.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb9ddaa0e0ceb8bec7b0ef5c8caf6fbaefc3e114f4cb0b0b8ed3d8c471f13cab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35451 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:33:23.336 ERROR [src.node.docker_mananger] Max retries reached for container 85bfee1e55d1. Exiting log stream.
|
||||
2026-03-04 04:33:23.355 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.131.237 waku d3c73f59e659924d73030983a2004fbdc4168c7b72559ca1a2f6fda6bd544073
|
||||
2026-03-04 04:33:23.390 DEBUG [src.node.docker_mananger] Container started with ID d3c73f59e659. Setting up logs at ./log/docker/node1_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:23.390 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35447
|
||||
2026-03-04 04:33:23.391 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:24.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35447/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:24.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:24.395 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:24.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35447/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:24.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.131.237/tcp/35448/p2p/16Uiu2HAmRQfv4xBnMnkwtF7qVhPhkGr8ECRQSfaa2BUD6F8wottQ","/ip4/172.18.131.237/tcp/35449/ws/p2p/16Uiu2HAmRQfv4xBnMnkwtF7qVhPhkGr8ECRQSfaa2BUD6F8wottQ"],"enrUri":"enr:-L24QBjEf7d_kCAUeLxEWHnhzoIICy4w90ySISUkl-xUg2wOe2KVUy2YaDka__pZVjfJ80I9JGgEYFuIrfOZI6jClYMCgmlkgnY0gmlwhKwSg-2KbXVsdGlhZGRyc5YACASsEoPtBop4AAoErBKD7QaKed0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvXz0Ua7U7Pku3WA5IaRFzYwA0o64TPq7cn_7rO0Jq8GDdGNwgop4g3VkcIKKeoV3YWt1MgE"}'
|
||||
2026-03-04 04:33:24.397 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:24.398 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:24.398 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:24.399 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:24.399 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.152
|
||||
2026-03-04 04:33:24.399 DEBUG [src.node.docker_mananger] Generated ports ['63730', '63731', '63732', '63733', '63734']
|
||||
2026-03-04 04:33:24.399 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:24.400 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:24.400 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:24.400 DEBUG [src.node.docker_mananger] docker run -i -t -p 63730:63730 -p 63731:63731 -p 63732:63732 -p 63733:63733 -p 63734:63734 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63732 --rest-port=63730 --tcp-port=63731 --discv5-udp-port=63733 --rest-address=0.0.0.0 --nat=extip:172.18.106.152 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcebb93b75cc34d8d3df55b831b0d08bda3bb207b0ee0ece17afc7cffbbd16b2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63734 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBjEf7d_kCAUeLxEWHnhzoIICy4w90ySISUkl-xUg2wOe2KVUy2YaDka__pZVjfJ80I9JGgEYFuIrfOZI6jClYMCgmlkgnY0gmlwhKwSg-2KbXVsdGlhZGRyc5YACASsEoPtBop4AAoErBKD7QaKed0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvXz0Ua7U7Pku3WA5IaRFzYwA0o64TPq7cn_7rO0Jq8GDdGNwgop4g3VkcIKKeoV3YWt1MgE
|
||||
2026-03-04 04:33:24.591 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.152 waku a15982fa38b5ade7a1675e37f20d26b727d0158ff51795024267cf24ae004041
|
||||
2026-03-04 04:33:24.626 DEBUG [src.node.docker_mananger] Container started with ID a15982fa38b5. Setting up logs at ./log/docker/node2_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:24.626 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63730
|
||||
2026-03-04 04:33:24.626 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:25.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63730/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:25.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:25.652 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:25.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63730/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:25.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.152/tcp/63731/p2p/16Uiu2HAm6pB4gmCigasBp8W7qnSNvdb2LiBC1uyFj8yQyn5EA3Jb","/ip4/172.18.106.152/tcp/63732/ws/p2p/16Uiu2HAm6pB4gmCigasBp8W7qnSNvdb2LiBC1uyFj8yQyn5EA3Jb"],"enrUri":"enr:-L24QElaXWt2IADv3gPwwFmdDgRL3nd7052pugP80lhjun3-Aw9horhl1Cc2tY9dB8lNFDnMNLn1kdDWOj-IUBhhoMQCgmlkgnY0gmlwhKwSapiKbXVsdGlhZGRyc5YACASsEmqYBvjzAAoErBJqmAb49N0DgnJzhQADAQAAiXNlY3AyNTZrMaECqTQ4Q3teZ4GtWYqw1byRBsAYtLyXDA2QgxP6t4RRojyDdGNwgvjzg3VkcIL49YV3YWt1MgE"}'
|
||||
2026-03-04 04:33:25.658 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:25.658 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:25.659 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:25.663 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:25.663 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.13.162
|
||||
2026-03-04 04:33:25.663 DEBUG [src.node.docker_mananger] Generated ports ['9314', '9315', '9316', '9317', '9318']
|
||||
2026-03-04 04:33:25.663 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:25.663 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:25.663 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:25.664 DEBUG [src.node.docker_mananger] docker run -i -t -p 9314:9314 -p 9315:9315 -p 9316:9316 -p 9317:9317 -p 9318:9318 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9316 --rest-port=9314 --tcp-port=9315 --discv5-udp-port=9317 --rest-address=0.0.0.0 --nat=extip:172.18.13.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcec6fd3f91ceaa40a2dcdde09daf692d1adbfc554c197d3786c47faba5cbedb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9318 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QElaXWt2IADv3gPwwFmdDgRL3nd7052pugP80lhjun3-Aw9horhl1Cc2tY9dB8lNFDnMNLn1kdDWOj-IUBhhoMQCgmlkgnY0gmlwhKwSapiKbXVsdGlhZGRyc5YACASsEmqYBvjzAAoErBJqmAb49N0DgnJzhQADAQAAiXNlY3AyNTZrMaECqTQ4Q3teZ4GtWYqw1byRBsAYtLyXDA2QgxP6t4RRojyDdGNwgvjzg3VkcIL49YV3YWt1MgE
|
||||
2026-03-04 04:33:25.864 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.13.162 waku fdccfc458f00913aa6b949f18d615ac5a7c8cb6b71158dc7b669210ee0fe6928
|
||||
2026-03-04 04:33:25.896 DEBUG [src.node.docker_mananger] Container started with ID fdccfc458f00. Setting up logs at ./log/docker/node3_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:25.896 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9314
|
||||
2026-03-04 04:33:25.897 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:26.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9314/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:26.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:26.916 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:26.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9314/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:26.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.13.162/tcp/9315/p2p/16Uiu2HAmLUWsnsxnkDL3gBffZNEMVVWdMyJ5aXsKLatmnSwZEmVd","/ip4/172.18.13.162/tcp/9316/ws/p2p/16Uiu2HAmLUWsnsxnkDL3gBffZNEMVVWdMyJ5aXsKLatmnSwZEmVd"],"enrUri":"enr:-L24QFdcT-OO66PyCMrF1EFUfxN4Qxl5GYphqjNEC20I_ReyZQq5scZIVe27_Fco-XO82golMFSKtFOXhBaNjClQh8wCgmlkgnY0gmlwhKwSDaKKbXVsdGlhZGRyc5YACASsEg2iBiRjAAoErBINogYkZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdC6fS9zKiiTzNwfM_sNOEvsRPjl3QzoKcC_hnUVQGTSDdGNwgiRjg3VkcIIkZYV3YWt1MgE"}'
|
||||
2026-03-04 04:33:26.923 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:26.923 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:26.923 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:26.926 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:26.927 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.137
|
||||
2026-03-04 04:33:26.927 DEBUG [src.node.docker_mananger] Generated ports ['46218', '46219', '46220', '46221', '46222']
|
||||
2026-03-04 04:33:26.927 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:26.927 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:26.928 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:26.928 DEBUG [src.node.docker_mananger] docker run -i -t -p 46218:46218 -p 46219:46219 -p 46220:46220 -p 46221:46221 -p 46222:46222 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46220 --rest-port=46218 --tcp-port=46219 --discv5-udp-port=46221 --rest-address=0.0.0.0 --nat=extip:172.18.207.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=920ed940c73f31cae25cfde94bad4effacaaf1c4bc6debeeefbaa46cf30cbaf9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46222 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFdcT-OO66PyCMrF1EFUfxN4Qxl5GYphqjNEC20I_ReyZQq5scZIVe27_Fco-XO82golMFSKtFOXhBaNjClQh8wCgmlkgnY0gmlwhKwSDaKKbXVsdGlhZGRyc5YACASsEg2iBiRjAAoErBINogYkZN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDdC6fS9zKiiTzNwfM_sNOEvsRPjl3QzoKcC_hnUVQGTSDdGNwgiRjg3VkcIIkZYV3YWt1MgE
|
||||
2026-03-04 04:33:27.127 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.137 waku 385baef27b7bfa8eb989595458637e46a68546d4e6a31afe8a24b0ed11b4ba7b
|
||||
2026-03-04 04:33:27.161 DEBUG [src.node.docker_mananger] Container started with ID 385baef27b7b. Setting up logs at ./log/docker/node4_2026-03-04_04-33-23__431dfd8f-4081-4535-aa51-6c36ca9ca10f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:27.161 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46218
|
||||
2026-03-04 04:33:27.161 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:28.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46218/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:28.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:28.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46218/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.137/tcp/46219/p2p/16Uiu2HAmNLrNwu9pbY2XSuRsYUHszgYJERx3RHRNV8zLqCRQzRGv","/ip4/172.18.207.137/tcp/46220/ws/p2p/16Uiu2HAmNLrNwu9pbY2XSuRsYUHszgYJERx3RHRNV8zLqCRQzRGv"],"enrUri":"enr:-L24QBgW26BU8JJEuB7sLRxVRYFyBBl-9twJ-fBP0L3m7uxwd5Huy557u-fi6FoMSCEFrFDuF06iYxd_1l51U6MQV7cCgmlkgnY0gmlwhKwSz4mKbXVsdGlhZGRyc5YACASsEs-JBrSLAAoErBLPiQa0jN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj-9mwRS-pcWJZwb9FlTUv9GcGbDCgyhqmdSl0C6JaxODdGNwgrSLg3VkcIK0jYV3YWt1MgE"}'
|
||||
2026-03-04 04:33:28.186 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:28.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35447/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:33:28.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:28.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63730/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:33:28.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:28.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9314/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:33:28.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:28.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46218/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:33:28.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:28.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35447/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.106.152/tcp/34908/p2p/16Uiu2HAm6pB4gmCigasBp8W7qnSNvdb2LiBC1uyFj8yQyn5EA3Jb","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:33:28.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63730/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.131.237/tcp/35448/p2p/16Uiu2HAmRQfv4xBnMnkwtF7qVhPhkGr8ECRQSfaa2BUD6F8wottQ","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-161-g09618a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.13.162/tcp/34734/p2p/16Uiu2HAmLUWsnsxnkDL3gBffZNEMVVWdMyJ5aXsKLatmnSwZEmVd","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:33:28.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9314/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.106.152/tcp/63731/p2p/16Uiu2HAm6pB4gmCigasBp8W7qnSNvdb2LiBC1uyFj8yQyn5EA3Jb","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-161-g09618a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.207.137/tcp/44608/p2p/16Uiu2HAmNLrNwu9pbY2XSuRsYUHszgYJERx3RHRNV8zLqCRQzRGv","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:33:28.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46218/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.13.162/tcp/9315/p2p/16Uiu2HAmLUWsnsxnkDL3gBffZNEMVVWdMyJ5aXsKLatmnSwZEmVd","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:33:28.233 DEBUG [src.libs.common] Sleeping for 40 seconds
|
||||
2026-03-04 04:34:08.234 INFO [tests.e2e.test_network_conditions] Applying 3000ms latency on sender node1
|
||||
2026-03-04 04:34:08.235 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '9005', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:34:08.346 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '9005', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '3000ms']
|
||||
2026-03-04 04:34:08.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35447/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:14.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:14.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46218/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:14.369 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":1772598848359912286,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:14.371 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '9005', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:34:14.382 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:14.383 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:14.383 DEBUG [src.node.waku_node] Stopping container with id d3c73f59e659
|
||||
2026-03-04 04:34:14.964 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:14.967 DEBUG [src.node.waku_node] Stopping container with id a15982fa38b5
|
||||
2026-03-04 04:34:15.524 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:15.526 DEBUG [src.node.waku_node] Stopping container with id fdccfc458f00
|
||||
2026-03-04 04:34:15.781 ERROR [src.node.docker_mananger] Max retries reached for container d3c73f59e659. Exiting log stream.
|
||||
2026-03-04 04:34:16.069 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:16.070 DEBUG [src.node.waku_node] Stopping container with id 385baef27b7b
|
||||
2026-03-04 04:34:16.479 ERROR [src.node.docker_mananger] Max retries reached for container a15982fa38b5. Exiting log stream.
|
||||
2026-03-04 04:34:16.616 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:16.619 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:16.663 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:16.741 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:16.778 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:16.816 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
105
nim/1103/data/attachments/19356197e65235d3.txt
Normal file
105
nim/1103/data/attachments/19356197e65235d3.txt
Normal file
@ -0,0 +1,105 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_with_long_string_pubsub_topic with id: 2026-03-04_04-34-17__ad7aa9b5-8fec-4577-b8c2-9ea91a06dcfa
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-34-17__ad7aa9b5-8fec-4577-b8c2-9ea91a06dcfa__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.186.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43275', '43276', '43277', '43278', '43279']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43275:43275 -p 43276:43276 -p 43277:43277 -p 43278:43278 -p 43279:43279 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43277 --rest-port=43275 --tcp-port=43276 --discv5-udp-port=43278 --rest-address=0.0.0.0 --nat=extip:172.18.186.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=77ae3dc86d1445ef53e1bfc21dfd036fed70c8b2e4badb33ad93be251dd9eb27 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43279 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.186.4 waku cdac791267d8a754a761aacc7bcae000195ca254625d9047b258959051edb7af
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cdac791267d8. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-34-17__ad7aa9b5-8fec-4577-b8c2-9ea91a06dcfa__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43275
|
||||
[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 7c6b2ca85926. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d59ca8b4a8ec. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43275/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43275/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.4/tcp/43276/p2p/16Uiu2HAmHF9wyNRqKxCpkL9kMRgsKgZD3qLvQfT9ABD6s7ft5Dyi","/ip4/172.18.186.4/tcp/43277/ws/p2p/16Uiu2HAmHF9wyNRqKxCpkL9kMRgsKgZD3qLvQfT9ABD6s7ft5Dyi"],"enrUri":"enr:-L24QFAlzfeCejE2Kb1rexoYnBRQB8MFy8LJDiHuG7xZyC5Idid8oqJxT2vUeBIpfDzfweG0fD7hpEOuDwSElENmmdACgmlkgnY0gmlwhKwSugSKbXVsdGlhZGRyc5YACASsEroEBqkMAAoErBK6BAapDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRC9ZAdabeJC146IdXCz5qN2rcuSpSx_n5XDDbogPopmDdGNwgqkMg3VkcIKpDoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-34-17__ad7aa9b5-8fec-4577-b8c2-9ea91a06dcfa__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.30.7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60099', '60100', '60101', '60102', '60103']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60099:60099 -p 60100:60100 -p 60101:60101 -p 60102:60102 -p 60103:60103 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60101 --rest-port=60099 --tcp-port=60100 --discv5-udp-port=60102 --rest-address=0.0.0.0 --nat=extip:172.18.30.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e7ddadef3bbb5023ff64ca3b7ae5dce1dd90ac550a159889c0fefcecd07cdf5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60103 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFAlzfeCejE2Kb1rexoYnBRQB8MFy8LJDiHuG7xZyC5Idid8oqJxT2vUeBIpfDzfweG0fD7hpEOuDwSElENmmdACgmlkgnY0gmlwhKwSugSKbXVsdGlhZGRyc5YACASsEroEBqkMAAoErBK6BAapDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRC9ZAdabeJC146IdXCz5qN2rcuSpSx_n5XDDbogPopmDdGNwgqkMg3VkcIKpDoV3YWt1MgM --storenode=/ip4/172.18.186.4/tcp/43276/p2p/16Uiu2HAmHF9wyNRqKxCpkL9kMRgsKgZD3qLvQfT9ABD6s7ft5Dyi --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.30.7 waku b8817411e8b59e6f4ca5795b7c0a7acf7792c97161d19c5aeca070355a8db190
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b8817411e8b5. Setting up logs at ./log/docker/store_node1_2026-03-04_04-34-17__ad7aa9b5-8fec-4577-b8c2-9ea91a06dcfa__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60099
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60099/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60099/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.30.7/tcp/60100/p2p/16Uiu2HAmU1NbLVFuYvDVEWT8LiX2Uq9QJApUD61ohQrJxg6zjkwP","/ip4/172.18.30.7/tcp/60101/ws/p2p/16Uiu2HAmU1NbLVFuYvDVEWT8LiX2Uq9QJApUD61ohQrJxg6zjkwP"],"enrUri":"enr:-L24QL8aWbP3xBsKBhxrD97hJW9UMQMS_ZCZUa1cKEwWDuFrXIYJDlVEBsLLrJr-yNplsG6q4gDIwr_u2FnnoNR8NVQCgmlkgnY0gmlwhKwSHgeKbXVsdGlhZGRyc5YACASsEh4HBurEAAoErBIeBwbqxd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5BgRxChAcl7s7Iw2_3WkgN0CeZTev4q2Fymr6gQLfN6DdGNwgurEg3VkcILqxoV3YWt1MgM"}'
|
||||
[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:60099/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.186.4/tcp/43276/p2p/16Uiu2HAmHF9wyNRqKxCpkL9kMRgsKgZD3qLvQfT9ABD6s7ft5Dyi"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43275/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:60099/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:43275/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43275/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:43275/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:43275/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:43275/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:43275/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:43275/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:43275/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:146 Trying to get stored msg with url topic size million
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43275/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[1m[31mERROR [0m tests.store.test_topics:test_topics.py:152 store request with very long pubsub topic wasn't accepted
|
||||
[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 cdac791267d8
|
||||
[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 b8817411e8b5
|
||||
[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.
|
||||
53
nim/1103/data/attachments/197ced7a5a773fb9.txt
Normal file
53
nim/1103/data/attachments/197ced7a5a773fb9.txt
Normal file
@ -0,0 +1,53 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_log_level_INFO_from_DEBUG with id: 2026-03-04_04-40-34__2c682093-2797-4864-afa9-392e20059164
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-40-34__2c682093-2797-4864-afa9-392e20059164__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-40-34__2c682093-2797-4864-afa9-392e20059164__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-40-34__2c682093-2797-4864-afa9-392e20059164__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-40-34__2c682093-2797-4864-afa9-392e20059164__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.49.220
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62980', '62981', '62982', '62983', '62984']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 62980:62980 -p 62981:62981 -p 62982:62982 -p 62983:62983 -p 62984:62984 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62982 --rest-port=62980 --tcp-port=62981 --discv5-udp-port=62983 --rest-address=0.0.0.0 --nat=extip:172.18.49.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e8ddc3d6041e67de5d1126d2ce9ffdebb5a91657db1faab802f46ca54e607adf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62984 --metrics-logging=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6b254286829c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.49.220 waku 469ba7ab4634125937147e6111d66937d0a29578b94989d72024ed4c53521c2f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 469ba7ab4634. Setting up logs at ./log/docker/node1_2026-03-04_04-40-34__2c682093-2797-4864-afa9-392e20059164__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62980
|
||||
[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 ac7063d003f6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62980/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62980/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.220/tcp/62981/p2p/16Uiu2HAmCJguavwYoN1tvGtMkgzTMgVKqDBBHv8CwjSJNPQjkyhT","/ip4/172.18.49.220/tcp/62982/ws/p2p/16Uiu2HAmCJguavwYoN1tvGtMkgzTMgVKqDBBHv8CwjSJNPQjkyhT"],"enrUri":"enr:-L24QOF_QOsq12BBY7otOI63Osi9JLeV5UFBg4VnYsUr4ZcbTsG12gBf0kKBBq4a-Qw7zHlUp2lrHIv8FQx1ztyRvlYCgmlkgnY0gmlwhKwSMdyKbXVsdGlhZGRyc5YACASsEjHcBvYFAAoErBIx3Ab2Bt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-sypJ4dk4H07W6106uMpvwH83HrHHsAUA7CzSEvQrMKDdGNwgvYFg3VkcIL2B4V3YWt1MgE"}'
|
||||
[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:62980/admin/v1/log-level/INFO" -H "Content-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:62980/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.220/tcp/62981/p2p/16Uiu2HAmCJguavwYoN1tvGtMkgzTMgVKqDBBHv8CwjSJNPQjkyhT","/ip4/172.18.49.220/tcp/62982/ws/p2p/16Uiu2HAmCJguavwYoN1tvGtMkgzTMgVKqDBBHv8CwjSJNPQjkyhT"],"enrUri":"enr:-L24QOF_QOsq12BBY7otOI63Osi9JLeV5UFBg4VnYsUr4ZcbTsG12gBf0kKBBq4a-Qw7zHlUp2lrHIv8FQx1ztyRvlYCgmlkgnY0gmlwhKwSMdyKbXVsdGlhZGRyc5YACASsEjHcBvYFAAoErBIx3Ab2Bt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-sypJ4dk4H07W6106uMpvwH83HrHHsAUA7CzSEvQrMKDdGNwgvYFg3VkcIL2B4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62980/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-161-g09618a'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62980/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-161-g09618a'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:224 counts at INFO: {'TRC': 0, 'DBG': 0, '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:62980/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 469ba7ab4634
|
||||
[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.
|
||||
228
nim/1103/data/attachments/19a081443a62be60.txt
Normal file
228
nim/1103/data/attachments/19a081443a62be60.txt
Normal file
@ -0,0 +1,228 @@
|
||||
2026-03-04 04:37:37.417 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:37:37.418 DEBUG [tests.conftest] Running test: test_get_multiple_store_messages with id: 2026-03-04_04-37-37__406bb708-ada0-4a1e-b1ee-4c1658cbae4f
|
||||
2026-03-04 04:37:37.418 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:37:37.419 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:37:37.419 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:37:37.429 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:37:37.430 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-37-37__406bb708-ada0-4a1e-b1ee-4c1658cbae4f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:37.430 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:37:37.431 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:37:37.433 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:37:37.433 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.189
|
||||
2026-03-04 04:37:37.433 DEBUG [src.node.docker_mananger] Generated ports ['31828', '31829', '31830', '31831', '31832']
|
||||
2026-03-04 04:37:37.434 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:37:37.434 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:37:37.434 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:37:37.435 DEBUG [src.node.docker_mananger] docker run -i -t -p 31828:31828 -p 31829:31829 -p 31830:31830 -p 31831:31831 -p 31832:31832 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31830 --rest-port=31828 --tcp-port=31829 --discv5-udp-port=31831 --rest-address=0.0.0.0 --nat=extip:172.18.209.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2c98fd087fafca8f35afed7aecbd74eaf2c1fbdeaaaaca4e850b76b79dff36b5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31832 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:37:37.643 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.189 waku 66720e0d3d530ae331d02227615bce47327d85a74f639f96e0ed0ab6f626760c
|
||||
2026-03-04 04:37:37.664 ERROR [src.node.docker_mananger] Max retries reached for container eeba06b1f3bb. Exiting log stream.
|
||||
2026-03-04 04:37:37.681 DEBUG [src.node.docker_mananger] Container started with ID 66720e0d3d53. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-37-37__406bb708-ada0-4a1e-b1ee-4c1658cbae4f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:37.683 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31828
|
||||
2026-03-04 04:37:37.683 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:37:38.263 ERROR [src.node.docker_mananger] Max retries reached for container 480d47260d0a. Exiting log stream.
|
||||
2026-03-04 04:37:38.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31828/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:38.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:37:38.687 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:37:38.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31828/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:38.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.189/tcp/31829/p2p/16Uiu2HAm8ok1jFHFnWH4yCGgCEjduWuTTwGw4jjjH97hZ3kbNYyv","/ip4/172.18.209.189/tcp/31830/ws/p2p/16Uiu2HAm8ok1jFHFnWH4yCGgCEjduWuTTwGw4jjjH97hZ3kbNYyv"],"enrUri":"enr:-L24QOiSUjrDKCYOvjqCTld3mi5P39z7ZXlS2hH1lnSOYN2CQJoJTlQNbcwjANOlxsLJzEBeCTg75f-bSUVEVt4ftOUCgmlkgnY0gmlwhKwS0b2KbXVsdGlhZGRyc5YACASsEtG9BnxVAAoErBLRvQZ8Vt0DgnJzhQADAQAAiXNlY3AyNTZrMaECxs9EtWAGCl0vuwZtDfC-SZ6isUJd1Isrd_aO2IDJSAmDdGNwgnxVg3VkcIJ8V4V3YWt1MgM"}'
|
||||
2026-03-04 04:37:38.689 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:37:38.697 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:37:38.697 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-37-37__406bb708-ada0-4a1e-b1ee-4c1658cbae4f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:38.697 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:37:38.697 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:37:38.699 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:37:38.699 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.186
|
||||
2026-03-04 04:37:38.699 DEBUG [src.node.docker_mananger] Generated ports ['52904', '52905', '52906', '52907', '52908']
|
||||
2026-03-04 04:37:38.699 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:37:38.699 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:37:38.700 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:37:38.700 DEBUG [src.node.docker_mananger] docker run -i -t -p 52904:52904 -p 52905:52905 -p 52906:52906 -p 52907:52907 -p 52908:52908 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52906 --rest-port=52904 --tcp-port=52905 --discv5-udp-port=52907 --rest-address=0.0.0.0 --nat=extip:172.18.212.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7a228a96a86afcda4ae15bdcbe45f0fe93ce9f62b2b1d7903d7848e29a51ce6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52908 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOiSUjrDKCYOvjqCTld3mi5P39z7ZXlS2hH1lnSOYN2CQJoJTlQNbcwjANOlxsLJzEBeCTg75f-bSUVEVt4ftOUCgmlkgnY0gmlwhKwS0b2KbXVsdGlhZGRyc5YACASsEtG9BnxVAAoErBLRvQZ8Vt0DgnJzhQADAQAAiXNlY3AyNTZrMaECxs9EtWAGCl0vuwZtDfC-SZ6isUJd1Isrd_aO2IDJSAmDdGNwgnxVg3VkcIJ8V4V3YWt1MgM --storenode=/ip4/172.18.209.189/tcp/31829/p2p/16Uiu2HAm8ok1jFHFnWH4yCGgCEjduWuTTwGw4jjjH97hZ3kbNYyv --store=true --relay=true
|
||||
2026-03-04 04:37:38.905 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.186 waku f42c2f8b4f799174e75300b2751cf76c43f0b5b0f0b74b71b0a0bd7a62f05f4f
|
||||
2026-03-04 04:37:38.942 DEBUG [src.node.docker_mananger] Container started with ID f42c2f8b4f79. Setting up logs at ./log/docker/store_node1_2026-03-04_04-37-37__406bb708-ada0-4a1e-b1ee-4c1658cbae4f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:38.942 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52904
|
||||
2026-03-04 04:37:38.942 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:37:39.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52904/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:39.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:37:39.947 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:37:39.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52904/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:39.950 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.186/tcp/52905/p2p/16Uiu2HAm8iGTXwu6PQFNmGPEpnSJP2MZZzKKHyVNjHK3947V9mgh","/ip4/172.18.212.186/tcp/52906/ws/p2p/16Uiu2HAm8iGTXwu6PQFNmGPEpnSJP2MZZzKKHyVNjHK3947V9mgh"],"enrUri":"enr:-L24QIOxORbs7FSo6P5BFqxLFN8BBYUobMq5C1c77xvQNMyOV5_oE2nChtMViL50AOyjx7VsQ_5JkGl-ruJsOgro7PICgmlkgnY0gmlwhKwS1LqKbXVsdGlhZGRyc5YACASsEtS6Bs6pAAoErBLUugbOqt0DgnJzhQADAQAAiXNlY3AyNTZrMaECxWg1LNVOxPjOwugE1H6IhqlZ-2C98Nea1V1X4N_6iK6DdGNwgs6pg3VkcILOq4V3YWt1MgM"}'
|
||||
2026-03-04 04:37:39.950 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:37:39.951 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52904/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.209.189/tcp/31829/p2p/16Uiu2HAm8ok1jFHFnWH4yCGgCEjduWuTTwGw4jjjH97hZ3kbNYyv"]'
|
||||
2026-03-04 04:37:39.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:39.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:37:39.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:39.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52904/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:37:39.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:39.960 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:39.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:39.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:39.967 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:40.168 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:40.168 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:40.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:40.175 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:40.376 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:40.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:40.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:40.382 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:40.583 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:40.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:40.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:40.592 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:40.793 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:40.794 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:40.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:40.800 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:41.001 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:41.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:41.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:41.008 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:41.210 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:41.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:41.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:41.216 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:41.418 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:41.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:41.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:41.425 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:41.626 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:41.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:41.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:41.632 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:41.834 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:41.834 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:41.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:41.841 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:42.042 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:42.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:42.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:42.049 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:42.250 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:42.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:42.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:42.257 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:42.458 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:42.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:42.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:42.465 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:42.665 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:42.666 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:42.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:42.673 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:42.874 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:42.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:42.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:42.880 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:43.081 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:43.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:43.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:43.088 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:43.289 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:43.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:43.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:43.296 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:43.498 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:43.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:43.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:43.504 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:43.705 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:43.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:43.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:43.712 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:43.913 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:43.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:43.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:43.919 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:44.121 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:44.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:44.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:44.127 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:44.328 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:44.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:44.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:44.334 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:44.535 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:44.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:44.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:44.542 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:44.743 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:44.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:44.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:44.750 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:44.951 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:44.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:44.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:44.958 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:45.159 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:45.159 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:45.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:45.166 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:45.367 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:45.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:45.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:45.374 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:45.575 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:45.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:45.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:45.582 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:45.782 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:45.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:45.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:45.789 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:45.991 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:45.991 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:45.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:45.998 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:46.200 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:46.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:46.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:46.206 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:46.407 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:46.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:46.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:46.414 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:46.616 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:46.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:46.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:46.622 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:46.822 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:46.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:46.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:46.829 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:47.031 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:47.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:47.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:47.038 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:47.239 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:47.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:47.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:47.246 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:47.447 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:47.447 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:47.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:47.454 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:47.655 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:47.655 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:47.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:47.662 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:47.863 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:47.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:47.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:47.870 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:48.071 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:48.072 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31828/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:48.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:48.079 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:48.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31828/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:48.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x44a4f696b2e03c04245efb6f9ae79ed173be2f73d6a978c3dced113c25f59fcb"},{"messageHash":"0x5bd8b4fe8b1db19e37a0494d1506fbd62961b20831b63b3fb9bb06a988fee805"},{"messageHash":"0xe8298660f109ae6b266b968edac285d22e1f0194ff45641b1686374319ba5ee9"},{"messageHash":"0xf6f7ece6e8d1444c21f14010aa58cf9cacb05db1a75d487c25940a60e7ef391d"},{"messageHash":"0x90e5d0b9c5f6b50e70322ddd1bef138e7dd87438a17b307efa334125e7607903"},{"messageHash":"0x3b8c97b7455557fb02d6bdcf0cb3a4f64766f5f22db1339c5b5ac8deb80b98f9"},{"messageHash":"0x5ed0ce5cd44e34dc9fa1ce11d06bfa617a0a742a93bf382f42d6ae0751a4b3fa"},{"messageHash":"0x1c1d93ea7c8d8e1b32ad572c984260d459f3e7b462abd7dcfc48efc258648dad"},{"messageHash":"0x64ea8d67849d256fdcf65429ae3b3ab45c21a0446c5957e8e837e3c87557394d"},{"messageHash":"0xa46a97a741675927bf5db9bc7c45866639dc8fd71acb8cf2589d705c63ab506a"},{"messageHash":"0xbd3debf1001df48bb6e144113ad8b9ead1c775be572e325bb13c89dacec7c6ff"},{"messageHash":"0xe5aaf3d5bd640c87857739913a9e1af9afae7dc1732df2181687f34e1afd6538"},{"messageHash":"0x6be7367055e13e16892f1d18e6324e254189cf8dd534f7c14275d7497bf850b7"},{"messageHash":"0xc9b7622c64c14e10aa7ceaca66e0b9d7cd43d12b753b1a2c60effd4ad9dd64e6"},{"messageHash":"0x83b5d6fd46976fe24f3d6ac8fcbd2ac675ba255b0c9c8f46e2ba6764c2edccda"},{"messageHash":"0xc71ff667ebde344488c94b25bdc06f25ff8545636681cbee1bb5721dc269d665"},{"messageHash":"0xfae22c59a52c17e0ed15b1380e0ad3408e6a5f4d402536f31ec3532ca62bacd0"},{"messageHash":"0x42b1ab083dec0f0e642197fd850e2f51fb02a000fd3ab3ebb0cd7a89b9fbbab0"},{"messageHash":"0x745e980a386fd46aa266a5aad4bf94ec0b5c1051bff6b5192afb9b2060acb25a"},{"messageHash":"0x9aa45abc4f770dedd18a5d71006fb9929ffbd2712a99229abf18446039d00cea"},{"messageHash":"0x8d9efbfaf03f24deb10131e5f72ce9367922c5521f176c83b01b30277f7d739e"},{"messageHash":"0x784f64dd46f3e54f52cc5f17644bafe8ba8beeb5d52f856baf946c2fbed46279"},{"messageHash":"0xf2081c8c1122dad6ac9a6ade338a3975e222cf730dd59812acebe80b9fe16cd9"},{"messageHash":"0x84f08501f6530a39305081c938e51dc7223a7b8114dc2d0361254781e019cd1e"},{"messageHash":"0x8b0a4a2d236a372a6ff4566503cfb2afd6b75e1468e1f7eb16066c98a98b02e9"},{"messageHash":"0x897f20b642f862e64d13e9e40d4249ccb59ec6130793ebe1474202f61b97963e"},{"messageHash":"0xdad36b48fa827a07ee4121c8ce139225ed8f70469baeb0cef8d6046137c650d6"},{"messageHash":"0x5510c91ad9fbca470397860510284aabd96fdf65d784e9e36aac04ea14f0b712"},{"messageHash":"0xd063f1832e94b05ea8f052397b3a0535f09da47bdd4bf70e7d8d8007e9bec2b4"},{"messageHash":"0x5d30b7386339689bf99e0807e275f64b46246dbf19fba6b623d86a918ade4b8a"},{"messageHash":"0x1560e42e338f6e41aadcab9c9c51884e30c369304749a21f4fde9b353b945b87"},{"messageHash":"0x837f700df5cd0b6e1d83bfe18ac67a09edad8abef19e1b4cf813f200f9a2c8ac"},{"messageHash":"0xd9600b41b8d31ff8090f101cc79d039eff7b91ad8e292074d02a6d5fe143b4f6"},{"messageHash":"0x4effe5b818b4a200e3e4cae83aa2ffb0c53ce391c84cffa783b2d235f62b8fe6"},{"messageHash":"0xaed18d057dad52ec7e6ee9c3f48ffd4c126d743baaf5ad702227c444e608b013"},{"messageHash":"0x3cbe2c05b5b96f631fcaf72cb5516130bebecfcdd574098969e3af386321836d"},{"messageHash":"0x44ca68a022aacd906c4658008b6792364c14563baf3389265cb67f92c672dd47"},{"messageHash":"0x6bbf16aaa8254217629df76ea11a78cbb84301f7bb0e9cde5b1de82f276bc6fc"},{"messageHash":"0xd0ba3d9c65f81ea5a6986db37a8d278001a9786c8df5f2030fefb425afc0e645"},{"messageHash":"0xaf1b87ce744e3ad45785ef561dfea279ab8366cd8b5aebaa49244ee29046656a"}]}'
|
||||
2026-03-04 04:37:48.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52904/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:48.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x44a4f696b2e03c04245efb6f9ae79ed173be2f73d6a978c3dced113c25f59fcb"},{"messageHash":"0x5bd8b4fe8b1db19e37a0494d1506fbd62961b20831b63b3fb9bb06a988fee805"},{"messageHash":"0xe8298660f109ae6b266b968edac285d22e1f0194ff45641b1686374319ba5ee9"},{"messageHash":"0xf6f7ece6e8d1444c21f14010aa58cf9cacb05db1a75d487c25940a60e7ef391d"},{"messageHash":"0x90e5d0b9c5f6b50e70322ddd1bef138e7dd87438a17b307efa334125e7607903"},{"messageHash":"0x3b8c97b7455557fb02d6bdcf0cb3a4f64766f5f22db1339c5b5ac8deb80b98f9"},{"messageHash":"0x5ed0ce5cd44e34dc9fa1ce11d06bfa617a0a742a93bf382f42d6ae0751a4b3fa"},{"messageHash":"0x1c1d93ea7c8d8e1b32ad572c984260d459f3e7b462abd7dcfc48efc258648dad"},{"messageHash":"0x64ea8d67849d256fdcf65429ae3b3ab45c21a0446c5957e8e837e3c87557394d"},{"messageHash":"0xa46a97a741675927bf5db9bc7c45866639dc8fd71acb8cf2589d705c63ab506a"},{"messageHash":"0xbd3debf1001df48bb6e144113ad8b9ead1c775be572e325bb13c89dacec7c6ff"},{"messageHash":"0xe5aaf3d5bd640c87857739913a9e1af9afae7dc1732df2181687f34e1afd6538"},{"messageHash":"0x6be7367055e13e16892f1d18e6324e254189cf8dd534f7c14275d7497bf850b7"},{"messageHash":"0xc9b7622c64c14e10aa7ceaca66e0b9d7cd43d12b753b1a2c60effd4ad9dd64e6"},{"messageHash":"0x83b5d6fd46976fe24f3d6ac8fcbd2ac675ba255b0c9c8f46e2ba6764c2edccda"},{"messageHash":"0xc71ff667ebde344488c94b25bdc06f25ff8545636681cbee1bb5721dc269d665"},{"messageHash":"0xfae22c59a52c17e0ed15b1380e0ad3408e6a5f4d402536f31ec3532ca62bacd0"},{"messageHash":"0x42b1ab083dec0f0e642197fd850e2f51fb02a000fd3ab3ebb0cd7a89b9fbbab0"},{"messageHash":"0x745e980a386fd46aa266a5aad4bf94ec0b5c1051bff6b5192afb9b2060acb25a"},{"messageHash":"0x9aa45abc4f770dedd18a5d71006fb9929ffbd2712a99229abf18446039d00cea"},{"messageHash":"0x8d9efbfaf03f24deb10131e5f72ce9367922c5521f176c83b01b30277f7d739e"},{"messageHash":"0x784f64dd46f3e54f52cc5f17644bafe8ba8beeb5d52f856baf946c2fbed46279"},{"messageHash":"0xf2081c8c1122dad6ac9a6ade338a3975e222cf730dd59812acebe80b9fe16cd9"},{"messageHash":"0x84f08501f6530a39305081c938e51dc7223a7b8114dc2d0361254781e019cd1e"},{"messageHash":"0x8b0a4a2d236a372a6ff4566503cfb2afd6b75e1468e1f7eb16066c98a98b02e9"},{"messageHash":"0x897f20b642f862e64d13e9e40d4249ccb59ec6130793ebe1474202f61b97963e"},{"messageHash":"0xdad36b48fa827a07ee4121c8ce139225ed8f70469baeb0cef8d6046137c650d6"},{"messageHash":"0x5510c91ad9fbca470397860510284aabd96fdf65d784e9e36aac04ea14f0b712"},{"messageHash":"0xd063f1832e94b05ea8f052397b3a0535f09da47bdd4bf70e7d8d8007e9bec2b4"},{"messageHash":"0x5d30b7386339689bf99e0807e275f64b46246dbf19fba6b623d86a918ade4b8a"},{"messageHash":"0x1560e42e338f6e41aadcab9c9c51884e30c369304749a21f4fde9b353b945b87"},{"messageHash":"0x837f700df5cd0b6e1d83bfe18ac67a09edad8abef19e1b4cf813f200f9a2c8ac"},{"messageHash":"0xd9600b41b8d31ff8090f101cc79d039eff7b91ad8e292074d02a6d5fe143b4f6"},{"messageHash":"0x4effe5b818b4a200e3e4cae83aa2ffb0c53ce391c84cffa783b2d235f62b8fe6"},{"messageHash":"0xaed18d057dad52ec7e6ee9c3f48ffd4c126d743baaf5ad702227c444e608b013"},{"messageHash":"0x3cbe2c05b5b96f631fcaf72cb5516130bebecfcdd574098969e3af386321836d"},{"messageHash":"0x44ca68a022aacd906c4658008b6792364c14563baf3389265cb67f92c672dd47"},{"messageHash":"0x6bbf16aaa8254217629df76ea11a78cbb84301f7bb0e9cde5b1de82f276bc6fc"},{"messageHash":"0xd0ba3d9c65f81ea5a6986db37a8d278001a9786c8df5f2030fefb425afc0e645"},{"messageHash":"0xaf1b87ce744e3ad45785ef561dfea279ab8366cd8b5aebaa49244ee29046656a"}]}'
|
||||
2026-03-04 04:37:48.290 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:37:48.292 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:37:48.292 DEBUG [src.node.waku_node] Stopping container with id 66720e0d3d53
|
||||
2026-03-04 04:37:48.837 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:37:48.837 DEBUG [src.node.waku_node] Stopping container with id f42c2f8b4f79
|
||||
2026-03-04 04:37:49.409 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:37:49.413 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:37:49.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:37:49.446 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
108
nim/1103/data/attachments/1a38a73ba9ccc754.txt
Normal file
108
nim/1103/data/attachments/1a38a73ba9ccc754.txt
Normal file
@ -0,0 +1,108 @@
|
||||
2026-03-04 04:42:26.320 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:42:26.321 DEBUG [tests.conftest] Running test: test_store_sort_ascending[false] with id: 2026-03-04_04-42-26__736472f5-22d9-46c2-b4fb-d26cf3739db1
|
||||
2026-03-04 04:42:26.321 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:42:26.322 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:42:26.322 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:42:26.331 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:42:26.332 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-42-26__736472f5-22d9-46c2-b4fb-d26cf3739db1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:42:26.332 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:42:26.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:42:26.335 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:42:26.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.74
|
||||
2026-03-04 04:42:26.336 DEBUG [src.node.docker_mananger] Generated ports ['47928', '47929', '47930', '47931', '47932']
|
||||
2026-03-04 04:42:26.336 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:42:26.336 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:42:26.336 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:42:26.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 47928:47928 -p 47929:47929 -p 47930:47930 -p 47931:47931 -p 47932:47932 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47930 --rest-port=47928 --tcp-port=47929 --discv5-udp-port=47931 --rest-address=0.0.0.0 --nat=extip:172.18.106.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a292fc4fbbe4684cdf9a99dfbb383feee6f52bfff13b58b06fb11f9dfa1afa54 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47932 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:42:26.543 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.74 waku b3ad44c048546fe92d126e691d57ff8704c0d8d6fd00c8393f2d06507c43068b
|
||||
2026-03-04 04:42:26.554 ERROR [src.node.docker_mananger] Max retries reached for container 017dd8b1b979. Exiting log stream.
|
||||
2026-03-04 04:42:26.582 DEBUG [src.node.docker_mananger] Container started with ID b3ad44c04854. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-42-26__736472f5-22d9-46c2-b4fb-d26cf3739db1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:42:26.583 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47928
|
||||
2026-03-04 04:42:26.585 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:42:27.165 ERROR [src.node.docker_mananger] Max retries reached for container 6b10ad14a199. Exiting log stream.
|
||||
2026-03-04 04:42:27.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47928/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:42:27.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:42:27.590 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:42:27.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47928/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:42:27.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.74/tcp/47929/p2p/16Uiu2HAmFQuvtFCX21JsyCketMwZPyDuVMAmgWp4niM3UMKWMRyU","/ip4/172.18.106.74/tcp/47930/ws/p2p/16Uiu2HAmFQuvtFCX21JsyCketMwZPyDuVMAmgWp4niM3UMKWMRyU"],"enrUri":"enr:-L24QEA3uhwBR5ovn_wQgQVii0-VjBiv2E8NDSIWr0xXkg63NKr1cNX_vRiOtfuz6Dpcm2wX_wv7mfsOZ3cG5eGi5v0CgmlkgnY0gmlwhKwSakqKbXVsdGlhZGRyc5YACASsEmpKBrs5AAoErBJqSga7Ot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKPfuTHsAfg7_Ev9jM_VC1SHyXFds6Uc7tEvdUdo3kduDdGNwgrs5g3VkcIK7O4V3YWt1MgM"}'
|
||||
2026-03-04 04:42:27.593 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:42:27.601 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:42:27.601 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-42-26__736472f5-22d9-46c2-b4fb-d26cf3739db1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:42:27.601 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:42:27.601 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:42:27.603 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:42:27.603 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.167
|
||||
2026-03-04 04:42:27.603 DEBUG [src.node.docker_mananger] Generated ports ['52551', '52552', '52553', '52554', '52555']
|
||||
2026-03-04 04:42:27.603 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:42:27.603 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:42:27.603 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:42:27.603 DEBUG [src.node.docker_mananger] docker run -i -t -p 52551:52551 -p 52552:52552 -p 52553:52553 -p 52554:52554 -p 52555:52555 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52553 --rest-port=52551 --tcp-port=52552 --discv5-udp-port=52554 --rest-address=0.0.0.0 --nat=extip:172.18.240.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dafeecff73ca2b2310c0d71fa42e2b9d9bbce1cf0e20131ad9c76b3fefae1bcd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52555 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEA3uhwBR5ovn_wQgQVii0-VjBiv2E8NDSIWr0xXkg63NKr1cNX_vRiOtfuz6Dpcm2wX_wv7mfsOZ3cG5eGi5v0CgmlkgnY0gmlwhKwSakqKbXVsdGlhZGRyc5YACASsEmpKBrs5AAoErBJqSga7Ot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKPfuTHsAfg7_Ev9jM_VC1SHyXFds6Uc7tEvdUdo3kduDdGNwgrs5g3VkcIK7O4V3YWt1MgM --storenode=/ip4/172.18.106.74/tcp/47929/p2p/16Uiu2HAmFQuvtFCX21JsyCketMwZPyDuVMAmgWp4niM3UMKWMRyU --store=true --relay=true
|
||||
2026-03-04 04:42:27.809 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.167 waku 9462dffd6eeb4cd3ffc9990e12d59cab3ceb35caeac7a5081f08ff34501aa794
|
||||
2026-03-04 04:42:27.845 DEBUG [src.node.docker_mananger] Container started with ID 9462dffd6eeb. Setting up logs at ./log/docker/store_node1_2026-03-04_04-42-26__736472f5-22d9-46c2-b4fb-d26cf3739db1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:42:27.846 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52551
|
||||
2026-03-04 04:42:27.847 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:42:28.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52551/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:42:28.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:42:28.851 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:42:28.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:42:28.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.167/tcp/52552/p2p/16Uiu2HAmBb6K4DnAUYG7Sy9SwoBVW5sHfeY9bfSW5aKZ16niqrK6","/ip4/172.18.240.167/tcp/52553/ws/p2p/16Uiu2HAmBb6K4DnAUYG7Sy9SwoBVW5sHfeY9bfSW5aKZ16niqrK6"],"enrUri":"enr:-L24QPCoCJ0ExVtY3VvVzhWS58gEz3y7unRblnoatGdqif77XGCJGc00ORJw8Mlxlhz2dels12i8YPw04MSjjUNvbz0CgmlkgnY0gmlwhKwS8KeKbXVsdGlhZGRyc5YACASsEvCnBs1IAAoErBLwpwbNSd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8CS7Ax_K3xTgDpUBEdRmHedwycrbC9kVDZCzbxG7u22DdGNwgs1Ig3VkcILNSoV3YWt1MgM"}'
|
||||
2026-03-04 04:42:28.854 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:42:28.854 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52551/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.106.74/tcp/47929/p2p/16Uiu2HAmFQuvtFCX21JsyCketMwZPyDuVMAmgWp4niM3UMKWMRyU"]'
|
||||
2026-03-04 04:42:28.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:28.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:42:28.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:28.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52551/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:42:28.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:28.864 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:28.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:42:28.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:28.870 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:29.071 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:29.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:42:29.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:29.079 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:29.280 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:29.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:42:29.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:29.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:29.488 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:29.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:42:29.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:29.495 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:29.696 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:29.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/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)'}'
|
||||
2026-03-04 04:42:29.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:29.703 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:29.904 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:29.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/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)'}'
|
||||
2026-03-04 04:42:29.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:29.910 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:30.111 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:30.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/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)'}'
|
||||
2026-03-04 04:42:30.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:30.118 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:30.319 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:30.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/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)'}'
|
||||
2026-03-04 04:42:30.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:30.326 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:30.527 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:30.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/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)'}'
|
||||
2026-03-04 04:42:30.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:30.534 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:30.735 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:42:30.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47928/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)'}'
|
||||
2026-03-04 04:42:30.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:42:30.741 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:42:30.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47928/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=false" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:42:30.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5774b7edb2c76cb7ed0ae2032c820de5a3804596868f3a4a53c9b62f551952fc"},{"messageHash":"0x1b6f8290adae863093c38996eb7e263ebf9cea90fa75d4be8d11b30608bed01b"},{"messageHash":"0x0e37b34ba14661593f5ec7eba8d4f07ce944a83b89ee12f3f7958a2a217f6e61"},{"messageHash":"0xe478fbc7008884e4f9c9d259f30c2878695722486cfa27598e2a9b65bdbde944"},{"messageHash":"0x86a4560235344dfe78bf6c036ef3677255a840a022ae73d5a6543a79aeea06f7"}],"paginationCursor":"0x5774b7edb2c76cb7ed0ae2032c820de5a3804596868f3a4a53c9b62f551952fc"}'
|
||||
2026-03-04 04:42:30.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52551/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=false" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:42:30.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x5774b7edb2c76cb7ed0ae2032c820de5a3804596868f3a4a53c9b62f551952fc"},{"messageHash":"0x1b6f8290adae863093c38996eb7e263ebf9cea90fa75d4be8d11b30608bed01b"},{"messageHash":"0x0e37b34ba14661593f5ec7eba8d4f07ce944a83b89ee12f3f7958a2a217f6e61"},{"messageHash":"0xe478fbc7008884e4f9c9d259f30c2878695722486cfa27598e2a9b65bdbde944"},{"messageHash":"0x86a4560235344dfe78bf6c036ef3677255a840a022ae73d5a6543a79aeea06f7"}],"paginationCursor":"0x5774b7edb2c76cb7ed0ae2032c820de5a3804596868f3a4a53c9b62f551952fc"}'
|
||||
2026-03-04 04:42:30.951 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:42:30.952 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:42:30.952 DEBUG [src.node.waku_node] Stopping container with id b3ad44c04854
|
||||
2026-03-04 04:42:31.584 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:42:31.584 DEBUG [src.node.waku_node] Stopping container with id 9462dffd6eeb
|
||||
2026-03-04 04:42:32.166 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:42:32.167 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:42:32.184 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:42:32.194 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
224
nim/1103/data/attachments/1a9ff1d30b205218.txt
Normal file
224
nim/1103/data/attachments/1a9ff1d30b205218.txt
Normal file
@ -0,0 +1,224 @@
|
||||
2026-03-04 04:32:23.445 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:23.445 DEBUG [tests.conftest] Running test: test_filter_3_senders_multiple_msg_1_receiver with id: 2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e
|
||||
2026-03-04 04:32:23.445 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:23.446 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:32:23.446 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:32:23.453 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:23.453 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.460 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:23.460 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.466 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:23.467 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.467 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:32:23.467 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:32:23.474 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:23.474 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.481 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:23.481 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.481 DEBUG [tests.e2e.test_e2e] Start 5 nodes
|
||||
2026-03-04 04:32:23.481 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:23.481 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:23.483 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:23.483 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.187.165
|
||||
2026-03-04 04:32:23.483 DEBUG [src.node.docker_mananger] Generated ports ['9887', '9888', '9889', '9890', '9891']
|
||||
2026-03-04 04:32:23.483 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:23.484 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:23.484 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:23.484 DEBUG [src.node.docker_mananger] docker run -i -t -p 9887:9887 -p 9888:9888 -p 9889:9889 -p 9890:9890 -p 9891:9891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9889 --rest-port=9887 --tcp-port=9888 --discv5-udp-port=9890 --rest-address=0.0.0.0 --nat=extip:172.18.187.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8da33e53bd1acdf4cda75efa10ccbad0fc85fc49eb2ebeac7bd584cddebaf1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9891 --metrics-logging=true --relay=true --store=false
|
||||
2026-03-04 04:32:23.690 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.187.165 waku de64e8722bff6e5cf956ac7e7816b3c7dd742ab9eb978b958359dc135d748c20
|
||||
2026-03-04 04:32:23.726 DEBUG [src.node.docker_mananger] Container started with ID de64e8722bff. Setting up logs at ./log/docker/node1_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.727 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9887
|
||||
2026-03-04 04:32:23.729 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:23.732 ERROR [src.node.docker_mananger] Max retries reached for container fc664f55bd29. Exiting log stream.
|
||||
2026-03-04 04:32:24.204 ERROR [src.node.docker_mananger] Max retries reached for container 040b13df1941. Exiting log stream.
|
||||
2026-03-04 04:32:24.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9887/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:24.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:24.733 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:24.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:24.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.187.165/tcp/9888/p2p/16Uiu2HAmPADHAo94viEjzHWsKVFr2yfyRoi6tzGFtwmJABYHZqQE","/ip4/172.18.187.165/tcp/9889/ws/p2p/16Uiu2HAmPADHAo94viEjzHWsKVFr2yfyRoi6tzGFtwmJABYHZqQE"],"enrUri":"enr:-L24QL70hficPdqjipXVbmGKmZJrhBkOlVX3Qw9hxB-QCOA4VsYNtuCWfGpNhMd9F1mrtg04FkMiyb3-Otn6fWk3p2sCgmlkgnY0gmlwhKwSu6WKbXVsdGlhZGRyc5YACASsErulBiagAAoErBK7pQYmod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnBFU4ItBLbqnUbze-edirlgJbYOquSFyIhkWaXacxmODdGNwgiagg3VkcIImooV3YWt1MgE"}'
|
||||
2026-03-04 04:32:24.736 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:24.736 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:24.736 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:24.737 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:24.738 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.51
|
||||
2026-03-04 04:32:24.738 DEBUG [src.node.docker_mananger] Generated ports ['36322', '36323', '36324', '36325', '36326']
|
||||
2026-03-04 04:32:24.738 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:24.738 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:24.738 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:24.738 DEBUG [src.node.docker_mananger] docker run -i -t -p 36322:36322 -p 36323:36323 -p 36324:36324 -p 36325:36325 -p 36326:36326 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36324 --rest-port=36322 --tcp-port=36323 --discv5-udp-port=36325 --rest-address=0.0.0.0 --nat=extip:172.18.171.51 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b57b4f1c9904e3b96de366fe0dd1cd5bbc15f7b09c38b1d5e7ea5616f37bddf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36326 --metrics-logging=true --relay=true --store=false --discv5-bootstrap-node=enr:-L24QL70hficPdqjipXVbmGKmZJrhBkOlVX3Qw9hxB-QCOA4VsYNtuCWfGpNhMd9F1mrtg04FkMiyb3-Otn6fWk3p2sCgmlkgnY0gmlwhKwSu6WKbXVsdGlhZGRyc5YACASsErulBiagAAoErBK7pQYmod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnBFU4ItBLbqnUbze-edirlgJbYOquSFyIhkWaXacxmODdGNwgiagg3VkcIImooV3YWt1MgE
|
||||
2026-03-04 04:32:24.929 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.51 waku c7e542ad1276fa34e09ead7c978483f6a0d7ed4dcccec0b134900a1132c34053
|
||||
2026-03-04 04:32:24.965 DEBUG [src.node.docker_mananger] Container started with ID c7e542ad1276. Setting up logs at ./log/docker/node2_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:24.966 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36322
|
||||
2026-03-04 04:32:24.966 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:25.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36322/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:25.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:25.987 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:25.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:25.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.51/tcp/36323/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P","/ip4/172.18.171.51/tcp/36324/ws/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P"],"enrUri":"enr:-L24QI51FEcCZO5f3TwlOjQntcwuNbWbPMO3NJFbxWlc2tOSCXFLX2KwvN2h0q_En42h-apSpR6QsDwvWjLzWSqzDccCgmlkgnY0gmlwhKwSqzOKbXVsdGlhZGRyc5YACASsEqszBo3jAAoErBKrMwaN5N0DgnJzhQADAQAAiXNlY3AyNTZrMaED7kM3utz4wgFIamT-3S6o-J-a9yWGsljpEqj0RwYOsS6DdGNwgo3jg3VkcIKN5YV3YWt1MgE"}'
|
||||
2026-03-04 04:32:25.997 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:26.000 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:26.000 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:26.002 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:26.002 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.62
|
||||
2026-03-04 04:32:26.003 DEBUG [src.node.docker_mananger] Generated ports ['13543', '13544', '13545', '13546', '13547']
|
||||
2026-03-04 04:32:26.003 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:26.003 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:26.003 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:26.003 DEBUG [src.node.docker_mananger] docker run -i -t -p 13543:13543 -p 13544:13544 -p 13545:13545 -p 13546:13546 -p 13547:13547 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13545 --rest-port=13543 --tcp-port=13544 --discv5-udp-port=13546 --rest-address=0.0.0.0 --nat=extip:172.18.128.62 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3630edaa942a0d69eb4cecfedfd0df96d176e672bdcdcedc6ee18377624a2c18 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13547 --metrics-logging=true --relay=true --store=false --filter=true --discv5-bootstrap-node=enr:-L24QI51FEcCZO5f3TwlOjQntcwuNbWbPMO3NJFbxWlc2tOSCXFLX2KwvN2h0q_En42h-apSpR6QsDwvWjLzWSqzDccCgmlkgnY0gmlwhKwSqzOKbXVsdGlhZGRyc5YACASsEqszBo3jAAoErBKrMwaN5N0DgnJzhQADAQAAiXNlY3AyNTZrMaED7kM3utz4wgFIamT-3S6o-J-a9yWGsljpEqj0RwYOsS6DdGNwgo3jg3VkcIKN5YV3YWt1MgE
|
||||
2026-03-04 04:32:26.194 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.62 waku 540345e8280c45b2de2151166c9f86b7aaa19ad387a555464b2138d238099bb6
|
||||
2026-03-04 04:32:26.228 DEBUG [src.node.docker_mananger] Container started with ID 540345e8280c. Setting up logs at ./log/docker/node3_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:26.228 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13543
|
||||
2026-03-04 04:32:26.228 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:27.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13543/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:27.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:27.248 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:27.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13543/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:27.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.62/tcp/13544/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","/ip4/172.18.128.62/tcp/13545/ws/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r"],"enrUri":"enr:-L24QIMZDp2krJ3waqABabHLeW2oUfWXyMl7_A5opBv5L5OJNzh77ss1OMZKKtcOIwLCj_j9MeESpwt_iPMPwS2HsRsCgmlkgnY0gmlwhKwSgD6KbXVsdGlhZGRyc5YACASsEoA-BjToAAoErBKAPgY06d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgR59AysEMlDmYn11kJbTLodH61fj8gI3vBTf3I_24fWDdGNwgjTog3VkcII06oV3YWt1MgU"}'
|
||||
2026-03-04 04:32:27.254 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:27.254 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:27.255 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:27.258 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:27.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.62.83
|
||||
2026-03-04 04:32:27.259 DEBUG [src.node.docker_mananger] Generated ports ['46719', '46720', '46721', '46722', '46723']
|
||||
2026-03-04 04:32:27.259 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:27.259 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:27.259 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:27.260 DEBUG [src.node.docker_mananger] docker run -i -t -p 46719:46719 -p 46720:46720 -p 46721:46721 -p 46722:46722 -p 46723:46723 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46721 --rest-port=46719 --tcp-port=46720 --discv5-udp-port=46722 --rest-address=0.0.0.0 --nat=extip:172.18.62.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=93dde6f3bdaee1d9bbe11de683c01cde0fa2cdace3afc0c9bd58b06cb48fc252 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46723 --metrics-logging=true --relay=true --filter=true --store=false --discv5-bootstrap-node=enr:-L24QIMZDp2krJ3waqABabHLeW2oUfWXyMl7_A5opBv5L5OJNzh77ss1OMZKKtcOIwLCj_j9MeESpwt_iPMPwS2HsRsCgmlkgnY0gmlwhKwSgD6KbXVsdGlhZGRyc5YACASsEoA-BjToAAoErBKAPgY06d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgR59AysEMlDmYn11kJbTLodH61fj8gI3vBTf3I_24fWDdGNwgjTog3VkcII06oV3YWt1MgU
|
||||
2026-03-04 04:32:27.465 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.62.83 waku 0798b13d08accf26ee77cb226d434621483ec381625527bc06f1ed1f6beb7cbf
|
||||
2026-03-04 04:32:27.502 DEBUG [src.node.docker_mananger] Container started with ID 0798b13d08ac. Setting up logs at ./log/docker/node4_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:27.502 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46719
|
||||
2026-03-04 04:32:27.503 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:28.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46719/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:28.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:28.520 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:28.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46719/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:28.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.62.83/tcp/46720/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR","/ip4/172.18.62.83/tcp/46721/ws/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR"],"enrUri":"enr:-L24QLfTl6V42F5GPu9Q7p0w90VPQ_AJNmXBGe9Ahv4fbGuua7dB9O7nogv7rIjXkZlgE8f99hzmbcMd8MlDyTb44vICgmlkgnY0gmlwhKwSPlOKbXVsdGlhZGRyc5YACASsEj5TBraAAAoErBI-Uwa2gd0DgnJzhQADAQAAiXNlY3AyNTZrMaECYsiBBd555LM6OciDGWvFeZixFFLaXu4S32f3Y4S7uRCDdGNwgraAg3VkcIK2goV3YWt1MgU"}'
|
||||
2026-03-04 04:32:28.526 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:28.527 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:28.527 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:28.529 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:28.530 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.215
|
||||
2026-03-04 04:32:28.530 DEBUG [src.node.docker_mananger] Generated ports ['21551', '21552', '21553', '21554', '21555']
|
||||
2026-03-04 04:32:28.530 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:28.530 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:28.530 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:28.530 DEBUG [src.node.docker_mananger] docker run -i -t -p 21551:21551 -p 21552:21552 -p 21553:21553 -p 21554:21554 -p 21555:21555 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21553 --rest-port=21551 --tcp-port=21552 --discv5-udp-port=21554 --rest-address=0.0.0.0 --nat=extip:172.18.78.215 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=540f82445ede577abb9679a4f4abb0b2fd705a049b9fdbb1e04d20975065b341 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21555 --metrics-logging=true --relay=false --filternode=/ip4/172.18.62.83/tcp/46720/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR --store=false --discv5-bootstrap-node=enr:-L24QIMZDp2krJ3waqABabHLeW2oUfWXyMl7_A5opBv5L5OJNzh77ss1OMZKKtcOIwLCj_j9MeESpwt_iPMPwS2HsRsCgmlkgnY0gmlwhKwSgD6KbXVsdGlhZGRyc5YACASsEoA-BjToAAoErBKAPgY06d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDgR59AysEMlDmYn11kJbTLodH61fj8gI3vBTf3I_24fWDdGNwgjTog3VkcII06oV3YWt1MgU
|
||||
2026-03-04 04:32:28.732 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.215 waku e69cb63ff9dee1ba512663d11ac2f690193df0213b3b715ad7e18efabd42f31e
|
||||
2026-03-04 04:32:28.767 DEBUG [src.node.docker_mananger] Container started with ID e69cb63ff9de. Setting up logs at ./log/docker/node5_2026-03-04_04-32-23__12d23a71-1b15-44d9-9431-e3cdd907d28e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:28.767 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21551
|
||||
2026-03-04 04:32:28.767 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:29.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21551/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:29.771 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:29.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.215/tcp/21552/p2p/16Uiu2HAmG8438XZyD2eGc6C3Mx7iBAXKZmozKFUBhZo8ebHB15AB","/ip4/172.18.78.215/tcp/21553/ws/p2p/16Uiu2HAmG8438XZyD2eGc6C3Mx7iBAXKZmozKFUBhZo8ebHB15AB"],"enrUri":"enr:-L24QPoBpoPtvaZmVhk14J1Hr8s1L0--SwaYsN2Hak6aGfHQIhumAcj-AGy5H2olbxZgMXQV96fiA2pksVGU_ASxOfcCgmlkgnY0gmlwhKwSTteKbXVsdGlhZGRyc5YACASsEk7XBlQwAAoErBJO1wZUMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM4HpUyrQAzB3BndWo2oZ2FEH0bLxvbPwfngotUdzH0SDdGNwglQwg3VkcIJUMoV3YWt1MgA"}'
|
||||
2026-03-04 04:32:29.774 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:29.774 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topic /waku/2/rs/3/1
|
||||
2026-03-04 04:32:29.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:29.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:29.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.787 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13543/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:29.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46719/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:29.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:29.805 DEBUG [tests.e2e.test_e2e] Node5 makes filter request pubsubtopic /waku/2/rs/3/1 and content topic /test/1/waku-filter/proto
|
||||
2026-03-04 04:32:29.805 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:32:29.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:32:29.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9887/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.171.51/tcp/46196/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:32:29.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36322/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.128.62/tcp/59190/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","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-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.187.165/tcp/9888/p2p/16Uiu2HAmPADHAo94viEjzHWsKVFr2yfyRoi6tzGFtwmJABYHZqQE","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:32:29.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13543/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.171.51/tcp/36323/p2p/16Uiu2HAmUh4q7bvnWHgACQyeU23q5SRSohN7UuUqnBgvRW3EHc7P","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-161-g09618a","origin":"Discv5"},{"multiaddr":"/ip4/172.18.62.83/tcp/51264/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:32:29.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46719/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.78.215/tcp/47060/p2p/16Uiu2HAmG8438XZyD2eGc6C3Mx7iBAXKZmozKFUBhZo8ebHB15AB","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.128.62/tcp/13544/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:32:29.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21551/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:29.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.62.83/tcp/46720/p2p/16Uiu2HAm25HG6hfNMbpASyc3MZjezcxhBhCYFJnw9NNK85QCkUTR","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.128.62/tcp/13544/p2p/16Uiu2HAmMM1ubfTGZqHJBeM2Qkmr8dG1mVnpHNvUPNRyiv79JG1r","protocols":["/vac/waku/relay/2.0.0","/vac/waku/filter-subscribe/2.0.0-beta1"],"shards":[0],"connected":"NotConnected","agent":"","origin":"Discv5"}]'
|
||||
2026-03-04 04:32:29.878 DEBUG [src.libs.common] Sleeping for 60 seconds
|
||||
2026-03-04 04:33:29.878 DEBUG [tests.e2e.test_e2e] 3 Nodes publish 12 message
|
||||
2026-03-04 04:33:29.879 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:29.879 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:29.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:29.894 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:30.095 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:32.095 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:32.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:32.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:32.108 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:32.310 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:34.311 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:34.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:34.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:34.322 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:34.526 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:36.526 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:36.527 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:36.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:36.540 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:36.741 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:38.741 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:38.742 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:38.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:38.757 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:38.958 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:40.959 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:40.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:40.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:40.971 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:41.179 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:43.180 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:43.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:43.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:43.191 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:43.395 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:45.396 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:45.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:45.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:45.409 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:45.611 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:47.612 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:47.614 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:47.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:47.629 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:47.830 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:49.830 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:49.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:49.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:49.840 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:50.042 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:52.043 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:52.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:52.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:52.055 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:52.259 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:54.260 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:54.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:54.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:54.276 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:54.476 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-03-04 04:33:56.477 DEBUG [tests.e2e.test_e2e] Node5 requests messages of subscribed filter topic /waku/2/rs/3/1
|
||||
2026-03-04 04:33:56.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21551/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:56.480 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":1772598809878943290,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598812095766576,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598814310925915,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598816526631722,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598818741756065,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598820959436323,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598823180326232,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598825395980251,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598827612597631,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598829830728340,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598832042912608,"ephemeral":false},{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1772598834259826846,"ephemeral":false}]'
|
||||
2026-03-04 04:33:56.480 DEBUG [tests.e2e.test_e2e] Response for node 5 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598809878943290, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598812095766576, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598814310925915, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598816526631722, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598818741756065, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598820959436323, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598823180326232, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598825395980251, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598827612597631, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598829830728340, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598832042912608, 'ephemeral': False}, {'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598834259826846, 'ephemeral': False}]
|
||||
2026-03-04 04:33:56.482 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:56.483 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:56.484 DEBUG [src.node.waku_node] Stopping container with id de64e8722bff
|
||||
2026-03-04 04:33:57.107 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:57.108 DEBUG [src.node.waku_node] Stopping container with id c7e542ad1276
|
||||
2026-03-04 04:33:57.700 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:57.702 DEBUG [src.node.waku_node] Stopping container with id 540345e8280c
|
||||
2026-03-04 04:33:57.927 ERROR [src.node.docker_mananger] Max retries reached for container de64e8722bff. Exiting log stream.
|
||||
2026-03-04 04:33:58.278 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:58.280 DEBUG [src.node.waku_node] Stopping container with id 0798b13d08ac
|
||||
2026-03-04 04:33:58.513 ERROR [src.node.docker_mananger] Max retries reached for container c7e542ad1276. Exiting log stream.
|
||||
2026-03-04 04:33:59.092 ERROR [src.node.docker_mananger] Max retries reached for container 540345e8280c. Exiting log stream.
|
||||
2026-03-04 04:34:08.881 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:08.882 DEBUG [src.node.waku_node] Stopping container with id e69cb63ff9de
|
||||
2026-03-04 04:34:09.456 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:09.460 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:09.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:09.603 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:09.677 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:09.763 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:09.786 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
64
nim/1103/data/attachments/1ac3784c21bd5d94.txt
Normal file
64
nim/1103/data/attachments/1ac3784c21bd5d94.txt
Normal file
@ -0,0 +1,64 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_without_subscribing_via_api_works with id: 2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.108.93
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58569', '58570', '58571', '58572', '58573']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58569:58569 -p 58570:58570 -p 58571:58571 -p 58572:58572 -p 58573:58573 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58571 --rest-port=58569 --tcp-port=58570 --discv5-udp-port=58572 --rest-address=0.0.0.0 --nat=extip:172.18.108.93 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3f09dbda0f12bcfecf76ea6f6ddedc9cefb9f0bab5c4c28b55b04bbc6c7ce767 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58573 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 94b611837248. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.108.93 waku 13506ed837bfcb6200e128e2961636957e0c2ac0b89b1ed17b5a5119e95dbef2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 13506ed837bf. Setting up logs at ./log/docker/node1_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58569
|
||||
[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 5e80a086e405. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58569/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58569/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.93/tcp/58570/p2p/16Uiu2HAmQMY8cVygjKkjpG4nthFC2nSbCYnkCCUCT8Mya6vhoNXa","/ip4/172.18.108.93/tcp/58571/ws/p2p/16Uiu2HAmQMY8cVygjKkjpG4nthFC2nSbCYnkCCUCT8Mya6vhoNXa"],"enrUri":"enr:-L24QD4mD-04ScZhTwqWIJLHuxdKqOfuxSgjTcEszMC_NLIaOMJnfXsFHh5XMJJiJsGpqfChDq-n_ijQwkC4QhOOqisCgmlkgnY0gmlwhKwSbF2KbXVsdGlhZGRyc5YACASsEmxdBuTKAAoErBJsXQbky90DgnJzhQACAQAAiXNlY3AyNTZrMaEDrdO5U5QyXe8uErVyTfAtVDMBDeSFlfV9D6ot1K07CHGDdGNwguTKg3VkcILkzIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.159.245
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45348', '45349', '45350', '45351', '45352']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45348:45348 -p 45349:45349 -p 45350:45350 -p 45351:45351 -p 45352:45352 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45350 --rest-port=45348 --tcp-port=45349 --discv5-udp-port=45351 --rest-address=0.0.0.0 --nat=extip:172.18.159.245 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e83ddbddb6f584742ecba44427232a8ccc93b48ec1eaca80e6c1fadeea3bed1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45352 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD4mD-04ScZhTwqWIJLHuxdKqOfuxSgjTcEszMC_NLIaOMJnfXsFHh5XMJJiJsGpqfChDq-n_ijQwkC4QhOOqisCgmlkgnY0gmlwhKwSbF2KbXVsdGlhZGRyc5YACASsEmxdBuTKAAoErBJsXQbky90DgnJzhQACAQAAiXNlY3AyNTZrMaEDrdO5U5QyXe8uErVyTfAtVDMBDeSFlfV9D6ot1K07CHGDdGNwguTKg3VkcILkzIV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.245 waku 6f366947762ff4b892f06462875647ebf91e5202e629f973ca4647bdcef4e244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6f366947762f. Setting up logs at ./log/docker/node2_2026-03-04_04-35-58__128ebf8a-3d76-4ace-9d29-e28d89ed8474__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45348
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45348/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45348/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.245/tcp/45349/p2p/16Uiu2HAmBLxuNZp8ihG4ByPP45aPbkPhuCePJMLgYqGgQ9gJFvPM","/ip4/172.18.159.245/tcp/45350/ws/p2p/16Uiu2HAmBLxuNZp8ihG4ByPP45aPbkPhuCePJMLgYqGgQ9gJFvPM"],"enrUri":"enr:-L24QAyqrSUz2SSXcpGsXKpFZIJjw9a4H6GopdrrKi_NwHt9SOZyEZ0jL0ICnIqHdGMOG8Us1xb-sMXDmr0M3JoacqoCgmlkgnY0gmlwhKwSn_WKbXVsdGlhZGRyc5YACASsEp_1BrElAAoErBKf9QaxJt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7IY4-Tweyhw4AJrA8BiAEvriyFMXU38ul2YVwsvJraSDdGNwgrElg3VkcIKxJ4V3YWt1MgE"}'
|
||||
[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:45348/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.108.93/tcp/58570/p2p/16Uiu2HAmQMY8cVygjKkjpG4nthFC2nSbCYnkCCUCT8Mya6vhoNXa"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58569/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45348/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 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 13506ed837bf
|
||||
[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 6f366947762f
|
||||
[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/1103/data/attachments/1b371dead9d13f06.txt
Normal file
39
nim/1103/data/attachments/1b371dead9d13f06.txt
Normal file
@ -0,0 +1,39 @@
|
||||
2026-03-04 04:36:47.456 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:36:47.457 DEBUG [tests.conftest] Running test: test_verify_node_version2 with id: 2026-03-04_04-36-47__dd5eab2b-f354-4bf8-956b-303fbd5cd8f9
|
||||
2026-03-04 04:36:47.457 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:36:47.458 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:36:47.458 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:36:47.468 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:47.468 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-36-47__dd5eab2b-f354-4bf8-956b-303fbd5cd8f9__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:47.468 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:36:47.468 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:36:47.470 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:47.470 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:47.472 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:47.472 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.138
|
||||
2026-03-04 04:36:47.472 DEBUG [src.node.docker_mananger] Generated ports ['37412', '37413', '37414', '37415', '37416']
|
||||
2026-03-04 04:36:47.472 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:47.472 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:47.472 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:47.472 DEBUG [src.node.docker_mananger] docker run -i -t -p 37412:37412 -p 37413:37413 -p 37414:37414 -p 37415:37415 -p 37416:37416 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37414 --rest-port=37412 --tcp-port=37413 --discv5-udp-port=37415 --rest-address=0.0.0.0 --nat=extip:172.18.246.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b5c42f48fedf17edb4c07a40a5ca0efd05f3e3b2c0aedb8a2e8a7e54de7ce9ff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37416 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:36:47.664 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.138 waku ffe6207b83a3fad610595eeb7eecb68718b4d9ed1d26ccda083dce7ef0af2ee7
|
||||
2026-03-04 04:36:47.698 DEBUG [src.node.docker_mananger] Container started with ID ffe6207b83a3. Setting up logs at ./log/docker/node1_2026-03-04_04-36-47__dd5eab2b-f354-4bf8-956b-303fbd5cd8f9__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:47.698 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37412
|
||||
2026-03-04 04:36:47.699 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:47.715 ERROR [src.node.docker_mananger] Max retries reached for container f9ce0daa8575. Exiting log stream.
|
||||
2026-03-04 04:36:48.281 ERROR [src.node.docker_mananger] Max retries reached for container b2d6c2dbdd14. Exiting log stream.
|
||||
2026-03-04 04:36:48.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37412/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:48.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:48.703 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:48.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37412/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:48.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.138/tcp/37413/p2p/16Uiu2HAm1QzJo5WPYitG9C8VkZD1gJqUGksc59hyYEZKbdyMaymC","/ip4/172.18.246.138/tcp/37414/ws/p2p/16Uiu2HAm1QzJo5WPYitG9C8VkZD1gJqUGksc59hyYEZKbdyMaymC"],"enrUri":"enr:-L24QN9yPXW8zibxRRJaph1TfGWVdXKwgg1XMCEb8LINrVNAbOs-lSBDBSM6EHGShSoAPZpjl8ICK0KkczS37df7WT4CgmlkgnY0gmlwhKwS9oqKbXVsdGlhZGRyc5YACASsEvaKBpIlAAoErBL2igaSJt0DgnJzhQADAQAAiXNlY3AyNTZrMaECWPlDi7nbDK6I_-jKZ5pOwIBvlJQwRrtLp7Z9VPClrUuDdGNwgpIlg3VkcIKSJ4V3YWt1MgE"}'
|
||||
2026-03-04 04:36:48.705 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:48.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37412/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:48.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:36:48.708 DEBUG [tests.rest_flags.test_debug_flags] version of created node is v0.36.0-161-g09618a
|
||||
2026-03-04 04:36:48.710 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:36:48.711 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:36:48.711 DEBUG [src.node.waku_node] Stopping container with id ffe6207b83a3
|
||||
2026-03-04 04:36:49.261 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:49.263 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:49.264 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1103/data/attachments/1b6b2ec0cb73fda.txt
Normal file
77
nim/1103/data/attachments/1b6b2ec0cb73fda.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-03-04 04:33:37.231 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:37.232 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/2/1] with id: 2026-03-04_04-33-37__696aa76f-1ed5-4a9f-b175-0846a8015a46
|
||||
2026-03-04 04:33:37.233 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:37.233 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:33:37.234 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:33:37.245 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:37.245 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-37__696aa76f-1ed5-4a9f-b175-0846a8015a46__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:37.245 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:37.245 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.64
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.docker_mananger] Generated ports ['27015', '27016', '27017', '27018', '27019']
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:37.247 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:37.247 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:37.248 DEBUG [src.node.docker_mananger] docker run -i -t -p 27015:27015 -p 27016:27016 -p 27017:27017 -p 27018:27018 -p 27019:27019 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27017 --rest-port=27015 --tcp-port=27016 --discv5-udp-port=27018 --rest-address=0.0.0.0 --nat=extip:172.18.26.64 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=db9fadeac4e53ddbc3ac5b7dcf54ad764ae2f9637db8b9b6ad9a1df04baaefdf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27019 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:33:37.443 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.64 waku 82f113933bfadb8cb585f1293ed8af54c0e30abf27fb99f58c17db9b8289492e
|
||||
2026-03-04 04:33:37.464 ERROR [src.node.docker_mananger] Max retries reached for container d17da394ee7e. Exiting log stream.
|
||||
2026-03-04 04:33:37.479 DEBUG [src.node.docker_mananger] Container started with ID 82f113933bfa. Setting up logs at ./log/docker/node1_2026-03-04_04-33-37__696aa76f-1ed5-4a9f-b175-0846a8015a46__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:37.479 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27015
|
||||
2026-03-04 04:33:37.480 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:38.055 ERROR [src.node.docker_mananger] Max retries reached for container efa13feb58c1. Exiting log stream.
|
||||
2026-03-04 04:33:38.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27015/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:38.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:38.483 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:38.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27015/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:38.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.64/tcp/27016/p2p/16Uiu2HAkvCrqU1s3QRjLTN1GFJaLzzk69oJWgAA6c9daDJpEgiJa","/ip4/172.18.26.64/tcp/27017/ws/p2p/16Uiu2HAkvCrqU1s3QRjLTN1GFJaLzzk69oJWgAA6c9daDJpEgiJa"],"enrUri":"enr:-L24QAH6a5nw29GpBdwICQn8FNcoIQCsJXnFo5MnqwW0m4zQNGUXd3LlZjmO_nX4WPv2MhTWq3778hnNZoSy7htFmAcCgmlkgnY0gmlwhKwSGkCKbXVsdGlhZGRyc5YACASsEhpABmmIAAoErBIaQAZpid0DgnJzhQACAQAAiXNlY3AyNTZrMaECC5NpbL22sOVfvUrJCOm4acrK8amvI5sfVdofmhMUlkeDdGNwgmmIg3VkcIJpioV3YWt1MgU"}'
|
||||
2026-03-04 04:33:38.486 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:38.493 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:38.494 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-37__696aa76f-1ed5-4a9f-b175-0846a8015a46__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:38.494 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:38.494 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:38.495 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:38.495 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.230
|
||||
2026-03-04 04:33:38.496 DEBUG [src.node.docker_mananger] Generated ports ['17685', '17686', '17687', '17688', '17689']
|
||||
2026-03-04 04:33:38.496 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:33:38.496 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:33:38.496 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:38.496 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:38.496 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:38.496 DEBUG [src.node.docker_mananger] docker run -i -t -p 17685:17685 -p 17686:17686 -p 17687:17687 -p 17688:17688 -p 17689:17689 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17687 --rest-port=17685 --tcp-port=17686 --discv5-udp-port=17688 --rest-address=0.0.0.0 --nat=extip:172.18.68.230 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b0e916eda1a7cffaebcfd2c0a8fcbcbeadb7d904b5dcdd0586e3ebdfc2cd00d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17689 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAH6a5nw29GpBdwICQn8FNcoIQCsJXnFo5MnqwW0m4zQNGUXd3LlZjmO_nX4WPv2MhTWq3778hnNZoSy7htFmAcCgmlkgnY0gmlwhKwSGkCKbXVsdGlhZGRyc5YACASsEhpABmmIAAoErBIaQAZpid0DgnJzhQACAQAAiXNlY3AyNTZrMaECC5NpbL22sOVfvUrJCOm4acrK8amvI5sfVdofmhMUlkeDdGNwgmmIg3VkcIJpioV3YWt1MgU
|
||||
2026-03-04 04:33:38.692 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.230 waku 4c9e9bc0c4d639f2c87a499ed87ffb6c1440d92ed0565a8e5fe7a3b012726849
|
||||
2026-03-04 04:33:38.727 DEBUG [src.node.docker_mananger] Container started with ID 4c9e9bc0c4d6. Setting up logs at ./log/docker/node2_2026-03-04_04-33-37__696aa76f-1ed5-4a9f-b175-0846a8015a46__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:38.727 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17685
|
||||
2026-03-04 04:33:38.727 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:39.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17685/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:39.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:39.748 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:39.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17685/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:39.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.230/tcp/17686/p2p/16Uiu2HAmUbJHBLSdTP2DyhrqfFYpZ7XSVBueTjmz3XUGq9YqiCRf","/ip4/172.18.68.230/tcp/17687/ws/p2p/16Uiu2HAmUbJHBLSdTP2DyhrqfFYpZ7XSVBueTjmz3XUGq9YqiCRf"],"enrUri":"enr:-L24QD5RXtdPdz21-da1irRMFTrdlNjxTSO1tyrOfRPJ7KjcXURip04BNNwA9BGADFfiCVGWQ6B78tlNUlWUHkpCyx4CgmlkgnY0gmlwhKwSROaKbXVsdGlhZGRyc5YACASsEkTmBkUWAAoErBJE5gZFF90DgnJzhQACAQAAiXNlY3AyNTZrMaED7MjwqwFgDhADWXJTda_U8mGWNsya2aSwSlx4JNfWJuqDdGNwgkUWg3VkcIJFGIV3YWt1MgE"}'
|
||||
2026-03-04 04:33:39.757 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:39.757 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17685/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.64/tcp/27016/p2p/16Uiu2HAkvCrqU1s3QRjLTN1GFJaLzzk69oJWgAA6c9daDJpEgiJa"]'
|
||||
2026-03-04 04:33:39.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:39.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27015/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
2026-03-04 04:33:39.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:39.767 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17685/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
2026-03-04 04:33:39.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:39.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27015/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:39.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:39.781 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:39.882 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:39.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27015/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:39.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598819773722197,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:39.886 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:39.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17685/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:39.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598819773722197,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:39.891 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:39.892 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:39.892 DEBUG [src.node.waku_node] Stopping container with id 82f113933bfa
|
||||
2026-03-04 04:33:40.456 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:40.457 DEBUG [src.node.waku_node] Stopping container with id 4c9e9bc0c4d6
|
||||
2026-03-04 04:33:41.031 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:41.032 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:41.038 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:41.043 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
625
nim/1103/data/attachments/1bb183e3a5bca610.txt
Normal file
625
nim/1103/data/attachments/1bb183e3a5bca610.txt
Normal file
@ -0,0 +1,625 @@
|
||||
WRN 2026-03-04 04:32:41.179+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:431
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2026-03-04 04:32:41.179+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:466 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2026-03-04 04:32:41.180+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:157 relay=false rlnRelay=false store=false filter=false lightPush=false peerExchange=true rendezvous=true
|
||||
INF 2026-03-04 04:32:41.180+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:166 cluster=2
|
||||
INF 2026-03-04 04:32:41.180+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:169 shard=0
|
||||
INF 2026-03-04 04:32:41.180+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:173 node=enr:-L24QOyuhlHi5KjT8EiGt4IZRmM8TIXhEmnXOsbH3SKSCUhVPVx1A91D5PalIIsyqgqHwfQSxDHdQIBFVu1AENzERAICgmlkgnY0gmlwhKwSl6WKbXVsdGlhZGRyc5YACASsEpelBnDTAAoErBKXpQZw1N0DgnJzhQACAQAAiXNlY3AyNTZrMaECbHtjxuASgLi8eycgVscP48Dmc_dxVekL8VMBBMUvVCCDdGNwgnDTg3VkcIJw1YV3YWt1MgU
|
||||
INF 2026-03-04 04:32:41.181+00:00 Setting up storage tid=1 file=node_factory.nim:533
|
||||
INF 2026-03-04 04:32:41.181+00:00 Initializing node tid=1 file=node_factory.nim:542
|
||||
TRC 2026-03-04 04:32:41.182+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2026-03-04 04:32:41.182+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2026-03-04 04:32:41.182+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2026-03-04 04:32:41.182+00:00 no peer storage found tid=1 file=peer_manager.nim:1221
|
||||
INF 2026-03-04 04:32:41.182+00:00 Initializing networking tid=1 file=waku_node.nim:228 addrs="@[/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/ws]"
|
||||
INF 2026-03-04 04:32:41.182+00:00 Mounting protocols tid=1 file=node_factory.nim:548
|
||||
INF 2026-03-04 04:32:41.182+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=2 shards="[0]"
|
||||
TRC 2026-03-04 04:32:41.182+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2026-03-04 04:32:41.183+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2026-03-04 04:32:41.183+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2026-03-04 04:32:41.183+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:305 clusterId=2 shardCount=1
|
||||
INF 2026-03-04 04:32:41.183+00:00 Shards created from content topics tid=1 file=node_factory.nim:334 contentTopics="[/myapp/1/latest/proto]" shards="[/waku/2/rs/2/0]"
|
||||
INF 2026-03-04 04:32:41.183+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:433
|
||||
INF 2026-03-04 04:32:41.183+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:206 clusterId=2 shards="[0, 0]" capabilities=[] wakuPeerRecord="(peerId: 16U*UfD1wP, seqNo: 1772598761, addresses: [/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/ws], mixKey: )"
|
||||
TRC 2026-03-04 04:32:41.183+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2026-03-04 04:32:41.183+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:419
|
||||
INF 2026-03-04 04:32:41.183+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=2
|
||||
INF 2026-03-04 04:32:41.183+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2026-03-04 04:32:41.184+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2026-03-04 04:32:41.184+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
||||
INF 2026-03-04 04:32:41.184+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
||||
INF 2026-03-04 04:32:41.184+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
||||
TRC 2026-03-04 04:32:41.184+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
||||
INF 2026-03-04 04:32:41.184+00:00 Adding peer to service slots topics="waku node peer_manager" tid=1 file=peer_manager.nim:283 peerId=16U*siNQi3 addr=/ip4/172.18.151.165/tcp/28883 service=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:41.184+00:00 Adding peer to manager topics="waku node peer_manager" tid=1 file=peer_manager.nim:156 peerId=16U*siNQi3 addresses="[/ip4/172.18.151.165/tcp/28883]" origin=UnknownOrigin
|
||||
INF 2026-03-04 04:32:41.184+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
||||
TRC 2026-03-04 04:32:41.184+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:221 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
||||
INF 2026-03-04 04:32:41.185+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
||||
NTC 2026-03-04 04:32:41.185+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:25922
|
||||
INF 2026-03-04 04:32:41.185+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:25922/
|
||||
INF 2026-03-04 04:32:41.185+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:127
|
||||
INF 2026-03-04 04:32:41.185+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:367
|
||||
INF 2026-03-04 04:32:41.185+00:00 Running nwaku node tid=1 file=node_factory.nim:465 version=v0.36.0-161-g09618a
|
||||
INF 2026-03-04 04:32:41.185+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:626 version=v0.36.0-161-g09618a
|
||||
INF 2026-03-04 04:32:41.185+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:127 interval=10s
|
||||
INF 2026-03-04 04:32:41.185+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:227
|
||||
INF 2026-03-04 04:32:41.185+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
||||
INF 2026-03-04 04:32:41.186+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
||||
DBG 2026-03-04 04:32:41.186+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:363 peerInfo="(peerId: 16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP, listenAddrs: [/ip4/0.0.0.0/tcp/25924/ws, /ip4/0.0.0.0/tcp/25923], 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-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-161-g09618a)"
|
||||
TRC 2026-03-04 04:32:41.186+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:116
|
||||
TRC 2026-03-04 04:32:41.186+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:140 address=/ip4/0.0.0.0/tcp/25923
|
||||
TRC 2026-03-04 04:32:41.186+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/25923]
|
||||
DBG 2026-03-04 04:32:41.186+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
||||
TRC 2026-03-04 04:32:41.186+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:154
|
||||
TRC 2026-03-04 04:32:41.187+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:49 address=@[/ip4/0.0.0.0/tcp/25924/ws]
|
||||
TRC 2026-03-04 04:32:41.187+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:262 host=0.0.0.0:25924
|
||||
TRC 2026-03-04 04:32:41.187+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:204 addresses="[/ip4/0.0.0.0/tcp/25924/ws]"
|
||||
INF 2026-03-04 04:32:41.187+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:207
|
||||
TRC 2026-03-04 04:32:41.187+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:231
|
||||
TRC 2026-03-04 04:32:41.187+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:160
|
||||
DBG 2026-03-04 04:32:41.187+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:272
|
||||
TRC 2026-03-04 04:32:41.187+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:279
|
||||
TRC 2026-03-04 04:32:41.187+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:194
|
||||
WRN 2026-03-04 04:32:41.188+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:626
|
||||
DBG 2026-03-04 04:32:41.188+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:403 peer="(peerId: 16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP, listenAddrs: [/ip4/0.0.0.0/tcp/25923, /ip4/0.0.0.0/tcp/25924/ws], addrs: [/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/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-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-161-g09618a)"
|
||||
INF 2026-03-04 04:32:41.188+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:479 peerId=16U*UfD1wP addrs="[/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/ws]"
|
||||
INF 2026-03-04 04:32:41.188+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:502 full=[/ip4/0.0.0.0/tcp/25923/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP][/ip4/0.0.0.0/tcp/25924/ws/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP] localIp=172.17.0.3 switchAddress="@[/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/ws]"
|
||||
INF 2026-03-04 04:32:41.188+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:504 full=[/ip4/172.18.62.92/tcp/25923/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP][/ip4/172.18.62.92/tcp/25924/ws/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP]
|
||||
INF 2026-03-04 04:32:41.188+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:505 enr=enr:-LO4QGD-jvujjS2AvUNmRhamvKYP9_Xf1PnDeYHOxIEdxILdIoZjUDRV1WRNMHRSMOjJN7bKT5nSJbPEdSDpaGok0h4BgmlkgnY0gmlwhKwSPlyKbXVsdGlhZGRyc4wACgSsEj5cBmVE3QOCcnOFAAIBAACJc2VjcDI1NmsxoQJMjOH0VvLU465bpO_dP4a4f_7sun2yBMwR-RRep1WaMoN0Y3CCZUODdWRwgmVFhXdha3UyAA
|
||||
INF 2026-03-04 04:32:41.188+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:682
|
||||
INF 2026-03-04 04:32:41.189+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:479 peerId=16U*UfD1wP addrs="[/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/ws]"
|
||||
INF 2026-03-04 04:32:41.189+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:502 full=[/ip4/0.0.0.0/tcp/25923/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP][/ip4/0.0.0.0/tcp/25924/ws/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP] localIp=172.17.0.3 switchAddress="@[/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/ws]"
|
||||
INF 2026-03-04 04:32:41.189+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:504 full=[/ip4/172.18.62.92/tcp/25923/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP][/ip4/172.18.62.92/tcp/25924/ws/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP]
|
||||
INF 2026-03-04 04:32:41.189+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:505 enr=enr:-LO4QGD-jvujjS2AvUNmRhamvKYP9_Xf1PnDeYHOxIEdxILdIoZjUDRV1WRNMHRSMOjJN7bKT5nSJbPEdSDpaGok0h4BgmlkgnY0gmlwhKwSPlyKbXVsdGlhZGRyc4wACgSsEj5cBmVE3QOCcnOFAAIBAACJc2VjcDI1NmsxoQJMjOH0VvLU465bpO_dP4a4f_7sun2yBMwR-RRep1WaMoN0Y3CCZUODdWRwgmVFhXdha3UyAA
|
||||
INF 2026-03-04 04:32:41.190+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:301 enr=enr:-L24QEmmvaE2CNS92L_Op5Xu7DSf7gYDFFYaOJ7T83Gap1OqMQAHITqzwuKlum5bgqHfQMR2kuBXP_S7BEIj8PQkiroCgmlkgnY0gmlwhKwSPlyKbXVsdGlhZGRyc5YACASsEj5cBmVDAAoErBI-XAZlRN0DgnJzhQACAQAAiXNlY3AyNTZrMaECTIzh9Fby1OOuW6Tv3T-GuH_-7Lp9sgTMEfkUXqdVmjKDdGNwgmVDg3VkcIJlRYV3YWt1MgA record="(2, id: \"v4\", ip: 172.18.62.92, multiaddrs: 0x000804AC123E5C066543000A04AC123E5C066544DD03, rs: 0x0002010000, secp256k1: 0x024C8CE1F456F2D4E3AE5BA4EFDD3F86B87FFEECBA7DB204CC11F9145EA7559A32, tcp: 25923, udp: 25925, waku2: 0x00)"
|
||||
TRC 2026-03-04 04:32:41.191+00:00 Adding peer to manager topics="waku node peer_manager" tid=1 file=peer_manager.nim:156 peerId=16U*siNQi3 addresses="[/ip4/172.18.151.165/tcp/28883]" origin=Discv5
|
||||
INF 2026-03-04 04:32:41.191+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2026-03-04 04:32:41.191+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
||||
INF 2026-03-04 04:32:41.191+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=25925
|
||||
TRC 2026-03-04 04:32:41.191+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
||||
INF 2026-03-04 04:32:41.192+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
||||
TRC 2026-03-04 04:32:41.192+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
INF 2026-03-04 04:32:41.192+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
||||
INF 2026-03-04 04:32:41.192+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QNUvmY71LU2QV6CyHVxH0gvroPLjnxZqfjsQqFwjV7kbeemfkic5YzY-msWNoCv7ltCjPzx4PVbCM08_uHncNDgDgmlkgnY0gmlwhKwSPlyKbXVsdGlhZGRyc5YACASsEj5cBmVDAAoErBI-XAZlRN0DgnJzhQACAQAAiXNlY3AyNTZrMaECTIzh9Fby1OOuW6Tv3T-GuH_-7Lp9sgTMEfkUXqdVmjKDdGNwgmVDg3VkcIJlRYV3YWt1MgA enr="(3, id: \"v4\", ip: 172.18.62.92, multiaddrs: 0x000804AC123E5C066543000A04AC123E5C066544DD03, rs: 0x0002010000, secp256k1: 0x024C8CE1F456F2D4E3AE5BA4EFDD3F86B87FFEECBA7DB204CC11F9145EA7559A32, tcp: 25923, udp: 25925, waku2: 0x00)"
|
||||
TRC 2026-03-04 04:32:41.192+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:101 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
INF 2026-03-04 04:32:41.192+00:00 Health monitor loop start tid=1 file=node_health_monitor.nim:516
|
||||
DBG 2026-03-04 04:32:41.193+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
||||
INF 2026-03-04 04:32:41.193+00:00 starting keepalive tid=1 file=node_health_monitor.nim:678 randomPeersKeepalive=10s allPeersKeepalive=2m
|
||||
TRC 2026-03-04 04:32:41.193+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:593
|
||||
INF 2026-03-04 04:32:41.194+00:00 REST services are installed tid=1 file=builder.nim:220
|
||||
INF 2026-03-04 04:32:41.194+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=25926
|
||||
INF 2026-03-04 04:32:41.195+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=25926
|
||||
INF 2026-03-04 04:32:41.195+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
||||
INF 2026-03-04 04:32:41.195+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:102
|
||||
TRC 2026-03-04 04:32:41.201+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:155 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
DBG 2026-03-04 04:32:42.209+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57258 meth=GET uri=/health
|
||||
DBG 2026-03-04 04:32:42.209+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57258 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
||||
DBG 2026-03-04 04:32:42.209+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57258 uri=/health content_type=application/json content_size=893
|
||||
DBG 2026-03-04 04:32:42.212+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57270 meth=GET uri=/debug/v1/info
|
||||
DBG 2026-03-04 04:32:42.212+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57270 meth=GET uri=/debug/v1/info path_params=[] query_params=[] content_body=(None)
|
||||
INF 2026-03-04 04:32:42.212+00:00 node info topics="waku node" tid=1 file=waku_node.nim:270 wakuInfo="(listenAddresses: [/ip4/172.18.62.92/tcp/25923/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP, /ip4/172.18.62.92/tcp/25924/ws/p2p/16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP], enrUri: enr:-L24QEmmvaE2CNS92L_Op5Xu7DSf7gYDFFYaOJ7T83Gap1OqMQAHITqzwuKlum5bgqHfQMR2kuBXP_S7BEIj8PQkiroCgmlkgnY0gmlwhKwSPlyKbXVsdGlhZGRyc5YACASsEj5cBmVDAAoErBI-XAZlRN0DgnJzhQACAQAAiXNlY3AyNTZrMaECTIzh9Fby1OOuW6Tv3T-GuH_-7Lp9sgTMEfkUXqdVmjKDdGNwgmVDg3VkcIJlRYV3YWt1MgA, mixPubKey: none(string))"
|
||||
DBG 2026-03-04 04:32:42.212+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:57270 uri=/debug/v1/info content_type=application/json content_size=471
|
||||
DBG 2026-03-04 04:32:42.215+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57280 meth=POST uri=/admin/v1/peers
|
||||
DBG 2026-03-04 04:32:42.230+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57280 meth=POST uri=/admin/v1/peers path_params=[] query_params=[] content_body="(application/json, 91 bytes)"
|
||||
TRC 2026-03-04 04:32:42.230+00:00 Connecting to peer topics="waku node peer_manager" tid=1 file=peer_manager.nim:320 wireAddr="[/ip4/172.18.151.165/tcp/28883]" peerId=16U*siNQi3 failedAttempts=0
|
||||
TRC 2026-03-04 04:32:42.230+00:00 connection not found topics="libp2p connmanager" tid=1 file=connmanager.nim:294 peerId=16U*siNQi3
|
||||
DBG 2026-03-04 04:32:42.230+00:00 Dialing peer topics="libp2p dialer" tid=1 file=dialer.nim:141 peerId=16U*siNQi3 addrs="[/ip4/172.18.151.165/tcp/28883]"
|
||||
DBG 2026-03-04 04:32:42.231+00:00 Expanded address and hostname topics="libp2p dialer" tid=1 file=dialer.nim:156 expandedAddress=/ip4/172.18.151.165/tcp/28883 hostname=172.18.151.165 resolvedAddresses="[/ip4/172.18.151.165/tcp/28883]"
|
||||
TRC 2026-03-04 04:32:42.231+00:00 Dialing address topics="libp2p dialer" tid=1 file=dialer.nim:49 addrs=/ip4/172.18.151.165/tcp/28883 peerId=16U*siNQi3 hostname=172.18.151.165
|
||||
TRC 2026-03-04 04:32:42.231+00:00 Dialing remote peer topics="libp2p tcptransport" tid=1 file=tcptransport.nim:298 address=/ip4/172.18.151.165/tcp/28883
|
||||
TRC 2026-03-04 04:32:42.231+00:00 Handling tcp connection topics="libp2p tcptransport" tid=1 file=tcptransport.nim:47 address=ok(/ip4/172.18.151.165/tcp/28883) dir=Out clients=0
|
||||
TRC 2026-03-04 04:32:42.231+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3aab objName=ChronosStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.231+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3aab timeout=10m
|
||||
TRC 2026-03-04 04:32:42.231+00:00 Upgrading connection topics="libp2p muxedupgrade" tid=1 file=muxedupgrade.nim:63 conn=:69a7b5ead5fe808ae24b3aab direction=Out
|
||||
TRC 2026-03-04 04:32:42.231+00:00 initiating handshake topics="libp2p upgrade" tid=1 file=multistream.nim:47 conn=:69a7b5ead5fe808ae24b3aab codec=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.231+00:00 selecting proto topics="libp2p upgrade" tid=1 file=multistream.nim:51 conn=:69a7b5ead5fe808ae24b3aab proto=/noise
|
||||
TRC 2026-03-04 04:32:42.232+00:00 multistream handshake success topics="libp2p upgrade" tid=1 file=multistream.nim:61 conn=:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.232+00:00 reading first requested proto topics="libp2p upgrade" tid=1 file=multistream.nim:68 conn=:69a7b5ead5fe808ae24b3aab s=/noise proto="[/noise]"
|
||||
TRC 2026-03-04 04:32:42.232+00:00 successfully selected topics="libp2p upgrade" tid=1 file=multistream.nim:70 conn=:69a7b5ead5fe808ae24b3aab proto=/noise
|
||||
TRC 2026-03-04 04:32:42.232+00:00 Securing connection topics="libp2p upgrade" tid=1 file=upgrade.nim:58 conn=:69a7b5ead5fe808ae24b3aab codec=/noise
|
||||
TRC 2026-03-04 04:32:42.232+00:00 Starting Noise handshake topics="libp2p noise" tid=1 file=noise.nim:495 conn=:69a7b5ead5fe808ae24b3aab initiator=true
|
||||
TRC 2026-03-04 04:32:42.232+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=f3d15e6108ed...2e0958dc002d
|
||||
TRC 2026-03-04 04:32:42.232+00:00 noise write e topics="libp2p noise" tid=1 file=noise.nim:231
|
||||
TRC 2026-03-04 04:32:42.233+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=eee0cc0df2c6...51085c32d70a
|
||||
TRC 2026-03-04 04:32:42.233+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=681fef241e2d...724b56a03f4d
|
||||
TRC 2026-03-04 04:32:42.233+00:00 sendHSMessage topics="libp2p noise" tid=1 file=noise.nim:329 conn=:69a7b5ead5fe808ae24b3aab size=32
|
||||
TRC 2026-03-04 04:32:42.233+00:00 Empty byte seq, nothing to write topics="libp2p chronosstream" tid=1 file=chronosstream.nim:138
|
||||
TRC 2026-03-04 04:32:42.234+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=:69a7b5ead5fe808ae24b3aab size=208
|
||||
TRC 2026-03-04 04:32:42.234+00:00 noise read e topics="libp2p noise" tid=1 file=noise.nim:272 size=208
|
||||
TRC 2026-03-04 04:32:42.234+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=055d68079a12...39dd627071d5
|
||||
TRC 2026-03-04 04:32:42.234+00:00 noise dh ee topics="libp2p noise" tid=1 file=noise.nim:245
|
||||
TRC 2026-03-04 04:32:42.234+00:00 mixKey topics="libp2p noise" tid=1 file=noise.nim:184 key=4838d3b4a672...9ce3bf4b9f3a
|
||||
TRC 2026-03-04 04:32:42.234+00:00 noise read s topics="libp2p noise" tid=1 file=noise.nim:285 size=176
|
||||
TRC 2026-03-04 04:32:42.234+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=ad6417cee958...342e5bdb46cd tagOut=ad6417cee958...342e5bdb46cd nonce=0
|
||||
TRC 2026-03-04 04:32:42.234+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=ae984bbb1f8c...e8e166607769
|
||||
TRC 2026-03-04 04:32:42.234+00:00 noise dh es topics="libp2p noise" tid=1 file=noise.nim:250
|
||||
TRC 2026-03-04 04:32:42.234+00:00 mixKey topics="libp2p noise" tid=1 file=noise.nim:184 key=741a01177b53...eba9be20a1a8
|
||||
TRC 2026-03-04 04:32:42.234+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=2c4bd414e2f9...bbd61000b66c tagOut=2c4bd414e2f9...bbd61000b66c nonce=0
|
||||
TRC 2026-03-04 04:32:42.234+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=257f8a0a72b2...acc67e44ab69
|
||||
TRC 2026-03-04 04:32:42.234+00:00 noise write s topics="libp2p noise" tid=1 file=noise.nim:240
|
||||
TRC 2026-03-04 04:32:42.234+00:00 encryptWithAd topics="libp2p noise" tid=1 file=noise.nim:150 tag=224a23ba0cc1c55fe66a6d2b6a830630 data=00a05131deb3...6d2b6a830630 nonce=1
|
||||
TRC 2026-03-04 04:32:42.234+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=adba160c164a...587a0d263b63
|
||||
TRC 2026-03-04 04:32:42.234+00:00 noise dh se topics="libp2p noise" tid=1 file=noise.nim:258
|
||||
TRC 2026-03-04 04:32:42.235+00:00 mixKey topics="libp2p noise" tid=1 file=noise.nim:184 key=708e0324a4b3...14868d530278
|
||||
TRC 2026-03-04 04:32:42.235+00:00 encryptWithAd topics="libp2p noise" tid=1 file=noise.nim:150 tag=ce0c35194eea0128c14c0f1d495adb5e data=dc52fa671146...0f1d495adb5e nonce=0
|
||||
TRC 2026-03-04 04:32:42.235+00:00 mixHash topics="libp2p noise" tid=1 file=noise.nim:192 hash=e473d09c446e...d2f1c139dd28
|
||||
TRC 2026-03-04 04:32:42.235+00:00 sendHSMessage topics="libp2p noise" tid=1 file=noise.nim:329 conn=:69a7b5ead5fe808ae24b3aab size=176
|
||||
TRC 2026-03-04 04:32:42.235+00:00 Remote signature verified topics="libp2p noise" tid=1 file=noise.nim:555 conn=:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.235+00:00 Remote peer id topics="libp2p noise" tid=1 file=noise.nim:560 pid=16Uiu2HAm2j98x6EiNhXTNNzxDrwGobyv9QEAFz8cxxtTJZsiNQi3
|
||||
TRC 2026-03-04 04:32:42.235+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3aac objName=SecureConn dir=Out
|
||||
TRC 2026-03-04 04:32:42.235+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=16U*siNQi3:69a7b5ead5fe808ae24b3aac timeout=5m
|
||||
TRC 2026-03-04 04:32:42.235+00:00 Noise handshake completed! topics="libp2p noise" tid=1 file=noise.nim:592 initiator=true peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.235+00:00 Muxing connection topics="libp2p muxedupgrade" tid=1 file=muxedupgrade.nim:34 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.235+00:00 initiating handshake topics="libp2p upgrade" tid=1 file=multistream.nim:47 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac codec=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.235+00:00 selecting proto topics="libp2p upgrade" tid=1 file=multistream.nim:51 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac proto=/yamux/1.0.0
|
||||
TRC 2026-03-04 04:32:42.236+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=36
|
||||
TRC 2026-03-04 04:32:42.236+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=70e291f3d739...be61f3ee25c9 tagOut=70e291f3d739...be61f3ee25c9 nonce=0
|
||||
TRC 2026-03-04 04:32:42.236+00:00 multistream handshake success topics="libp2p upgrade" tid=1 file=multistream.nim:61 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.236+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=30
|
||||
TRC 2026-03-04 04:32:42.236+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=d476612014ad...979994262494 tagOut=d476612014ad...979994262494 nonce=1
|
||||
TRC 2026-03-04 04:32:42.236+00:00 reading first requested proto topics="libp2p upgrade" tid=1 file=multistream.nim:68 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac s=/yamux/1.0.0 proto="[/yamux/1.0.0, /mplex/6.7.0]"
|
||||
TRC 2026-03-04 04:32:42.236+00:00 successfully selected topics="libp2p upgrade" tid=1 file=multistream.nim:70 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac proto=/yamux/1.0.0
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Found a muxer topics="libp2p muxedupgrade" tid=1 file=muxedupgrade.nim:50 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac muxerName=/yamux/1.0.0
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Starting yamux handler topics="libp2p yamux" tid=1 file=yamux.nim:559 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.236+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Upgraded connection topics="libp2p muxedupgrade" tid=1 file=muxedupgrade.nim:81 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aab sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aac direction=Out
|
||||
DBG 2026-03-04 04:32:42.236+00:00 Dial successful topics="libp2p dialer" tid=1 file=dialer.nim:92 peerId=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.236+00:00 About to trigger connection events topics="libp2p connmanager" tid=1 file=connmanager.nim:148 peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.236+00:00 About to trigger peer events topics="libp2p connmanager" tid=1 file=connmanager.nim:180 peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.236+00:00 triggering peer events topics="libp2p connmanager" tid=1 file=connmanager.nim:185 peer=16U*siNQi3 event="(kind: Joined, initiator: true)"
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Dialing (existing) topics="libp2p dialer" tid=1 file=dialer.nim:322 peerId=16U*siNQi3 protos="[/vac/waku/metadata/1.0.0]"
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3aad objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3aad timeout=5m
|
||||
TRC 2026-03-04 04:32:42.236+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=1 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.236+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Syn}, streamId: 1, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.236+00:00 Negotiating stream topics="libp2p dialer" tid=1 file=dialer.nim:285 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aad protos="[/vac/waku/metadata/1.0.0]"
|
||||
TRC 2026-03-04 04:32:42.236+00:00 initiating handshake topics="libp2p multistream" tid=1 file=multistream.nim:47 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aad codec=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.236+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 1, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.237+00:00 selecting proto topics="libp2p multistream" tid=1 file=multistream.nim:51 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aad proto=/vac/waku/metadata/1.0.0
|
||||
TRC 2026-03-04 04:32:42.237+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 1, length: 26}"
|
||||
TRC 2026-03-04 04:32:42.237+00:00 Stored muxer topics="libp2p connmanager" tid=1 file=connmanager.nim:347 muxer=16U*siNQi3:69a7b5ead5fe808ae24b3aac direction=Out peers=1
|
||||
TRC 2026-03-04 04:32:42.237+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3aae objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.237+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3aae timeout=5m
|
||||
TRC 2026-03-04 04:32:42.237+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=3 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.237+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Syn}, streamId: 3, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.237+00:00 initiating handshake topics="libp2p multistream" tid=1 file=multistream.nim:47 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae codec=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.237+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 3, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.237+00:00 selecting proto topics="libp2p multistream" tid=1 file=multistream.nim:51 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae proto=/ipfs/id/1.0.0
|
||||
TRC 2026-03-04 04:32:42.237+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 3, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.237+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.237+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=9bfbbadbeed9...9b611a9b84a7 tagOut=9bfbbadbeed9...9b611a9b84a7 nonce=2
|
||||
TRC 2026-03-04 04:32:42.237+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Syn}, streamId: 2, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.237+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3aaf objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.237+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3aaf timeout=5m
|
||||
TRC 2026-03-04 04:32:42.238+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=2 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.238+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Ack}, streamId: 2, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.238+00:00 Starting stream handler tid=1 file=muxedupgrade.nim:93 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.238+00:00 Starting multistream handler topics="libp2p multistream" tid=1 file=multistream.nim:175 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf handshaked=false
|
||||
TRC 2026-03-04 04:32:42.238+00:00 Starting multistream negotiation topics="libp2p multistream" tid=1 file=multistream.nim:132 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf handshaked=false
|
||||
TRC 2026-03-04 04:32:42.238+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.238+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.238+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=867d423888a2...bffe66dec44c tagOut=867d423888a2...bffe66dec44c nonce=3
|
||||
TRC 2026-03-04 04:32:42.238+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 2, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.238+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.238+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.238+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=54
|
||||
TRC 2026-03-04 04:32:42.238+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=c69dbeae0dcd...680520e214c2 tagOut=c69dbeae0dcd...680520e214c2 nonce=4
|
||||
TRC 2026-03-04 04:32:42.238+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 2, length: 26}"
|
||||
TRC 2026-03-04 04:32:42.238+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=192f7661632f...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.238+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.239+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.239+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=0c841a598fb5...54e03b4e13cb tagOut=0c841a598fb5...54e03b4e13cb nonce=5
|
||||
TRC 2026-03-04 04:32:42.239+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Syn}, streamId: 4, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.239+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3ab0 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.239+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3ab0 timeout=5m
|
||||
TRC 2026-03-04 04:32:42.239+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=4 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.239+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Ack}, streamId: 4, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.239+00:00 Starting stream handler tid=1 file=muxedupgrade.nim:93 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.239+00:00 Starting multistream handler topics="libp2p multistream" tid=1 file=multistream.nim:175 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 handshaked=false
|
||||
TRC 2026-03-04 04:32:42.239+00:00 Starting multistream negotiation topics="libp2p multistream" tid=1 file=multistream.nim:132 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 handshaked=false
|
||||
TRC 2026-03-04 04:32:42.239+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.239+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.239+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=557900f0fe64...14ab3050e025 tagOut=557900f0fe64...14ab3050e025 nonce=6
|
||||
TRC 2026-03-04 04:32:42.239+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.239+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.239+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.240+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=51
|
||||
TRC 2026-03-04 04:32:42.240+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=2afd03b5515a...bc5c3572da0b tagOut=2afd03b5515a...bc5c3572da0b nonce=7
|
||||
TRC 2026-03-04 04:32:42.240+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 23}"
|
||||
TRC 2026-03-04 04:32:42.240+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=162f7661632f...322e302e300a
|
||||
TRC 2026-03-04 04:32:42.240+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.240+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.240+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=8235e5e667b5...8fb70e6b0f0a tagOut=8235e5e667b5...8fb70e6b0f0a nonce=8
|
||||
TRC 2026-03-04 04:32:42.240+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf ms=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.240+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 2, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.240+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf ms=/vac/waku/metadata/1.0.0
|
||||
TRC 2026-03-04 04:32:42.240+00:00 found handler topics="libp2p multistream" tid=1 file=multistream.nim:164 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf protocol=/vac/waku/metadata/1.0.0
|
||||
TRC 2026-03-04 04:32:42.240+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 2, length: 26}"
|
||||
TRC 2026-03-04 04:32:42.240+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.240+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.240+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/vac/waku/relay/2.0.0
|
||||
TRC 2026-03-04 04:32:42.240+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/vac/waku/relay/2.0.0
|
||||
TRC 2026-03-04 04:32:42.240+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.241+00:00 found handler topics="libp2p multistream" tid=1 file=multistream.nim:189 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf protocol=/vac/waku/metadata/1.0.0
|
||||
TRC 2026-03-04 04:32:42.241+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Syn}, streamId: 6, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3ab1 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3ab1 timeout=5m
|
||||
TRC 2026-03-04 04:32:42.241+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=6 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.241+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Ack}, streamId: 6, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Starting stream handler tid=1 file=muxedupgrade.nim:93 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Starting multistream handler topics="libp2p multistream" tid=1 file=multistream.nim:175 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 handshaked=false
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Starting multistream negotiation topics="libp2p multistream" tid=1 file=multistream.nim:132 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 handshaked=false
|
||||
TRC 2026-03-04 04:32:42.241+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.241+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.241+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=cb03fc9592bf...6dc61924e711 tagOut=cb03fc9592bf...6dc61924e711 nonce=9
|
||||
TRC 2026-03-04 04:32:42.241+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 6, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.241+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.241+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.241+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=3b25788a47bd...708c521253f0 tagOut=3b25788a47bd...708c521253f0 nonce=10
|
||||
TRC 2026-03-04 04:32:42.241+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 6, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.241+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f69706673...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.241+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.241+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.241+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=853db38d56ae...fa075057a9dd tagOut=853db38d56ae...fa075057a9dd nonce=11
|
||||
TRC 2026-03-04 04:32:42.242+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Ack}, streamId: 1, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.242+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.242+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.242+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=8110d179f7ec...6c93f7eb4da7 tagOut=8110d179f7ec...6c93f7eb4da7 nonce=12
|
||||
TRC 2026-03-04 04:32:42.242+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Ack}, streamId: 3, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.242+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.242+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.242+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=7f6a56bead77...3d4b39728ce2 tagOut=7f6a56bead77...3d4b39728ce2 nonce=13
|
||||
TRC 2026-03-04 04:32:42.242+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 ms=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.242+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 6, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.242+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 ms=/ipfs/id/1.0.0
|
||||
TRC 2026-03-04 04:32:42.242+00:00 found handler topics="libp2p multistream" tid=1 file=multistream.nim:164 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 protocol=/ipfs/id/1.0.0
|
||||
TRC 2026-03-04 04:32:42.242+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 6, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.242+00:00 found handler topics="libp2p multistream" tid=1 file=multistream.nim:189 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 protocol=/ipfs/id/1.0.0
|
||||
TRC 2026-03-04 04:32:42.242+00:00 handling identify request topics="libp2p identify" tid=1 file=identify.nim:146 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.243+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 6, length: 329}"
|
||||
DBG 2026-03-04 04:32:42.243+00:00 identify: info sent topics="libp2p identify" tid=1 file=identify.nim:149 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1 info="(peerId: 16Uiu2HAkzaVZZzMHsPo6VqAn1T4bTq2yxtDrzZ3ZG7h5YrUfD1wP, listenAddrs: [/ip4/0.0.0.0/tcp/25923, /ip4/0.0.0.0/tcp/25924/ws], addrs: [/ip4/172.18.62.92/tcp/25923, /ip4/172.18.62.92/tcp/25924/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-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-161-g09618a)"
|
||||
TRC 2026-03-04 04:32:42.243+00:00 exiting identify handler topics="libp2p identify" tid=1 file=identify.nim:156 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.243+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.243+00:00 Closing yamux channel locally topics="libp2p yamux" tid=1 file=yamux.nim:204 streamId=6 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.243+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{Data, {Fin}, streamId: 6, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.243+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 1, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.243+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.243+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.243+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=54
|
||||
TRC 2026-03-04 04:32:42.243+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=341d2a0aba07...4504599ccf99 tagOut=341d2a0aba07...4504599ccf99 nonce=14
|
||||
TRC 2026-03-04 04:32:42.243+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 1, length: 26}"
|
||||
TRC 2026-03-04 04:32:42.243+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=192f7661632f...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.243+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.243+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.243+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=0069a9384212...4b268d679384 tagOut=0069a9384212...4b268d679384 nonce=15
|
||||
TRC 2026-03-04 04:32:42.243+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 3, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.244+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.244+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.244+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.244+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=05ad7d593935...831ab3438b8b tagOut=05ad7d593935...831ab3438b8b nonce=16
|
||||
TRC 2026-03-04 04:32:42.244+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 3, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.244+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f69706673...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.244+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.244+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=420
|
||||
TRC 2026-03-04 04:32:42.244+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=29bbd77eb8a2...de5cf678bb16 tagOut=29bbd77eb8a2...de5cf678bb16 nonce=17
|
||||
TRC 2026-03-04 04:32:42.244+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 3, length: 392}"
|
||||
TRC 2026-03-04 04:32:42.244+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=86030a250802...303936313861
|
||||
TRC 2026-03-04 04:32:42.244+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.244+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.244+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=1009818471d4...4c5db7ee5d01 tagOut=1009818471d4...4c5db7ee5d01 nonce=18
|
||||
TRC 2026-03-04 04:32:42.244+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {Fin}, streamId: 3, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.244+00:00 remote closed channel topics="libp2p yamux" tid=1 file=yamux.nim:643
|
||||
TRC 2026-03-04 04:32:42.244+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.245+00:00 multistream handshake success topics="libp2p multistream" tid=1 file=multistream.nim:61 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae
|
||||
TRC 2026-03-04 04:32:42.245+00:00 reading first requested proto topics="libp2p multistream" tid=1 file=multistream.nim:68 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae s=/ipfs/id/1.0.0 proto="[/ipfs/id/1.0.0]"
|
||||
TRC 2026-03-04 04:32:42.245+00:00 successfully selected topics="libp2p multistream" tid=1 file=multistream.nim:70 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae proto=/ipfs/id/1.0.0
|
||||
TRC 2026-03-04 04:32:42.245+00:00 multistream handshake success topics="libp2p multistream" tid=1 file=multistream.nim:61 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aad
|
||||
TRC 2026-03-04 04:32:42.245+00:00 reading first requested proto topics="libp2p multistream" tid=1 file=multistream.nim:68 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aad s=/vac/waku/metadata/1.0.0 proto="[/vac/waku/metadata/1.0.0]"
|
||||
TRC 2026-03-04 04:32:42.245+00:00 successfully selected topics="libp2p multistream" tid=1 file=multistream.nim:70 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aad proto=/vac/waku/metadata/1.0.0
|
||||
TRC 2026-03-04 04:32:42.245+00:00 initiating identify topics="libp2p identify" tid=1 file=identify.nim:170 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae
|
||||
DBG 2026-03-04 04:32:42.245+00:00 identify: info received topics="libp2p identify" tid=1 file=identify.nim:178 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aae pubkey=some(s...aa74)) addresses=/ip4/172.18.151.165/tcp/28883,/ip4/172.18.151.165/tcp/28884/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/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 observable_address=some(/ip4/172.18.62.92/tcp/50162) proto_version=ipfs/0.1.0 agent_version=nwaku-v0.36.0-161-g09618a signedPeerRecord=None
|
||||
TRC 2026-03-04 04:32:42.245+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3aae
|
||||
TRC 2026-03-04 04:32:42.245+00:00 Closing yamux channel locally topics="libp2p yamux" tid=1 file=yamux.nim:204 streamId=3 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.245+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{Data, {Fin}, streamId: 3, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.245+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3aae
|
||||
TRC 2026-03-04 04:32:42.246+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3aae
|
||||
TRC 2026-03-04 04:32:42.246+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3aae objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.246+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3aae objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.246+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 1, length: 8}"
|
||||
TRC 2026-03-04 04:32:42.246+00:00 About to trigger peer events topics="libp2p connmanager" tid=1 file=connmanager.nim:180 peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.246+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.246+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=13e81355a19e...737fb1af4e36 tagOut=13e81355a19e...737fb1af4e36 nonce=19
|
||||
TRC 2026-03-04 04:32:42.246+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.246+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e332e300a
|
||||
TRC 2026-03-04 04:32:42.246+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
DBG 2026-03-04 04:32:42.246+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=POST peer=172.17.0.1:57280 uri=/admin/v1/peers content_type=text/plain content_size=2
|
||||
TRC 2026-03-04 04:32:42.247+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.3.0
|
||||
TRC 2026-03-04 04:32:42.247+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.3.0
|
||||
TRC 2026-03-04 04:32:42.247+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.247+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=36
|
||||
TRC 2026-03-04 04:32:42.247+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=17e4f89b47bf...af7f67f58dd5 tagOut=17e4f89b47bf...af7f67f58dd5 nonce=20
|
||||
TRC 2026-03-04 04:32:42.247+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 2, length: 8}"
|
||||
TRC 2026-03-04 04:32:42.247+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=07080210001a0100
|
||||
TRC 2026-03-04 04:32:42.247+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
INF 2026-03-04 04:32:42.247+00:00 Received WakuMetadata request topics="waku metadata" tid=1 file=protocol.nim:86 remoteClusterId=some(2) remoteShards="[0]" localClusterId=2 localShards="[0]" peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.247+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 2, length: 8}"
|
||||
TRC 2026-03-04 04:32:42.247+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Closing yamux channel locally topics="libp2p yamux" tid=1 file=yamux.nim:204 streamId=2 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.248+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{Data, {Fin}, streamId: 2, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.248+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.248+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=b2c77cdb5f35...7e01ca835d14 tagOut=b2c77cdb5f35...7e01ca835d14 nonce=21
|
||||
TRC 2026-03-04 04:32:42.248+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {Fin}, streamId: 6, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.248+00:00 remote closed channel topics="libp2p yamux" tid=1 file=yamux.nim:643
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3ab1 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3ab1 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.248+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:309
|
||||
TRC 2026-03-04 04:32:42.248+00:00 Stream handler done tid=1 file=muxedupgrade.nim:100 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab1
|
||||
TRC 2026-03-04 04:32:42.248+00:00 finished handling stream topics="libp2p yamux" tid=1 file=yamux.nim:555
|
||||
TRC 2026-03-04 04:32:42.264+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.264+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=3e1387aa1cc5...75f28327e05e tagOut=3e1387aa1cc5...75f28327e05e nonce=22
|
||||
TRC 2026-03-04 04:32:42.264+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {Fin}, streamId: 2, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.264+00:00 remote closed channel topics="libp2p yamux" tid=1 file=yamux.nim:643
|
||||
TRC 2026-03-04 04:32:42.264+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.264+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3aaf objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3aaf objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.265+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:309
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Stream handler done tid=1 file=muxedupgrade.nim:100 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aaf
|
||||
TRC 2026-03-04 04:32:42.265+00:00 finished handling stream topics="libp2p yamux" tid=1 file=yamux.nim:555
|
||||
TRC 2026-03-04 04:32:42.265+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=36
|
||||
TRC 2026-03-04 04:32:42.265+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=8c40616830e8...452fe419c30e tagOut=8c40616830e8...452fe419c30e nonce=23
|
||||
TRC 2026-03-04 04:32:42.265+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 1, length: 8}"
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=07080210001a0100
|
||||
TRC 2026-03-04 04:32:42.265+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.265+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.265+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=9d5ccf867669...e212aa03c3d1 tagOut=9d5ccf867669...e212aa03c3d1 nonce=24
|
||||
TRC 2026-03-04 04:32:42.265+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {Fin}, streamId: 1, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.265+00:00 remote closed channel topics="libp2p yamux" tid=1 file=yamux.nim:643
|
||||
TRC 2026-03-04 04:32:42.265+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.265+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.265+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3aad
|
||||
TRC 2026-03-04 04:32:42.266+00:00 Closing yamux channel locally topics="libp2p yamux" tid=1 file=yamux.nim:204 streamId=1 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.266+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{Data, {Fin}, streamId: 1, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.266+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3aad
|
||||
TRC 2026-03-04 04:32:42.266+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3aad
|
||||
TRC 2026-03-04 04:32:42.266+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3aad objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.266+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3aad objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.266+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=eae0b21fbdc1...b07661d18db4 tagOut=eae0b21fbdc1...b07661d18db4 nonce=25
|
||||
TRC 2026-03-04 04:32:42.266+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.266+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e322e300a
|
||||
TRC 2026-03-04 04:32:42.266+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
DBG 2026-03-04 04:32:42.267+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=1
|
||||
TRC 2026-03-04 04:32:42.267+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.2.0
|
||||
TRC 2026-03-04 04:32:42.267+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.2.0
|
||||
TRC 2026-03-04 04:32:42.267+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.268+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.269+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=6af177173ebe...6c9e868d8cae tagOut=6af177173ebe...6c9e868d8cae nonce=26
|
||||
TRC 2026-03-04 04:32:42.269+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.269+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e312e300a
|
||||
TRC 2026-03-04 04:32:42.269+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.269+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.1.0
|
||||
TRC 2026-03-04 04:32:42.269+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.1.0
|
||||
TRC 2026-03-04 04:32:42.269+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.270+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.270+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=744269fe6d8b...8ae155ed62a5 tagOut=744269fe6d8b...8ae155ed62a5 nonce=27
|
||||
TRC 2026-03-04 04:32:42.270+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.270+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.270+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.270+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.0.0
|
||||
TRC 2026-03-04 04:32:42.270+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.0.0
|
||||
TRC 2026-03-04 04:32:42.270+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.270+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.270+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=18d1b67d69fd...d11994439d99 tagOut=18d1b67d69fd...d11994439d99 nonce=28
|
||||
TRC 2026-03-04 04:32:42.270+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.270+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e332e300a
|
||||
TRC 2026-03-04 04:32:42.270+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.270+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.3.0
|
||||
TRC 2026-03-04 04:32:42.270+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.3.0
|
||||
TRC 2026-03-04 04:32:42.270+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.271+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.271+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=5f63ba599b02...54cf6733e48e tagOut=5f63ba599b02...54cf6733e48e nonce=29
|
||||
TRC 2026-03-04 04:32:42.271+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.271+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e322e300a
|
||||
TRC 2026-03-04 04:32:42.271+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.272+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.2.0
|
||||
TRC 2026-03-04 04:32:42.272+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.2.0
|
||||
TRC 2026-03-04 04:32:42.272+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
DBG 2026-03-04 04:32:42.272+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:57292 meth=POST uri=/filter/v2/subscriptions
|
||||
TRC 2026-03-04 04:32:42.272+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.272+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=9027d1c4a1e2...6a3d1ee488d1 tagOut=9027d1c4a1e2...6a3d1ee488d1 nonce=30
|
||||
TRC 2026-03-04 04:32:42.272+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.272+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e312e300a
|
||||
TRC 2026-03-04 04:32:42.273+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.273+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.1.0
|
||||
TRC 2026-03-04 04:32:42.273+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.1.0
|
||||
TRC 2026-03-04 04:32:42.273+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
DBG 2026-03-04 04:32:42.273+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:57292 meth=POST uri=/filter/v2/subscriptions path_params=[] query_params=[] content_body="(application/json, 131 bytes)"
|
||||
INF 2026-03-04 04:32:42.273+00:00 post topics="waku node rest filter_api_v2" tid=1 file=handlers.nim:216 ROUTE_FILTER_SUBSCRIPTIONS=/filter/v2/subscriptions contentBody=some((contentType: application/json, data: @[123, 34, 114, 101, 113, 117, 101, 115, 116, 73, 100, 34, 58, 32, 34, 49, 57, 102, 102, 98, 55, 51, 98, 45, 50, 50, 101, 52, 45, 52, 51, 50, 97, 45, 98, 55, 102, 55, 45, 55, 54, 54, 49, 50, 99, 55, 100, 57, 97, 102, 48, 34, 44, 32, 34, 99, 111, 110, 116, 101, 110, 116, 70, 105, 108, 116, 101, 114, 115, 34, 58, 32, 91, 34, 47, 109, 121, 97, 112, 112, 47, 49, 47, 108, 97, 116, 101, 115, 116, 47, 112, 114, 111, 116, 111, 34, 93, 44, 32, 34, 112, 117, 98, 115, 117, 98, 84, 111, 112, 105, 99, 34, 58, 32, 34, 47, 119, 97, 107, 117, 47, 50, 47, 114, 115, 47, 50, 47, 48, 34, 125]))
|
||||
TRC 2026-03-04 04:32:42.273+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:226 protocol=/vac/waku/filter-subscribe/2.0.0-beta1 peers="["(peerId: 16U*siNQi3, addrs: [/ip4/172.18.151.165/tcp/28883, /ip4/172.18.151.165/tcp/28883, /ip4/172.18.151.165/tcp/28884/ws], enr: some((seqNum: 2, pairs: @[("id", (kind: kString, str: "v4")), ("ip", (kind: kBytes, bytes: @[172, 18, 151, 165])), ("multiaddrs", (kind: kBytes, bytes: @[0, 8, 4, 172, 18, 151, 165, 6, 112, 211, 0, 10, 4, 172, 18, 151, 165, 6, 112, 212, 221, 3])), ("rs", (kind: kBytes, bytes: @[0, 2, 1, 0, 0])), ("secp256k1", (kind: kBytes, bytes: @[2, 108, 123, 99, 198, 224, 18, 128, 184, 188, 123, 39, 32, 86, 199, 15, 227, 192, 230, 115, 247, 113, 85, 233, 11, 241, 83, 1, 4, 197, 47, 84, 32])), ("tcp", (kind: kNum, num: 28883)), ("udp", (kind: kNum, num: 28885)), ("waku2", (kind: kBytes, bytes: @[5]))], raw: @[248, 189, 184, 64, 236, 174, 134, 81, 226, 228, 168, 211, 240, 72, 134, 183, 130, 25, 70, 99, 60, 76, 133, 225, 18, 105, 215, 58, 198, 199, 221, 34, 146, 9, 72, 85, 61, 92, 117, 3, 221, 67, 228, 246, 165, 32, 139, 50, 170, 10, 135, 193, 244, 18, 196, 49, 221, 64, 128, 69, 86, 237, 64, 16, 220, 196, 68, 2, 2, 130, 105, 100, 130, 118, 52, 130, 105, 112, 132, 172, 18, 151, 165, 138, 109, 117, 108, 116, 105, 97, 100, 100, 114, 115, 150, 0, 8, 4, 172, 18, 151, 165, 6, 112, 211, 0, 10, 4, 172, 18, 151, 165, 6, 112, 212, 221, 3, 130, 114, 115, 133, 0, 2, 1, 0, 0, 137, 115, 101, 99, 112, 50, 53, 54, 107, 49, 161, 2, 108, 123, 99, 198, 224, 18, 128, 184, 188, 123, 39, 32, 86, 199, 15, 227, 192, 230, 115, 247, 113, 85, 233, 11, 241, 83, 1, 4, 197, 47, 84, 32, 131, 116, 99, 112, 130, 112, 211, 131, 117, 100, 112, 130, 112, 213, 133, 119, 97, 107, 117, 50, 5], publicKey: ...)), 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], mixPubKey: none(Curve25519Key), agent: nwaku-v0.36.0-161-g09618a, protoVersion: ipfs/0.1.0, publicKey: secp256k1 key (046c7b63c6e01280b8bc7b272056c70fe3c0e673f77155e90bf1530104c52f54204fbd9e9efa212d56f0142631a0ecf0aa557e8758c0d2594b5453cdbd242eaa74), connectedness: Connected, disconnectTime: 0, origin: Discv5, direction: Outbound, lastFailedConn: 0ns, numberFailedConn: 0)"]" address=139777250493904
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Got peer from service slots topics="waku node peer_manager" tid=1 file=peer_manager.nim:258 peerId=16U*siNQi3 multi=/ip4/172.18.151.165/tcp/28883 protocol=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
INF 2026-03-04 04:32:42.274+00:00 registering filter subscription to content topics="waku node rest filter_api_v2" tid=1 file=filter.nim:116 pubsubTopic=/waku/2/rs/2/0 contentTopics="[/myapp/1/latest/proto]" peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Sending filter subscribe request topics="waku filter client" tid=1 file=client.nim:39 peerId=16U*siNQi3 filterSubscribeRequest=FilterSubscribeRequest of req:8ae074e429124b47711d [SUBSCRIBE] pubsubTopic:some("/waku/2/rs/2/0") contentTopics:@["/myapp/1/latest/proto"]
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Dialing peer topics="waku node peer_manager" tid=1 file=peer_manager.nim:425 wireAddr="[/ip4/172.18.151.165/tcp/28883]" peerId=16U*siNQi3 proto=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Dialing (new) topics="libp2p dialer" tid=1 file=dialer.nim:362 peerId=16U*siNQi3 protos="[/vac/waku/filter-subscribe/2.0.0-beta1]"
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Reusing existing connection topics="libp2p dialer" tid=1 file=dialer.nim:171 muxer=16U*siNQi3:69a7b5ead5fe808ae24b3aac direction=Out
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Opening stream topics="libp2p dialer" tid=1 file=dialer.nim:364 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3ab2 objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.274+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3ab2 timeout=5m
|
||||
TRC 2026-03-04 04:32:42.274+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=5 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.274+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Syn}, streamId: 5, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.275+00:00 Negotiating stream topics="libp2p dialer" tid=1 file=dialer.nim:285 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab2 protos="[/vac/waku/filter-subscribe/2.0.0-beta1]"
|
||||
TRC 2026-03-04 04:32:42.275+00:00 initiating handshake topics="libp2p multistream" tid=1 file=multistream.nim:47 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab2 codec=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.275+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 5, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.275+00:00 selecting proto topics="libp2p multistream" tid=1 file=multistream.nim:51 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab2 proto=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:42.275+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 5, length: 40}"
|
||||
TRC 2026-03-04 04:32:42.275+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=44
|
||||
TRC 2026-03-04 04:32:42.275+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=435a34242a1c...14c497b5fc8b tagOut=435a34242a1c...14c497b5fc8b nonce=31
|
||||
TRC 2026-03-04 04:32:42.275+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 4, length: 16}"
|
||||
TRC 2026-03-04 04:32:42.275+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=0f2f6d657368...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.275+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.275+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.275+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=155e86c34f25...09278ead5cf4 tagOut=155e86c34f25...09278ead5cf4 nonce=32
|
||||
TRC 2026-03-04 04:32:42.275+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Ack}, streamId: 5, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.275+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.275+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 ms=/meshsub/1.0.0
|
||||
TRC 2026-03-04 04:32:42.275+00:00 no handlers topics="libp2p multistream" tid=1 file=multistream.nim:169 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 protocol=/meshsub/1.0.0
|
||||
TRC 2026-03-04 04:32:42.275+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 4, length: 4}"
|
||||
TRC 2026-03-04 04:32:42.276+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.276+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=912dc682e828...ed4e4ea855bc tagOut=912dc682e828...ed4e4ea855bc nonce=33
|
||||
TRC 2026-03-04 04:32:42.276+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 5, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.276+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.276+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.276+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=68
|
||||
TRC 2026-03-04 04:32:42.276+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=335a04b508b8...e8a1b0a075ca tagOut=335a04b508b8...e8a1b0a075ca nonce=34
|
||||
TRC 2026-03-04 04:32:42.276+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 5, length: 40}"
|
||||
TRC 2026-03-04 04:32:42.276+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=272f7661632f...62657461310a
|
||||
TRC 2026-03-04 04:32:42.276+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.276+00:00 multistream handshake success topics="libp2p multistream" tid=1 file=multistream.nim:61 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab2
|
||||
TRC 2026-03-04 04:32:42.276+00:00 reading first requested proto topics="libp2p multistream" tid=1 file=multistream.nim:68 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab2 s=/vac/waku/filter-subscribe/2.0.0-beta1 proto="[/vac/waku/filter-subscribe/2.0.0-beta1]"
|
||||
TRC 2026-03-04 04:32:42.277+00:00 successfully selected topics="libp2p multistream" tid=1 file=multistream.nim:70 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab2 proto=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:42.277+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.277+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 5, length: 64}"
|
||||
TRC 2026-03-04 04:32:42.277+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=0ff363514b87...32428f0ee3c8 tagOut=0ff363514b87...32428f0ee3c8 nonce=35
|
||||
TRC 2026-03-04 04:32:42.277+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {Fin}, streamId: 4, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.277+00:00 remote closed channel topics="libp2p yamux" tid=1 file=yamux.nim:643
|
||||
TRC 2026-03-04 04:32:42.277+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.277+00:00 couldn't read all bytes, stream EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:158 s=69a7b5ead5fe808ae24b3ab0 nbytes=1 read=0 objName=YamuxStream
|
||||
TRC 2026-03-04 04:32:42.277+00:00 Exception in multistream topics="libp2p multistream" tid=1 file=multistream.nim:209 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0 description="Stream Remotely Closed!"
|
||||
TRC 2026-03-04 04:32:42.277+00:00 Closing yamux channel locally topics="libp2p yamux" tid=1 file=yamux.nim:204 streamId=4 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.277+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{Data, {Fin}, streamId: 4, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.277+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3ab0 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3ab0 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Stopped multistream handler topics="libp2p multistream" tid=1 file=multistream.nim:213 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.278+00:00 Stream handler done tid=1 file=muxedupgrade.nim:100 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab0
|
||||
TRC 2026-03-04 04:32:42.278+00:00 finished handling stream topics="libp2p yamux" tid=1 file=yamux.nim:555
|
||||
TRC 2026-03-04 04:32:42.278+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=58
|
||||
TRC 2026-03-04 04:32:42.278+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=3dced3a6f0f0...da2f20753ca4 tagOut=3dced3a6f0f0...da2f20753ca4 nonce=36
|
||||
TRC 2026-03-04 04:32:42.279+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 5, length: 30}"
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=1d0a14386165...c8015a024f4b
|
||||
TRC 2026-03-04 04:32:42.279+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.279+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.279+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=f53830f28ae3...f2259315f552 tagOut=f53830f28ae3...f2259315f552 nonce=37
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3ab2
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Closing yamux channel locally topics="libp2p yamux" tid=1 file=yamux.nim:204 streamId=5 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.279+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{Data, {Fin}, streamId: 5, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.279+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {Fin}, streamId: 5, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.279+00:00 remote closed channel topics="libp2p yamux" tid=1 file=yamux.nim:643
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab2
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab2
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3ab2 objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.279+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3ab2 objName=YamuxStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.279+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
INF 2026-03-04 04:32:42.280+00:00 v2 subscribed to topic topics="waku node rest filter_api_v2" tid=1 file=filter.nim:127 pubsubTopic=some("/waku/2/rs/2/0") contentTopics="[/myapp/1/latest/proto]"
|
||||
INF 2026-03-04 04:32:42.280+00:00 ENR updated successfully topics="waku discv5" tid=1 file=waku_discv5.nim:323 enrUri=enr:-L24QFCMzCZZR9M20HCfOPXrs_0HFxW8WINACuAV_8bj6Q1CNhrdBdx21E9Bv0LGR2ysDgFW6Q4CL0iWb0Oi8SpMM5YEgmlkgnY0gmlwhKwSPlyKbXVsdGlhZGRyc5YACASsEj5cBmVDAAoErBI-XAZlRN0DgnJzhQACAQAAiXNlY3AyNTZrMaECTIzh9Fby1OOuW6Tv3T-GuH_-7Lp9sgTMEfkUXqdVmjKDdGNwgmVDg3VkcIJlRYV3YWt1MgA enr="(4, id: \"v4\", ip: 172.18.62.92, multiaddrs: 0x000804AC123E5C066543000A04AC123E5C066544DD03, rs: 0x0002010000, secp256k1: 0x024C8CE1F456F2D4E3AE5BA4EFDD3F86B87FFEECBA7DB204CC11F9145EA7559A32, tcp: 25923, udp: 25925, waku2: 0x00)"
|
||||
INF 2026-03-04 04:32:42.280+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
DBG 2026-03-04 04:32:42.280+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=POST peer=172.17.0.1:57292 uri=/filter/v2/subscriptions content_type=application/json content_size=70
|
||||
TRC 2026-03-04 04:32:42.286+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.286+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=dc2ba9e79712...a9a65e57c9cb tagOut=dc2ba9e79712...a9a65e57c9cb nonce=38
|
||||
TRC 2026-03-04 04:32:42.286+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{WindowUpdate, {Syn}, streamId: 8, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.286+00:00 Stream created topics="libp2p lpstream" tid=1 file=lpstream.nim:109 s=69a7b5ead5fe808ae24b3ab3 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.286+00:00 Monitoring for timeout topics="libp2p connection" tid=1 file=connection.nim:67 s=:69a7b5ead5fe808ae24b3ab3 timeout=5m
|
||||
TRC 2026-03-04 04:32:42.286+00:00 created channel topics="libp2p yamux" tid=1 file=yamux.nim:518 id=8 pid=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.286+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{WindowUpdate, {Ack}, streamId: 8, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.286+00:00 Starting stream handler tid=1 file=muxedupgrade.nim:93 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.286+00:00 Starting multistream handler topics="libp2p multistream" tid=1 file=multistream.nim:175 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3 handshaked=false
|
||||
TRC 2026-03-04 04:32:42.286+00:00 Starting multistream negotiation topics="libp2p multistream" tid=1 file=multistream.nim:132 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3 handshaked=false
|
||||
TRC 2026-03-04 04:32:42.286+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.286+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=48
|
||||
TRC 2026-03-04 04:32:42.287+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=96ddcc0a511e...3cd4de4d7524 tagOut=96ddcc0a511e...3cd4de4d7524 nonce=39
|
||||
TRC 2026-03-04 04:32:42.287+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 8, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.287+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=132f6d756c74...312e302e300a
|
||||
TRC 2026-03-04 04:32:42.287+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.287+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=63
|
||||
TRC 2026-03-04 04:32:42.287+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=00f46bf986e0...28ab777962c4 tagOut=00f46bf986e0...28ab777962c4 nonce=40
|
||||
TRC 2026-03-04 04:32:42.287+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3 ms=/multistream/1.0.0
|
||||
TRC 2026-03-04 04:32:42.287+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 8, length: 20}"
|
||||
TRC 2026-03-04 04:32:42.287+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 8, length: 35}"
|
||||
TRC 2026-03-04 04:32:42.287+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=222f7661632f...62657461310a
|
||||
TRC 2026-03-04 04:32:42.287+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
TRC 2026-03-04 04:32:42.287+00:00 handle: got request topics="libp2p multistream" tid=1 file=multistream.nim:144 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3 ms=/vac/waku/filter-push/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:42.287+00:00 found handler topics="libp2p multistream" tid=1 file=multistream.nim:164 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3 protocol=/vac/waku/filter-push/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:42.287+00:00 try to send the buffer topics="libp2p yamux" tid=1 file=yamux.nim:380 h="{Data, {}, streamId: 8, length: 35}"
|
||||
TRC 2026-03-04 04:32:42.287+00:00 found handler topics="libp2p multistream" tid=1 file=multistream.nim:189 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3 protocol=/vac/waku/filter-push/2.0.0-beta1
|
||||
TRC 2026-03-04 04:32:42.288+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=108
|
||||
TRC 2026-03-04 04:32:42.288+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=993a9c4bb119...65a0c4b77d12 tagOut=993a9c4bb119...65a0c4b77d12 nonce=41
|
||||
TRC 2026-03-04 04:32:42.288+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{Data, {}, streamId: 8, length: 80}"
|
||||
TRC 2026-03-04 04:32:42.288+00:00 Msg Rcv topics="libp2p yamux" tid=1 file=yamux.nim:639 description=4f0a3d0a1053...72732f322f30
|
||||
TRC 2026-03-04 04:32:42.288+00:00 waiting for header topics="libp2p yamux" tid=1 file=yamux.nim:562
|
||||
INF 2026-03-04 04:32:42.289+00:00 Received message push topics="waku filter client" tid=1 file=client.nim:188 peerId=16U*siNQi3 msg_hash=0x0a83849a44b34129d9e7c83d5bfc1b2c86ec831a8e35d3eef00cc50e819a6270 payload=536861726469...6f726b732121 pubsubTopic=/waku/2/rs/2/0 content_topic=/myapp/1/latest/proto conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.337+00:00 readFrame topics="libp2p noise" tid=1 file=noise.nim:308 sconn=16U*siNQi3:69a7b5ead5fe808ae24b3aab size=28
|
||||
TRC 2026-03-04 04:32:42.337+00:00 decryptWithAd topics="libp2p noise" tid=1 file=noise.nim:163 tagIn=7b7e35683cbc...54c34a0e2b79 tagOut=7b7e35683cbc...54c34a0e2b79 nonce=42
|
||||
TRC 2026-03-04 04:32:42.337+00:00 got message topics="libp2p yamux" tid=1 file=yamux.nim:564 h="{GoAway, {}, streamId: 0, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.337+00:00 Received go away topics="libp2p yamux" tid=1 file=yamux.nim:573 status=NormalTermination
|
||||
TRC 2026-03-04 04:32:42.337+00:00 Closing yamux topics="libp2p yamux" tid=1 file=yamux.nim:528
|
||||
TRC 2026-03-04 04:32:42.337+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3ab3 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3ab3 objName=YamuxStream dir=In
|
||||
TRC 2026-03-04 04:32:42.338+00:00 write directly on stream topics="libp2p yamux" tid=1 file=yamux.nim:96 h="{GoAway, {}, streamId: 0, length: 0}"
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Closing secure conn topics="libp2p secure" tid=1 file=secure.nim:69 s=16U*siNQi3:69a7b5ead5fe808ae24b3aac dir=Out
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Shutting down chronos stream topics="libp2p chronosstream" tid=1 file=chronosstream.nim:169 address=172.18.151.165:28883 s=16U*siNQi3:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.338+00:00 couldn't read all bytes, stream EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:158 s=69a7b5ead5fe808ae24b3ab3 nbytes=1 read=0 objName=YamuxStream
|
||||
TRC 2026-03-04 04:32:42.338+00:00 stream is closed locally when readOnce topics="libp2p yamux" tid=1 file=yamux.nim:280 channel="=> 8 {ClosedRemotely, ClosedLocally, Reset}"
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Cleaning up client topics="libp2p tcptransport" tid=1 file=tcptransport.nim:65 addrs=172.18.151.165:28883 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Cleaned up client topics="libp2p tcptransport" tid=1 file=tcptransport.nim:78 addrs=172.18.151.165:28883 conn=16U*siNQi3:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Shutdown chronos stream topics="libp2p chronosstream" tid=1 file=chronosstream.nim:174 address=172.18.151.165:28883 s=16U*siNQi3:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.338+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3aab objName=ChronosStream dir=Out
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3aab objName=ChronosStream dir=Out
|
||||
ERR 2026-03-04 04:32:42.339+00:00 error while reading conn topics="waku filter client" tid=1 file=client.nim:178 error="Stream Closed!"
|
||||
ERR 2026-03-04 04:32:42.339+00:00 Failed to decode message push topics="waku filter client" tid=1 file=client.nim:181 peerId=16U*siNQi3 error="(kind: MissingRequiredField, field: \"message\")"
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closing connection topics="libp2p connection" tid=1 file=connection.nim:77 s=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closed connection topics="libp2p connection" tid=1 file=connection.nim:87 s=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closing stream topics="libp2p lpstream" tid=1 file=lpstream.nim:268 s=69a7b5ead5fe808ae24b3aac objName=SecureConn dir=Out
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closed stream topics="libp2p lpstream" tid=1 file=lpstream.nim:272 s=69a7b5ead5fe808ae24b3aac objName=SecureConn dir=Out
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3aab
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Connection closed, cleaning up topics="libp2p connmanager" tid=1 file=connmanager.nim:270 mux=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Triggering disconnect events topics="libp2p connmanager" tid=1 file=connmanager.nim:243 mux=16U*siNQi3:69a7b5ead5fe808ae24b3aac
|
||||
TRC 2026-03-04 04:32:42.339+00:00 About to trigger peer events topics="libp2p connmanager" tid=1 file=connmanager.nim:180 peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.339+00:00 triggering peer events topics="libp2p connmanager" tid=1 file=connmanager.nim:185 peer=16U*siNQi3 event="(kind: Left)"
|
||||
TRC 2026-03-04 04:32:42.339+00:00 About to trigger connection events topics="libp2p connmanager" tid=1 file=connmanager.nim:148 peer=16U*siNQi3
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closing with EOF topics="libp2p lpstream" tid=1 file=lpstream.nim:307 s=69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Already closed topics="libp2p lpstream" tid=1 file=lpstream.nim:283 s=69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Stream handler done tid=1 file=muxedupgrade.nim:100 conn=16U*siNQi3:69a7b5ead5fe808ae24b3ab3
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Closed yamux topics="libp2p yamux" tid=1 file=yamux.nim:549
|
||||
TRC 2026-03-04 04:32:42.339+00:00 finished handling stream topics="libp2p yamux" tid=1 file=yamux.nim:555
|
||||
TRC 2026-03-04 04:32:42.339+00:00 Stopped yamux handler topics="libp2p yamux" tid=1 file=yamux.nim:668
|
||||
DBG 2026-03-04 04:32:42.368+00:00 calculateConnectionState tid=1 file=node_health_monitor.nim:408 relayCount=0 storeClientCount=0 lightpushCount=0 filterCount=0
|
||||
NTC 2026-03-04 04:32:42.905+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:82
|
||||
INF 2026-03-04 04:32:42.906+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
||||
TRC 2026-03-04 04:32:42.906+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
||||
INF 2026-03-04 04:32:42.906+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
||||
TRC 2026-03-04 04:32:42.906+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:328
|
||||
INF 2026-03-04 04:32:42.907+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2026-03-04 04:32:42.907+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:434
|
||||
TRC 2026-03-04 04:32:42.907+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:448
|
||||
TRC 2026-03-04 04:32:42.907+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:159
|
||||
TRC 2026-03-04 04:32:42.907+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/25923]
|
||||
TRC 2026-03-04 04:32:42.907+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:189
|
||||
TRC 2026-03-04 04:32:42.907+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:213
|
||||
TRC 2026-03-04 04:32:42.907+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:59 address=@[/ip4/0.0.0.0/tcp/25924/ws]
|
||||
TRC 2026-03-04 04:32:42.908+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:235
|
||||
TRC 2026-03-04 04:32:42.908+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:354
|
||||
WRN 2026-03-04 04:32:42.908+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
||||
WRN 2026-03-04 04:32:42.908+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:638
|
||||
INF 2026-03-04 04:32:42.908+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:239
|
||||
INF 2026-03-04 04:32:42.908+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
||||
INF 2026-03-04 04:32:42.908+00:00 Health monitor loop end tid=1 file=node_health_monitor.nim:543
|
||||
NTC 2026-03-04 04:32:42.908+00:00 REST service stopped tid=1 file=server.nim:188 address=0.0.0.0:25922
|
||||
191
nim/1103/data/attachments/1cd595a4e25fc85.txt
Normal file
191
nim/1103/data/attachments/1cd595a4e25fc85.txt
Normal file
@ -0,0 +1,191 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_some_content_topics[content_topic_list1] with id: 2026-03-04_04-33-12__1c288b61-47fe-429d-90da-0ad5268a4d4f
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-12__1c288b61-47fe-429d-90da-0ad5268a4d4f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51384', '51385', '51386', '51387', '51388']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51384:51384 -p 51385:51385 -p 51386:51386 -p 51387:51387 -p 51388:51388 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51386 --rest-port=51384 --tcp-port=51385 --discv5-udp-port=51387 --rest-address=0.0.0.0 --nat=extip:172.18.64.138 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a0c38c7fbb6ec9b5adfb1b5fd37dcdeafdd556c7ccdc7a84eada21ed4f9b40c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51388 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.64.138 waku c4be73467f7095b33ae582d0002d091e787a64ae56a5da0b00cf29ad24d7a13c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c4be73467f70. Setting up logs at ./log/docker/node1_2026-03-04_04-33-12__1c288b61-47fe-429d-90da-0ad5268a4d4f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51384
|
||||
[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 be42712537e9. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 413ff2ca5298. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/debug/v1/info" -H "Content-Type: application/json" -d '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.138/tcp/51385/p2p/16Uiu2HAmEtt9t7RqQ2RBWXfc6ZCK2uhiNKjL98W1nGsgDm6Y1Z5t","/ip4/172.18.64.138/tcp/51386/ws/p2p/16Uiu2HAmEtt9t7RqQ2RBWXfc6ZCK2uhiNKjL98W1nGsgDm6Y1Z5t"],"enrUri":"enr:-L24QJv-q0-N03UjtfIV5cyyJeMblLA8LzEZybFB1HsxM13cUmdI45zpXtbuulvZKLR_hejg34IPNA_GNvCHmhG1t_cCgmlkgnY0gmlwhKwSQIqKbXVsdGlhZGRyc5YACASsEkCKBsi5AAoErBJAigbIut0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIUZ_odzIQBXRUoS6_LTGQb1QfGeM8S5kmjspxf_CFquDdGNwgsi5g3VkcILIu4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-12__1c288b61-47fe-429d-90da-0ad5268a4d4f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.214.167
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21396', '21397', '21398', '21399', '21400']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21396:21396 -p 21397:21397 -p 21398:21398 -p 21399:21399 -p 21400:21400 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21398 --rest-port=21396 --tcp-port=21397 --discv5-udp-port=21399 --rest-address=0.0.0.0 --nat=extip:172.18.214.167 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=54acd21bc17f9908b01402ecbdfb1fddcdb56df1acd3d721fe2f6ea879bdcf1d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21400 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJv-q0-N03UjtfIV5cyyJeMblLA8LzEZybFB1HsxM13cUmdI45zpXtbuulvZKLR_hejg34IPNA_GNvCHmhG1t_cCgmlkgnY0gmlwhKwSQIqKbXVsdGlhZGRyc5YACASsEkCKBsi5AAoErBJAigbIut0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIUZ_odzIQBXRUoS6_LTGQb1QfGeM8S5kmjspxf_CFquDdGNwgsi5g3VkcILIu4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.214.167 waku 0b98356b9c3be5cf8853d7ce894bf22ebc36872a12874d1ca0d947724d18f62b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0b98356b9c3b. Setting up logs at ./log/docker/node2_2026-03-04_04-33-12__1c288b61-47fe-429d-90da-0ad5268a4d4f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21396
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21396/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21396/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.167/tcp/21397/p2p/16Uiu2HAmQnQqKszLGG5oAGHNjHzkTLmavF5ho3bqjs4XBNtoTzQj","/ip4/172.18.214.167/tcp/21398/ws/p2p/16Uiu2HAmQnQqKszLGG5oAGHNjHzkTLmavF5ho3bqjs4XBNtoTzQj"],"enrUri":"enr:-L24QAHv08lfq719WgiKoN7qZBABlBOb06oiOIGoT9lorRpHJww8vYtfx9R77AA3TKeWwD_OvtZ6bq-lJCp1eLiGK2sCgmlkgnY0gmlwhKwS1qeKbXVsdGlhZGRyc5YACASsEtanBlOVAAoErBLWpwZTlt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDtDL-AwW920T6uDCZW1PXDB4asPhqFQ_FAxFebnl3knSDdGNwglOVg3VkcIJTl4V3YWt1MgE"}'
|
||||
[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:21396/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.138/tcp/51385/p2p/16Uiu2HAmEtt9t7RqQ2RBWXfc6ZCK2uhiNKjL98W1nGsgDm6Y1Z5t"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21396/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/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:51384/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":1772598794940515561,"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:21396/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":1772598794940515561,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772598795054755975,"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:21396/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772598795054755975,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598795169147281,"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:21396/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598795169147281,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/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:51384/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":1772598795282932662,"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:21396/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":1772598795282932662,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598795396295753,"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:21396/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598795396295753,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598795510328753,"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:21396/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598795510328753,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598795623241847,"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:21396/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598795623241847,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598795737771983,"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:21396/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598795737771983,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:51384/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:21396/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -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:51384/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "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:51384/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "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:51384/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/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:51384/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":1772598795902852091,"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:21396/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":1772598795902852091,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598796015924450,"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:21396/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598796015924450,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598796130388844,"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:21396/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598796130388844,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598796244436680,"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:21396/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598796244436680,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51384/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51384/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598796358272367,"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:21396/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598796358272367,"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 c4be73467f70
|
||||
[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 0b98356b9c3b
|
||||
[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/1103/data/attachments/1cdb71b951755784.txt
Normal file
228
nim/1103/data/attachments/1cdb71b951755784.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: 2026-03-04_04-34-09__c7d9f329-a4e0-42f2-acec-a92276d1eb95
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-34-09__c7d9f329-a4e0-42f2-acec-a92276d1eb95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.198.249
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30893', '30894', '30895', '30896', '30897']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30893:30893 -p 30894:30894 -p 30895:30895 -p 30896:30896 -p 30897:30897 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30895 --rest-port=30893 --tcp-port=30894 --discv5-udp-port=30896 --rest-address=0.0.0.0 --nat=extip:172.18.198.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9afda6c1fcdcdef740bfadb6ed2a1ecfb4a4bbd50e00bcc1f8de7a7ebf2a6b9e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30897 --metrics-logging=true --store=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7da45cc3503b. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.198.249 waku 552fda5deec1a0336f7dc38a48b6913fdc2eb76f6cdb600ffe454f59b79e5e36
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 552fda5deec1. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-34-09__c7d9f329-a4e0-42f2-acec-a92276d1eb95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30893
|
||||
[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 5319560dab88. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30893/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30893/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.249/tcp/30894/p2p/16Uiu2HAkwahRTAhVP4rY7q8o85c8TNMtfs7beHyrC1THMLuRQbC4","/ip4/172.18.198.249/tcp/30895/ws/p2p/16Uiu2HAkwahRTAhVP4rY7q8o85c8TNMtfs7beHyrC1THMLuRQbC4"],"enrUri":"enr:-L24QBDPpQ9dCv-yXzN1T4vKcTwhmAhmGR6_cS3sAQJJ97bRNXZXIsXW-aDhyW0vXpBtluhgneHh-7daglCUXyVA5vACgmlkgnY0gmlwhKwSxvmKbXVsdGlhZGRyc5YACASsEsb5BniuAAoErBLG-QZ4r90DgnJzhQADAQAAiXNlY3AyNTZrMaECIAc7Z2s8tbIe12gTm1nY-nF9ZvZ7EzSRWIi3cytAPaGDdGNwgniug3VkcIJ4sIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-34-09__c7d9f329-a4e0-42f2-acec-a92276d1eb95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.46
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28084', '28085', '28086', '28087', '28088']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28084:28084 -p 28085:28085 -p 28086:28086 -p 28087:28087 -p 28088:28088 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28086 --rest-port=28084 --tcp-port=28085 --discv5-udp-port=28087 --rest-address=0.0.0.0 --nat=extip:172.18.10.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efcbd7fece7ab5e87a67ff0fe9bfcbcc8e904edcaa6bb3aa8d539d6fceba2c13 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28088 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBDPpQ9dCv-yXzN1T4vKcTwhmAhmGR6_cS3sAQJJ97bRNXZXIsXW-aDhyW0vXpBtluhgneHh-7daglCUXyVA5vACgmlkgnY0gmlwhKwSxvmKbXVsdGlhZGRyc5YACASsEsb5BniuAAoErBLG-QZ4r90DgnJzhQADAQAAiXNlY3AyNTZrMaECIAc7Z2s8tbIe12gTm1nY-nF9ZvZ7EzSRWIi3cytAPaGDdGNwgniug3VkcIJ4sIV3YWt1MgM --storenode=/ip4/172.18.198.249/tcp/30894/p2p/16Uiu2HAkwahRTAhVP4rY7q8o85c8TNMtfs7beHyrC1THMLuRQbC4 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.10.46 waku 52469b6732b49a0bba421e585cbc35fa6a3d3b7b86559b7f5452de1283eccf73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 52469b6732b4. Setting up logs at ./log/docker/store_node1_2026-03-04_04-34-09__c7d9f329-a4e0-42f2-acec-a92276d1eb95__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28084
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28084/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28084/debug/v1/info" -H "Content-Type: application/json" -d '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.46/tcp/28085/p2p/16Uiu2HAmEVrVsbFjgjkb5HXtVNFxJyF9ezXz7T8moDhsy259orgM","/ip4/172.18.10.46/tcp/28086/ws/p2p/16Uiu2HAmEVrVsbFjgjkb5HXtVNFxJyF9ezXz7T8moDhsy259orgM"],"enrUri":"enr:-L24QKrWKlLClwS3kD6q-Pqh3EyYFRz9m4eZQ-p2vPQodsxgPGiTjOD7jNaPfAcPBTUqETNjP1L-LnFXKU30CWnHPU0CgmlkgnY0gmlwhKwSCi6KbXVsdGlhZGRyc5YACASsEgouBm21AAoErBIKLgZttt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG2BErWFOjaUVczyiF3BjqH_bJ-QrwaqLytnHy7vdMz6DdGNwgm21g3VkcIJtt4V3YWt1MgM"}'
|
||||
[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:28084/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.198.249/tcp/30894/p2p/16Uiu2HAkwahRTAhVP4rY7q8o85c8TNMtfs7beHyrC1THMLuRQbC4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30893/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:28084/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/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:30893/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x4559c9a71407b1f7eb3f70624e6ac115bb0100aebac251523de625ceea72bf50%2C0x6fc2775534f2018886a128b67285685323e1ec2efed1e8e2296c8477e59b54b1&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":"0x4559c9a71407b1f7eb3f70624e6ac115bb0100aebac251523de625ceea72bf50"},{"messageHash":"0x6fc2775534f2018886a128b67285685323e1ec2efed1e8e2296c8477e59b54b1"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28084/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x4559c9a71407b1f7eb3f70624e6ac115bb0100aebac251523de625ceea72bf50%2C0x6fc2775534f2018886a128b67285685323e1ec2efed1e8e2296c8477e59b54b1&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":"0x4559c9a71407b1f7eb3f70624e6ac115bb0100aebac251523de625ceea72bf50"},{"messageHash":"0x6fc2775534f2018886a128b67285685323e1ec2efed1e8e2296c8477e59b54b1"}]}'
|
||||
[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 552fda5deec1
|
||||
[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 52469b6732b4
|
||||
[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/1103/data/attachments/1cf5cf9a191812b4.txt
Normal file
68
nim/1103/data/attachments/1cf5cf9a191812b4.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-03-04 04:38:46.162 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:38:46.162 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_invalid_request_id with id: 2026-03-04_04-38-46__5b0e9e29-faaf-4fe0-99b7-15556ca49d31
|
||||
2026-03-04 04:38:46.163 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:38:46.163 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:38:46.163 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-04 04:38:46.169 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:38:46.170 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-38-46__5b0e9e29-faaf-4fe0-99b7-15556ca49d31__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:46.170 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:38:46.170 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:38:46.171 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:38:46.171 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.118
|
||||
2026-03-04 04:38:46.171 DEBUG [src.node.docker_mananger] Generated ports ['45962', '45963', '45964', '45965', '45966']
|
||||
2026-03-04 04:38:46.172 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:38:46.172 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:38:46.172 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:38:46.172 DEBUG [src.node.docker_mananger] docker run -i -t -p 45962:45962 -p 45963:45963 -p 45964:45964 -p 45965:45965 -p 45966:45966 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45964 --rest-port=45962 --tcp-port=45963 --discv5-udp-port=45965 --rest-address=0.0.0.0 --nat=extip:172.18.23.118 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e37cbbba92deee41dbf4e3ac96c18a9dedacca5d6e0b8abbbec6cbfd09ffd7dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45966 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:38:46.359 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.118 waku 985381b74a17d4a8c9fc8698e9a1628b7f53a7e806fb3cb0d9d5095d256ba701
|
||||
2026-03-04 04:38:46.396 DEBUG [src.node.docker_mananger] Container started with ID 985381b74a17. Setting up logs at ./log/docker/node1_2026-03-04_04-38-46__5b0e9e29-faaf-4fe0-99b7-15556ca49d31__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:46.396 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45962
|
||||
2026-03-04 04:38:46.396 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:38:46.408 ERROR [src.node.docker_mananger] Max retries reached for container 2ecbd65306ae. Exiting log stream.
|
||||
2026-03-04 04:38:46.967 ERROR [src.node.docker_mananger] Max retries reached for container 06d13d1810a9. Exiting log stream.
|
||||
2026-03-04 04:38:47.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45962/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:47.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:38:47.400 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:38:47.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45962/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:47.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.118/tcp/45963/p2p/16Uiu2HAkwW87cinK5sxRhNLNcQGSXW7VrCJEpAXcXMo2XUtYpyg2","/ip4/172.18.23.118/tcp/45964/ws/p2p/16Uiu2HAkwW87cinK5sxRhNLNcQGSXW7VrCJEpAXcXMo2XUtYpyg2"],"enrUri":"enr:-L24QFwcYYvba-SccAbDB6szIndK02jJW_7EaMrYoYNoFtMoK9A-kRe6YVKPq1M0oM648XWlj1FTs4YXuflydGEys1ACgmlkgnY0gmlwhKwSF3aKbXVsdGlhZGRyc5YACASsEhd2BrOLAAoErBIXdgazjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHts_dgPsdeicA2AP7GYdoLLkkzA9CYk8EADPKanSOp-DdGNwgrOLg3VkcIKzjYV3YWt1MgU"}'
|
||||
2026-03-04 04:38:47.403 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:38:47.403 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-04 04:38:47.410 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:38:47.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-38-46__5b0e9e29-faaf-4fe0-99b7-15556ca49d31__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:47.410 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:38:47.410 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:38:47.411 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:38:47.412 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.83
|
||||
2026-03-04 04:38:47.412 DEBUG [src.node.docker_mananger] Generated ports ['7896', '7897', '7898', '7899', '7900']
|
||||
2026-03-04 04:38:47.412 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:38:47.412 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:38:47.412 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:38:47.412 DEBUG [src.node.docker_mananger] docker run -i -t -p 7896:7896 -p 7897:7897 -p 7898:7898 -p 7899:7899 -p 7900:7900 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7898 --rest-port=7896 --tcp-port=7897 --discv5-udp-port=7899 --rest-address=0.0.0.0 --nat=extip:172.18.135.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a86adbe6a309d7fbfa5a15be7aef57b59cebfe42937a9ae941febecbbd71f59b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7900 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFwcYYvba-SccAbDB6szIndK02jJW_7EaMrYoYNoFtMoK9A-kRe6YVKPq1M0oM648XWlj1FTs4YXuflydGEys1ACgmlkgnY0gmlwhKwSF3aKbXVsdGlhZGRyc5YACASsEhd2BrOLAAoErBIXdgazjN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHts_dgPsdeicA2AP7GYdoLLkkzA9CYk8EADPKanSOp-DdGNwgrOLg3VkcIKzjYV3YWt1MgU --filternode=/ip4/172.18.23.118/tcp/45963/p2p/16Uiu2HAkwW87cinK5sxRhNLNcQGSXW7VrCJEpAXcXMo2XUtYpyg2
|
||||
2026-03-04 04:38:47.608 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.83 waku 78bef0d1ac5e320c9beafac26f4204481a6d1744cd9202c08adedab9f02d646a
|
||||
2026-03-04 04:38:47.646 DEBUG [src.node.docker_mananger] Container started with ID 78bef0d1ac5e. Setting up logs at ./log/docker/node2_2026-03-04_04-38-46__5b0e9e29-faaf-4fe0-99b7-15556ca49d31__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:47.646 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7896
|
||||
2026-03-04 04:38:47.647 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:38:48.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7896/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:48.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:38:48.651 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:38:48.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7896/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:48.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.83/tcp/7897/p2p/16Uiu2HAkxVKTrV4PgmcK49MuEHrDbak28mhSbiSVd18CVFPx9Jmi","/ip4/172.18.135.83/tcp/7898/ws/p2p/16Uiu2HAkxVKTrV4PgmcK49MuEHrDbak28mhSbiSVd18CVFPx9Jmi"],"enrUri":"enr:-L24QN6pEBs_ziys62aNYsw1TQHoTsZpoe5_bp-5Ry6Mfgvma3GSF-10_n01nrjYCIwqxxRwExBadj7eN3LC-AjF-xgCgmlkgnY0gmlwhKwSh1OKbXVsdGlhZGRyc5YACASsEodTBh7ZAAoErBKHUwYe2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECLYIvr75U2LDNOmqoiHU3nhCZGQN85gtJ2DrFerkLw3WDdGNwgh7Zg3VkcIIe24V3YWt1MgA"}'
|
||||
2026-03-04 04:38:48.653 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:38:48.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7896/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.118/tcp/45963/p2p/16Uiu2HAkwW87cinK5sxRhNLNcQGSXW7VrCJEpAXcXMo2XUtYpyg2"]'
|
||||
2026-03-04 04:38:48.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:48.692 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-04 04:38:48.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45962/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:38:48.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:48.710 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7896/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3bf4103f-fd42-49ba-a418-a7e5790a3ca1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:38:48.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3bf4103f-fd42-49ba-a418-a7e5790a3ca1","statusDesc":"OK"}'
|
||||
2026-03-04 04:38:48.727 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7896/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": 1, "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:38:48.730 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:7896/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\\"))"}'
|
||||
2026-03-04 04:38:48.732 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:38:48.733 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:38:48.733 DEBUG [src.node.waku_node] Stopping container with id 985381b74a17
|
||||
2026-03-04 04:38:49.299 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:38:49.302 DEBUG [src.node.waku_node] Stopping container with id 78bef0d1ac5e
|
||||
2026-03-04 04:38:49.830 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:38:49.833 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:38:49.839 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:38:49.843 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
85
nim/1103/data/attachments/1d1d38f4b05c2995.txt
Normal file
85
nim/1103/data/attachments/1d1d38f4b05c2995.txt
Normal file
@ -0,0 +1,85 @@
|
||||
2026-03-04 04:33:30.959 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:30.959 DEBUG [tests.conftest] Running test: test_store_invalid_ascending with id: 2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7
|
||||
2026-03-04 04:33:30.960 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:30.960 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:33:30.960 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:33:30.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:30.967 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:30.967 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:30.968 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:30.969 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:30.969 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.129
|
||||
2026-03-04 04:33:30.969 DEBUG [src.node.docker_mananger] Generated ports ['42523', '42524', '42525', '42526', '42527']
|
||||
2026-03-04 04:33:30.969 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:30.970 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:30.970 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:30.970 DEBUG [src.node.docker_mananger] docker run -i -t -p 42523:42523 -p 42524:42524 -p 42525:42525 -p 42526:42526 -p 42527:42527 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42525 --rest-port=42523 --tcp-port=42524 --discv5-udp-port=42526 --rest-address=0.0.0.0 --nat=extip:172.18.2.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=146e9dcc7b8affbe04fc9b9c7f05db04f544fc4d4fbe8b6a6428c2fe6b0d02be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42527 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:33:31.167 ERROR [src.node.docker_mananger] Max retries reached for container 427d9f1740bc. Exiting log stream.
|
||||
2026-03-04 04:33:31.170 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.129 waku f4deeffb2a8d2ab26d3b098a76c1cc3ad79a140b89079c5724745317873c6690
|
||||
2026-03-04 04:33:31.204 DEBUG [src.node.docker_mananger] Container started with ID f4deeffb2a8d. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:31.205 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42523
|
||||
2026-03-04 04:33:31.206 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:31.747 ERROR [src.node.docker_mananger] Max retries reached for container 8c601a4b484a. Exiting log stream.
|
||||
2026-03-04 04:33:32.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42523/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:32.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:32.209 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:32.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42523/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:32.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.129/tcp/42524/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE","/ip4/172.18.2.129/tcp/42525/ws/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE"],"enrUri":"enr:-L24QKcbN849GpJQa9fBjevqsTNjS5dGbMvfVCBCV9hUo6S_ZRUBpexRAh6Ug0W29mfgxhDKa6pNy7_QERZznvMxmWoCgmlkgnY0gmlwhKwSAoGKbXVsdGlhZGRyc5YACASsEgKBBqYcAAoErBICgQamHd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmCtaEvOJckY6qSMupwa4MhQO_MN2CS5qnfXpbArKlTWDdGNwgqYcg3VkcIKmHoV3YWt1MgM"}'
|
||||
2026-03-04 04:33:32.212 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:32.219 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:32.219 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:32.219 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:32.220 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:32.221 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:32.221 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.89
|
||||
2026-03-04 04:33:32.221 DEBUG [src.node.docker_mananger] Generated ports ['23557', '23558', '23559', '23560', '23561']
|
||||
2026-03-04 04:33:32.221 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:32.222 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:32.222 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:32.222 DEBUG [src.node.docker_mananger] docker run -i -t -p 23557:23557 -p 23558:23558 -p 23559:23559 -p 23560:23560 -p 23561:23561 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23559 --rest-port=23557 --tcp-port=23558 --discv5-udp-port=23560 --rest-address=0.0.0.0 --nat=extip:172.18.130.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0e96c5ab43401c18b4c708d0e699bbb9011b7fb81e6b4eb866a8fd30122df148 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23561 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKcbN849GpJQa9fBjevqsTNjS5dGbMvfVCBCV9hUo6S_ZRUBpexRAh6Ug0W29mfgxhDKa6pNy7_QERZznvMxmWoCgmlkgnY0gmlwhKwSAoGKbXVsdGlhZGRyc5YACASsEgKBBqYcAAoErBICgQamHd0DgnJzhQADAQAAiXNlY3AyNTZrMaECmCtaEvOJckY6qSMupwa4MhQO_MN2CS5qnfXpbArKlTWDdGNwgqYcg3VkcIKmHoV3YWt1MgM --storenode=/ip4/172.18.2.129/tcp/42524/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE --store=true --relay=true
|
||||
2026-03-04 04:33:32.415 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.89 waku 5dc2856243a00ea5bdb2aa1e36bba42886e6d55a67aa462ef218a1a2202189bb
|
||||
2026-03-04 04:33:32.451 DEBUG [src.node.docker_mananger] Container started with ID 5dc2856243a0. Setting up logs at ./log/docker/store_node1_2026-03-04_04-33-30__d5535ca3-3ae7-4850-869e-573f6600d2f7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:32.451 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23557
|
||||
2026-03-04 04:33:32.452 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:33.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23557/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:33.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:33.455 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:33.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23557/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:33.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.89/tcp/23558/p2p/16Uiu2HAmREARzqZFnVoPxKJwYEtYJfqNc4FWpokYfNmsxFvP6Suy","/ip4/172.18.130.89/tcp/23559/ws/p2p/16Uiu2HAmREARzqZFnVoPxKJwYEtYJfqNc4FWpokYfNmsxFvP6Suy"],"enrUri":"enr:-L24QNoNNan1KTDf7g0BY5p0F2dKs7zXqF0SERyXcPdef_6NVWjFTWcxK9uRR1QPanYjbm61GXtFWh9eQTuiZgLQ6sACgmlkgnY0gmlwhKwSglmKbXVsdGlhZGRyc5YACASsEoJZBlwGAAoErBKCWQZcB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDusvPAsmkfT_rgfBYYBTEJuA9FVHleR6Z9d4ABfRTh8yDdGNwglwGg3VkcIJcCIV3YWt1MgM"}'
|
||||
2026-03-04 04:33:33.458 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:33.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23557/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.2.129/tcp/42524/p2p/16Uiu2HAm5fgHp2aCrDDJ46sYkkmHYMkyZd7xsvvExXcCmtVdJRHE"]'
|
||||
2026-03-04 04:33:33.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:33.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42523/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:33.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:33.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23557/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:33.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:33.468 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:33.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42523/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:33.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:33.474 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:33.674 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:33.675 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42523/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:33.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:33.680 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:33.880 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:33.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42523/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:33.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:33.886 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:34.086 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:34.087 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42523/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:34.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:34.092 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:34.293 DEBUG [tests.store.test_sorting] requesting stored messages with invalid ascending =##
|
||||
2026-03-04 04:33:34.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42523/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:34.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x142c250c25b79b094d153e471c46c61594ce2b3356f65fb15270138ddbaa0e36"},{"messageHash":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}],"paginationCursor":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}'
|
||||
2026-03-04 04:33:34.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23557/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=##" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:34.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x142c250c25b79b094d153e471c46c61594ce2b3356f65fb15270138ddbaa0e36"},{"messageHash":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}],"paginationCursor":"0xc0c3ff6db33eb9a3c85126c560e26972244ea05035d13e9b1d285fe20f133b86"}'
|
||||
2026-03-04 04:33:34.301 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:34.302 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:34.302 DEBUG [src.node.waku_node] Stopping container with id f4deeffb2a8d
|
||||
2026-03-04 04:33:34.885 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:34.887 DEBUG [src.node.waku_node] Stopping container with id 5dc2856243a0
|
||||
2026-03-04 04:33:35.439 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:35.443 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:35.450 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:35.458 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
122
nim/1103/data/attachments/1d3bf345a0df8941.txt
Normal file
122
nim/1103/data/attachments/1d3bf345a0df8941.txt
Normal file
@ -0,0 +1,122 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_with_ephemeral with id: 2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.188
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3899', '3900', '3901', '3902', '3903']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 3899:3899 -p 3900:3900 -p 3901:3901 -p 3902:3902 -p 3903:3903 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3901 --rest-port=3899 --tcp-port=3900 --discv5-udp-port=3902 --rest-address=0.0.0.0 --nat=extip:172.18.91.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0eb09cd26fe0facc9cade104febfbdad23f4fd21977f2b623f7c2adffbd32cbb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3903 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.91.188 waku c4afbad4667e92cce0b6e36da8e2e07b8fd543bb90e16306e4b21c0af63574ad
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c4afbad4667e. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3899
|
||||
[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 f683b8f497c9. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 80741024e0f9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3899/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3899/debug/v1/info" -H "Content-Type: application/json" -d '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.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC","/ip4/172.18.91.188/tcp/3901/ws/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC"],"enrUri":"enr:-L24QK_UI3p3aNymkRKbgg8SvkSC8_h70T87w7QehHwflQpjPANFdhML6JY8fL5q6L2DWTm0UMfQhRPJHjLIl7j7PXMCgmlkgnY0gmlwhKwSW7yKbXVsdGlhZGRyc5YACASsElu8Bg88AAoErBJbvAYPPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC15f-7GxckZOuzmi0EHpKCkxxGZwbAgtwDFLj-GGMkJeDdGNwgg88g3VkcIIPPoV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.110.123
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44591', '44592', '44593', '44594', '44595']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44591:44591 -p 44592:44592 -p 44593:44593 -p 44594:44594 -p 44595:44595 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44593 --rest-port=44591 --tcp-port=44592 --discv5-udp-port=44594 --rest-address=0.0.0.0 --nat=extip:172.18.110.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0dabe75e60fbcfb2ce4a36d40c79f7f717fe9bd7a7d8ad858d6531d5a0d2ebad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44595 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.110.123 waku 81c80f6e8bbe486bb2502e9b9f6d9ab39f98588f1fef465730045fa77f4c3e7d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 81c80f6e8bbe. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44591
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44591/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.123/tcp/44592/p2p/16Uiu2HAm9C77HE5qf4KkA8oq3bQjjERmWaj6dC8TsjSBYZtmZCXG","/ip4/172.18.110.123/tcp/44593/ws/p2p/16Uiu2HAm9C77HE5qf4KkA8oq3bQjjERmWaj6dC8TsjSBYZtmZCXG"],"enrUri":"enr:-L24QPYckrI0xce2xpwwhYIgocZOhhEvo5EUpLDnOTBwSsY6Zxh7BLRrgyJ3BsmXQcHongUOvNEpjUQwWhCYUCVuxqECgmlkgnY0gmlwhKwSbnuKbXVsdGlhZGRyc5YACASsEm57Bq4wAAoErBJuewauMd0DgnJzhQADAQAAiXNlY3AyNTZrMaECzInmMWV44inW19jTEF3OYhigZBuS-KKOxow-vvdOY4eDdGNwgq4wg3VkcIKuMoV3YWt1MgE"}'
|
||||
[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:44591/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.3.137
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42347', '42348', '42349', '42350', '42351']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42347:42347 -p 42348:42348 -p 42349:42349 -p 42350:42350 -p 42351:42351 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42349 --rest-port=42347 --tcp-port=42348 --discv5-udp-port=42350 --rest-address=0.0.0.0 --nat=extip:172.18.3.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e274fbedbdda920fbba2c4af358aa97b2aada7acfa97ed12bd5f8aaf03229b4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42351 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QK_UI3p3aNymkRKbgg8SvkSC8_h70T87w7QehHwflQpjPANFdhML6JY8fL5q6L2DWTm0UMfQhRPJHjLIl7j7PXMCgmlkgnY0gmlwhKwSW7yKbXVsdGlhZGRyc5YACASsElu8Bg88AAoErBJbvAYPPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC15f-7GxckZOuzmi0EHpKCkxxGZwbAgtwDFLj-GGMkJeDdGNwgg88g3VkcIIPPoV3YWt1Mgk --lightpushnode=/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.3.137 waku aee71bf38dda58a6ca60fc7eed5244a37083327a81bc8f9bc582f0baec881e86
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID aee71bf38dda. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42347
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42347/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42347/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.137/tcp/42348/p2p/16Uiu2HAmNvA5z9KdrEibXZAMLAQDMskyxJJGjTfkwVA6zqYwgi7B","/ip4/172.18.3.137/tcp/42349/ws/p2p/16Uiu2HAmNvA5z9KdrEibXZAMLAQDMskyxJJGjTfkwVA6zqYwgi7B"],"enrUri":"enr:-L24QOTY8WK03HGLW8UoHk25OL6t3QXH8PcUZ2B7iQZxIoFXT1c1XUZUFoHPZuXvP7dHWYkiy7R40BIcxvVzmxn6rBwCgmlkgnY0gmlwhKwSA4mKbXVsdGlhZGRyc5YACASsEgOJBqVsAAoErBIDiQalbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmHeXEBchXvyRH7zkKAeknQLD6FFWwYom_qYlaHsvGYKDdGNwgqVsg3VkcIKlboV3YWt1Mgk"}'
|
||||
[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:42347/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42347/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.123/tcp/44592/p2p/16Uiu2HAm9C77HE5qf4KkA8oq3bQjjERmWaj6dC8TsjSBYZtmZCXG"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3899/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:44591/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:42347/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.light_push.test_publish:test_publish.py:214 Running test with Ephemeral True
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:121 Lightpushing message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42347/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598723628806736, "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.1 seconds
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3899/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723628806736,"ephemeral":true,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44591/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723628806736,"ephemeral":true,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42347/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723628806736,"ephemeral":true,"proof":""}]'
|
||||
[35mDEBUG [0m tests.light_push.test_publish:test_publish.py:214 Running test with Ephemeral False
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:121 Lightpushing message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42347/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598723758285608, "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.1 seconds
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3899/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723758285608,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44591/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723758285608,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42347/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723758285608,"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 c4afbad4667e
|
||||
[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 81c80f6e8bbe
|
||||
[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 aee71bf38dda
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c4afbad4667e. 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.
|
||||
140
nim/1103/data/attachments/1d5e226e1c07195d.txt
Normal file
140
nim/1103/data/attachments/1d5e226e1c07195d.txt
Normal file
@ -0,0 +1,140 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_pubsub_topics_same_cluster with id: 2026-03-04_04-35-18__dfd673e8-4387-4718-8baf-69320762d963
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-18__dfd673e8-4387-4718-8baf-69320762d963__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.165.53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6346', '6347', '6348', '6349', '6350']
|
||||
[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 6346:6346 -p 6347:6347 -p 6348:6348 -p 6349:6349 -p 6350:6350 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6348 --rest-port=6346 --tcp-port=6347 --discv5-udp-port=6349 --rest-address=0.0.0.0 --nat=extip:172.18.165.53 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b3913bf83ebecbcc54be54abe81045e0aa673feb72c960619288caa2e8afd1cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6350 --metrics-logging=true --relay=true --filter=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f0ea090f07a8. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.165.53 waku 7a0e72115fcfd425c9775b2c05299097614dac23fe1199cbcf9c8e9238aa3349
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7a0e72115fcf. Setting up logs at ./log/docker/node1_2026-03-04_04-35-18__dfd673e8-4387-4718-8baf-69320762d963__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6346
|
||||
[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 451a646784b5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6346/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6346/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.53/tcp/6347/p2p/16Uiu2HAmKrf1AaKHE47oyfQgSC2sWUznGupwGdXdy6kBapAznvJa","/ip4/172.18.165.53/tcp/6348/ws/p2p/16Uiu2HAmKrf1AaKHE47oyfQgSC2sWUznGupwGdXdy6kBapAznvJa"],"enrUri":"enr:-L24QI4g7r3gKFESChuHIzAc3M-yFSb5ma9BlUQM1r6SVOu0LJK_R9C0D287HabkHewR9HNAX8OGDuMnCexHGU-v7EgCgmlkgnY0gmlwhKwSpTWKbXVsdGlhZGRyc5YACASsEqU1BhjLAAoErBKlNQYYzN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDav7nCuW_tpzPUkFCWY38R26osPz2Y4TB50ZQmgLuXOeDdGNwghjLg3VkcIIYzYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-18__dfd673e8-4387-4718-8baf-69320762d963__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.54.151
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34054', '34055', '34056', '34057', '34058']
|
||||
[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 34054:34054 -p 34055:34055 -p 34056:34056 -p 34057:34057 -p 34058:34058 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34056 --rest-port=34054 --tcp-port=34055 --discv5-udp-port=34057 --rest-address=0.0.0.0 --nat=extip:172.18.54.151 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a399fd4bb1552d44ea2da325c87edc9cdc3d37ad2d85ed8ebeaebd40af09b60b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34058 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI4g7r3gKFESChuHIzAc3M-yFSb5ma9BlUQM1r6SVOu0LJK_R9C0D287HabkHewR9HNAX8OGDuMnCexHGU-v7EgCgmlkgnY0gmlwhKwSpTWKbXVsdGlhZGRyc5YACASsEqU1BhjLAAoErBKlNQYYzN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDav7nCuW_tpzPUkFCWY38R26osPz2Y4TB50ZQmgLuXOeDdGNwghjLg3VkcIIYzYV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.54.151 waku 6a746e52d78ccf1fe651b191c800e5b9e65ba25e35e571685c8eebc7dd2e5178
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6a746e52d78c. Setting up logs at ./log/docker/node2_2026-03-04_04-35-18__dfd673e8-4387-4718-8baf-69320762d963__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34054
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34054/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34054/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.151/tcp/34055/p2p/16Uiu2HAm9owZAU9Lo6UFi7zbLkauEnQjk6SSUE1DdXSTVJcsxGxi","/ip4/172.18.54.151/tcp/34056/ws/p2p/16Uiu2HAm9owZAU9Lo6UFi7zbLkauEnQjk6SSUE1DdXSTVJcsxGxi"],"enrUri":"enr:-L24QBfcP6OSU3L6_j_tkyXwyVq4Fxt9LH4ghEPjL9PjWKoUAFjFVcfUQZ1xlrTHJntVigwPwfddNGyOuHujp9mt6EUCgmlkgnY0gmlwhKwSNpeKbXVsdGlhZGRyc5YACASsEjaXBoUHAAoErBI2lwaFCN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1bgBgTLh_xedUE5sVhmFN3u-5U8b5j-qBRJw2KCpfpODdGNwgoUHg3VkcIKFCYV3YWt1MgE"}'
|
||||
[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:34054/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.53/tcp/6347/p2p/16Uiu2HAmKrf1AaKHE47oyfQgSC2sWUznGupwGdXdy6kBapAznvJa"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:34054/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:6346/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:6346/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":1772598921551456844,"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:34054/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":1772598921551456844,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598921672191679,"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:34054/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":1772598921672191679,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598921786544504,"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:34054/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":1772598921786544504,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598921901107632,"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:34054/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":1772598921901107632,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598922016408095,"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:34054/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":1772598922016408095,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598922131688642,"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:34054/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":1772598922131688642,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598922246826369,"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:34054/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":1772598922246826369,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6346/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:6346/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":1772598922362764550,"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:34054/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":1772598922362764550,"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 7a0e72115fcf
|
||||
[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 6a746e52d78c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
78
nim/1103/data/attachments/1dc1c0c20094a4f2.txt
Normal file
78
nim/1103/data/attachments/1dc1c0c20094a4f2.txt
Normal file
@ -0,0 +1,78 @@
|
||||
2026-03-04 04:34:09.791 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:09.792 DEBUG [tests.conftest] Running test: test_relay_different_latency_between_two_nodes[7000] with id: 2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03
|
||||
2026-03-04 04:34:09.792 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:09.792 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:34:09.800 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:09.800 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:09.807 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:09.807 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:09.808 INFO [tests.e2e.test_network_conditions] Starting node1 and node2 with relay enabled
|
||||
2026-03-04 04:34:09.808 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:09.808 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:09.810 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:09.810 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.46
|
||||
2026-03-04 04:34:09.810 DEBUG [src.node.docker_mananger] Generated ports ['27969', '27970', '27971', '27972', '27973']
|
||||
2026-03-04 04:34:09.810 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:09.811 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:09.811 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:09.811 DEBUG [src.node.docker_mananger] docker run -i -t -p 27969:27969 -p 27970:27970 -p 27971:27971 -p 27972:27972 -p 27973:27973 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27971 --rest-port=27969 --tcp-port=27970 --discv5-udp-port=27972 --rest-address=0.0.0.0 --nat=extip:172.18.242.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd15e0ebf8dd3f7cae3d5e3b7bd20a2bbafce6a159bc04fbcb6ecc45b0069ebb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27973 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:34:09.880 ERROR [src.node.docker_mananger] Max retries reached for container 0798b13d08ac. Exiting log stream.
|
||||
2026-03-04 04:34:10.002 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.46 waku bd62cd364bcc751c1bc09e5c0ffc1f284226c7a6bcea088bed2542982d6ebfd1
|
||||
2026-03-04 04:34:10.037 DEBUG [src.node.docker_mananger] Container started with ID bd62cd364bcc. Setting up logs at ./log/docker/node1_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:10.037 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27969
|
||||
2026-03-04 04:34:10.038 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:10.396 ERROR [src.node.docker_mananger] Max retries reached for container e69cb63ff9de. Exiting log stream.
|
||||
2026-03-04 04:34:11.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27969/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:11.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:11.041 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:11.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27969/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:11.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.46/tcp/27970/p2p/16Uiu2HAm4XDQbkrmbGy2C9cd7rdr3rjaZCb9vv7zdRfuSxS6Rfox","/ip4/172.18.242.46/tcp/27971/ws/p2p/16Uiu2HAm4XDQbkrmbGy2C9cd7rdr3rjaZCb9vv7zdRfuSxS6Rfox"],"enrUri":"enr:-L24QOjesECBzpHY4Ts3-Lej85YBUbfx6UCtw-QdjS91gnB1JIkRzTyrgkzbHBt3bSJah7OMfQSBHm2Jmd_Kh2Lc0ccCgmlkgnY0gmlwhKwS8i6KbXVsdGlhZGRyc5YACASsEvIuBm1CAAoErBLyLgZtQ90DgnJzhQADAQAAiXNlY3AyNTZrMaEChySfLfcuuBzhz-W2VpjXyRG1gSF7be-LBQ1scVRfzeuDdGNwgm1Cg3VkcIJtRIV3YWt1MgE"}'
|
||||
2026-03-04 04:34:11.044 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:11.044 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:11.045 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:11.046 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:11.046 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.30
|
||||
2026-03-04 04:34:11.046 DEBUG [src.node.docker_mananger] Generated ports ['57301', '57302', '57303', '57304', '57305']
|
||||
2026-03-04 04:34:11.047 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:11.047 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:11.047 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:11.047 DEBUG [src.node.docker_mananger] docker run -i -t -p 57301:57301 -p 57302:57302 -p 57303:57303 -p 57304:57304 -p 57305:57305 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57303 --rest-port=57301 --tcp-port=57302 --discv5-udp-port=57304 --rest-address=0.0.0.0 --nat=extip:172.18.128.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ded806ceff5467fe7a44cd7ffdfcf1bfbd4c42e1d0e3a04e7c42fe0a33f3562a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57305 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOjesECBzpHY4Ts3-Lej85YBUbfx6UCtw-QdjS91gnB1JIkRzTyrgkzbHBt3bSJah7OMfQSBHm2Jmd_Kh2Lc0ccCgmlkgnY0gmlwhKwS8i6KbXVsdGlhZGRyc5YACASsEvIuBm1CAAoErBLyLgZtQ90DgnJzhQADAQAAiXNlY3AyNTZrMaEChySfLfcuuBzhz-W2VpjXyRG1gSF7be-LBQ1scVRfzeuDdGNwgm1Cg3VkcIJtRIV3YWt1MgE
|
||||
2026-03-04 04:34:11.252 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.30 waku 1097100c2b11d3b66152742926e15a7773409a27c557b05b86ebc7dfb779db43
|
||||
2026-03-04 04:34:11.288 DEBUG [src.node.docker_mananger] Container started with ID 1097100c2b11. Setting up logs at ./log/docker/node2_2026-03-04_04-34-09__808a30f1-bb61-431f-976c-7a6d55b44a03__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:11.289 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57301
|
||||
2026-03-04 04:34:11.289 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:12.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57301/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:12.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:12.318 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:12.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57301/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:12.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.30/tcp/57302/p2p/16Uiu2HAkzi3LEHWocNWm26KE8Y6Y7b1rzNu1pxcL9HRvL7KMbd55","/ip4/172.18.128.30/tcp/57303/ws/p2p/16Uiu2HAkzi3LEHWocNWm26KE8Y6Y7b1rzNu1pxcL9HRvL7KMbd55"],"enrUri":"enr:-L24QMalG_0jH1qHHB2YDckGrXQ5rUV2SHKWoblDbX8KgcytJqY37TH3idnwz3MNzMUgSIUQkYm1ct0K8udCGclMAOQCgmlkgnY0gmlwhKwSgB6KbXVsdGlhZGRyc5YACASsEoAeBt_WAAoErBKAHgbf190DgnJzhQADAQAAiXNlY3AyNTZrMaECTnve6e3vC9o86PdbeTM95owmYXq_EIxjc9Nukaryf8yDdGNwgt_Wg3VkcILf2IV3YWt1MgE"}'
|
||||
2026-03-04 04:34:12.324 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:12.325 INFO [tests.e2e.test_network_conditions] Subscribing both nodes to relay topic
|
||||
2026-03-04 04:34:12.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27969/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:34:12.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:12.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57301/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:34:12.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:12.340 INFO [tests.e2e.test_network_conditions] Waiting for autoconnection
|
||||
2026-03-04 04:34:12.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27969/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:12.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.128.30/tcp/41684/p2p/16Uiu2HAkzi3LEHWocNWm26KE8Y6Y7b1rzNu1pxcL9HRvL7KMbd55","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:12.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57301/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:12.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.242.46/tcp/27970/p2p/16Uiu2HAm4XDQbkrmbGy2C9cd7rdr3rjaZCb9vv7zdRfuSxS6Rfox","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:12.349 DEBUG [src.libs.common] Sleeping for 10 seconds
|
||||
2026-03-04 04:34:22.349 INFO [tests.e2e.test_network_conditions] Applying 7000ms latency to node2
|
||||
2026-03-04 04:34:22.351 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:34:22.494 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:34:22.506 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'add', 'dev', 'eth0', 'root', 'netem', 'delay', '7000ms']
|
||||
2026-03-04 04:34:22.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27969/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:22.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:22.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57301/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:36.531 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":1772598862521448924,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:36.533 INFO [src.steps.network_conditions] TC exec: ['sudo', '-n', 'nsenter', '-t', '6940', '-n', 'tc', 'qdisc', 'del', 'dev', 'eth0', 'root']
|
||||
2026-03-04 04:34:36.545 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:36.546 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:36.546 DEBUG [src.node.waku_node] Stopping container with id bd62cd364bcc
|
||||
2026-03-04 04:34:37.105 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:37.107 DEBUG [src.node.waku_node] Stopping container with id 1097100c2b11
|
||||
2026-03-04 04:34:37.632 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:37.634 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:37.648 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:37.659 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
106
nim/1103/data/attachments/1dd149e1671a85cb.txt
Normal file
106
nim/1103/data/attachments/1dd149e1671a85cb.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_publish_after_node_pauses_and_pauses with id: 2026-03-04_04-32-25__d3affdd2-1805-4f0e-9ed8-f2c7757646a2
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-25__d3affdd2-1805-4f0e-9ed8-f2c7757646a2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.245
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55768', '55769', '55770', '55771', '55772']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 55768:55768 -p 55769:55769 -p 55770:55770 -p 55771:55771 -p 55772:55772 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55770 --rest-port=55768 --tcp-port=55769 --discv5-udp-port=55771 --rest-address=0.0.0.0 --nat=extip:172.18.64.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1bd46e3eb3dd4a4d8f5eaf3ec4095fb160d0ee1fb9c7355c7fb0e4af7be0d16a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55772 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.64.245 waku 0a34bef66ba62b50b1962bb949741f75134e3f2ccbcf7479634b7c65008b589d
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2f973734eee5. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0a34bef66ba6. Setting up logs at ./log/docker/node1_2026-03-04_04-32-25__d3affdd2-1805-4f0e-9ed8-f2c7757646a2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55768
|
||||
[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 62da67c593cc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55768/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55768/debug/v1/info" -H "Content-Type: application/json" -d '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.245/tcp/55769/p2p/16Uiu2HAkypvKTPUBf7utmABP94hc6oEDjsT3QwThgdfp23qwBV69","/ip4/172.18.64.245/tcp/55770/ws/p2p/16Uiu2HAkypvKTPUBf7utmABP94hc6oEDjsT3QwThgdfp23qwBV69"],"enrUri":"enr:-L24QHnbtk1d0L6E_jx2PIvHPa7olaqp9zEDBusInN6dCwEMItzlR7fnhll3RqtKyUeaA_pr_bZeYDqHNg34FXGe4wsCgmlkgnY0gmlwhKwSQPWKbXVsdGlhZGRyc5YACASsEkD1BtnZAAoErBJA9QbZ2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQWNRyVDPDVz_gt2HJN0yfoH8GCujj1tdHZPJrT0MUAqDdGNwgtnZg3VkcILZ24V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-25__d3affdd2-1805-4f0e-9ed8-f2c7757646a2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.159.196
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49201', '49202', '49203', '49204', '49205']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49201:49201 -p 49202:49202 -p 49203:49203 -p 49204:49204 -p 49205:49205 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49203 --rest-port=49201 --tcp-port=49202 --discv5-udp-port=49204 --rest-address=0.0.0.0 --nat=extip:172.18.159.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f2a6cbdc873dbac7b12c6d1f89fbfd62eeeb38bbefe9a0dcddacba7f17e38fa8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49205 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHnbtk1d0L6E_jx2PIvHPa7olaqp9zEDBusInN6dCwEMItzlR7fnhll3RqtKyUeaA_pr_bZeYDqHNg34FXGe4wsCgmlkgnY0gmlwhKwSQPWKbXVsdGlhZGRyc5YACASsEkD1BtnZAAoErBJA9QbZ2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECQWNRyVDPDVz_gt2HJN0yfoH8GCujj1tdHZPJrT0MUAqDdGNwgtnZg3VkcILZ24V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.196 waku e023c07ac657555c0709c5ed4ac4b74b9f34ef7271eea5440db6a63c4f832b1d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e023c07ac657. Setting up logs at ./log/docker/node2_2026-03-04_04-32-25__d3affdd2-1805-4f0e-9ed8-f2c7757646a2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49201
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49201/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49201/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.196/tcp/49202/p2p/16Uiu2HAm5TLq5jHxTWaNb2aCBvxf8SAsBqc6Fg5d6yCwim9BwrLj","/ip4/172.18.159.196/tcp/49203/ws/p2p/16Uiu2HAm5TLq5jHxTWaNb2aCBvxf8SAsBqc6Fg5d6yCwim9BwrLj"],"enrUri":"enr:-L24QEK4owl-py-FU2X8MQgXZQ3PvG2xnLDriPqXxIBezdFoFYBgJDXmUmyRrJ9K14Y8tf09zlsP-7j_Av6glB-31dQCgmlkgnY0gmlwhKwSn8SKbXVsdGlhZGRyc5YACASsEp_EBsAyAAoErBKfxAbAM90DgnJzhQADAQAAiXNlY3AyNTZrMaEClQJgsEsM689ev5Xq0-4Svi6dW7wtuPK8htzHjNd--eyDdGNwgsAyg3VkcILANIV3YWt1MgE"}'
|
||||
[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:49201/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.64.245/tcp/55769/p2p/16Uiu2HAkypvKTPUBf7utmABP94hc6oEDjsT3QwThgdfp23qwBV69"]'
|
||||
[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:55768/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:49201/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:55768/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:55768/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":1772598748528273664,"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:49201/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":1772598748528273664,"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:55768/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:55768/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":1772598748645118706,"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:49201/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":1772598748645118706,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id 0a34bef66ba6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:267 Unpause container with id 0a34bef66ba6
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTE=", "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:55768/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":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598748777850780,"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:49201/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":"TTE=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598748777850780,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id e023c07ac657
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:267 Unpause container with id e023c07ac657
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TTI=", "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:55768/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":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598748912048429,"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:49201/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":"TTI=","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598748912048429,"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 0a34bef66ba6
|
||||
[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 e023c07ac657
|
||||
[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.
|
||||
156
nim/1103/data/attachments/1dd3b3ff67fd7c1b.txt
Normal file
156
nim/1103/data/attachments/1dd3b3ff67fd7c1b.txt
Normal file
@ -0,0 +1,156 @@
|
||||
[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_content_topics with id: 2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.105
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15346', '15347', '15348', '15349', '15350']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15346:15346 -p 15347:15347 -p 15348:15348 -p 15349:15349 -p 15350:15350 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15348 --rest-port=15346 --tcp-port=15347 --discv5-udp-port=15349 --rest-address=0.0.0.0 --nat=extip:172.18.106.105 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=63e4ff8516f4cfb5b8784eacbb52d8ca8b61b5405d0befde2fbbd4c1dbef7c9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15350 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.105 waku a7fcf71729e20a63358c32c47a110be3b93aa0db637423d36f8d3bd436035b6b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a7fcf71729e2. Setting up logs at ./log/docker/node1_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15346
|
||||
[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 13506ed837bf. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6f366947762f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/debug/v1/info" -H "Content-Type: application/json" -d '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.105/tcp/15347/p2p/16Uiu2HAmURcP8hv59f7q3WFa8iVdMjTzLXbQowZRRG6FztbiYjeY","/ip4/172.18.106.105/tcp/15348/ws/p2p/16Uiu2HAmURcP8hv59f7q3WFa8iVdMjTzLXbQowZRRG6FztbiYjeY"],"enrUri":"enr:-L24QBY0UeMw9j5hMtei6BKg7-pZAyPE4HF-AezCKkxFet8maOel9Eq9oACetiWP4JcadQGXCokknWKO_KC1BQsPAPsCgmlkgnY0gmlwhKwSammKbXVsdGlhZGRyc5YACASsEmppBjvzAAoErBJqaQY79N0DgnJzhQACAQAAiXNlY3AyNTZrMaED6k2Zy_13_JjQ0SgSCaKRnaR4OdGlmbion0bTdMqBc1GDdGNwgjvzg3VkcII79YV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.54.134
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16396', '16397', '16398', '16399', '16400']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 16396:16396 -p 16397:16397 -p 16398:16398 -p 16399:16399 -p 16400:16400 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16398 --rest-port=16396 --tcp-port=16397 --discv5-udp-port=16399 --rest-address=0.0.0.0 --nat=extip:172.18.54.134 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4b8ebfa166cdd87baeed21f2ba1acb114232fdbad9f5dcad5a2b06cda2385cbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16400 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBY0UeMw9j5hMtei6BKg7-pZAyPE4HF-AezCKkxFet8maOel9Eq9oACetiWP4JcadQGXCokknWKO_KC1BQsPAPsCgmlkgnY0gmlwhKwSammKbXVsdGlhZGRyc5YACASsEmppBjvzAAoErBJqaQY79N0DgnJzhQACAQAAiXNlY3AyNTZrMaED6k2Zy_13_JjQ0SgSCaKRnaR4OdGlmbion0bTdMqBc1GDdGNwgjvzg3VkcII79YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.54.134 waku 22c3d0d0830b9da6e880edde18f807e1b0a87fe40aea7e626c795f19e18429f6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 22c3d0d0830b. Setting up logs at ./log/docker/node2_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16396
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16396/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16396/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.134/tcp/16397/p2p/16Uiu2HAmTHksWRCF9WmU8t2UYaHSjSPLfqB6YYQ634ffs7Ti9a8k","/ip4/172.18.54.134/tcp/16398/ws/p2p/16Uiu2HAmTHksWRCF9WmU8t2UYaHSjSPLfqB6YYQ634ffs7Ti9a8k"],"enrUri":"enr:-L24QAtKRKejfirltDqv8xjn9r-GuZRRQosNLdMAGBobON4GAhew0rVC9tRcA41gjwLA_3Y-VEteruHUE7O4vJR1rdcCgmlkgnY0gmlwhKwSNoaKbXVsdGlhZGRyc5YACASsEjaGBkANAAoErBI2hgZADt0DgnJzhQACAQAAiXNlY3AyNTZrMaED2W7dvDq1Qs5r2hROnZ8xwXisfA79ofBk5llIBGkjDvWDdGNwgkANg3VkcIJAD4V3YWt1MgE"}'
|
||||
[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:16396/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.106.105/tcp/15347/p2p/16Uiu2HAmURcP8hv59f7q3WFa8iVdMjTzLXbQowZRRG6FztbiYjeY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16396/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/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:15346/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":1772598965212819642,"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:16396/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":1772598965212819642,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772598965326482450,"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:16396/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772598965326482450,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598965441620499,"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:16396/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598965441620499,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/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:15346/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":1772598965555613586,"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:16396/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":1772598965555613586,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598965669412339,"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:16396/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598965669412339,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598965783128696,"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:16396/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598965783128696,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598965896856351,"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:16396/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598965896856351,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598966011683788,"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:16396/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598966011683788,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:15346/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:16396/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[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:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[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 a7fcf71729e2
|
||||
[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 22c3d0d0830b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
84
nim/1103/data/attachments/1e2aec7a30a4580a.txt
Normal file
84
nim/1103/data/attachments/1e2aec7a30a4580a.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2026-03-04 04:36:20.711 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:36:20.711 DEBUG [tests.conftest] Running test: test_store_with_excessive_length_hash with id: 2026-03-04_04-36-20__2268333d-54a6-4684-ab73-6ed255468133
|
||||
2026-03-04 04:36:20.711 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:36:20.712 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:36:20.712 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:36:20.718 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:20.718 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-36-20__2268333d-54a6-4684-ab73-6ed255468133__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:20.718 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:20.718 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:20.720 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:20.720 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.213.65
|
||||
2026-03-04 04:36:20.720 DEBUG [src.node.docker_mananger] Generated ports ['7386', '7387', '7388', '7389', '7390']
|
||||
2026-03-04 04:36:20.720 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:20.720 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:20.720 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:20.721 DEBUG [src.node.docker_mananger] docker run -i -t -p 7386:7386 -p 7387:7387 -p 7388:7388 -p 7389:7389 -p 7390:7390 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7388 --rest-port=7386 --tcp-port=7387 --discv5-udp-port=7389 --rest-address=0.0.0.0 --nat=extip:172.18.213.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f63b017bd831045cfb9e9f6e54c0e6752b85bfb0e3fbf8efdb3254bb6028785c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7390 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:36:20.877 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.213.65 waku 83eebdfba2c7261071d7ece20c2727b5aebe1bec64b51dfcf1e5aca7985dda65
|
||||
2026-03-04 04:36:20.902 DEBUG [src.node.docker_mananger] Container started with ID 83eebdfba2c7. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-36-20__2268333d-54a6-4684-ab73-6ed255468133__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:20.903 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7386
|
||||
2026-03-04 04:36:20.903 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:20.992 ERROR [src.node.docker_mananger] Max retries reached for container 4a6a5cd6d192. Exiting log stream.
|
||||
2026-03-04 04:36:21.460 ERROR [src.node.docker_mananger] Max retries reached for container bfd38e39dc5e. Exiting log stream.
|
||||
2026-03-04 04:36:21.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7386/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:21.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:21.906 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:21.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7386/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:21.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.213.65/tcp/7387/p2p/16Uiu2HAmLjP8etG52JSSvkVidkxFEfJpirbWuaDDAUv9HYaPsHEP","/ip4/172.18.213.65/tcp/7388/ws/p2p/16Uiu2HAmLjP8etG52JSSvkVidkxFEfJpirbWuaDDAUv9HYaPsHEP"],"enrUri":"enr:-L24QOa6UEIrlTHekLrhqcJYiPL60bpawRSyS6aUndaCghHRWwbj2aoE2KkCCgZlCpJExS3QLFUxMfkLISGUfGkxUW4CgmlkgnY0gmlwhKwS1UGKbXVsdGlhZGRyc5YACASsEtVBBhzbAAoErBLVQQYc3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDd_2UGDsHsLheIniCyLrpaQEzgD66is7cYYinLZ4CQdiDdGNwghzbg3VkcIIc3YV3YWt1MgM"}'
|
||||
2026-03-04 04:36:21.909 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:21.915 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:21.915 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-36-20__2268333d-54a6-4684-ab73-6ed255468133__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:21.915 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:21.915 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:21.916 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:21.916 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.173
|
||||
2026-03-04 04:36:21.917 DEBUG [src.node.docker_mananger] Generated ports ['51435', '51436', '51437', '51438', '51439']
|
||||
2026-03-04 04:36:21.917 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:21.917 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:21.917 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:21.917 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.52.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=75e0b6dcad6db77b60ec4b04d3fdb1a59e0bc8f3ced8701395b0eb5bcfaff4bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51439 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOa6UEIrlTHekLrhqcJYiPL60bpawRSyS6aUndaCghHRWwbj2aoE2KkCCgZlCpJExS3QLFUxMfkLISGUfGkxUW4CgmlkgnY0gmlwhKwS1UGKbXVsdGlhZGRyc5YACASsEtVBBhzbAAoErBLVQQYc3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDd_2UGDsHsLheIniCyLrpaQEzgD66is7cYYinLZ4CQdiDdGNwghzbg3VkcIIc3YV3YWt1MgM --storenode=/ip4/172.18.213.65/tcp/7387/p2p/16Uiu2HAmLjP8etG52JSSvkVidkxFEfJpirbWuaDDAUv9HYaPsHEP --store=true --relay=true
|
||||
2026-03-04 04:36:22.067 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.173 waku 2e60d2239d6d1a49e1d067dfdb119cfd13e63e86fc2dd220d4eba4ff45721b27
|
||||
2026-03-04 04:36:22.093 DEBUG [src.node.docker_mananger] Container started with ID 2e60d2239d6d. Setting up logs at ./log/docker/store_node1_2026-03-04_04-36-20__2268333d-54a6-4684-ab73-6ed255468133__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:22.093 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51435
|
||||
2026-03-04 04:36:22.094 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:23.095 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'
|
||||
2026-03-04 04:36:23.097 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:23.097 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:23.098 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'
|
||||
2026-03-04 04:36:23.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.173/tcp/51436/p2p/16Uiu2HAmNQBErezeRGqhD3Ch933BDPVDhjRiyP48hXuhSev1eVK6","/ip4/172.18.52.173/tcp/51437/ws/p2p/16Uiu2HAmNQBErezeRGqhD3Ch933BDPVDhjRiyP48hXuhSev1eVK6"],"enrUri":"enr:-L24QPCDUXvQH3rPVcqTcZt2Gfsr97Pu_wojAEbXiO6RnVd6Rloj_sVEbi4IaQxMAUMeaPNnZI66TUVvpMTquU-AcTQCgmlkgnY0gmlwhKwSNK2KbXVsdGlhZGRyc5YACASsEjStBsjsAAoErBI0rQbI7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkMl4LmAu3P-JIoKGkR-cXVVJGQIhBYBgWtHaBZkkG7GDdGNwgsjsg3VkcILI7oV3YWt1MgM"}'
|
||||
2026-03-04 04:36:23.100 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:23.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51435/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.213.65/tcp/7387/p2p/16Uiu2HAmLjP8etG52JSSvkVidkxFEfJpirbWuaDDAUv9HYaPsHEP"]'
|
||||
2026-03-04 04:36:23.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7386/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:36:23.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.105 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/0"]'
|
||||
2026-03-04 04:36:23.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.108 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:23.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7386/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:23.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.115 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:23.315 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:23.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7386/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:23.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.321 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:23.522 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:23.522 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7386/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:23.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.528 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:23.729 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:23.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7386/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:23.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:23.736 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:23.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7386/store/v3/messages?hashes=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:23.940 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:7386/store/v3/messages?hashes=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&pageSize=50&ascending=true. Response content: b'waku message hash parsing error: invalid hash length: 25'
|
||||
2026-03-04 04:36:23.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51435/store/v3/messages?hashes=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:23.942 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51435/store/v3/messages?hashes=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA&pageSize=50&ascending=true. Response content: b'waku message hash parsing error: invalid hash length: 25'
|
||||
2026-03-04 04:36:23.944 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:36:23.945 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:36:23.945 DEBUG [src.node.waku_node] Stopping container with id 83eebdfba2c7
|
||||
2026-03-04 04:36:24.444 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:24.445 DEBUG [src.node.waku_node] Stopping container with id 2e60d2239d6d
|
||||
2026-03-04 04:36:24.906 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:24.907 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:24.915 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:24.921 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
71
nim/1103/data/attachments/1e53c2bf6f42859d.txt
Normal file
71
nim/1103/data/attachments/1e53c2bf6f42859d.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2026-03-04 04:31:50.034 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:50.035 DEBUG [tests.conftest] Running test: test_relay with id: 2026-03-04_04-31-50__e687bc3a-721b-411f-ae11-d52a4a375838
|
||||
2026-03-04 04:31:50.035 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:50.035 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:50.035 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:50.036 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:31:50.036 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:31:50.046 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:50.046 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-50__e687bc3a-721b-411f-ae11-d52a4a375838__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:50.046 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:50.046 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:50.100 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2026-03-04 04:31:50.101 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.0
|
||||
2026-03-04 04:31:50.101 DEBUG [src.node.docker_mananger] Generated ports ['38085', '38086', '38087', '38088', '38089']
|
||||
2026-03-04 04:31:50.101 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:50.101 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:50.101 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:50.101 DEBUG [src.node.docker_mananger] docker run -i -t -p 38085:38085 -p 38086:38086 -p 38087:38087 -p 38088:38088 -p 38089:38089 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38087 --rest-port=38085 --tcp-port=38086 --discv5-udp-port=38088 --rest-address=0.0.0.0 --nat=extip:172.18.176.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4f16b5add15a63cb27ebabb4ae5edc8ebca38973c978adde766faa2d574bcb8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38089 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:31:53.567 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.0 waku 8f3d5490f3b77a72296bce71cb5b7cda3d4fe3aab188190b01fd081c0852c86b
|
||||
2026-03-04 04:31:53.606 DEBUG [src.node.docker_mananger] Container started with ID 8f3d5490f3b7. Setting up logs at ./log/docker/node1_2026-03-04_04-31-50__e687bc3a-721b-411f-ae11-d52a4a375838__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:53.606 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38085
|
||||
2026-03-04 04:31:53.606 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:54.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38085/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:54.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:54.611 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:54.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38085/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:54.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.176.0/tcp/38086/p2p/16Uiu2HAmPQvaiSy4cybDeTS1uovVYiYqj9TfY5ZGhtPWy4ETY2im","/ip4/172.18.176.0/tcp/38087/ws/p2p/16Uiu2HAmPQvaiSy4cybDeTS1uovVYiYqj9TfY5ZGhtPWy4ETY2im"],"enrUri":"enr:-L24QOJFq_fJ36alCYHqEO5momn2dFKwYjiBONeCDA_fVlrZdQLddJgbKJJh48s685Cai3drAuHJNKRFPkwW5PnMH48CgmlkgnY0gmlwhKwSsACKbXVsdGlhZGRyc5YACASsErAABpTGAAoErBKwAAaUx90DgnJzhQADAQAAiXNlY3AyNTZrMaEDn9Yp7V0yjnWWqnrlnwT0GxGhDv5otuSp4E9BZnmwgfKDdGNwgpTGg3VkcIKUyIV3YWt1MgE"}'
|
||||
2026-03-04 04:31:54.614 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:54.620 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:54.620 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-50__e687bc3a-721b-411f-ae11-d52a4a375838__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:54.621 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:54.621 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:54.622 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:54.622 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.212
|
||||
2026-03-04 04:31:54.622 DEBUG [src.node.docker_mananger] Generated ports ['15939', '15940', '15941', '15942', '15943']
|
||||
2026-03-04 04:31:54.623 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:54.623 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:54.623 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:54.623 DEBUG [src.node.docker_mananger] docker run -i -t -p 15939:15939 -p 15940:15940 -p 15941:15941 -p 15942:15942 -p 15943:15943 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15941 --rest-port=15939 --tcp-port=15940 --discv5-udp-port=15942 --rest-address=0.0.0.0 --nat=extip:172.18.104.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a44fe4faf94cc318b1a6149c25b7efd73916abbfbf3eca9e8ffbdfbadcd57bf4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15943 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOJFq_fJ36alCYHqEO5momn2dFKwYjiBONeCDA_fVlrZdQLddJgbKJJh48s685Cai3drAuHJNKRFPkwW5PnMH48CgmlkgnY0gmlwhKwSsACKbXVsdGlhZGRyc5YACASsErAABpTGAAoErBKwAAaUx90DgnJzhQADAQAAiXNlY3AyNTZrMaEDn9Yp7V0yjnWWqnrlnwT0GxGhDv5otuSp4E9BZnmwgfKDdGNwgpTGg3VkcIKUyIV3YWt1MgE
|
||||
2026-03-04 04:31:54.821 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.212 waku bdeadc289cf960b5f650eee0f6c9ffc98cc7bf9af858c5013f7e23060b117f85
|
||||
2026-03-04 04:31:54.855 DEBUG [src.node.docker_mananger] Container started with ID bdeadc289cf9. Setting up logs at ./log/docker/node1_2026-03-04_04-31-50__e687bc3a-721b-411f-ae11-d52a4a375838__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:54.856 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15939
|
||||
2026-03-04 04:31:54.856 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:55.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15939/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:55.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:55.884 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:55.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15939/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:55.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.212/tcp/15940/p2p/16Uiu2HAmCczXDfqYgwEWimpyZyWWtcbsvqQMoZZWF7cAkvbadVE3","/ip4/172.18.104.212/tcp/15941/ws/p2p/16Uiu2HAmCczXDfqYgwEWimpyZyWWtcbsvqQMoZZWF7cAkvbadVE3"],"enrUri":"enr:-L24QIcynlGZXBwA7aaEFvqIT_o4A138KPAstZ-Obx5we5WjU8nJIpZKHg2TzeiJEU74pBoCLZSc4OonV7oQ-Djgkn8CgmlkgnY0gmlwhKwSaNSKbXVsdGlhZGRyc5YACASsEmjUBj5EAAoErBJo1AY-Rd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_30ILiQNrK639tEoR5y9Ux9AP12UOM12LZCTZBG6zJSDdGNwgj5Eg3VkcII-RoV3YWt1MgE"}'
|
||||
2026-03-04 04:31:55.892 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:55.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38085/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:55.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:55.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15939/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:55.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:55.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38085/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:55.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:55.914 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:56.015 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:56.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38085/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:56.018 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":1772598715905903360,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:31:56.020 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:56.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15939/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:56.023 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":1772598715905903360,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:31:56.026 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:31:56.027 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:31:56.027 DEBUG [src.node.waku_node] Stopping container with id 8f3d5490f3b7
|
||||
2026-03-04 04:31:56.628 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:56.630 DEBUG [src.node.waku_node] Stopping container with id bdeadc289cf9
|
||||
2026-03-04 04:31:57.177 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:57.178 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:31:57.186 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:57.191 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
115
nim/1103/data/attachments/1e578d686c1c3854.txt
Normal file
115
nim/1103/data/attachments/1e578d686c1c3854.txt
Normal file
@ -0,0 +1,115 @@
|
||||
2026-03-04 04:31:05.244 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:05.244 DEBUG [tests.conftest] Running test: test_repeated_filter_requestID with id: 2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73
|
||||
2026-03-04 04:31:05.245 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:05.245 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:05.245 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:05.254 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:05.254 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:05.261 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:05.261 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:05.268 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:05.268 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:05.269 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:31:05.269 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:31:05.270 DEBUG [tests.e2e.test_e2e] Create 3 nodes
|
||||
2026-03-04 04:31:05.270 DEBUG [tests.e2e.test_e2e] Start 3 nodes with their corresponding config
|
||||
2026-03-04 04:31:05.270 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:05.270 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:05.315 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2026-03-04 04:31:05.315 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.211
|
||||
2026-03-04 04:31:05.315 DEBUG [src.node.docker_mananger] Generated ports ['7464', '7465', '7466', '7467', '7468']
|
||||
2026-03-04 04:31:05.315 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:05.316 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:05.316 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:05.316 DEBUG [src.node.docker_mananger] docker run -i -t -p 7464:7464 -p 7465:7465 -p 7466:7466 -p 7467:7467 -p 7468:7468 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7466 --rest-port=7464 --tcp-port=7465 --discv5-udp-port=7467 --rest-address=0.0.0.0 --nat=extip:172.18.252.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d7ea9fe306a1db0ceb8aa22b8bf6ef2e089f28d500d26aeda9bdeaf72daeadda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7468 --metrics-logging=true --relay=true --store=true
|
||||
2026-03-04 04:31:08.926 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.211 waku 326b2038adde604030efccffff0cea29c52323ba3627308abde62e5ffe2ba4c7
|
||||
2026-03-04 04:31:08.969 DEBUG [src.node.docker_mananger] Container started with ID 326b2038adde. Setting up logs at ./log/docker/node1_2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:08.970 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7464
|
||||
2026-03-04 04:31:08.970 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:09.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7464/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:09.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:09.974 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:09.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7464/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:09.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.211/tcp/7465/p2p/16Uiu2HAkyRPeZDodk24aB8Tjr6NQQFgdUUru8x24XJsc2oCFky23","/ip4/172.18.252.211/tcp/7466/ws/p2p/16Uiu2HAkyRPeZDodk24aB8Tjr6NQQFgdUUru8x24XJsc2oCFky23"],"enrUri":"enr:-L24QEWjjMRQDbfBlwjmLky9ikubAou_UwwB9DVRq-5nhuPsHtlVB74L95fGRtd7ZdiI3_ubRihmElm4ax5wy-ucaMMCgmlkgnY0gmlwhKwS_NOKbXVsdGlhZGRyc5YACASsEvzTBh0pAAoErBL80wYdKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECO1xICziXcI7hdvYouqydha3QSmXZpvL5BmI6JFzBrpSDdGNwgh0pg3VkcIIdK4V3YWt1MgM"}'
|
||||
2026-03-04 04:31:09.977 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:09.977 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:09.977 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:09.979 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:09.979 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.42
|
||||
2026-03-04 04:31:09.979 DEBUG [src.node.docker_mananger] Generated ports ['15023', '15024', '15025', '15026', '15027']
|
||||
2026-03-04 04:31:09.979 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:09.979 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:09.979 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:09.979 DEBUG [src.node.docker_mananger] docker run -i -t -p 15023:15023 -p 15024:15024 -p 15025:15025 -p 15026:15026 -p 15027:15027 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15025 --rest-port=15023 --tcp-port=15024 --discv5-udp-port=15026 --rest-address=0.0.0.0 --nat=extip:172.18.64.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4af5dc9eae2a1cf833c3aa7464fc36eafebab70ad673179a0ce7db6bed6d31d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15027 --metrics-logging=true --relay=true --store=true --filter=true --discv5-bootstrap-node=enr:-L24QEWjjMRQDbfBlwjmLky9ikubAou_UwwB9DVRq-5nhuPsHtlVB74L95fGRtd7ZdiI3_ubRihmElm4ax5wy-ucaMMCgmlkgnY0gmlwhKwS_NOKbXVsdGlhZGRyc5YACASsEvzTBh0pAAoErBL80wYdKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECO1xICziXcI7hdvYouqydha3QSmXZpvL5BmI6JFzBrpSDdGNwgh0pg3VkcIIdK4V3YWt1MgM
|
||||
2026-03-04 04:31:10.167 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.42 waku 8a74c10f097cda366a5f06c454d4eba21c41f205106ae18685a0c86266273650
|
||||
2026-03-04 04:31:10.200 DEBUG [src.node.docker_mananger] Container started with ID 8a74c10f097c. Setting up logs at ./log/docker/node2_2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:10.200 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15023
|
||||
2026-03-04 04:31:10.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:11.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15023/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:11.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:11.205 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:11.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15023/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:11.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.42/tcp/15024/p2p/16Uiu2HAmBMuamuds8ArmZwtti7AmHYAgLmXQxstUwUGpnN1y7aTA","/ip4/172.18.64.42/tcp/15025/ws/p2p/16Uiu2HAmBMuamuds8ArmZwtti7AmHYAgLmXQxstUwUGpnN1y7aTA"],"enrUri":"enr:-L24QJdEqKkKpH44LtNV05rK_H3vAHnHkN7lNFm3xg3hov6uegKKvmrHshLrVSBL4OSVfMaFsCQQ0_ZryPqHxURqrbcCgmlkgnY0gmlwhKwSQCqKbXVsdGlhZGRyc5YACASsEkAqBjqwAAoErBJAKgY6sd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7MQMdzWJI3HATLZ3CVP9Gaq0SN9MGxQalhsgbTWqjMGDdGNwgjqwg3VkcII6soV3YWt1Mgc"}'
|
||||
2026-03-04 04:31:11.208 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:11.208 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:11.208 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:11.209 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:11.210 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.63.249
|
||||
2026-03-04 04:31:11.210 DEBUG [src.node.docker_mananger] Generated ports ['45178', '45179', '45180', '45181', '45182']
|
||||
2026-03-04 04:31:11.210 DEBUG [src.node.waku_node] Cluster id was resolved to: 3
|
||||
2026-03-04 04:31:11.210 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:31:11.210 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:11.210 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:11.210 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:11.211 DEBUG [src.node.docker_mananger] docker run -i -t -p 45178:45178 -p 45179:45179 -p 45180:45180 -p 45181:45181 -p 45182:45182 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45180 --rest-port=45178 --tcp-port=45179 --discv5-udp-port=45181 --rest-address=0.0.0.0 --nat=extip:172.18.63.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d04cb89129e6fd018032fe975010afadec2a7917cecfb7a34eb8baca3c32ac28 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45182 --metrics-logging=true --relay=true --filternode=/ip4/172.18.64.42/tcp/15024/p2p/16Uiu2HAmBMuamuds8ArmZwtti7AmHYAgLmXQxstUwUGpnN1y7aTA --store=false --discv5-bootstrap-node=enr:-L24QJdEqKkKpH44LtNV05rK_H3vAHnHkN7lNFm3xg3hov6uegKKvmrHshLrVSBL4OSVfMaFsCQQ0_ZryPqHxURqrbcCgmlkgnY0gmlwhKwSQCqKbXVsdGlhZGRyc5YACASsEkAqBjqwAAoErBJAKgY6sd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7MQMdzWJI3HATLZ3CVP9Gaq0SN9MGxQalhsgbTWqjMGDdGNwgjqwg3VkcII6soV3YWt1Mgc
|
||||
2026-03-04 04:31:11.429 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.63.249 waku 5fc18f040fe13c98caa406207d630cbbdd1b092fd1736d39408d6c2a61efd13f
|
||||
2026-03-04 04:31:11.464 DEBUG [src.node.docker_mananger] Container started with ID 5fc18f040fe1. Setting up logs at ./log/docker/node3_2026-03-04_04-31-05__88af6de9-031e-40d2-aaea-86e94e33ab73__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:11.465 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45178
|
||||
2026-03-04 04:31:11.465 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:12.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45178/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:12.468 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:12.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45178/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.63.249/tcp/45179/p2p/16Uiu2HAmKyS99aNsexcXNLSuaMyEhUytKdX1HoVzMQMig8YUptFd","/ip4/172.18.63.249/tcp/45180/ws/p2p/16Uiu2HAmKyS99aNsexcXNLSuaMyEhUytKdX1HoVzMQMig8YUptFd"],"enrUri":"enr:-L24QBlkeyoxpqfX6T47WU3wPZ4e5B3Sy0eDs4c93AznqZwYa-Ef2OVqleI1hE3OW_JCnSnuLsHl53bCh9tedS4WpqkCgmlkgnY0gmlwhKwSP_mKbXVsdGlhZGRyc5YACASsEj_5BrB7AAoErBI_-QawfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbLtstd2tTst7M_2Ne6NMLq-O2ExqpgAD4qYmBw05ECSDdGNwgrB7g3VkcIKwfYV3YWt1MgE"}'
|
||||
2026-03-04 04:31:12.471 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:12.472 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topics
|
||||
2026-03-04 04:31:12.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7464/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:12.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:12.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15023/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:12.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:12.483 DEBUG [tests.e2e.test_e2e] Wait for all nodes auto connection
|
||||
2026-03-04 04:31:12.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7464/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.64.42/tcp/59620/p2p/16Uiu2HAmBMuamuds8ArmZwtti7AmHYAgLmXQxstUwUGpnN1y7aTA","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:31:12.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15023/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.252.211/tcp/7465/p2p/16Uiu2HAkyRPeZDodk24aB8Tjr6NQQFgdUUru8x24XJsc2oCFky23","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:31:12.491 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2026-03-04 04:31:42.491 DEBUG [tests.e2e.test_e2e] Node3 subscribe to filter for pubsubtopic /waku/2/rs/3/1 2 times with same request id
|
||||
2026-03-04 04:31:42.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45178/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:42.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:42.502 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45178/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:42.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:42.511 DEBUG [tests.e2e.test_e2e] Node1 publish message for topic /waku/2/rs/3/1
|
||||
2026-03-04 04:31:42.512 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:31:42.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7464/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:42.518 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:42.518 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:31:42.718 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2026-03-04 04:31:47.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45178/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:47.721 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":1772598702512008420,"ephemeral":false}]'
|
||||
2026-03-04 04:31:47.722 DEBUG [tests.e2e.test_e2e] Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1772598702512008420, 'ephemeral': False}]
|
||||
2026-03-04 04:31:47.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45178/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:47.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-03-04 04:31:47.724 DEBUG [tests.e2e.test_e2e] Response for node3 using same request ID is []
|
||||
2026-03-04 04:31:47.727 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:31:47.727 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:31:47.728 DEBUG [src.node.waku_node] Stopping container with id 326b2038adde
|
||||
2026-03-04 04:31:48.327 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:48.328 DEBUG [src.node.waku_node] Stopping container with id 8a74c10f097c
|
||||
2026-03-04 04:31:48.905 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:48.908 DEBUG [src.node.waku_node] Stopping container with id 5fc18f040fe1
|
||||
2026-03-04 04:31:49.142 ERROR [src.node.docker_mananger] Max retries reached for container 326b2038adde. Exiting log stream.
|
||||
2026-03-04 04:31:49.436 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:49.440 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:31:49.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:49.497 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:49.523 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
95
nim/1103/data/attachments/1e850df68d05ef1f.txt
Normal file
95
nim/1103/data/attachments/1e850df68d05ef1f.txt
Normal file
@ -0,0 +1,95 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_time_filter_end_time_now with id: 2026-03-04_04-33-28__a5adda33-feb4-4ffe-8a99-66972dc98362
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-33-28__a5adda33-feb4-4ffe-8a99-66972dc98362__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.86.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1599', '1600', '1601', '1602', '1603']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1599:1599 -p 1600:1600 -p 1601:1601 -p 1602:1602 -p 1603:1603 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1601 --rest-port=1599 --tcp-port=1600 --discv5-udp-port=1602 --rest-address=0.0.0.0 --nat=extip:172.18.86.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8bebc028abdbe7b0f5c27b2c65e1c1fea63af5ed5dfce2aba58b67bb920d8d0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1603 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.86.122 waku 52164a3eb56aeabf7bf302dfc7a4b16f54707dd3b81c1f7fe50b2a6834a51f79
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3b09822f8e07. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 52164a3eb56a. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-33-28__a5adda33-feb4-4ffe-8a99-66972dc98362__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1599
|
||||
[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 38cbfb9e9632. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1599/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1599/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.122/tcp/1600/p2p/16Uiu2HAkunY6dZJSVV38PPiCPyRVQNv8FZ4RryuUwyUbPqQ4Sjos","/ip4/172.18.86.122/tcp/1601/ws/p2p/16Uiu2HAkunY6dZJSVV38PPiCPyRVQNv8FZ4RryuUwyUbPqQ4Sjos"],"enrUri":"enr:-L24QHBrlscWJaFYXM2a2wHsH9rcRAn9WBR6eg-yF3ieCluZeOi2IqJqQ1pTEtFBPxoAzR4fGWptlQSaySld7HzHS0ACgmlkgnY0gmlwhKwSVnqKbXVsdGlhZGRyc5YACASsElZ6BgZAAAoErBJWegYGQd0DgnJzhQADAQAAiXNlY3AyNTZrMaECBVhI33dC3CPv4z0361oMi2wxWnhRrtKFh3MKPmi8i_6DdGNwggZAg3VkcIIGQoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-33-28__a5adda33-feb4-4ffe-8a99-66972dc98362__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.47
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14382', '14383', '14384', '14385', '14386']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14382:14382 -p 14383:14383 -p 14384:14384 -p 14385:14385 -p 14386:14386 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14384 --rest-port=14382 --tcp-port=14383 --discv5-udp-port=14385 --rest-address=0.0.0.0 --nat=extip:172.18.150.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7a145728d64818febd333e5fe736efbf4588daa8fdeb3fff279cee8ec4c49af9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14386 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHBrlscWJaFYXM2a2wHsH9rcRAn9WBR6eg-yF3ieCluZeOi2IqJqQ1pTEtFBPxoAzR4fGWptlQSaySld7HzHS0ACgmlkgnY0gmlwhKwSVnqKbXVsdGlhZGRyc5YACASsElZ6BgZAAAoErBJWegYGQd0DgnJzhQADAQAAiXNlY3AyNTZrMaECBVhI33dC3CPv4z0361oMi2wxWnhRrtKFh3MKPmi8i_6DdGNwggZAg3VkcIIGQoV3YWt1MgM --storenode=/ip4/172.18.86.122/tcp/1600/p2p/16Uiu2HAkunY6dZJSVV38PPiCPyRVQNv8FZ4RryuUwyUbPqQ4Sjos --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.150.47 waku b0bf5adc6270bc1f944a65aeb05c1f3ba76c39ad1694335c1ee6ff5e0fb585ac
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b0bf5adc6270. Setting up logs at ./log/docker/store_node1_2026-03-04_04-33-28__a5adda33-feb4-4ffe-8a99-66972dc98362__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14382
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14382/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14382/debug/v1/info" -H "Content-Type: application/json" -d '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.47/tcp/14383/p2p/16Uiu2HAm8xNJn66ThDr5SUrPvtWUpNuQCxew73fEMBHs23g2eoDu","/ip4/172.18.150.47/tcp/14384/ws/p2p/16Uiu2HAm8xNJn66ThDr5SUrPvtWUpNuQCxew73fEMBHs23g2eoDu"],"enrUri":"enr:-L24QOtNzsMKDQAZxirISQigBojsVcKNvMH-xYHx0WRtjF_SbPqYG53BoD4I3X4Iethd136FN_DgnjO68u5y8li2PVoCgmlkgnY0gmlwhKwSli-KbXVsdGlhZGRyc5YACASsEpYvBjgvAAoErBKWLwY4MN0DgnJzhQADAQAAiXNlY3AyNTZrMaECyQTz2y5DRGU4RItGlQtH77CJoA7B58obmkWXZ6OHAJyDdGNwgjgvg3VkcII4MYV3YWt1MgM"}'
|
||||
[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:14382/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.86.122/tcp/1600/p2p/16Uiu2HAkunY6dZJSVV38PPiCPyRVQNv8FZ4RryuUwyUbPqQ4Sjos"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1599/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:14382/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:1599/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1599/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1599/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1599/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1599/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1599/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:186 inquering stored messages with start time 1772598808446860032 after end time 1772598812691438080
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1599/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1772598808446860032&endTime=1772598812691438080&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":"0x3c8236e91db12627e44ad0da49b6f480eeb86a6e3f96c03306e253437dfa4dc0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598808446860032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x4fb4af8595ed4ac0fa72e15f09abf2979ef2205a55196cd7148441e183b4b3af","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810446865920,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe9f167673b763b32f1b7b7d95b82e9381e4cbd11b42bde0f03b6e9c479286579","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811346867968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:189 number of messages stored for start time 1772598808446860032 and end time = 1772598812691438080 is 3
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14382/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1772598808446860032&endTime=1772598812691438080&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":"0x3c8236e91db12627e44ad0da49b6f480eeb86a6e3f96c03306e253437dfa4dc0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598808446860032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x4fb4af8595ed4ac0fa72e15f09abf2979ef2205a55196cd7148441e183b4b3af","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810446865920,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe9f167673b763b32f1b7b7d95b82e9381e4cbd11b42bde0f03b6e9c479286579","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811346867968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:189 number of messages stored for start time 1772598808446860032 and end time = 1772598812691438080 is 3
|
||||
[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 52164a3eb56a
|
||||
[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 b0bf5adc6270
|
||||
[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.
|
||||
129
nim/1103/data/attachments/1ec9e4438b1153a8.txt
Normal file
129
nim/1103/data/attachments/1ec9e4438b1153a8.txt
Normal file
@ -0,0 +1,129 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_static_sharding_multiple_shards with id: 2026-03-04_04-35-11__443390f2-d3d9-45c5-9695-254846803ac8
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-11__443390f2-d3d9-45c5-9695-254846803ac8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13227', '13228', '13229', '13230', '13231']
|
||||
[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 13227:13227 -p 13228:13228 -p 13229:13229 -p 13230:13230 -p 13231:13231 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13229 --rest-port=13227 --tcp-port=13228 --discv5-udp-port=13230 --rest-address=0.0.0.0 --nat=extip:172.18.46.182 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4ee7ff0aeac056d27f0b8c5daedddd874c86c34a2db9e996ec2add6864727888 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13231 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.46.182 waku f73b909863d0dfdcaf70a29cdc7199312b9014eb0b21e4bcb570a9f9e366e49b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f73b909863d0. Setting up logs at ./log/docker/node1_2026-03-04_04-35-11__443390f2-d3d9-45c5-9695-254846803ac8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13227
|
||||
[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 d092dff67d6d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13227/debug/v1/info" -H "Content-Type: application/json" -d '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.182/tcp/13228/p2p/16Uiu2HAkxYjRYgzA5Ph1JCjq4zcB5SBQhns4tCdd497VQUWVkdee","/ip4/172.18.46.182/tcp/13229/ws/p2p/16Uiu2HAkxYjRYgzA5Ph1JCjq4zcB5SBQhns4tCdd497VQUWVkdee"],"enrUri":"enr:-L24QFP5gnDZ3A6iiKuHnjEkXoaPtBEexjAN9oI3pCoAt7GIf04NpMs0pHAZA_s_qFcroFVp5bHUMH69EpN6IRRVJmQCgmlkgnY0gmlwhKwSLraKbXVsdGlhZGRyc5YACASsEi62BjOsAAoErBIutgYzrd0DgnJzhQACAQAAiXNlY3AyNTZrMaECLmIFRz4NrGovGRr9kWam_GvIC4-6a-nzi8M9YqWGUW-DdGNwgjOsg3VkcIIzroV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-11__443390f2-d3d9-45c5-9695-254846803ac8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.212
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4780', '4781', '4782', '4783', '4784']
|
||||
[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 4780:4780 -p 4781:4781 -p 4782:4782 -p 4783:4783 -p 4784:4784 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4782 --rest-port=4780 --tcp-port=4781 --discv5-udp-port=4783 --rest-address=0.0.0.0 --nat=extip:172.18.81.212 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ab8e409add4cc1722ccb3cdfabce0deadc6fa5529ded496cc23ddd5aadabaef1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4784 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFP5gnDZ3A6iiKuHnjEkXoaPtBEexjAN9oI3pCoAt7GIf04NpMs0pHAZA_s_qFcroFVp5bHUMH69EpN6IRRVJmQCgmlkgnY0gmlwhKwSLraKbXVsdGlhZGRyc5YACASsEi62BjOsAAoErBIutgYzrd0DgnJzhQACAQAAiXNlY3AyNTZrMaECLmIFRz4NrGovGRr9kWam_GvIC4-6a-nzi8M9YqWGUW-DdGNwgjOsg3VkcIIzroV3YWt1MgU --filternode=/ip4/172.18.46.182/tcp/13228/p2p/16Uiu2HAkxYjRYgzA5Ph1JCjq4zcB5SBQhns4tCdd497VQUWVkdee
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.81.212 waku acacae4fccda1fc51ff41e95fb734906db89ce786c91a81738d5772d8b7bfe53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID acacae4fccda. Setting up logs at ./log/docker/node2_2026-03-04_04-35-11__443390f2-d3d9-45c5-9695-254846803ac8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4780
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.212/tcp/4781/p2p/16Uiu2HAmJkotSnYfMiJ3qCmmSEAYD3JEhSk3zxH9Zuii3RWRLjgh","/ip4/172.18.81.212/tcp/4782/ws/p2p/16Uiu2HAmJkotSnYfMiJ3qCmmSEAYD3JEhSk3zxH9Zuii3RWRLjgh"],"enrUri":"enr:-L24QKPVWF-jA4MWNptrMaw6XZ6WUZfQbxy3dRZ7qsWghxNROFShQC6gSA2-ZLH5BXFL1nhHxwVzF1Pc3F-_x4l1auMCgmlkgnY0gmlwhKwSUdSKbXVsdGlhZGRyc5YACASsElHUBhKtAAoErBJR1AYSrt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDWqPGqvcdiXntqtxAm5HCh3CdnmKUlqBtw0x-RA9LXH6DdGNwghKtg3VkcIISr4V3YWt1MgA"}'
|
||||
[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:4780/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.46.182/tcp/13228/p2p/16Uiu2HAkxYjRYgzA5Ph1JCjq4zcB5SBQhns4tCdd497VQUWVkdee"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "31d55512-2faf-4c05-b52d-18efc9018bbf", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"31d55512-2faf-4c05-b52d-18efc9018bbf","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "184ccf64-b02d-4d32-9b44-e739255b06da", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"184ccf64-b02d-4d32-9b44-e739255b06da","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0ce4ee56-fdaf-4e73-8b27-d0296dedd66e", "contentFilters": ["/app/22/sometopic/someencoding"], "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":"0ce4ee56-fdaf-4e73-8b27-d0296dedd66e","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a90c41e4-2981-4bb6-96c1-0a5f079787dc", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"a90c41e4-2981-4bb6-96c1-0a5f079787dc","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ba88acd1-15f1-4860-9259-163f6364a462", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"ba88acd1-15f1-4860-9259-163f6364a462","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9260b14b-69f3-4421-88b9-8ec3aedb4d81", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"9260b14b-69f3-4421-88b9-8ec3aedb4d81","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8c99ee27-9f81-4c8c-b9da-828f8b9d3674", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"8c99ee27-9f81-4c8c-b9da-828f8b9d3674","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:4780/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9c7d1f23-e53e-4014-827c-ddfccedea91d", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"9c7d1f23-e53e-4014-827c-ddfccedea91d","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598914239071070,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1772598914352090919,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598914462677339,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/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":1772598914574084701,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598914684822627,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598914795662630,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598914906533296,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13227/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)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:185 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4780/filter/v2/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598915017058154,"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 f73b909863d0
|
||||
[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 acacae4fccda
|
||||
[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.
|
||||
72
nim/1103/data/attachments/1f3bc74174689056.txt
Normal file
72
nim/1103/data/attachments/1f3bc74174689056.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2026-03-04 04:32:08.088 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:08.089 DEBUG [tests.conftest] Running test: test_filter_get_message_with_version with id: 2026-03-04_04-32-08__33828fd2-a830-4fc1-ba89-91aa4ad99701
|
||||
2026-03-04 04:32:08.089 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:08.089 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:32:08.089 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-04 04:32:08.095 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:08.096 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-08__33828fd2-a830-4fc1-ba89-91aa4ad99701__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:08.096 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:08.096 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:08.097 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:08.097 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.219
|
||||
2026-03-04 04:32:08.098 DEBUG [src.node.docker_mananger] Generated ports ['25990', '25991', '25992', '25993', '25994']
|
||||
2026-03-04 04:32:08.098 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:08.098 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:08.098 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:08.098 DEBUG [src.node.docker_mananger] docker run -i -t -p 25990:25990 -p 25991:25991 -p 25992:25992 -p 25993:25993 -p 25994:25994 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25992 --rest-port=25990 --tcp-port=25991 --discv5-udp-port=25993 --rest-address=0.0.0.0 --nat=extip:172.18.42.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d39dbbfc19daa8c9cea80e8c90d6eac02ee96cdb6acfaecb8483a868171b60e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25994 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:32:08.254 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.219 waku 4326aff54e6ec460b41a19f0f94871300426bf7b64b28bcc6ff08a5c21516aab
|
||||
2026-03-04 04:32:08.282 DEBUG [src.node.docker_mananger] Container started with ID 4326aff54e6e. Setting up logs at ./log/docker/node1_2026-03-04_04-32-08__33828fd2-a830-4fc1-ba89-91aa4ad99701__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:08.282 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25990
|
||||
2026-03-04 04:32:08.282 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:08.387 ERROR [src.node.docker_mananger] Max retries reached for container a499b7272480. Exiting log stream.
|
||||
2026-03-04 04:32:08.884 ERROR [src.node.docker_mananger] Max retries reached for container e6dc4e3e94cd. Exiting log stream.
|
||||
2026-03-04 04:32:09.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:09.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:09.286 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:09.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25990/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:09.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.219/tcp/25991/p2p/16Uiu2HAm5x4Jk8Wwr7EjKLBp3TJupGzzo3VkL9XvNugvMku311tU","/ip4/172.18.42.219/tcp/25992/ws/p2p/16Uiu2HAm5x4Jk8Wwr7EjKLBp3TJupGzzo3VkL9XvNugvMku311tU"],"enrUri":"enr:-L24QIY2s7YbGaCmdGSuVEPenMC3CkUoptvjsjDnYTkm60X6O0ylM_KWyby3L_Gtwe6fTkHDU0gDSSJlXu6O-hm_ECsCgmlkgnY0gmlwhKwSKtuKbXVsdGlhZGRyc5YACASsEirbBmWHAAoErBIq2wZliN0DgnJzhQADAQAAiXNlY3AyNTZrMaECnF2J2JUovC4i1I4W9PGx8LSMWQLZjG0hGZFJOLyPHAmDdGNwgmWHg3VkcIJliYV3YWt1MgU"}'
|
||||
2026-03-04 04:32:09.288 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:09.288 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-04 04:32:09.294 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:09.294 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-08__33828fd2-a830-4fc1-ba89-91aa4ad99701__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:09.294 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:09.294 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:09.296 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:09.296 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.67.109
|
||||
2026-03-04 04:32:09.296 DEBUG [src.node.docker_mananger] Generated ports ['47455', '47456', '47457', '47458', '47459']
|
||||
2026-03-04 04:32:09.296 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:09.296 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:09.296 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:09.296 DEBUG [src.node.docker_mananger] docker run -i -t -p 47455:47455 -p 47456:47456 -p 47457:47457 -p 47458:47458 -p 47459:47459 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47457 --rest-port=47455 --tcp-port=47456 --discv5-udp-port=47458 --rest-address=0.0.0.0 --nat=extip:172.18.67.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e078b0e8a3fdd4f732ee0f8cff3fa8ae7cb2df4b66bf378ceea86edfb3ea76fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47459 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIY2s7YbGaCmdGSuVEPenMC3CkUoptvjsjDnYTkm60X6O0ylM_KWyby3L_Gtwe6fTkHDU0gDSSJlXu6O-hm_ECsCgmlkgnY0gmlwhKwSKtuKbXVsdGlhZGRyc5YACASsEirbBmWHAAoErBIq2wZliN0DgnJzhQADAQAAiXNlY3AyNTZrMaECnF2J2JUovC4i1I4W9PGx8LSMWQLZjG0hGZFJOLyPHAmDdGNwgmWHg3VkcIJliYV3YWt1MgU --filternode=/ip4/172.18.42.219/tcp/25991/p2p/16Uiu2HAm5x4Jk8Wwr7EjKLBp3TJupGzzo3VkL9XvNugvMku311tU
|
||||
2026-03-04 04:32:09.448 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.67.109 waku 37881877a81a440352b6e0a6cb9fbf264985303d787302fc0d07a03f062fccde
|
||||
2026-03-04 04:32:09.474 DEBUG [src.node.docker_mananger] Container started with ID 37881877a81a. Setting up logs at ./log/docker/node2_2026-03-04_04-32-08__33828fd2-a830-4fc1-ba89-91aa4ad99701__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:09.474 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47455
|
||||
2026-03-04 04:32:09.474 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:10.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47455/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:10.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:10.477 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:10.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47455/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:10.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.67.109/tcp/47456/p2p/16Uiu2HAkzNr7CwjactKoDxRSGdep5KCncSRoZUhwMbMawJgMTfHd","/ip4/172.18.67.109/tcp/47457/ws/p2p/16Uiu2HAkzNr7CwjactKoDxRSGdep5KCncSRoZUhwMbMawJgMTfHd"],"enrUri":"enr:-L24QCazBPfbjJRfwliEWGj10iUF881S7esdQ_mZaxEPgIS5XMWUFCR8Auwnl-Sjq0DgXBqq8dqD3kdlYiZ6Xs0b7HgCgmlkgnY0gmlwhKwSQ22KbXVsdGlhZGRyc5YACASsEkNtBrlgAAoErBJDbQa5Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECSZEkzX54g94cUzl3kXnQNImzz0sWSsdFFsVEVj3O4gyDdGNwgrlgg3VkcIK5YoV3YWt1MgA"}'
|
||||
2026-03-04 04:32:10.480 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:10.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47455/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.42.219/tcp/25991/p2p/16Uiu2HAm5x4Jk8Wwr7EjKLBp3TJupGzzo3VkL9XvNugvMku311tU"]'
|
||||
2026-03-04 04:32:10.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:10.512 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-04 04:32:10.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25990/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:10.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:10.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47455/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "0c09f61a-300d-40d8-ba17-f49e3f5b2842", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:32:10.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"0c09f61a-300d-40d8-ba17-f49e3f5b2842","statusDesc":"OK"}'
|
||||
2026-03-04 04:32:10.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25990/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)', "version": 10}'
|
||||
2026-03-04 04:32:10.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:10.549 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:10.649 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:10.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47455/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:10.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":10,"timestamp":1772598730542656855,"ephemeral":false}]'
|
||||
2026-03-04 04:32:10.655 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:10.656 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:10.656 DEBUG [src.node.waku_node] Stopping container with id 4326aff54e6e
|
||||
2026-03-04 04:32:11.145 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:11.145 DEBUG [src.node.waku_node] Stopping container with id 37881877a81a
|
||||
2026-03-04 04:32:11.583 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:11.587 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:11.591 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:11.596 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
179
nim/1103/data/attachments/1f601bb5d50744dd.txt
Normal file
179
nim/1103/data/attachments/1f601bb5d50744dd.txt
Normal file
@ -0,0 +1,179 @@
|
||||
2026-03-04 04:41:27.149 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:41:27.150 DEBUG [tests.conftest] Running test: test_static_shard_relay with id: 2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64
|
||||
2026-03-04 04:41:27.150 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:41:27.150 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:41:27.150 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:41:27.158 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:27.158 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:27.158 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:27.158 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:27.160 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:27.160 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.137.36
|
||||
2026-03-04 04:41:27.160 DEBUG [src.node.docker_mananger] Generated ports ['41778', '41779', '41780', '41781', '41782']
|
||||
2026-03-04 04:41:27.160 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:41:27.160 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:41:27.160 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:27.160 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:27.161 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:27.161 DEBUG [src.node.docker_mananger] docker run -i -t -p 41778:41778 -p 41779:41779 -p 41780:41780 -p 41781:41781 -p 41782:41782 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41780 --rest-port=41778 --tcp-port=41779 --discv5-udp-port=41781 --rest-address=0.0.0.0 --nat=extip:172.18.137.36 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9f4ac822e94bb4221cc3199eb833f9ef789a3cc6bcbaef80aaad547bcf03f0b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41782 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:41:27.349 ERROR [src.node.docker_mananger] Max retries reached for container 280fd6962eda. Exiting log stream.
|
||||
2026-03-04 04:41:27.357 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.137.36 waku effad30e9ca49739aa10904e8d94e122dd7a63e33700f963b4436201a53c3e13
|
||||
2026-03-04 04:41:27.394 DEBUG [src.node.docker_mananger] Container started with ID effad30e9ca4. Setting up logs at ./log/docker/node1_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:27.395 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41778
|
||||
2026-03-04 04:41:27.396 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:27.943 ERROR [src.node.docker_mananger] Max retries reached for container 2027a91eb72d. Exiting log stream.
|
||||
2026-03-04 04:41:28.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41778/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:28.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:28.399 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:28.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41778/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:28.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.137.36/tcp/41779/p2p/16Uiu2HAm4Cscn6niCn3NdtXp89ch4L9dUTVTGjCA1G5UPPm1KCDK","/ip4/172.18.137.36/tcp/41780/ws/p2p/16Uiu2HAm4Cscn6niCn3NdtXp89ch4L9dUTVTGjCA1G5UPPm1KCDK"],"enrUri":"enr:-L24QGzD4oqX5RriyD-1HPFZb30sroMiTDPyOiSeX5d_I-i5UZhS7FuxLaC73buqTaTU9hI5dfTezeCu-p364UvMYYQCgmlkgnY0gmlwhKwSiSSKbXVsdGlhZGRyc5YACASsEokkBqMzAAoErBKJJAajNN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgnHKYyBNEw0qivJlC_xmTZb6NqzSh8wWnuIUnV00QSaDdGNwgqMzg3VkcIKjNYV3YWt1MgU"}'
|
||||
2026-03-04 04:41:28.402 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:28.410 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:28.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:28.410 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:28.410 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:28.412 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:28.412 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.215
|
||||
2026-03-04 04:41:28.412 DEBUG [src.node.docker_mananger] Generated ports ['14743', '14744', '14745', '14746', '14747']
|
||||
2026-03-04 04:41:28.412 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:41:28.412 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:41:28.412 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:28.413 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:28.413 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:28.413 DEBUG [src.node.docker_mananger] docker run -i -t -p 14743:14743 -p 14744:14744 -p 14745:14745 -p 14746:14746 -p 14747:14747 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14745 --rest-port=14743 --tcp-port=14744 --discv5-udp-port=14746 --rest-address=0.0.0.0 --nat=extip:172.18.55.215 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=13d26f3bace7daf2ee32baf27ce852e8bc8c139aebcbd60ddfeadd3abaccbef1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14747 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzD4oqX5RriyD-1HPFZb30sroMiTDPyOiSeX5d_I-i5UZhS7FuxLaC73buqTaTU9hI5dfTezeCu-p364UvMYYQCgmlkgnY0gmlwhKwSiSSKbXVsdGlhZGRyc5YACASsEokkBqMzAAoErBKJJAajNN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgnHKYyBNEw0qivJlC_xmTZb6NqzSh8wWnuIUnV00QSaDdGNwgqMzg3VkcIKjNYV3YWt1MgU
|
||||
2026-03-04 04:41:28.619 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.215 waku 3a3b12b8be00f98ac51ab0ba7edb34b0a778da2b425b1847db7711f0cb1d83f8
|
||||
2026-03-04 04:41:28.651 DEBUG [src.node.docker_mananger] Container started with ID 3a3b12b8be00. Setting up logs at ./log/docker/node2_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:28.652 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14743
|
||||
2026-03-04 04:41:28.652 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:29.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14743/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:29.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:29.673 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:29.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14743/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:29.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.215/tcp/14744/p2p/16Uiu2HAmL1zbWgQcB2PZjtWuJnD7Nzb7skTACB6hVjAkuWz5qQTZ","/ip4/172.18.55.215/tcp/14745/ws/p2p/16Uiu2HAmL1zbWgQcB2PZjtWuJnD7Nzb7skTACB6hVjAkuWz5qQTZ"],"enrUri":"enr:-L24QEiJFumBoYsPgH1iU9SYRnTj-0JoudlcTtOnVB6vpmrYFNadLK7ikwt_X3F9C-MNfoMloVVsb2L4Ga-B_c5hZ1sCgmlkgnY0gmlwhKwSN9eKbXVsdGlhZGRyc5YACASsEjfXBjmYAAoErBI31wY5md0DgnJzhQACAQAAiXNlY3AyNTZrMaEDbWNIYetMZl9OOkIoJ5hzQPPSRJ4TRNCh4t6JmCGm9OCDdGNwgjmYg3VkcII5moV3YWt1MgE"}'
|
||||
2026-03-04 04:41:29.683 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:29.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14743/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.36/tcp/41779/p2p/16Uiu2HAm4Cscn6niCn3NdtXp89ch4L9dUTVTGjCA1G5UPPm1KCDK"]'
|
||||
2026-03-04 04:41:29.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:29.693 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:29.694 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:29.694 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:29.694 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:29.695 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:29.695 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.17
|
||||
2026-03-04 04:41:29.696 DEBUG [src.node.docker_mananger] Generated ports ['27887', '27888', '27889', '27890', '27891']
|
||||
2026-03-04 04:41:29.696 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:41:29.696 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:41:29.696 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:29.696 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:29.696 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:29.696 DEBUG [src.node.docker_mananger] docker run -i -t -p 27887:27887 -p 27888:27888 -p 27889:27889 -p 27890:27890 -p 27891:27891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27889 --rest-port=27887 --tcp-port=27888 --discv5-udp-port=27890 --rest-address=0.0.0.0 --nat=extip:172.18.186.17 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4bfe30c8cba8bd18ddbadae026daedea0b2e7684a9cc4022defbb3a8caf8cced --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27891 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzD4oqX5RriyD-1HPFZb30sroMiTDPyOiSeX5d_I-i5UZhS7FuxLaC73buqTaTU9hI5dfTezeCu-p364UvMYYQCgmlkgnY0gmlwhKwSiSSKbXVsdGlhZGRyc5YACASsEokkBqMzAAoErBKJJAajNN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgnHKYyBNEw0qivJlC_xmTZb6NqzSh8wWnuIUnV00QSaDdGNwgqMzg3VkcIKjNYV3YWt1MgU
|
||||
2026-03-04 04:41:29.899 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.17 waku 56cd1f7222dfe57c86e750263f1a56f046ae27fd21fcc84fe53693797bcdb677
|
||||
2026-03-04 04:41:29.933 DEBUG [src.node.docker_mananger] Container started with ID 56cd1f7222df. Setting up logs at ./log/docker/node3_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:29.934 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27887
|
||||
2026-03-04 04:41:29.934 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:30.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27887/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:30.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:30.955 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:30.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:30.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.17/tcp/27888/p2p/16Uiu2HAmNzpE1pX6x8orPzTH1x9BnWJFBTD4qCxdy9gKoBA25q4t","/ip4/172.18.186.17/tcp/27889/ws/p2p/16Uiu2HAmNzpE1pX6x8orPzTH1x9BnWJFBTD4qCxdy9gKoBA25q4t"],"enrUri":"enr:-L24QElmLjEeyn0xrOPlogYPNzHUY7aEIk2O-cPC5BVm-oadZkLloyCshjwW71mIT7Opk21ELcPQlm60aOGplRxRTJUCgmlkgnY0gmlwhKwSuhGKbXVsdGlhZGRyc5YACASsEroRBmzwAAoErBK6EQZs8d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmakJXaF903csOrngz7mLs-HrS5UAn7a8__D2QdPvOXGDdGNwgmzwg3VkcIJs8oV3YWt1MgE"}'
|
||||
2026-03-04 04:41:30.960 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:30.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27887/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.36/tcp/41779/p2p/16Uiu2HAm4Cscn6niCn3NdtXp89ch4L9dUTVTGjCA1G5UPPm1KCDK"]'
|
||||
2026-03-04 04:41:30.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:30.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:30.973 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:30.973 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:30.973 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:30.975 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:30.975 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.194
|
||||
2026-03-04 04:41:30.975 DEBUG [src.node.docker_mananger] Generated ports ['56493', '56494', '56495', '56496', '56497']
|
||||
2026-03-04 04:41:30.975 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:41:30.975 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:41:30.975 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:30.975 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:30.976 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:30.976 DEBUG [src.node.docker_mananger] docker run -i -t -p 56493:56493 -p 56494:56494 -p 56495:56495 -p 56496:56496 -p 56497:56497 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56495 --rest-port=56493 --tcp-port=56494 --discv5-udp-port=56496 --rest-address=0.0.0.0 --nat=extip:172.18.128.194 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8ba00d8b4beee9e3cbe005e7ee8baddd18b34fd5ed7cb1ac6cbca19be84ce5be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56497 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzD4oqX5RriyD-1HPFZb30sroMiTDPyOiSeX5d_I-i5UZhS7FuxLaC73buqTaTU9hI5dfTezeCu-p364UvMYYQCgmlkgnY0gmlwhKwSiSSKbXVsdGlhZGRyc5YACASsEokkBqMzAAoErBKJJAajNN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgnHKYyBNEw0qivJlC_xmTZb6NqzSh8wWnuIUnV00QSaDdGNwgqMzg3VkcIKjNYV3YWt1MgU
|
||||
2026-03-04 04:41:31.187 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.194 waku 89f9b837ae57b6dfdb1afba15fe64d72e7cdf7124ad3c674367af8de676df1ad
|
||||
2026-03-04 04:41:31.223 DEBUG [src.node.docker_mananger] Container started with ID 89f9b837ae57. Setting up logs at ./log/docker/node4_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:31.224 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56493
|
||||
2026-03-04 04:41:31.224 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:32.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56493/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:32.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:32.244 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:32.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56493/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:32.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.194/tcp/56494/p2p/16Uiu2HAm1R3CBwSNXCkqBgt3Kb4rBXcLN5vJvvuLRAxos6fYEUUe","/ip4/172.18.128.194/tcp/56495/ws/p2p/16Uiu2HAm1R3CBwSNXCkqBgt3Kb4rBXcLN5vJvvuLRAxos6fYEUUe"],"enrUri":"enr:-L24QFfEg4z2L1YrkQoi0aCrkhMPUCSLy0MAlz6-0nYCXTspPtCgrMwvCNAXvS0dOJENt--a61Fvsa9xf3nIFW0ajxMCgmlkgnY0gmlwhKwSgMKKbXVsdGlhZGRyc5YACASsEoDCBtyuAAoErBKAwgbcr90DgnJzhQACAQAAiXNlY3AyNTZrMaECWPyG9Vt3NqbJkdfSyk1qXKlet7mdRONV2AnCroiMLAeDdGNwgtyug3VkcILcsIV3YWt1MgE"}'
|
||||
2026-03-04 04:41:32.252 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:32.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56493/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.36/tcp/41779/p2p/16Uiu2HAm4Cscn6niCn3NdtXp89ch4L9dUTVTGjCA1G5UPPm1KCDK"]'
|
||||
2026-03-04 04:41:32.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:32.266 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:32.266 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:32.266 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:32.266 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:32.268 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:32.268 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.79
|
||||
2026-03-04 04:41:32.268 DEBUG [src.node.docker_mananger] Generated ports ['2253', '2254', '2255', '2256', '2257']
|
||||
2026-03-04 04:41:32.268 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-03-04 04:41:32.268 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:41:32.268 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:32.269 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:32.269 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:32.269 DEBUG [src.node.docker_mananger] docker run -i -t -p 2253:2253 -p 2254:2254 -p 2255:2255 -p 2256:2256 -p 2257:2257 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2255 --rest-port=2253 --tcp-port=2254 --discv5-udp-port=2256 --rest-address=0.0.0.0 --nat=extip:172.18.214.79 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ecfce4e6faca1efff138bc29dceb7fcd22ec8ecd2627b11b05bf56ecdade92ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2257 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzD4oqX5RriyD-1HPFZb30sroMiTDPyOiSeX5d_I-i5UZhS7FuxLaC73buqTaTU9hI5dfTezeCu-p364UvMYYQCgmlkgnY0gmlwhKwSiSSKbXVsdGlhZGRyc5YACASsEokkBqMzAAoErBKJJAajNN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgnHKYyBNEw0qivJlC_xmTZb6NqzSh8wWnuIUnV00QSaDdGNwgqMzg3VkcIKjNYV3YWt1MgU
|
||||
2026-03-04 04:41:32.499 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.79 waku fde1cf74ee36c4d6486a55c0ca81b40caad5e3a878cd427066720feaecc373e4
|
||||
2026-03-04 04:41:32.534 DEBUG [src.node.docker_mananger] Container started with ID fde1cf74ee36. Setting up logs at ./log/docker/node5_2026-03-04_04-41-27__e2f19f64-7978-4144-9d9b-d818611f1f64__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:32.535 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2253
|
||||
2026-03-04 04:41:32.535 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:33.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2253/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:33.558 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:33.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2253/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.79/tcp/2254/p2p/16Uiu2HAkvdq2WUgWUXJbsK56cN6EiyxBjog35mZ5FVj64ZjA588F","/ip4/172.18.214.79/tcp/2255/ws/p2p/16Uiu2HAkvdq2WUgWUXJbsK56cN6EiyxBjog35mZ5FVj64ZjA588F"],"enrUri":"enr:-L24QF3Vt6VNKPM9t-tXH-eXrWRQOo8V8a8Mja1V-2Aml8BVapmOYpFTB8nIiFxsnmqomZpDja8vSeHQLh7LcpacUnoCgmlkgnY0gmlwhKwS1k-KbXVsdGlhZGRyc5YACASsEtZPBgjOAAoErBLWTwYIz90DgnJzhQACAQAAiXNlY3AyNTZrMaECEfjiysaiT5hqsaYwvVVAMW-BESRVtaxFun0nul_EeJCDdGNwggjOg3VkcIII0IV3YWt1MgE"}'
|
||||
2026-03-04 04:41:33.563 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:33.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2253/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.137.36/tcp/41779/p2p/16Uiu2HAm4Cscn6niCn3NdtXp89ch4L9dUTVTGjCA1G5UPPm1KCDK"]'
|
||||
2026-03-04 04:41:33.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.568 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41778/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-04 04:41:33.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14743/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-04 04:41:33.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.573 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-04 04:41:33.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.576 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56493/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-04 04:41:33.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2253/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-03-04 04:41:33.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.582 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41778/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:41:33.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:33.591 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:41:33.691 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:33.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41778/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772599293581989097,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:33.696 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:33.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14743/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772599293581989097,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:33.700 DEBUG [src.steps.sharding] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:33.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27887/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772599293581989097,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:33.704 DEBUG [src.steps.sharding] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:33.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56493/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772599293581989097,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:33.708 DEBUG [src.steps.sharding] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:33.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2253/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:33.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772599293581989097,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:33.713 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:41:33.715 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:41:33.715 DEBUG [src.node.waku_node] Stopping container with id effad30e9ca4
|
||||
2026-03-04 04:41:34.374 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:34.374 DEBUG [src.node.waku_node] Stopping container with id 3a3b12b8be00
|
||||
2026-03-04 04:41:34.935 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:34.935 DEBUG [src.node.waku_node] Stopping container with id 56cd1f7222df
|
||||
2026-03-04 04:41:35.188 ERROR [src.node.docker_mananger] Max retries reached for container effad30e9ca4. Exiting log stream.
|
||||
2026-03-04 04:41:35.517 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:35.518 DEBUG [src.node.waku_node] Stopping container with id 89f9b837ae57
|
||||
2026-03-04 04:41:35.748 ERROR [src.node.docker_mananger] Max retries reached for container 3a3b12b8be00. Exiting log stream.
|
||||
2026-03-04 04:41:36.087 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:36.087 DEBUG [src.node.waku_node] Stopping container with id fde1cf74ee36
|
||||
2026-03-04 04:41:36.331 ERROR [src.node.docker_mananger] Max retries reached for container 56cd1f7222df. Exiting log stream.
|
||||
2026-03-04 04:41:36.663 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:36.665 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:41:36.679 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:36.684 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:36.689 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:36.694 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:36.698 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
191
nim/1103/data/attachments/1f67466677675064.txt
Normal file
191
nim/1103/data/attachments/1f67466677675064.txt
Normal file
@ -0,0 +1,191 @@
|
||||
2026-03-04 04:32:46.437 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:46.437 DEBUG [tests.conftest] Running test: test_first_node_to_start_publishes with id: 2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239
|
||||
2026-03-04 04:32:46.437 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:46.437 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:32:46.438 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-04 04:32:46.445 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:46.445 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:46.445 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:46.445 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:46.446 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:46.447 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.97
|
||||
2026-03-04 04:32:46.447 DEBUG [src.node.docker_mananger] Generated ports ['32267', '32268', '32269', '32270', '32271']
|
||||
2026-03-04 04:32:46.447 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:46.447 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:46.447 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:46.447 DEBUG [src.node.docker_mananger] docker run -i -t -p 32267:32267 -p 32268:32268 -p 32269:32269 -p 32270:32270 -p 32271:32271 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32269 --rest-port=32267 --tcp-port=32268 --discv5-udp-port=32270 --rest-address=0.0.0.0 --nat=extip:172.18.208.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=be768688df720e839e4fa9d36367a1cc4abeba9c2eafa299daf068087cffe555 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32271 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:32:46.645 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.97 waku d46312a439251dfd0be857279dc5e12321a7dafdc631cf702cdd04e853de0e49
|
||||
2026-03-04 04:32:46.669 ERROR [src.node.docker_mananger] Max retries reached for container bc04eed90e15. Exiting log stream.
|
||||
2026-03-04 04:32:46.682 DEBUG [src.node.docker_mananger] Container started with ID d46312a43925. Setting up logs at ./log/docker/node1_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:46.682 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32267
|
||||
2026-03-04 04:32:46.682 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:47.236 ERROR [src.node.docker_mananger] Max retries reached for container 76f6a981f565. Exiting log stream.
|
||||
2026-03-04 04:32:47.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32267/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:47.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:47.687 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:47.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32267/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:47.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.97/tcp/32268/p2p/16Uiu2HAmLtVFhSqDMUrG7qqmRcAqMcDaNR9ifzUPu6F4sQpLrEA2","/ip4/172.18.208.97/tcp/32269/ws/p2p/16Uiu2HAmLtVFhSqDMUrG7qqmRcAqMcDaNR9ifzUPu6F4sQpLrEA2"],"enrUri":"enr:-L24QCNHehvl3aJWVGnjJp_zp3dQ2wAZFUhk-6xIdrP7oZKlfToGrKea7mvICcNa050IUYIMnr2ZqKDojUJK5GPhhBYCgmlkgnY0gmlwhKwS0GGKbXVsdGlhZGRyc5YACASsEtBhBn4MAAoErBLQYQZ-Dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDelK6MdtbkKlo-fBpxoKQODoleuOW8YeZT24aoPYlXteDdGNwgn4Mg3VkcIJ-DoV3YWt1MgE"}'
|
||||
2026-03-04 04:32:47.689 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:47.696 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:47.696 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:47.697 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:47.697 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:47.698 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:47.698 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.58
|
||||
2026-03-04 04:32:47.698 DEBUG [src.node.docker_mananger] Generated ports ['27918', '27919', '27920', '27921', '27922']
|
||||
2026-03-04 04:32:47.698 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:47.699 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:47.699 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:47.699 DEBUG [src.node.docker_mananger] docker run -i -t -p 27918:27918 -p 27919:27919 -p 27920:27920 -p 27921:27921 -p 27922:27922 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27920 --rest-port=27918 --tcp-port=27919 --discv5-udp-port=27921 --rest-address=0.0.0.0 --nat=extip:172.18.110.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3bbab635abfecbab1e810bc85a0cc2fc0bc3eedfdd08f40c40c6e55900b6dcbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27922 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCNHehvl3aJWVGnjJp_zp3dQ2wAZFUhk-6xIdrP7oZKlfToGrKea7mvICcNa050IUYIMnr2ZqKDojUJK5GPhhBYCgmlkgnY0gmlwhKwS0GGKbXVsdGlhZGRyc5YACASsEtBhBn4MAAoErBLQYQZ-Dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDelK6MdtbkKlo-fBpxoKQODoleuOW8YeZT24aoPYlXteDdGNwgn4Mg3VkcIJ-DoV3YWt1MgE
|
||||
2026-03-04 04:32:47.890 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.58 waku c5444a513a9a5f0c18081822ece3ad5833a15573ad3fa35410dc14f581121f5a
|
||||
2026-03-04 04:32:47.924 DEBUG [src.node.docker_mananger] Container started with ID c5444a513a9a. Setting up logs at ./log/docker/node2_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:47.924 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27918
|
||||
2026-03-04 04:32:47.924 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:48.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27918/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:48.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:48.957 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:48.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27918/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:48.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.58/tcp/27919/p2p/16Uiu2HAm6bLJJuUcR6bQbmuVfxkQ2znJa9YGi3mXJrjJcc77A82J","/ip4/172.18.110.58/tcp/27920/ws/p2p/16Uiu2HAm6bLJJuUcR6bQbmuVfxkQ2znJa9YGi3mXJrjJcc77A82J"],"enrUri":"enr:-L24QC6qAW_mJV68obk5wOHZzEDuXlMgJLqGduyUSwojnCsgKPhCnAwC8ESQlXumvgqKgJqoF-yngUsrpNlquCmsSNgCgmlkgnY0gmlwhKwSbjqKbXVsdGlhZGRyc5YACASsEm46Bm0PAAoErBJuOgZtEN0DgnJzhQADAQAAiXNlY3AyNTZrMaECpeocdgbzapdHPsR3T3_j4XIbzYoG2a9Vsj9Z60dpIw-DdGNwgm0Pg3VkcIJtEYV3YWt1MgE"}'
|
||||
2026-03-04 04:32:48.964 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:48.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27918/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.97/tcp/32268/p2p/16Uiu2HAmLtVFhSqDMUrG7qqmRcAqMcDaNR9ifzUPu6F4sQpLrEA2"]'
|
||||
2026-03-04 04:32:48.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:48.969 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
||||
2026-03-04 04:32:48.977 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:48.977 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:48.977 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:48.977 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:48.979 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:48.979 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.247
|
||||
2026-03-04 04:32:48.979 DEBUG [src.node.docker_mananger] Generated ports ['11354', '11355', '11356', '11357', '11358']
|
||||
2026-03-04 04:32:48.979 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:48.979 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:48.980 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:48.980 DEBUG [src.node.docker_mananger] docker run -i -t -p 11354:11354 -p 11355:11355 -p 11356:11356 -p 11357:11357 -p 11358:11358 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11356 --rest-port=11354 --tcp-port=11355 --discv5-udp-port=11357 --rest-address=0.0.0.0 --nat=extip:172.18.162.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ffeb5ddf749f772ace05e341aecdcc554edcedccb5beafcccb1adbe1faa16ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11358 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCNHehvl3aJWVGnjJp_zp3dQ2wAZFUhk-6xIdrP7oZKlfToGrKea7mvICcNa050IUYIMnr2ZqKDojUJK5GPhhBYCgmlkgnY0gmlwhKwS0GGKbXVsdGlhZGRyc5YACASsEtBhBn4MAAoErBLQYQZ-Dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDelK6MdtbkKlo-fBpxoKQODoleuOW8YeZT24aoPYlXteDdGNwgn4Mg3VkcIJ-DoV3YWt1MgE
|
||||
2026-03-04 04:32:49.181 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.247 waku e615f7a50fc740bd419389e3cc1092c0d1c52a1f0d6fee4595143c063073095f
|
||||
2026-03-04 04:32:49.214 DEBUG [src.node.docker_mananger] Container started with ID e615f7a50fc7. Setting up logs at ./log/docker/node3_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:49.214 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11354
|
||||
2026-03-04 04:32:49.214 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:50.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11354/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:50.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:50.232 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:50.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11354/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:50.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.247/tcp/11355/p2p/16Uiu2HAmTqudzPh24dGZZJBU5y2Dx7X7LXGmgj8KRGWfUuYWmkA4","/ip4/172.18.162.247/tcp/11356/ws/p2p/16Uiu2HAmTqudzPh24dGZZJBU5y2Dx7X7LXGmgj8KRGWfUuYWmkA4"],"enrUri":"enr:-L24QOkx11rhW8rfbfuhgzSrDzE1SVD_bP2icQsZELM9tOoeO0P22swP07uq5mytrLz34qm7MGW9drtBEvizUHeNAXcCgmlkgnY0gmlwhKwSoveKbXVsdGlhZGRyc5YACASsEqL3BixbAAoErBKi9wYsXN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4atdZtX4Xf-NBirkNlGk226lzaxqtxHHnrx7Nx06o6mDdGNwgixbg3VkcIIsXYV3YWt1MgE"}'
|
||||
2026-03-04 04:32:50.241 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:50.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11354/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.97/tcp/32268/p2p/16Uiu2HAmLtVFhSqDMUrG7qqmRcAqMcDaNR9ifzUPu6F4sQpLrEA2"]'
|
||||
2026-03-04 04:32:50.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:50.251 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:50.251 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:50.251 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:50.251 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:50.252 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:50.252 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.197
|
||||
2026-03-04 04:32:50.253 DEBUG [src.node.docker_mananger] Generated ports ['52331', '52332', '52333', '52334', '52335']
|
||||
2026-03-04 04:32:50.253 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:50.253 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:50.253 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:50.253 DEBUG [src.node.docker_mananger] docker run -i -t -p 52331:52331 -p 52332:52332 -p 52333:52333 -p 52334:52334 -p 52335:52335 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52333 --rest-port=52331 --tcp-port=52332 --discv5-udp-port=52334 --rest-address=0.0.0.0 --nat=extip:172.18.232.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c62d0c5adb3d05a4fee43bfaa0cd6bfd3fbbfe0588dce0dfc979cd8dfa996110 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52335 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCNHehvl3aJWVGnjJp_zp3dQ2wAZFUhk-6xIdrP7oZKlfToGrKea7mvICcNa050IUYIMnr2ZqKDojUJK5GPhhBYCgmlkgnY0gmlwhKwS0GGKbXVsdGlhZGRyc5YACASsEtBhBn4MAAoErBLQYQZ-Dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDelK6MdtbkKlo-fBpxoKQODoleuOW8YeZT24aoPYlXteDdGNwgn4Mg3VkcIJ-DoV3YWt1MgE
|
||||
2026-03-04 04:32:50.447 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.197 waku 99355ed0b6e2cfe46466593563a4a1f52a7d8a2eb05e8f46eab8045980269dec
|
||||
2026-03-04 04:32:50.483 DEBUG [src.node.docker_mananger] Container started with ID 99355ed0b6e2. Setting up logs at ./log/docker/node4_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:50.483 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52331
|
||||
2026-03-04 04:32:50.483 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:51.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52331/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:51.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:51.502 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:51.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52331/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:51.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.197/tcp/52332/p2p/16Uiu2HAmNG9o7rqygmH1sKkZDFTrEdrsDD4FXrKXza9UYsDdnsca","/ip4/172.18.232.197/tcp/52333/ws/p2p/16Uiu2HAmNG9o7rqygmH1sKkZDFTrEdrsDD4FXrKXza9UYsDdnsca"],"enrUri":"enr:-L24QLfsSh-ucAoVWsjfweNPiENoEg8ytkhPRmaChscCAKZvWHYZgaTvw8hOq-KODfq3L37dCc1_o-duqucEWyE3ruoCgmlkgnY0gmlwhKwS6MWKbXVsdGlhZGRyc5YACASsEujFBsxsAAoErBLoxQbMbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjrswxjr-vMcY58TLEus3iQl2UezLqWDhnNXNPlbwwN-DdGNwgsxsg3VkcILMboV3YWt1MgE"}'
|
||||
2026-03-04 04:32:51.510 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:51.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52331/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.97/tcp/32268/p2p/16Uiu2HAmLtVFhSqDMUrG7qqmRcAqMcDaNR9ifzUPu6F4sQpLrEA2"]'
|
||||
2026-03-04 04:32:51.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:51.520 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:51.520 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:51.520 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:51.520 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:51.522 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:51.522 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.52
|
||||
2026-03-04 04:32:51.522 DEBUG [src.node.docker_mananger] Generated ports ['9898', '9899', '9900', '9901', '9902']
|
||||
2026-03-04 04:32:51.522 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:51.522 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:51.522 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:51.522 DEBUG [src.node.docker_mananger] docker run -i -t -p 9898:9898 -p 9899:9899 -p 9900:9900 -p 9901:9901 -p 9902:9902 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9900 --rest-port=9898 --tcp-port=9899 --discv5-udp-port=9901 --rest-address=0.0.0.0 --nat=extip:172.18.183.52 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0c25683bdd9bf2862dc8d3bad91dcacd8adedb67badbe2f8ad80fe9e44153a5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9902 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCNHehvl3aJWVGnjJp_zp3dQ2wAZFUhk-6xIdrP7oZKlfToGrKea7mvICcNa050IUYIMnr2ZqKDojUJK5GPhhBYCgmlkgnY0gmlwhKwS0GGKbXVsdGlhZGRyc5YACASsEtBhBn4MAAoErBLQYQZ-Dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDelK6MdtbkKlo-fBpxoKQODoleuOW8YeZT24aoPYlXteDdGNwgn4Mg3VkcIJ-DoV3YWt1MgE
|
||||
2026-03-04 04:32:51.716 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.52 waku 9b230d9883201faf772b748bde68c40de261be99247ac33424be5ef2d4a0448c
|
||||
2026-03-04 04:32:51.750 DEBUG [src.node.docker_mananger] Container started with ID 9b230d988320. Setting up logs at ./log/docker/node5_2026-03-04_04-32-46__f6f340a7-ab58-4e67-bde9-b4f6b362b239__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:51.750 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9898
|
||||
2026-03-04 04:32:51.751 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:52.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:52.771 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:52.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9898/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.52/tcp/9899/p2p/16Uiu2HAm4D69V2n3YP3QZufJt7WrLpy7dYWZ45ALY7FscDcwHfpy","/ip4/172.18.183.52/tcp/9900/ws/p2p/16Uiu2HAm4D69V2n3YP3QZufJt7WrLpy7dYWZ45ALY7FscDcwHfpy"],"enrUri":"enr:-L24QDZNOK-hLHSV7fyPqT1E9d36bN9KCjXosNxRFJAv-qYuEAJ21SVtCfwwSP7tLudgvgM-N7adnSjqL3fT8kaxTvgCgmlkgnY0gmlwhKwStzSKbXVsdGlhZGRyc5YACASsErc0BiarAAoErBK3NAYmrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECgn_1JsGARYUsKQYh-yWEtZvVKxvFe3a1LFptEUzkr3aDdGNwgiarg3VkcIImrYV3YWt1MgE"}'
|
||||
2026-03-04 04:32:52.778 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:52.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9898/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.97/tcp/32268/p2p/16Uiu2HAmLtVFhSqDMUrG7qqmRcAqMcDaNR9ifzUPu6F4sQpLrEA2"]'
|
||||
2026-03-04 04:32:52.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.781 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-04 04:32:52.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32267/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:52.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27918/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:52.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.800 DEBUG [src.steps.relay] Running fixture setup: subscribe_optional_relay_nodes
|
||||
2026-03-04 04:32:52.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11354/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:52.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52331/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:52.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9898/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:52.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.822 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:52.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.834 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:52.934 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:52.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.937 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":1772598772822060800,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:52.939 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:52.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27918/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.941 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":1772598772822060800,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:52.942 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:52.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11354/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.945 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":1772598772822060800,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:52.946 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:52.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52331/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.949 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":1772598772822060800,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:52.950 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:52.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9898/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.953 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":1772598772822060800,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:52.954 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-04 04:32:52.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:52.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:52.965 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:53.067 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:53.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32267/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:53.070 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":1772598772955943528,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:53.071 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:53.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27918/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:53.074 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":1772598772955943528,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:53.075 DEBUG [src.steps.relay] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:53.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11354/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:53.078 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":1772598772955943528,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:53.079 DEBUG [src.steps.relay] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:53.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52331/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:53.081 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":1772598772955943528,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:53.084 DEBUG [src.steps.relay] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:53.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9898/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:53.086 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":1772598772955943528,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:53.090 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:53.091 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:53.091 DEBUG [src.node.waku_node] Stopping container with id d46312a43925
|
||||
2026-03-04 04:32:53.690 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:53.692 DEBUG [src.node.waku_node] Stopping container with id c5444a513a9a
|
||||
2026-03-04 04:32:54.249 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:54.249 DEBUG [src.node.waku_node] Stopping container with id e615f7a50fc7
|
||||
2026-03-04 04:32:54.503 ERROR [src.node.docker_mananger] Max retries reached for container d46312a43925. Exiting log stream.
|
||||
2026-03-04 04:32:54.776 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:54.777 DEBUG [src.node.waku_node] Stopping container with id 99355ed0b6e2
|
||||
2026-03-04 04:32:55.062 ERROR [src.node.docker_mananger] Max retries reached for container c5444a513a9a. Exiting log stream.
|
||||
2026-03-04 04:32:55.345 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:55.345 DEBUG [src.node.waku_node] Stopping container with id 9b230d988320
|
||||
2026-03-04 04:32:55.615 ERROR [src.node.docker_mananger] Max retries reached for container e615f7a50fc7. Exiting log stream.
|
||||
2026-03-04 04:32:55.877 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:55.879 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:55.896 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:55.901 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:55.912 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:55.917 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:55.923 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
85
nim/1103/data/attachments/1f6f12abe4b430d0.txt
Normal file
85
nim/1103/data/attachments/1f6f12abe4b430d0.txt
Normal file
@ -0,0 +1,85 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_auto_sharding_multiple_content_topics with id: 2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.184.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62455', '62456', '62457', '62458', '62459']
|
||||
[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 62455:62455 -p 62456:62456 -p 62457:62457 -p 62458:62458 -p 62459:62459 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62457 --rest-port=62455 --tcp-port=62456 --discv5-udp-port=62458 --rest-address=0.0.0.0 --nat=extip:172.18.184.83 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4977d13435cd4559b5107ede1ce2c4dfbba93b8fb8dd5af6a3ce6dd2fcd1e690 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62459 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.184.83 waku 5b674082df0398f7b5a3887137e4a9340c7d9fdec0346ecae26f8300215b5b9a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5b674082df03. Setting up logs at ./log/docker/node1_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62455
|
||||
[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 3d38b91fc75e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62455/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62455/debug/v1/info" -H "Content-Type: application/json" -d '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.83/tcp/62456/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6","/ip4/172.18.184.83/tcp/62457/ws/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6"],"enrUri":"enr:-L24QNldg0be0Vwn7V_2dCpMoFxsIj_yaTIC33XKb5cfpEB8NL9hJ-wV9FMr0CYKUpz-sVVVFDe-pa-xSiTjjd6DgnwCgmlkgnY0gmlwhKwSuFOKbXVsdGlhZGRyc5YACASsErhTBvP4AAoErBK4Uwbz-d0DgnJzhQACAQAAiXNlY3AyNTZrMaECHimZXHl0huLCe4fKSnLY9X0suUXu_NYiJ1uoDGLoZ0GDdGNwgvP4g3VkcILz-oV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.232.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7551', '7552', '7553', '7554', '7555']
|
||||
[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 7551:7551 -p 7552:7552 -p 7553:7553 -p 7554:7554 -p 7555:7555 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7553 --rest-port=7551 --tcp-port=7552 --discv5-udp-port=7554 --rest-address=0.0.0.0 --nat=extip:172.18.232.235 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=80cb916fbf587ddd8a3faa8cee41d4d36ee0fe8cadb228797bfe2bd674bd71ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7555 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNldg0be0Vwn7V_2dCpMoFxsIj_yaTIC33XKb5cfpEB8NL9hJ-wV9FMr0CYKUpz-sVVVFDe-pa-xSiTjjd6DgnwCgmlkgnY0gmlwhKwSuFOKbXVsdGlhZGRyc5YACASsErhTBvP4AAoErBK4Uwbz-d0DgnJzhQACAQAAiXNlY3AyNTZrMaECHimZXHl0huLCe4fKSnLY9X0suUXu_NYiJ1uoDGLoZ0GDdGNwgvP4g3VkcILz-oV3YWt1MgU --filternode=/ip4/172.18.184.83/tcp/62456/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6 --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.232.235 waku fa1a7141c5d3013d60919d90286b9ec355ffcc4a0c09a55ef8bacc59319bf509
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fa1a7141c5d3. Setting up logs at ./log/docker/node2_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7551
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7551/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.232.235/tcp/7552/p2p/16Uiu2HAmQRKm5XbFat6itCQXW3GyT4RcuquyHoBJkiNmmAejFSS5","/ip4/172.18.232.235/tcp/7553/ws/p2p/16Uiu2HAmQRKm5XbFat6itCQXW3GyT4RcuquyHoBJkiNmmAejFSS5"],"enrUri":"enr:-L24QDxCk-E7rTsvzU68_B7yze1DThk-sHfcXe9fK4_LwdG5FYMXB_Uz0aIUDduJSHNn_Vdd-kxOEIc4ZO5aNe1pYHUCgmlkgnY0gmlwhKwS6OuKbXVsdGlhZGRyc5YACASsEujrBh2AAAoErBLo6wYdgd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDrswPFXw07Bj08P0SvBE7PV74P5V_Eyg3aSsPh6SVQWKDdGNwgh2Ag3VkcIIdgoV3YWt1MgA"}'
|
||||
[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:7551/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.184.83/tcp/62456/p2p/16Uiu2HAkwTR12q1bpQEv724GCCpANUqjWD4tYC5paSmXWzyzPiD6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62455/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f062390a-a534-472a-9b5d-e6ee52908f7e", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"f062390a-a534-472a-9b5d-e6ee52908f7e","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e344ccb3-edae-4f09-96e4-657aef9da804", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"e344ccb3-edae-4f09-96e4-657aef9da804","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8ab664c3-0a94-4588-a08d-d3e954b3fdaf", "contentFilters": ["/app/22/sometopic/someencoding"], "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":"8ab664c3-0a94-4588-a08d-d3e954b3fdaf","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "84f1936c-1b5b-48f3-a682-705311b64f00", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"84f1936c-1b5b-48f3-a682-705311b64f00","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b9b25964-a09e-478d-8bd3-2caef84f12fc", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"b9b25964-a09e-478d-8bd3-2caef84f12fc","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "03f891bd-3fb7-4205-a55c-b7d7f6f60163", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"03f891bd-3fb7-4205-a55c-b7d7f6f60163","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "75f4b959-b1a4-4bfd-8cc1-671039005361", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"75f4b959-b1a4-4bfd-8cc1-671039005361","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1d1e0482-27e5-4ae8-964d-1b3784eecc47", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1d1e0482-27e5-4ae8-964d-1b3784eecc47","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62455/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62455/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
[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 5b674082df03
|
||||
[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 fa1a7141c5d3
|
||||
[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 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/node1_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/node2_2026-03-04_04-32-37__e94087f9-b861-40e7-883d-683221c8fd37__wakuorg_nwaku:latest.log
|
||||
86
nim/1103/data/attachments/1fb794422eb32c32.txt
Normal file
86
nim/1103/data/attachments/1fb794422eb32c32.txt
Normal file
@ -0,0 +1,86 @@
|
||||
2026-03-04 04:41:23.106 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:41:23.107 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_from_non_existing_pubsub_topic with id: 2026-03-04_04-41-23__7cb1f957-4eb6-4dc2-b2cd-5ac04d983a8f
|
||||
2026-03-04 04:41:23.107 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:41:23.107 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:41:23.108 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-04 04:41:23.115 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:23.115 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-41-23__7cb1f957-4eb6-4dc2-b2cd-5ac04d983a8f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:23.115 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:23.115 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:23.117 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:23.117 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.71
|
||||
2026-03-04 04:41:23.117 DEBUG [src.node.docker_mananger] Generated ports ['56614', '56615', '56616', '56617', '56618']
|
||||
2026-03-04 04:41:23.117 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:23.117 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:23.118 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:23.118 DEBUG [src.node.docker_mananger] docker run -i -t -p 56614:56614 -p 56615:56615 -p 56616:56616 -p 56617:56617 -p 56618:56618 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56616 --rest-port=56614 --tcp-port=56615 --discv5-udp-port=56617 --rest-address=0.0.0.0 --nat=extip:172.18.127.71 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c7f0c2db69e0951bddeff5bb219e993102defbade527d9fcd2d35cdefc777be3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56618 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:41:23.315 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.71 waku 280fd6962eda646a0e037fcebd0a459f4596a40c651768e1f345910951e7752a
|
||||
2026-03-04 04:41:23.340 ERROR [src.node.docker_mananger] Max retries reached for container 9ff6d8329208. Exiting log stream.
|
||||
2026-03-04 04:41:23.350 DEBUG [src.node.docker_mananger] Container started with ID 280fd6962eda. Setting up logs at ./log/docker/node1_2026-03-04_04-41-23__7cb1f957-4eb6-4dc2-b2cd-5ac04d983a8f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:23.351 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56614
|
||||
2026-03-04 04:41:23.351 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:23.905 ERROR [src.node.docker_mananger] Max retries reached for container 0752f9fcf871. Exiting log stream.
|
||||
2026-03-04 04:41:24.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56614/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:24.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:24.355 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:24.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56614/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:24.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.71/tcp/56615/p2p/16Uiu2HAm5TMxh2rD7XEBhAL6nLDwLx4yU7qPBNbMJU6hLpjAUyqQ","/ip4/172.18.127.71/tcp/56616/ws/p2p/16Uiu2HAm5TMxh2rD7XEBhAL6nLDwLx4yU7qPBNbMJU6hLpjAUyqQ"],"enrUri":"enr:-L24QHkUsN_FFDpJHd4o-Iv8PKTKeb_4MqR7R4QoXifLjiIOOKANROpkgesfSupbHKKaG9gN8mwiXGzpVx9zOXr5AiUCgmlkgnY0gmlwhKwSf0eKbXVsdGlhZGRyc5YACASsEn9HBt0nAAoErBJ_RwbdKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEClQOoHww4iTJLzOTa2bRkWZHedNrNQBrIDdo0SDaEGh-DdGNwgt0ng3VkcILdKYV3YWt1MgE"}'
|
||||
2026-03-04 04:41:24.358 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:24.365 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:41:24.366 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-41-23__7cb1f957-4eb6-4dc2-b2cd-5ac04d983a8f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:24.366 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:41:24.366 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:41:24.367 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:41:24.368 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.209
|
||||
2026-03-04 04:41:24.368 DEBUG [src.node.docker_mananger] Generated ports ['4766', '4767', '4768', '4769', '4770']
|
||||
2026-03-04 04:41:24.368 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:41:24.368 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:41:24.368 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:41:24.368 DEBUG [src.node.docker_mananger] docker run -i -t -p 4766:4766 -p 4767:4767 -p 4768:4768 -p 4769:4769 -p 4770:4770 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4768 --rest-port=4766 --tcp-port=4767 --discv5-udp-port=4769 --rest-address=0.0.0.0 --nat=extip:172.18.53.209 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6a3d08dad33aab4d3ab10ea16a5cec0e98fccd8d33d0809f42bf5eb2c5e2b494 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4770 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHkUsN_FFDpJHd4o-Iv8PKTKeb_4MqR7R4QoXifLjiIOOKANROpkgesfSupbHKKaG9gN8mwiXGzpVx9zOXr5AiUCgmlkgnY0gmlwhKwSf0eKbXVsdGlhZGRyc5YACASsEn9HBt0nAAoErBJ_RwbdKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEClQOoHww4iTJLzOTa2bRkWZHedNrNQBrIDdo0SDaEGh-DdGNwgt0ng3VkcILdKYV3YWt1MgE
|
||||
2026-03-04 04:41:24.584 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.209 waku 2027a91eb72da9fc65c3631c9a2ed3a97fc8089443a0d264e9ebc6bea62442f1
|
||||
2026-03-04 04:41:24.618 DEBUG [src.node.docker_mananger] Container started with ID 2027a91eb72d. Setting up logs at ./log/docker/node2_2026-03-04_04-41-23__7cb1f957-4eb6-4dc2-b2cd-5ac04d983a8f__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:41:24.619 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4766
|
||||
2026-03-04 04:41:24.619 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:41:25.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4766/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:25.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:41:25.644 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:41:25.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4766/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:25.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.209/tcp/4767/p2p/16Uiu2HAm6rZ3vdifG2FXhKqMRbHcH2Uy6AJfeVL7dccVtDLWUGCq","/ip4/172.18.53.209/tcp/4768/ws/p2p/16Uiu2HAm6rZ3vdifG2FXhKqMRbHcH2Uy6AJfeVL7dccVtDLWUGCq"],"enrUri":"enr:-L24QHGONKExGRq4CL7W_XLS7vBYn_dfg0xntvMGx7xDS6EGWX-au2aEJPvXfHQPK7J10I89RWmYroj1H_W9XHIt92YCgmlkgnY0gmlwhKwSNdGKbXVsdGlhZGRyc5YACASsEjXRBhKfAAoErBI10QYSoN0DgnJzhQADAQAAiXNlY3AyNTZrMaECqdA99qGzw7UHLY5qF1sO7_H42Z0hr9YEqtH8osCVmDKDdGNwghKfg3VkcIISoYV3YWt1MgE"}'
|
||||
2026-03-04 04:41:25.651 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:41:25.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4766/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.127.71/tcp/56615/p2p/16Uiu2HAm5TMxh2rD7XEBhAL6nLDwLx4yU7qPBNbMJU6hLpjAUyqQ"]'
|
||||
2026-03-04 04:41:25.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56614/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:41:25.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:41:25.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:41:25.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.676 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:41:25.776 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:25.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:25.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":1772599285669468928,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:25.781 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:25.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:25.784 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":1772599285669468928,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:25.810 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:56614/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2026-03-04 04:41:25.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.813 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:4766/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2026-03-04 04:41:25.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:41:25.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:41:25.821 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:41:25.921 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:25.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56614/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:25.925 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":1772599285816407600,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:25.926 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:41:25.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4766/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:41:25.929 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":1772599285816407600,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:41:25.932 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:41:25.933 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:41:25.933 DEBUG [src.node.waku_node] Stopping container with id 280fd6962eda
|
||||
2026-03-04 04:41:26.532 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:26.532 DEBUG [src.node.waku_node] Stopping container with id 2027a91eb72d
|
||||
2026-03-04 04:41:27.129 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:41:27.130 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:41:27.138 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:41:27.144 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
74
nim/1103/data/attachments/2033be1054fbf588.txt
Normal file
74
nim/1103/data/attachments/2033be1054fbf588.txt
Normal file
@ -0,0 +1,74 @@
|
||||
2026-03-04 04:34:13.031 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:13.032 DEBUG [tests.conftest] Running test: test_main_node_full__peer_full with id: 2026-03-04_04-34-13__e9859d0f-1c76-4c0b-9399-76077539b6bb
|
||||
2026-03-04 04:34:13.032 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:13.032 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:34:13.042 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:13.042 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-34-13__e9859d0f-1c76-4c0b-9399-76077539b6bb__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:13.042 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:13.042 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:13.044 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:13.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.73
|
||||
2026-03-04 04:34:13.044 DEBUG [src.node.docker_mananger] Generated ports ['36257', '36258', '36259', '36260', '36261']
|
||||
2026-03-04 04:34:13.044 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:13.044 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:13.044 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:13.044 DEBUG [src.node.docker_mananger] docker run -i -t -p 36257:36257 -p 36258:36258 -p 36259:36259 -p 36260:36260 -p 36261:36261 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36259 --rest-port=36257 --tcp-port=36258 --discv5-udp-port=36260 --rest-address=0.0.0.0 --nat=extip:172.18.49.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9d481b6fa953d2fac0d50e3c0fad4aaba4230bac5efee4ec64c6cddbaf670e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36261 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
||||
2026-03-04 04:34:13.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.73 waku 8befc3d8bab8b277dd8ce4d684d4f5b1453dd74d721a7cc2ea6ef7ce4e8fe037
|
||||
2026-03-04 04:34:13.262 DEBUG [src.node.docker_mananger] Container started with ID 8befc3d8bab8. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-34-13__e9859d0f-1c76-4c0b-9399-76077539b6bb__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:13.263 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36257
|
||||
2026-03-04 04:34:13.263 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:13.277 ERROR [src.node.docker_mananger] Max retries reached for container 2069725d00e4. Exiting log stream.
|
||||
2026-03-04 04:34:13.816 ERROR [src.node.docker_mananger] Max retries reached for container b5319fb1791f. Exiting log stream.
|
||||
2026-03-04 04:34:14.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36257/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:14.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:14.266 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:14.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36257/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:14.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.73/tcp/36258/p2p/16Uiu2HAkvspePEaVM6dmA4Ey8b5bCjZZZSuS5i8VTuA9sxPHSUsj","/ip4/172.18.49.73/tcp/36259/ws/p2p/16Uiu2HAkvspePEaVM6dmA4Ey8b5bCjZZZSuS5i8VTuA9sxPHSUsj"],"enrUri":"enr:-L24QJ-BI62G0y9H6ZBwMXUUg1KHrdofpF8DCrxEQUwsnmlXem8tgP8RezVoMvMsJIvQTZo0fgF1k3VPHGgMfcHjr0oCgmlkgnY0gmlwhKwSMUmKbXVsdGlhZGRyc5YACASsEjFJBo2iAAoErBIxSQaNo90DgnJzhQADAQAAiXNlY3AyNTZrMaECFY6V_kw7SgSDxFDXVRdxqx6ufnc3GU3jiGiuh4CN37KDdGNwgo2ig3VkcIKNpIV3YWt1Mg0"}'
|
||||
2026-03-04 04:34:14.269 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:14.276 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:14.276 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-34-13__e9859d0f-1c76-4c0b-9399-76077539b6bb__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:14.277 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:14.277 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:14.278 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:14.278 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.233.223
|
||||
2026-03-04 04:34:14.278 DEBUG [src.node.docker_mananger] Generated ports ['49736', '49737', '49738', '49739', '49740']
|
||||
2026-03-04 04:34:14.279 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:14.279 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:14.279 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:14.279 DEBUG [src.node.docker_mananger] docker run -i -t -p 49736:49736 -p 49737:49737 -p 49738:49738 -p 49739:49739 -p 49740:49740 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49738 --rest-port=49736 --tcp-port=49737 --discv5-udp-port=49739 --rest-address=0.0.0.0 --nat=extip:172.18.233.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=55e8bb7dfb4ab8e01b0ffecbc03bc0cf64d4dd4b130424c0fcffdb183ef77fdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49740 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ-BI62G0y9H6ZBwMXUUg1KHrdofpF8DCrxEQUwsnmlXem8tgP8RezVoMvMsJIvQTZo0fgF1k3VPHGgMfcHjr0oCgmlkgnY0gmlwhKwSMUmKbXVsdGlhZGRyc5YACASsEjFJBo2iAAoErBIxSQaNo90DgnJzhQADAQAAiXNlY3AyNTZrMaECFY6V_kw7SgSDxFDXVRdxqx6ufnc3GU3jiGiuh4CN37KDdGNwgo2ig3VkcIKNpIV3YWt1Mg0 --lightpushnode=/ip4/172.18.49.73/tcp/36258/p2p/16Uiu2HAkvspePEaVM6dmA4Ey8b5bCjZZZSuS5i8VTuA9sxPHSUsj --lightpush=true --relay=true --filter=true
|
||||
2026-03-04 04:34:14.471 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.233.223 waku fa1c3833fa12bdb1291bf6f996920622cbb6592af62a98be69dc6b3933bfbb99
|
||||
2026-03-04 04:34:14.506 DEBUG [src.node.docker_mananger] Container started with ID fa1c3833fa12. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-34-13__e9859d0f-1c76-4c0b-9399-76077539b6bb__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:14.506 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49736
|
||||
2026-03-04 04:34:14.506 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:15.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49736/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:15.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:15.510 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:15.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49736/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:15.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.233.223/tcp/49737/p2p/16Uiu2HAm1c9ge6CDgnjwBXizMASqm8PJfog5JGSPWLscWceoffpk","/ip4/172.18.233.223/tcp/49738/ws/p2p/16Uiu2HAm1c9ge6CDgnjwBXizMASqm8PJfog5JGSPWLscWceoffpk"],"enrUri":"enr:-L24QBMrRIjSpUgMMB0JnFaei-vzZJ6_VkJhcMRbY-kQQM3cMIdvbcA8DBa1N5usf5IlzmqlBTNcWG7OYphfY7VwgZ4CgmlkgnY0gmlwhKwS6d-KbXVsdGlhZGRyc5YACASsEunfBsJJAAoErBLp3wbCSt0DgnJzhQADAQAAiXNlY3AyNTZrMaECW9VBRF-164MV6DFtQYmjRSUOuhLqgOFpwIypjiOuT1mDdGNwgsJJg3VkcILCS4V3YWt1Mg0"}'
|
||||
2026-03-04 04:34:15.513 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:15.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49736/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.49.73/tcp/36258/p2p/16Uiu2HAkvspePEaVM6dmA4Ey8b5bCjZZZSuS5i8VTuA9sxPHSUsj"]'
|
||||
2026-03-04 04:34:15.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:15.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36257/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:34:15.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:15.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49736/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:34:15.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:15.576 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
||||
2026-03-04 04:34:16.076 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:34:16.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49736/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598856076666387}}'
|
||||
2026-03-04 04:34:16.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:16.089 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:34:16.189 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:34:16.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36257/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:16.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598856076666387,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:16.195 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:34:16.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49736/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:16.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598856076666387,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:16.199 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:16.200 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:16.200 DEBUG [src.node.waku_node] Stopping container with id 8befc3d8bab8
|
||||
2026-03-04 04:34:16.805 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:16.805 DEBUG [src.node.waku_node] Stopping container with id fa1c3833fa12
|
||||
2026-03-04 04:34:17.406 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:17.407 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:17.415 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:17.422 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
268
nim/1103/data/attachments/205b043a3bd8ceab.txt
Normal file
268
nim/1103/data/attachments/205b043a3bd8ceab.txt
Normal file
@ -0,0 +1,268 @@
|
||||
2026-03-04 04:32:51.754 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:51.754 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-03-04_04-32-51__4b8c1666-b9c6-4ccb-a9cb-d0c54df8c53b
|
||||
2026-03-04 04:32:51.755 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:51.755 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:32:51.755 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:32:51.762 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:51.763 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-51__4b8c1666-b9c6-4ccb-a9cb-d0c54df8c53b__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:51.763 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:51.763 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:51.764 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:51.764 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.242
|
||||
2026-03-04 04:32:51.765 DEBUG [src.node.docker_mananger] Generated ports ['10483', '10484', '10485', '10486', '10487']
|
||||
2026-03-04 04:32:51.765 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:51.765 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:51.765 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:51.765 DEBUG [src.node.docker_mananger] docker run -i -t -p 10483:10483 -p 10484:10484 -p 10485:10485 -p 10486:10486 -p 10487:10487 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10485 --rest-port=10483 --tcp-port=10484 --discv5-udp-port=10486 --rest-address=0.0.0.0 --nat=extip:172.18.169.242 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fa8ddcbbbd5b41bd6eec87195d894f57a7d9d60dfed3f9df0b7f1c03bacfa71e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10487 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-04 04:32:51.951 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.242 waku 70d6de8d441537886a40a4e1b644f05126192ce803aa9bf5e7730515d6375f41
|
||||
2026-03-04 04:32:51.985 DEBUG [src.node.docker_mananger] Container started with ID 70d6de8d4415. Setting up logs at ./log/docker/node1_2026-03-04_04-32-51__4b8c1666-b9c6-4ccb-a9cb-d0c54df8c53b__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:51.985 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10483
|
||||
2026-03-04 04:32:51.985 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:52.018 ERROR [src.node.docker_mananger] Max retries reached for container 60b1bd1d1b62. Exiting log stream.
|
||||
2026-03-04 04:32:52.539 ERROR [src.node.docker_mananger] Max retries reached for container 97677297bf71. Exiting log stream.
|
||||
2026-03-04 04:32:52.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:52.988 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:52.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:52.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.242/tcp/10484/p2p/16Uiu2HAkzR6r4Lx3K7U2nmtoYx2AMCpPLpkphwcPH4PLRDZPDTvn","/ip4/172.18.169.242/tcp/10485/ws/p2p/16Uiu2HAkzR6r4Lx3K7U2nmtoYx2AMCpPLpkphwcPH4PLRDZPDTvn"],"enrUri":"enr:-L24QLtWeH2Xb0VMnAT9vDYG-DbtZYItc7J9ib8MUETrq5xsW7eJW-OUJvjq8N3kkij_hZIEsm6odVwcilPWv8bvXA8CgmlkgnY0gmlwhKwSqfKKbXVsdGlhZGRyc5YACASsEqnyBij0AAoErBKp8gYo9d0DgnJzhQACAQAAiXNlY3AyNTZrMaECSiT4entvN5Lx7HEuPw-9B8LBNlS2pvLDb4Tw4vzlEReDdGNwgij0g3VkcIIo9oV3YWt1MgU"}'
|
||||
2026-03-04 04:32:52.991 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:52.998 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:52.998 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-51__4b8c1666-b9c6-4ccb-a9cb-d0c54df8c53b__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:52.999 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:52.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:53.000 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:53.000 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.154.12
|
||||
2026-03-04 04:32:53.000 DEBUG [src.node.docker_mananger] Generated ports ['47309', '47310', '47311', '47312', '47313']
|
||||
2026-03-04 04:32:53.000 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:53.001 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:53.001 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:53.001 DEBUG [src.node.docker_mananger] docker run -i -t -p 47309:47309 -p 47310:47310 -p 47311:47311 -p 47312:47312 -p 47313:47313 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47311 --rest-port=47309 --tcp-port=47310 --discv5-udp-port=47312 --rest-address=0.0.0.0 --nat=extip:172.18.154.12 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c9a03ae10f0afbfe07baf6ff0feacb41be6ed6b81cbfbbec01c7b5287d12fcd7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47313 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLtWeH2Xb0VMnAT9vDYG-DbtZYItc7J9ib8MUETrq5xsW7eJW-OUJvjq8N3kkij_hZIEsm6odVwcilPWv8bvXA8CgmlkgnY0gmlwhKwSqfKKbXVsdGlhZGRyc5YACASsEqnyBij0AAoErBKp8gYo9d0DgnJzhQACAQAAiXNlY3AyNTZrMaECSiT4entvN5Lx7HEuPw-9B8LBNlS2pvLDb4Tw4vzlEReDdGNwgij0g3VkcIIo9oV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-04 04:32:53.194 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.154.12 waku 020fe529ebf9ce6c66b32a0ae012da6e0eed52a185086da39affc5845bc476ce
|
||||
2026-03-04 04:32:53.229 DEBUG [src.node.docker_mananger] Container started with ID 020fe529ebf9. Setting up logs at ./log/docker/node2_2026-03-04_04-32-51__4b8c1666-b9c6-4ccb-a9cb-d0c54df8c53b__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:53.230 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47309
|
||||
2026-03-04 04:32:53.231 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:54.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:54.250 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:54.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.12/tcp/47310/p2p/16Uiu2HAkwxzFL7bbmCapugPMVXBe4ZQHY3nbUYHcnbrNTg5pAVH1","/ip4/172.18.154.12/tcp/47311/ws/p2p/16Uiu2HAkwxzFL7bbmCapugPMVXBe4ZQHY3nbUYHcnbrNTg5pAVH1"],"enrUri":"enr:-L24QDDCICZ99cdWk-dCpu8DCF4GwEKYoe3r4B0MtNQP6W7WCs-EIJzc1ass521DtUMkrmBQTYMI4eK08yBHkkT5YZ4CgmlkgnY0gmlwhKwSmgyKbXVsdGlhZGRyc5YACASsEpoMBrjOAAoErBKaDAa4z90DgnJzhQACAQAAiXNlY3AyNTZrMaECJb0I1DUOzPKMc1T87IbHvk-uDGm3MSO3DELwXQh4zyiDdGNwgrjOg3VkcIK40IV3YWt1MgE"}'
|
||||
2026-03-04 04:32:54.267 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:54.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.242/tcp/10484/p2p/16Uiu2HAkzR6r4Lx3K7U2nmtoYx2AMCpPLpkphwcPH4PLRDZPDTvn"]'
|
||||
2026-03-04 04:32:54.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-04 04:32:54.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-03-04 04:32:54.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:54.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.296 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:54.396 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598774289215269,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.400 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598774289215269,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.404 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-03-04 04:32:54.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.407 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-03-04 04:32:54.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:54.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.415 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:54.516 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.521 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":1772598774410269634,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.522 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.525 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":1772598774410269634,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:54.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:54.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.532 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:54.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.538 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:54.638 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598774532439788,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.642 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598774532439788,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-03-04 04:32:54.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.649 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-03-04 04:32:54.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:54.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.657 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:54.758 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772598774651899168,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.762 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772598774651899168,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2026-03-04 04:32:54.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2026-03-04 04:32:54.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:54.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.777 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:54.877 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598774771525964,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.881 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598774771525964,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:54.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:54.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:54.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:54.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:54.896 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:54.996 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:54.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:54.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598774891464099,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.000 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598774891464099,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.004 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:55.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:55.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.015 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.115 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598775009872189,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.119 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598775009872189,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:55.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2026-03-04 04:32:55.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.133 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.233 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598775128469627,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.238 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598775128469627,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2026-03-04 04:32:55.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2026-03-04 04:32:55.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.252 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.353 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.355 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":1772598775247700684,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.356 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.359 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":1772598775247700684,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.360 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
2026-03-04 04:32:55.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
2026-03-04 04:32:55.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.372 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.472 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.475 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":1772598775367145490,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.476 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.479 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":1772598775367145490,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
2026-03-04 04:32:55.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.483 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
2026-03-04 04:32:55.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.491 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.591 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.594 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":1772598775485961474,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.595 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.597 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":1772598775485961474,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.599 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
2026-03-04 04:32:55.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
2026-03-04 04:32:55.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.604 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.609 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.710 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.712 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":1772598775604426584,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.714 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.717 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":1772598775604426584,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
2026-03-04 04:32:55.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
2026-03-04 04:32:55.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.729 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.829 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.832 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":1772598775724221985,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.833 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.836 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":1772598775724221985,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
2026-03-04 04:32:55.840 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.840 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
2026-03-04 04:32:55.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.843 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.848 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:55.949 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.951 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":1772598775843405210,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.953 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:55.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:55.955 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":1772598775843405210,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:55.956 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
2026-03-04 04:32:55.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
2026-03-04 04:32:55.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.962 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:55.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:55.970 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:56.071 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:56.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:56.073 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":1772598775962329248,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:56.075 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:56.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:56.077 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":1772598775962329248,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:56.078 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
2026-03-04 04:32:56.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:56.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47309/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
2026-03-04 04:32:56.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:56.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10483/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:56.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:56.089 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:56.189 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:56.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10483/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:56.192 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":1772598776084346523,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:56.193 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:56.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47309/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:56.196 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":1772598776084346523,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:56.199 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:56.200 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:56.200 DEBUG [src.node.waku_node] Stopping container with id 70d6de8d4415
|
||||
2026-03-04 04:32:56.758 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:56.758 DEBUG [src.node.waku_node] Stopping container with id 020fe529ebf9
|
||||
2026-03-04 04:32:57.347 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:57.349 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:57.374 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:57.386 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1103/data/attachments/20709b6358051c1c.txt
Normal file
101
nim/1103/data/attachments/20709b6358051c1c.txt
Normal file
@ -0,0 +1,101 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publishing_node_paused_and_unpaused with id: 2026-03-04_04-34-41__f47fc258-5d4b-41f2-8a73-f6d9d773ca2f
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-34-41__f47fc258-5d4b-41f2-8a73-f6d9d773ca2f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.112.244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37018', '37019', '37020', '37021', '37022']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 37018:37018 -p 37019:37019 -p 37020:37020 -p 37021:37021 -p 37022:37022 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37020 --rest-port=37018 --tcp-port=37019 --discv5-udp-port=37021 --rest-address=0.0.0.0 --nat=extip:172.18.112.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf00a92d916fdb2ef4dffb2d65f3addddbac3a4e3b0fbbaffdac98fa6fc6a1ca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37022 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.112.244 waku d5bc99f64ecf246338b6ba67a279db9f501c50ea19272fa558e9a4b205da3862
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fba91905e917. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d5bc99f64ecf. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-34-41__f47fc258-5d4b-41f2-8a73-f6d9d773ca2f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37018
|
||||
[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 8d9bec223122. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37018/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37018/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.244/tcp/37019/p2p/16Uiu2HAmQCG6mPyfG3WZPaYqnktrjAthQB1vMKV5SjyZ82656Y5h","/ip4/172.18.112.244/tcp/37020/ws/p2p/16Uiu2HAmQCG6mPyfG3WZPaYqnktrjAthQB1vMKV5SjyZ82656Y5h"],"enrUri":"enr:-L24QC7is7Uuq4-Zf_k0GKHz_1vxCyxd020jQZ4ITeqygJ7Ybs5s_PIL9DeNUa7v8vyUTOQQvLrj4fBnq1SCig25k7kCgmlkgnY0gmlwhKwScPSKbXVsdGlhZGRyc5YACASsEnD0BpCbAAoErBJw9AaQnN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq3NekIWUnkm9bwivQbE0Gj8pVB1sMh6V-fUwGHUR61SDdGNwgpCbg3VkcIKQnYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-34-41__f47fc258-5d4b-41f2-8a73-f6d9d773ca2f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.139
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4994', '4995', '4996', '4997', '4998']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4994:4994 -p 4995:4995 -p 4996:4996 -p 4997:4997 -p 4998:4998 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4996 --rest-port=4994 --tcp-port=4995 --discv5-udp-port=4997 --rest-address=0.0.0.0 --nat=extip:172.18.66.139 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7dcfeaf5dcd92ccc8eba5fd3d6e4fbe0fdfccfbbdee6d5eb699d9051cdb6e783 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4998 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QC7is7Uuq4-Zf_k0GKHz_1vxCyxd020jQZ4ITeqygJ7Ybs5s_PIL9DeNUa7v8vyUTOQQvLrj4fBnq1SCig25k7kCgmlkgnY0gmlwhKwScPSKbXVsdGlhZGRyc5YACASsEnD0BpCbAAoErBJw9AaQnN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq3NekIWUnkm9bwivQbE0Gj8pVB1sMh6V-fUwGHUR61SDdGNwgpCbg3VkcIKQnYV3YWt1MgM --storenode=/ip4/172.18.112.244/tcp/37019/p2p/16Uiu2HAmQCG6mPyfG3WZPaYqnktrjAthQB1vMKV5SjyZ82656Y5h --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.139 waku 639d97b2df3832d7cd3bd3fd4f64651d090b52366dc90ff3c70bc0cb778b569c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 639d97b2df38. Setting up logs at ./log/docker/store_node1_2026-03-04_04-34-41__f47fc258-5d4b-41f2-8a73-f6d9d773ca2f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4994
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4994/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4994/debug/v1/info" -H "Content-Type: application/json" -d '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.139/tcp/4995/p2p/16Uiu2HAkuTJeQNtM9JkAs9BW1o41NgNPkWYateVVUGyp7wccqkMS","/ip4/172.18.66.139/tcp/4996/ws/p2p/16Uiu2HAkuTJeQNtM9JkAs9BW1o41NgNPkWYateVVUGyp7wccqkMS"],"enrUri":"enr:-L24QJfnsH5uYjzmniNi_miOxc9TSOX_oTqSFNuVtDTk5fdpTTiDbO235zxG99uA-gWpkA2EjBMkbOSBJqM9XWEiLqECgmlkgnY0gmlwhKwSQouKbXVsdGlhZGRyc5YACASsEkKLBhODAAoErBJCiwYThN0DgnJzhQADAQAAiXNlY3AyNTZrMaECAGsJ8aW0WgfJq9bUWF8VmxlGUQ9bU9xdYfpnrFHcQr2DdGNwghODg3VkcIIThYV3YWt1MgM"}'
|
||||
[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:4994/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.244/tcp/37019/p2p/16Uiu2HAmQCG6mPyfG3WZPaYqnktrjAthQB1vMKV5SjyZ82656Y5h"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37018/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:4994/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:37018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:37018/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":"0x9d62e4b93eb3918ed47b99d144b0cd6356e0ea682889f4c4d1948ce7dce5b192"}]}'
|
||||
[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:4994/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":"0x9d62e4b93eb3918ed47b99d144b0cd6356e0ea682889f4c4d1948ce7dce5b192"}]}'
|
||||
[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 d5bc99f64ecf
|
||||
[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 d5bc99f64ecf
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37018/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37018/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.244/tcp/37019/p2p/16Uiu2HAmQCG6mPyfG3WZPaYqnktrjAthQB1vMKV5SjyZ82656Y5h","/ip4/172.18.112.244/tcp/37020/ws/p2p/16Uiu2HAmQCG6mPyfG3WZPaYqnktrjAthQB1vMKV5SjyZ82656Y5h"],"enrUri":"enr:-L24QC7is7Uuq4-Zf_k0GKHz_1vxCyxd020jQZ4ITeqygJ7Ybs5s_PIL9DeNUa7v8vyUTOQQvLrj4fBnq1SCig25k7kCgmlkgnY0gmlwhKwScPSKbXVsdGlhZGRyc5YACASsEnD0BpCbAAoErBJw9AaQnN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq3NekIWUnkm9bwivQbE0Gj8pVB1sMh6V-fUwGHUR61SDdGNwgpCbg3VkcIKQnYV3YWt1MgM"}'
|
||||
[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:37018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:37018/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":"0x9d62e4b93eb3918ed47b99d144b0cd6356e0ea682889f4c4d1948ce7dce5b192"},{"messageHash":"0x57040fb2c8ea60e2bc9ae63d4a9fa9532c315a290bc101bbe5498f3acc57133a"}]}'
|
||||
[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:4994/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":"0x9d62e4b93eb3918ed47b99d144b0cd6356e0ea682889f4c4d1948ce7dce5b192"},{"messageHash":"0x57040fb2c8ea60e2bc9ae63d4a9fa9532c315a290bc101bbe5498f3acc57133a"}]}'
|
||||
[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:37018/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":"0x9d62e4b93eb3918ed47b99d144b0cd6356e0ea682889f4c4d1948ce7dce5b192"},{"messageHash":"0x57040fb2c8ea60e2bc9ae63d4a9fa9532c315a290bc101bbe5498f3acc57133a"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4994/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":"0x9d62e4b93eb3918ed47b99d144b0cd6356e0ea682889f4c4d1948ce7dce5b192"},{"messageHash":"0x57040fb2c8ea60e2bc9ae63d4a9fa9532c315a290bc101bbe5498f3acc57133a"}]}'
|
||||
[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 d5bc99f64ecf
|
||||
[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 639d97b2df38
|
||||
[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.
|
||||
233
nim/1103/data/attachments/20812c2929568f7c.txt
Normal file
233
nim/1103/data/attachments/20812c2929568f7c.txt
Normal file
@ -0,0 +1,233 @@
|
||||
2026-03-04 04:33:27.712 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:27.712 DEBUG [tests.conftest] Running test: test_resubscribe_to_unsubscribed_pubsub_topics with id: 2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34
|
||||
2026-03-04 04:33:27.713 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:27.714 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:33:27.714 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:33:27.721 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:27.721 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:27.722 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:27.722 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:27.723 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:27.724 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.7.0
|
||||
2026-03-04 04:33:27.724 DEBUG [src.node.docker_mananger] Generated ports ['55280', '55281', '55282', '55283', '55284']
|
||||
2026-03-04 04:33:27.724 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:33:27.724 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:27.724 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:27.724 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:27.724 DEBUG [src.node.docker_mananger] docker run -i -t -p 55280:55280 -p 55281:55281 -p 55282:55282 -p 55283:55283 -p 55284:55284 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55282 --rest-port=55280 --tcp-port=55281 --discv5-udp-port=55283 --rest-address=0.0.0.0 --nat=extip:172.18.7.0 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f95028ee5d7a3e7ebbd59ba3fc90eef5cb8f5fedd9fa2bd63974d9d97da5a4f9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55284 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:33:27.913 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.7.0 waku 6d66e04173dfbc99eae284f818b8e57abe134bae7be531126f5c6d7f4300945e
|
||||
2026-03-04 04:33:27.953 DEBUG [src.node.docker_mananger] Container started with ID 6d66e04173df. Setting up logs at ./log/docker/node1_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:27.953 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55280
|
||||
2026-03-04 04:33:27.953 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:28.524 ERROR [src.node.docker_mananger] Max retries reached for container cad63601ea13. Exiting log stream.
|
||||
2026-03-04 04:33:28.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:28.958 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:28.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:28.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.7.0/tcp/55281/p2p/16Uiu2HAmBZVRuHKaNkxQnakTGEUifej3jySUJEenYZVYrd6En1pK","/ip4/172.18.7.0/tcp/55282/ws/p2p/16Uiu2HAmBZVRuHKaNkxQnakTGEUifej3jySUJEenYZVYrd6En1pK"],"enrUri":"enr:-L24QLtjq0raVLCY6xqL7jbYG8XJyeQKVHqS84ZNhJl4ZgtRelxY9cIaLD6jN8TQg9tOZ5_2wuNiKQ2isWjs1McFwboCgmlkgnY0gmlwhKwSBwCKbXVsdGlhZGRyc5YACASsEgcABtfxAAoErBIHAAbX8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC77u1Yu8cTykonrUBOlWirSvRQjrLifWF_nsnMMlcvDCDdGNwgtfxg3VkcILX84V3YWt1MgU"}'
|
||||
2026-03-04 04:33:28.961 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:28.968 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:28.968 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:28.968 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:28.968 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:28.970 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:28.970 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.188
|
||||
2026-03-04 04:33:28.970 DEBUG [src.node.docker_mananger] Generated ports ['30299', '30300', '30301', '30302', '30303']
|
||||
2026-03-04 04:33:28.970 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-03-04 04:33:28.970 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:28.970 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:28.971 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:28.971 DEBUG [src.node.docker_mananger] docker run -i -t -p 30299:30299 -p 30300:30300 -p 30301:30301 -p 30302:30302 -p 30303:30303 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30301 --rest-port=30299 --tcp-port=30300 --discv5-udp-port=30302 --rest-address=0.0.0.0 --nat=extip:172.18.178.188 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7b82fb0ae7c321eec1bcff24ec30b7089ea71b328fff0ee073e3bdbaa05ef85a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30303 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLtjq0raVLCY6xqL7jbYG8XJyeQKVHqS84ZNhJl4ZgtRelxY9cIaLD6jN8TQg9tOZ5_2wuNiKQ2isWjs1McFwboCgmlkgnY0gmlwhKwSBwCKbXVsdGlhZGRyc5YACASsEgcABtfxAAoErBIHAAbX8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC77u1Yu8cTykonrUBOlWirSvRQjrLifWF_nsnMMlcvDCDdGNwgtfxg3VkcILX84V3YWt1MgU
|
||||
2026-03-04 04:33:29.165 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.188 waku 17b9f0a8dad8bb451263f0de5b95b0b3fcef6fc1068c97943ade085f1b13996f
|
||||
2026-03-04 04:33:29.200 DEBUG [src.node.docker_mananger] Container started with ID 17b9f0a8dad8. Setting up logs at ./log/docker/node2_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:29.200 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30299
|
||||
2026-03-04 04:33:29.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:30.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:30.221 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:30.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.188/tcp/30300/p2p/16Uiu2HAmMUcXLhUjN3Pn2URLzjjVf9H4VQjEHrCFyHGrBbu6cPwn","/ip4/172.18.178.188/tcp/30301/ws/p2p/16Uiu2HAmMUcXLhUjN3Pn2URLzjjVf9H4VQjEHrCFyHGrBbu6cPwn"],"enrUri":"enr:-L24QK919-JAjkxA1wyHehjBZNqLv1vB5Woikt_Z_UbsCHDWC_pYUVjWwAfxYpX_VLwPemWvXlemeE1lvPJNKl31E7kCgmlkgnY0gmlwhKwSsryKbXVsdGlhZGRyc5YACASsErK8BnZcAAoErBKyvAZ2Xd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDgxCx1_fWh5RcJ99_O6cdOfZSCQzx4x2ea3kHBZ1iW0mDdGNwgnZcg3VkcIJ2XoV3YWt1MgE"}'
|
||||
2026-03-04 04:33:30.228 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:30.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30299/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.7.0/tcp/55281/p2p/16Uiu2HAmBZVRuHKaNkxQnakTGEUifej3jySUJEenYZVYrd6En1pK"]'
|
||||
2026-03-04 04:33:30.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-04 04:33:30.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.244 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30299/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-04 04:33:30.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.274 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:30.375 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810262650741,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.379 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810262650741,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.389 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:30.490 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810384291458,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.495 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810384291458,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.504 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:30.604 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810499324748,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.609 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810499324748,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.619 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:30.720 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810613536958,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.724 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810613536958,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.733 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:30.833 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810728348489,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.838 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810728348489,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.848 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:30.948 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810842435940,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.953 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:30.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:30.955 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810842435940,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:30.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:30.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:30.962 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.062 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810957088615,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.067 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598810957088615,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.071 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.076 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.177 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811071120888,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.182 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811071120888,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.186 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:55280/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-04 04:33:31.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.202 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:30299/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-04 04:33:31.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.217 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.223 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
||||
2026-03-04 04:33:31.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.232 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
2026-03-04 04:33:31.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.240 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
||||
2026-03-04 04:33:31.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.244 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
||||
2026-03-04 04:33:31.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.247 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
||||
2026-03-04 04:33:31.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.251 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
||||
2026-03-04 04:33:31.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.255 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
||||
2026-03-04 04:33:31.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.258 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
||||
2026-03-04 04:33:31.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-04 04:33:31.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30299/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-03-04 04:33:31.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.291 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.391 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811283275834,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.396 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811283275834,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.406 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.507 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811400815685,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.512 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811400815685,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.522 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.622 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811516419690,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.626 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811516419690,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.636 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.736 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811630378418,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.742 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811630378418,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.751 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.851 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811746038708,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.855 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811746038708,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.865 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:31.965 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811859779465,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.970 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:31.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:31.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811859779465,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:31.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:31.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:31.980 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:32.080 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:32.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:32.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811974227438,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:32.084 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:32.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:32.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598811974227438,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:32.088 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:32.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:32.093 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:33:32.194 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:32.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:32.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598812088519977,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:32.198 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:33:32.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30299/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:32.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598812088519977,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:33:32.204 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:32.205 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:32.205 DEBUG [src.node.waku_node] Stopping container with id 6d66e04173df
|
||||
2026-03-04 04:33:32.807 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:32.807 DEBUG [src.node.waku_node] Stopping container with id 17b9f0a8dad8
|
||||
2026-03-04 04:33:33.373 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:33.376 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:33.398 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:33.415 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
78
nim/1103/data/attachments/20823500f2f063d3.txt
Normal file
78
nim/1103/data/attachments/20823500f2f063d3.txt
Normal file
@ -0,0 +1,78 @@
|
||||
2026-03-04 04:35:56.390 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:35:56.391 DEBUG [tests.conftest] Running test: test_filter_get_message_duplicate_message with id: 2026-03-04_04-35-56__ef181103-3fbd-4819-a493-936df2533d24
|
||||
2026-03-04 04:35:56.391 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:35:56.391 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:35:56.391 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-04 04:35:56.398 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:35:56.398 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-35-56__ef181103-3fbd-4819-a493-936df2533d24__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:56.398 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:35:56.398 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:35:56.400 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:35:56.400 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.104
|
||||
2026-03-04 04:35:56.400 DEBUG [src.node.docker_mananger] Generated ports ['47069', '47070', '47071', '47072', '47073']
|
||||
2026-03-04 04:35:56.400 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:35:56.400 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:35:56.401 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:35:56.401 DEBUG [src.node.docker_mananger] docker run -i -t -p 47069:47069 -p 47070:47070 -p 47071:47071 -p 47072:47072 -p 47073:47073 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47071 --rest-port=47069 --tcp-port=47070 --discv5-udp-port=47072 --rest-address=0.0.0.0 --nat=extip:172.18.247.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=232ec16bd32b2f6fc6de867fbaded78e29b42fc9cbde3c4ee7dad0a6fbe1d87c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47073 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:35:56.588 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.104 waku b0c1938bece0326d4ca618b6c0f0a833a78c24f9ec9aaa1f3ef2332f931a0394
|
||||
2026-03-04 04:35:56.623 DEBUG [src.node.docker_mananger] Container started with ID b0c1938bece0. Setting up logs at ./log/docker/node1_2026-03-04_04-35-56__ef181103-3fbd-4819-a493-936df2533d24__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:56.623 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47069
|
||||
2026-03-04 04:35:56.623 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:35:56.646 ERROR [src.node.docker_mananger] Max retries reached for container 64de763fa573. Exiting log stream.
|
||||
2026-03-04 04:35:57.193 ERROR [src.node.docker_mananger] Max retries reached for container a27c2eb2f581. Exiting log stream.
|
||||
2026-03-04 04:35:57.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47069/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:57.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:35:57.627 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:35:57.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47069/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:57.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.104/tcp/47070/p2p/16Uiu2HAmBkNZL9GXwJHoUXPRrY3n2DfyQq9Gv8SkYwmqVo6UCbXA","/ip4/172.18.247.104/tcp/47071/ws/p2p/16Uiu2HAmBkNZL9GXwJHoUXPRrY3n2DfyQq9Gv8SkYwmqVo6UCbXA"],"enrUri":"enr:-L24QJBsmhNtfWmuH-0X0zFVnkkqxM9LiSE1FAC5vvzs5vFwUmSs1YZvBitTkLh3EtQaa3cHgUxxZwnuDCbO2jelB_ACgmlkgnY0gmlwhKwS92iKbXVsdGlhZGRyc5YACASsEvdoBrfeAAoErBL3aAa3390DgnJzhQADAQAAiXNlY3AyNTZrMaEC8oVTzEqU9g9vhN9BQ8fFCmYKA0VLUbKJDTgsIcI7f6WDdGNwgrfeg3VkcIK34IV3YWt1MgU"}'
|
||||
2026-03-04 04:35:57.630 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:35:57.630 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-04 04:35:57.636 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:35:57.636 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-35-56__ef181103-3fbd-4819-a493-936df2533d24__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:57.636 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:35:57.636 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:35:57.638 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:35:57.638 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.220
|
||||
2026-03-04 04:35:57.638 DEBUG [src.node.docker_mananger] Generated ports ['58180', '58181', '58182', '58183', '58184']
|
||||
2026-03-04 04:35:57.638 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:35:57.638 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:35:57.638 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:35:57.638 DEBUG [src.node.docker_mananger] docker run -i -t -p 58180:58180 -p 58181:58181 -p 58182:58182 -p 58183:58183 -p 58184:58184 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58182 --rest-port=58180 --tcp-port=58181 --discv5-udp-port=58183 --rest-address=0.0.0.0 --nat=extip:172.18.182.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc15ec4ce3e9abcba2c50818dabde6b86131a0f05afb24e1afc411da90eb3e6e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58184 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QJBsmhNtfWmuH-0X0zFVnkkqxM9LiSE1FAC5vvzs5vFwUmSs1YZvBitTkLh3EtQaa3cHgUxxZwnuDCbO2jelB_ACgmlkgnY0gmlwhKwS92iKbXVsdGlhZGRyc5YACASsEvdoBrfeAAoErBL3aAa3390DgnJzhQADAQAAiXNlY3AyNTZrMaEC8oVTzEqU9g9vhN9BQ8fFCmYKA0VLUbKJDTgsIcI7f6WDdGNwgrfeg3VkcIK34IV3YWt1MgU --filternode=/ip4/172.18.247.104/tcp/47070/p2p/16Uiu2HAmBkNZL9GXwJHoUXPRrY3n2DfyQq9Gv8SkYwmqVo6UCbXA
|
||||
2026-03-04 04:35:57.834 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.220 waku beb69edaad482e893339fba819a56fadc145d4d8a54e04196d1dee0a3dbb6762
|
||||
2026-03-04 04:35:57.868 DEBUG [src.node.docker_mananger] Container started with ID beb69edaad48. Setting up logs at ./log/docker/node2_2026-03-04_04-35-56__ef181103-3fbd-4819-a493-936df2533d24__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:35:57.869 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58180
|
||||
2026-03-04 04:35:57.869 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:35:58.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58180/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:58.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:35:58.872 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:35:58.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58180/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:58.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.220/tcp/58181/p2p/16Uiu2HAkyReKmW6reeBbQ6JsCj1L9WDh43vNBXzwptusERdGj8Dn","/ip4/172.18.182.220/tcp/58182/ws/p2p/16Uiu2HAkyReKmW6reeBbQ6JsCj1L9WDh43vNBXzwptusERdGj8Dn"],"enrUri":"enr:-L24QODqeZfe_7YNCuoXcSWDBYXdI0V6x0Q6g0nbcpf8FbzzXLOoKRrZgaxcmtPsaVLQZi2GQqoTV1RaV_jgT1JD6RUCgmlkgnY0gmlwhKwSttyKbXVsdGlhZGRyc5YACASsErbcBuNFAAoErBK23AbjRt0DgnJzhQADAQAAiXNlY3AyNTZrMaECO2zgLeRSvMxnb7OMb07HP6AMLoYTsyR2rObDnMjvFGGDdGNwguNFg3VkcILjR4V3YWt1MgA"}'
|
||||
2026-03-04 04:35:58.875 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:35:58.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58180/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.247.104/tcp/47070/p2p/16Uiu2HAmBkNZL9GXwJHoUXPRrY3n2DfyQq9Gv8SkYwmqVo6UCbXA"]'
|
||||
2026-03-04 04:35:58.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:35:58.913 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-04 04:35:58.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47069/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:35:58.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:35:58.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58180/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8559ef47-baa3-4be2-9667-5927dff39609", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:35:58.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8559ef47-baa3-4be2-9667-5927dff39609","statusDesc":"OK"}'
|
||||
2026-03-04 04:35:58.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47069/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:35:58.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:35:58.951 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:35:59.051 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:35:59.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58180/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:59.054 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":1772598958944029379,"ephemeral":false}]'
|
||||
2026-03-04 04:35:59.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47069/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:35:59.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:35:59.060 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:35:59.160 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:35:59.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58180/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:59.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-03-04 04:35:59.165 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:35:59.166 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:35:59.166 DEBUG [src.node.waku_node] Stopping container with id b0c1938bece0
|
||||
2026-03-04 04:35:59.750 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:35:59.752 DEBUG [src.node.waku_node] Stopping container with id beb69edaad48
|
||||
2026-03-04 04:36:00.304 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:00.306 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:00.312 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:00.316 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
123
nim/1103/data/attachments/2089ccc3b15ee332.txt
Normal file
123
nim/1103/data/attachments/2089ccc3b15ee332.txt
Normal file
@ -0,0 +1,123 @@
|
||||
2026-03-04 04:34:18.804 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:18.805 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_from_all_pubsub_topics with id: 2026-03-04_04-34-18__6e0e45c6-747a-4024-99b3-2660a7fb1773
|
||||
2026-03-04 04:34:18.806 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:18.806 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:34:18.806 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-04 04:34:18.813 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:18.813 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-18__6e0e45c6-747a-4024-99b3-2660a7fb1773__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:18.814 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:18.814 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:18.816 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:18.816 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.188
|
||||
2026-03-04 04:34:18.816 DEBUG [src.node.docker_mananger] Generated ports ['56111', '56112', '56113', '56114', '56115']
|
||||
2026-03-04 04:34:18.816 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:18.816 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:18.817 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:18.817 DEBUG [src.node.docker_mananger] docker run -i -t -p 56111:56111 -p 56112:56112 -p 56113:56113 -p 56114:56114 -p 56115:56115 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56113 --rest-port=56111 --tcp-port=56112 --discv5-udp-port=56114 --rest-address=0.0.0.0 --nat=extip:172.18.247.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ee367e3d50ed5d0ca3a7f75b39b4cd5971579b1ea325911caccefaa7be70c7f1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56115 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:34:18.961 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.188 waku 8bdcb738300c0ea9a4eb783a275e000e85922cdc7f229bc4ec3c92d99aa263b8
|
||||
2026-03-04 04:34:18.989 DEBUG [src.node.docker_mananger] Container started with ID 8bdcb738300c. Setting up logs at ./log/docker/node1_2026-03-04_04-34-18__6e0e45c6-747a-4024-99b3-2660a7fb1773__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:18.989 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56111
|
||||
2026-03-04 04:34:18.990 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:19.098 ERROR [src.node.docker_mananger] Max retries reached for container fe0336009d5e. Exiting log stream.
|
||||
2026-03-04 04:34:19.624 ERROR [src.node.docker_mananger] Max retries reached for container 00d1c94c5a54. Exiting log stream.
|
||||
2026-03-04 04:34:19.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:19.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:19.993 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:19.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:19.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.188/tcp/56112/p2p/16Uiu2HAkz31cDS9eVGXEGYW8njEnfZDmAxRKwRv9edsrcDKjUoYe","/ip4/172.18.247.188/tcp/56113/ws/p2p/16Uiu2HAkz31cDS9eVGXEGYW8njEnfZDmAxRKwRv9edsrcDKjUoYe"],"enrUri":"enr:-L24QIz73TkRlNA8_twKzr4OZzwSOXjVqZANeAiUF2z5BZy5KT9PW6pMf7UNvGZV01aPlwZFtWVD-t9Fe358w9jtBb0CgmlkgnY0gmlwhKwS97yKbXVsdGlhZGRyc5YACASsEve8BtswAAoErBL3vAbbMd0DgnJzhQADAQAAiXNlY3AyNTZrMaECRHxE-TvOFouWHlTooW8iZAyx9yvOzfJ5zU79qVgkJzuDdGNwgtswg3VkcILbMoV3YWt1MgE"}'
|
||||
2026-03-04 04:34:19.995 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:20.001 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:20.002 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-18__6e0e45c6-747a-4024-99b3-2660a7fb1773__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:20.002 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:20.002 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:20.003 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:20.003 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.145
|
||||
2026-03-04 04:34:20.003 DEBUG [src.node.docker_mananger] Generated ports ['7039', '7040', '7041', '7042', '7043']
|
||||
2026-03-04 04:34:20.004 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:20.004 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:20.004 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:20.004 DEBUG [src.node.docker_mananger] docker run -i -t -p 7039:7039 -p 7040:7040 -p 7041:7041 -p 7042:7042 -p 7043:7043 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7041 --rest-port=7039 --tcp-port=7040 --discv5-udp-port=7042 --rest-address=0.0.0.0 --nat=extip:172.18.102.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdbbcda5968f9cb2dadccfb0da4c16de5afeafb14d57c42f0fffb00062d7cdd4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7043 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIz73TkRlNA8_twKzr4OZzwSOXjVqZANeAiUF2z5BZy5KT9PW6pMf7UNvGZV01aPlwZFtWVD-t9Fe358w9jtBb0CgmlkgnY0gmlwhKwS97yKbXVsdGlhZGRyc5YACASsEve8BtswAAoErBL3vAbbMd0DgnJzhQADAQAAiXNlY3AyNTZrMaECRHxE-TvOFouWHlTooW8iZAyx9yvOzfJ5zU79qVgkJzuDdGNwgtswg3VkcILbMoV3YWt1MgE
|
||||
2026-03-04 04:34:20.153 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.145 waku 1000468e9328f2cb89e43b71b42cd0191c237bec40c18e1695e31d6e6053fdce
|
||||
2026-03-04 04:34:20.179 DEBUG [src.node.docker_mananger] Container started with ID 1000468e9328. Setting up logs at ./log/docker/node2_2026-03-04_04-34-18__6e0e45c6-747a-4024-99b3-2660a7fb1773__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:20.180 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7039
|
||||
2026-03-04 04:34:20.181 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:21.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:21.201 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:21.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.206 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.145/tcp/7040/p2p/16Uiu2HAkw2M7ndBsrLsYHpcW2PuMKS2esdACDhvQ9gyrWKKyofGx","/ip4/172.18.102.145/tcp/7041/ws/p2p/16Uiu2HAkw2M7ndBsrLsYHpcW2PuMKS2esdACDhvQ9gyrWKKyofGx"],"enrUri":"enr:-L24QMSmOBoJi1ggF44RJMat3cUI_epmy1ZRPSQg3NTwXWHuM9W_rcrNtyKrYXPwLDqZrwrs8qwiNI0-kpzbudeUSncCgmlkgnY0gmlwhKwSZpGKbXVsdGlhZGRyc5YACASsEmaRBhuAAAoErBJmkQYbgd0DgnJzhQADAQAAiXNlY3AyNTZrMaECF72wDijEeyggdSN9_xISaMfnzISokH-Ceb0yYJxM2OWDdGNwghuAg3VkcIIbgoV3YWt1MgE"}'
|
||||
2026-03-04 04:34:21.208 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:21.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7039/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.247.188/tcp/56112/p2p/16Uiu2HAkz31cDS9eVGXEGYW8njEnfZDmAxRKwRv9edsrcDKjUoYe"]'
|
||||
2026-03-04 04:34:21.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-03-04 04:34:21.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7039/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-03-04 04:34:21.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:34:21.336 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.339 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":1772598861228263168,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.360 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.363 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":1772598861228263168,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.368 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:34:21.469 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.472 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":1772598861364549120,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.473 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598861364549120,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.481 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:34:21.582 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598861477469184,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.586 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598861477469184,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.590 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.595 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:34:21.695 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.698 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":1772598861590492416,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.699 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.702 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":1772598861590492416,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.708 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:34:21.808 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.811 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":1772598861703754496,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.812 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:34:21.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7039/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:21.814 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":1772598861703754496,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:34:21.816 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:56111/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-03-04 04:34:21.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.827 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:7039/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-03-04 04:34:21.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:21.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.841 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/0'
|
||||
2026-03-04 04:34:21.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.847 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1'
|
||||
2026-03-04 04:34:21.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.850 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/9'
|
||||
2026-03-04 04:34:21.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.853 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/25'
|
||||
2026-03-04 04:34:21.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:21.855 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:56111/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1000'
|
||||
2026-03-04 04:34:21.856 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:21.857 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:21.857 DEBUG [src.node.waku_node] Stopping container with id 8bdcb738300c
|
||||
2026-03-04 04:34:22.295 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:22.295 DEBUG [src.node.waku_node] Stopping container with id 1000468e9328
|
||||
2026-03-04 04:34:22.763 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:22.765 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:22.774 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:22.784 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
337
nim/1103/data/attachments/2134ffa5cb295ac8.txt
Normal file
337
nim/1103/data/attachments/2134ffa5cb295ac8.txt
Normal file
@ -0,0 +1,337 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_three_store_sync_exchange with id: 2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799__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.183.78
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36271', '36272', '36273', '36274', '36275']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36271:36271 -p 36272:36272 -p 36273:36273 -p 36274:36274 -p 36275:36275 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36273 --rest-port=36271 --tcp-port=36272 --discv5-udp-port=36274 --rest-address=0.0.0.0 --nat=extip:172.18.183.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dade86fe1ddbd84311ac19cc1a25cb7eb1ababd67c3be6ecfeca1af72bdced9a --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=36275 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.183.78 waku d6df73f947204adf04c5f4ea4fe97976e54c3802b197d30d363bb7250650643c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d6df73f94720. Setting up logs at ./log/docker/node1_2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36271
|
||||
[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 85d7cc4076a1. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 306f5b8b593b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36271/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36271/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.78/tcp/36272/p2p/16Uiu2HAm5KhdYohfkPxDgJyHhPHfhEyq6U7R2j5pJoi8T3u8XehS","/ip4/172.18.183.78/tcp/36273/ws/p2p/16Uiu2HAm5KhdYohfkPxDgJyHhPHfhEyq6U7R2j5pJoi8T3u8XehS"],"enrUri":"enr:-L24QPOV_Ja0zohSw59PXEIBQcD4HdhJMH-npehI0iObr_kiEtwg4IMntshJicJxzHTM55autCsqb-A48SqS3FadmWQCgmlkgnY0gmlwhKwSt06KbXVsdGlhZGRyc5YACASsErdOBo2wAAoErBK3TgaNsd0DgnJzhQADAQAAiXNlY3AyNTZrMaECkw1AS7UJJzypTeufgS3aK8IaeXAYY4dYBiHQVNv6_n2DdGNwgo2wg3VkcIKNsoV3YWt1MhM"}'
|
||||
[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:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36271/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.39.9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56889', '56890', '56891', '56892', '56893']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 56889:56889 -p 56890:56890 -p 56891:56891 -p 56892:56892 -p 56893:56893 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56891 --rest-port=56889 --tcp-port=56890 --discv5-udp-port=56892 --rest-address=0.0.0.0 --nat=extip:172.18.39.9 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d31ea0be1eed4f063faecc262221cf370babc23e90defb5b41414dddbd07a07c --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=56893 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.39.9 waku eb45c95ef246de05eefec718389e22403ca1a889fbdcdaffd620ca8cbe125ab4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID eb45c95ef246. Setting up logs at ./log/docker/node2_2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56889
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56889/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56889/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.9/tcp/56890/p2p/16Uiu2HAmE7CPFJGXj8DQwEGLhY3geRcbY1RtSzKEFzsHeK67y2Vj","/ip4/172.18.39.9/tcp/56891/ws/p2p/16Uiu2HAmE7CPFJGXj8DQwEGLhY3geRcbY1RtSzKEFzsHeK67y2Vj"],"enrUri":"enr:-L24QJxS7Eq20Yc_HHbfv1pEMNqzKZfK24YEVSvn3U4ghAoWccOX0H5C56CeWeWRRLmtsilNAM2mpiuaqdX6aBNf724CgmlkgnY0gmlwhKwSJwmKbXVsdGlhZGRyc5YACASsEicJBt46AAoErBInCQbeO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDFZJlAkUZrLVkV-Fc39LVtBw7pCWMukR77UZxNtxGo-aDdGNwgt46g3VkcILePIV3YWt1MhM"}'
|
||||
[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:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56889/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.78/tcp/36272/p2p/16Uiu2HAm5KhdYohfkPxDgJyHhPHfhEyq6U7R2j5pJoi8T3u8XehS"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.104.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23496', '23497', '23498', '23499', '23500']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23496:23496 -p 23497:23497 -p 23498:23498 -p 23499:23499 -p 23500:23500 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23498 --rest-port=23496 --tcp-port=23497 --discv5-udp-port=23499 --rest-address=0.0.0.0 --nat=extip:172.18.104.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab009b9d6e27e3a0069f7e8f58cdee2baa1bb7fd04c42cdb6fd3c65cf1be9a5c --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=23500 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.4 waku 5fe8ad0e05eb6252637d1c897f0336f84f13abe3b163d374f7c5f8e6fc3e4b2d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5fe8ad0e05eb. Setting up logs at ./log/docker/node3_2026-03-04_04-36-54__b24b2da8-ec21-41a1-b0bb-97640d6c8799__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23496
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23496/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23496/debug/v1/info" -H "Content-Type: application/json" -d '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.4/tcp/23497/p2p/16Uiu2HAm7FR5E6bpTpWQUwgSLc6VbmG4zdSR5eb88dTJyn81DqQ5","/ip4/172.18.104.4/tcp/23498/ws/p2p/16Uiu2HAm7FR5E6bpTpWQUwgSLc6VbmG4zdSR5eb88dTJyn81DqQ5"],"enrUri":"enr:-L24QMYOjPNVcSAKGJeeBqyu5HOFJizWHxrxW6s8vBnWETJjRgROFmag0c0E4ggteBrrRiu_I6atwiRCL3HSW2e3caYCgmlkgnY0gmlwhKwSaASKbXVsdGlhZGRyc5YACASsEmgEBlvJAAoErBJoBAZbyt0DgnJzhQADAQAAiXNlY3AyNTZrMaECr6uUlGHZJnLzWaslPVqpQAK8PPu73L7zJewEmsSw33qDdGNwglvJg3VkcIJby4V3YWt1MhM"}'
|
||||
[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:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.78/tcp/36272/p2p/16Uiu2HAm5KhdYohfkPxDgJyHhPHfhEyq6U7R2j5pJoi8T3u8XehS"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23496/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.9/tcp/56890/p2p/16Uiu2HAmE7CPFJGXj8DQwEGLhY3geRcbY1RtSzKEFzsHeK67y2Vj"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:36271/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&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:933 Node-A store has 60 messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56889/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&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:937 Node-B store has 60 messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23496/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&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:940 Node-C store has 60 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 d6df73f94720
|
||||
[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 eb45c95ef246
|
||||
[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 5fe8ad0e05eb
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d6df73f94720. 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.
|
||||
77
nim/1103/data/attachments/21791daa8d835977.txt
Normal file
77
nim/1103/data/attachments/21791daa8d835977.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_with_missing_payload with id: 2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.121.52
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64891', '64892', '64893', '64894', '64895']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64891:64891 -p 64892:64892 -p 64893:64893 -p 64894:64894 -p 64895:64895 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64893 --rest-port=64891 --tcp-port=64892 --discv5-udp-port=64894 --rest-address=0.0.0.0 --nat=extip:172.18.121.52 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b93cde494caf3cde398e98fdaaf6e05cbccc3dacefebf4cddb9cdfaa97cbeacf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64895 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.121.52 waku 2f973734eee52b4009d2bbc57ec28afaa77df58af5e18dd6f8af9ef8a6279e5c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 76c96beeb094. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2f973734eee5. Setting up logs at ./log/docker/node1_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64891
|
||||
[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 a8f8528058e4. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64891/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64891/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.52/tcp/64892/p2p/16Uiu2HAmUTam5LMjLrG28kMY5Vs6J8yRWkEKbQmKhSrZYhBsfNtw","/ip4/172.18.121.52/tcp/64893/ws/p2p/16Uiu2HAmUTam5LMjLrG28kMY5Vs6J8yRWkEKbQmKhSrZYhBsfNtw"],"enrUri":"enr:-L24QJpvATs_w2HXGOcBmJXXqYP0MzgWVw3HaG73I1SggX08QaZJk6TPNAyF213trz46NuFZFCH9uapFeNbzJgr-mvcCgmlkgnY0gmlwhKwSeTSKbXVsdGlhZGRyc5YACASsEnk0Bv18AAoErBJ5NAb9fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED6s7twYTz-gTMNbkyKyj6Vih-FtAY0crDRd_nWCkK5IiDdGNwgv18g3VkcIL9foV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.231.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4543', '4544', '4545', '4546', '4547']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 4543:4543 -p 4544:4544 -p 4545:4545 -p 4546:4546 -p 4547:4547 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4545 --rest-port=4543 --tcp-port=4544 --discv5-udp-port=4546 --rest-address=0.0.0.0 --nat=extip:172.18.231.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fff9fce5dd3957cd24cc00c8aa8cccf99aa0f16f78ee2028ff5eaffcd1886da8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4547 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJpvATs_w2HXGOcBmJXXqYP0MzgWVw3HaG73I1SggX08QaZJk6TPNAyF213trz46NuFZFCH9uapFeNbzJgr-mvcCgmlkgnY0gmlwhKwSeTSKbXVsdGlhZGRyc5YACASsEnk0Bv18AAoErBJ5NAb9fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED6s7twYTz-gTMNbkyKyj6Vih-FtAY0crDRd_nWCkK5IiDdGNwgv18g3VkcIL9foV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.231.122 waku 62da67c593ccddff0fd5396e014ffec19ce7d9db06b1dd0fe059fd0cdeea8e24
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 62da67c593cc. Setting up logs at ./log/docker/node2_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4543
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4543/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4543/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.122/tcp/4544/p2p/16Uiu2HAmL5BPP1QHwwF7mHpbpm4YHQwwEM4wKrjPCmvobAyL37Bs","/ip4/172.18.231.122/tcp/4545/ws/p2p/16Uiu2HAmL5BPP1QHwwF7mHpbpm4YHQwwEM4wKrjPCmvobAyL37Bs"],"enrUri":"enr:-L24QGYU6Weh62YDjn00RmMxwh7C6ffjnOqcgH2Iso_iAYgdY3uEl8t4G52tuaHoduTV12YNhiofdNHVgTbhQbqLXsICgmlkgnY0gmlwhKwS53qKbXVsdGlhZGRyc5YACASsEud6BhHAAAoErBLnegYRwd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbjQ59OvhG3VLB_KifVL4CiJmrBZEQHi-T4SEiiNszg6DdGNwghHAg3VkcIIRwoV3YWt1MgE"}'
|
||||
[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:4543/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.121.52/tcp/64892/p2p/16Uiu2HAmUTam5LMjLrG28kMY5Vs6J8yRWkEKbQmKhSrZYhBsfNtw"]'
|
||||
[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:64891/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:4543/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:64891/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:64891/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":1772598744686108160,"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:4543/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":1772598744686108160,"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:64891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:64891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2f973734eee5
|
||||
[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 62da67c593cc
|
||||
[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.
|
||||
192
nim/1103/data/attachments/2193b9f76914b3c7.txt
Normal file
192
nim/1103/data/attachments/2193b9f76914b3c7.txt
Normal file
@ -0,0 +1,192 @@
|
||||
2026-03-04 04:38:59.955 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:38:59.955 DEBUG [tests.conftest] Running test: test_light_push_with_valid_timestamps with id: 2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe
|
||||
2026-03-04 04:38:59.955 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:38:59.955 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:38:59.963 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:38:59.963 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:59.963 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:38:59.963 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:38:59.965 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:38:59.965 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.41.213
|
||||
2026-03-04 04:38:59.965 DEBUG [src.node.docker_mananger] Generated ports ['20544', '20545', '20546', '20547', '20548']
|
||||
2026-03-04 04:38:59.966 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:38:59.966 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:38:59.967 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:38:59.967 DEBUG [src.node.docker_mananger] docker run -i -t -p 20544:20544 -p 20545:20545 -p 20546:20546 -p 20547:20547 -p 20548:20548 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20546 --rest-port=20544 --tcp-port=20545 --discv5-udp-port=20547 --rest-address=0.0.0.0 --nat=extip:172.18.41.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=29e7fffff9b8e77c7fece8d9ce65e27cfff0fbed6d15f35ffa3dbe83ef18528d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20548 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-03-04 04:39:00.171 ERROR [src.node.docker_mananger] Max retries reached for container bd2e1566267a. Exiting log stream.
|
||||
2026-03-04 04:39:00.194 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.41.213 waku 391e70652826a492a618a6398ae715b694f17951ca9e332a735fe3343bcbe846
|
||||
2026-03-04 04:39:00.237 DEBUG [src.node.docker_mananger] Container started with ID 391e70652826. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:00.237 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20544
|
||||
2026-03-04 04:39:00.238 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:39:00.704 ERROR [src.node.docker_mananger] Max retries reached for container 5c2c45f90069. Exiting log stream.
|
||||
2026-03-04 04:39:01.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:01.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:39:01.241 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:39:01.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:01.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.41.213/tcp/20545/p2p/16Uiu2HAmTp48MZcw7t6d5ANXLTXbZGNYA6YgiU49HvVtbaz5f596","/ip4/172.18.41.213/tcp/20546/ws/p2p/16Uiu2HAmTp48MZcw7t6d5ANXLTXbZGNYA6YgiU49HvVtbaz5f596"],"enrUri":"enr:-L24QCksgnwsBMp72j8855EFuQjUtSQbi9Wlf8mM_ojCA3PIRZjzdiH5U1Ph_Pv7TeIFYb-vorJ0uktzv4Wv4Fc7VRcCgmlkgnY0gmlwhKwSKdWKbXVsdGlhZGRyc5YACASsEinVBlBBAAoErBIp1QZQQt0DgnJzhQADAQAAiXNlY3AyNTZrMaED4THNRP7cGn0fwRkXZWYqnehHqqEe6REXtFzYyuvtD3WDdGNwglBBg3VkcIJQQ4V3YWt1Mgk"}'
|
||||
2026-03-04 04:39:01.244 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:39:01.251 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:39:01.251 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:01.251 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:39:01.251 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:39:01.252 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:39:01.253 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.248.0
|
||||
2026-03-04 04:39:01.253 DEBUG [src.node.docker_mananger] Generated ports ['47585', '47586', '47587', '47588', '47589']
|
||||
2026-03-04 04:39:01.253 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:39:01.253 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:39:01.253 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:39:01.253 DEBUG [src.node.docker_mananger] docker run -i -t -p 47585:47585 -p 47586:47586 -p 47587:47587 -p 47588:47588 -p 47589:47589 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47587 --rest-port=47585 --tcp-port=47586 --discv5-udp-port=47588 --rest-address=0.0.0.0 --nat=extip:172.18.248.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=deaacbe08bcce45381c4d926afee87e490f9f64b5de77c0bfad9af6aaed5acc7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47589 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-03-04 04:39:01.446 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.248.0 waku b258a6de641e962367790e4acbdffc637c261cba8ff475e3ffd982aae8423669
|
||||
2026-03-04 04:39:01.478 DEBUG [src.node.docker_mananger] Container started with ID b258a6de641e. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:01.478 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47585
|
||||
2026-03-04 04:39:01.479 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:39:02.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:02.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:39:02.483 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:39:02.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:02.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.248.0/tcp/47586/p2p/16Uiu2HAmQGfzweckwzedpeGogpGjP2D2BhstPdPr1CaoKDv2HrcJ","/ip4/172.18.248.0/tcp/47587/ws/p2p/16Uiu2HAmQGfzweckwzedpeGogpGjP2D2BhstPdPr1CaoKDv2HrcJ"],"enrUri":"enr:-L24QFNOyKI1pGTk-UbdRlytWUM7XtUemlubcgbvZzBqPcIverCw55LxEGKk2aTTaW1JM1yMzgG8WEw9ufDZXDYrFTkCgmlkgnY0gmlwhKwS-ACKbXVsdGlhZGRyc5YACASsEvgABrniAAoErBL4AAa5490DgnJzhQADAQAAiXNlY3AyNTZrMaEDrJS3S0RLqaR1Qnr15d81qtlCEyV6IphgbqtQULpQQZODdGNwgrnig3VkcIK55IV3YWt1MgE"}'
|
||||
2026-03-04 04:39:02.486 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:39:02.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47585/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.41.213/tcp/20545/p2p/16Uiu2HAmTp48MZcw7t6d5ANXLTXbZGNYA6YgiU49HvVtbaz5f596"]'
|
||||
2026-03-04 04:39:02.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:02.535 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:39:02.535 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:02.536 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:39:02.536 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:39:02.537 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:39:02.537 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.248
|
||||
2026-03-04 04:39:02.538 DEBUG [src.node.docker_mananger] Generated ports ['13208', '13209', '13210', '13211', '13212']
|
||||
2026-03-04 04:39:02.538 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:39:02.538 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:39:02.538 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:39:02.538 DEBUG [src.node.docker_mananger] docker run -i -t -p 13208:13208 -p 13209:13209 -p 13210:13210 -p 13211:13211 -p 13212:13212 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13210 --rest-port=13208 --tcp-port=13209 --discv5-udp-port=13211 --rest-address=0.0.0.0 --nat=extip:172.18.78.248 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a7cae9be53fb888dfab378afbfaadcb337fdd0d0433c3bdd46a64cae6c9be531 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13212 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCksgnwsBMp72j8855EFuQjUtSQbi9Wlf8mM_ojCA3PIRZjzdiH5U1Ph_Pv7TeIFYb-vorJ0uktzv4Wv4Fc7VRcCgmlkgnY0gmlwhKwSKdWKbXVsdGlhZGRyc5YACASsEinVBlBBAAoErBIp1QZQQt0DgnJzhQADAQAAiXNlY3AyNTZrMaED4THNRP7cGn0fwRkXZWYqnehHqqEe6REXtFzYyuvtD3WDdGNwglBBg3VkcIJQQ4V3YWt1Mgk --lightpushnode=/ip4/172.18.41.213/tcp/20545/p2p/16Uiu2HAmTp48MZcw7t6d5ANXLTXbZGNYA6YgiU49HvVtbaz5f596 --lightpush=true --relay=true
|
||||
2026-03-04 04:39:02.749 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.248 waku 9f7511ffd9d6dd414200e191c0f529d2d7fb305c267cd15e3deef3e9f71f6146
|
||||
2026-03-04 04:39:02.784 DEBUG [src.node.docker_mananger] Container started with ID 9f7511ffd9d6. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-38-59__d36c2421-81fe-41c3-9f4d-973a2342c5fe__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:39:02.785 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13208
|
||||
2026-03-04 04:39:02.785 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:39:03.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:03.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:39:03.808 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:39:03.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:03.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.248/tcp/13209/p2p/16Uiu2HAm5utjd9oYXvvuFeTBBXqo7FRNHW6RncokkJryQSTzNwFB","/ip4/172.18.78.248/tcp/13210/ws/p2p/16Uiu2HAm5utjd9oYXvvuFeTBBXqo7FRNHW6RncokkJryQSTzNwFB"],"enrUri":"enr:-L24QMNwZwwYUnnJ5WLTSEHXf6HJ6i8SBN5DZBmAQ8Eie8IsbhaJh91XjYTglaSq9ZLikfv0lI-UMuvJV_sXSnq2X_0CgmlkgnY0gmlwhKwSTviKbXVsdGlhZGRyc5YACASsEk74BjOZAAoErBJO-AYzmt0DgnJzhQADAQAAiXNlY3AyNTZrMaECm8-OCZTyNdxdb6ZdkahaQMqPJFlUt8MN1DBm_eVkNKaDdGNwgjOZg3VkcIIzm4V3YWt1Mgk"}'
|
||||
2026-03-04 04:39:03.814 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:39:03.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.41.213/tcp/20545/p2p/16Uiu2HAmTp48MZcw7t6d5ANXLTXbZGNYA6YgiU49HvVtbaz5f596"]'
|
||||
2026-03-04 04:39:03.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:03.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.248.0/tcp/47586/p2p/16Uiu2HAmQGfzweckwzedpeGogpGjP2D2BhstPdPr1CaoKDv2HrcJ"]'
|
||||
2026-03-04 04:39:03.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:03.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20544/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:39:03.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:03.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47585/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:39:03.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:03.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:39:03.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:03.862 DEBUG [tests.light_push.test_publish] Running test with timestamp Now
|
||||
2026-03-04 04:39:03.863 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:03.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598699967002624}}'
|
||||
2026-03-04 04:39:03.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:03.880 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:03.980 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:03.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:03.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598699967002624,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:03.985 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:03.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:03.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598699967002624,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:03.989 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:03.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:03.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598699967002624,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:03.993 DEBUG [tests.light_push.test_publish] Running test with timestamp Far future
|
||||
2026-03-04 04:39:03.993 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:03.993 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 2087958699966987008}}'
|
||||
2026-03-04 04:39:04.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:04.008 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:04.109 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":2087958699966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.113 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":2087958699966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.117 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":2087958699966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.121 DEBUG [tests.light_push.test_publish] Running test with timestamp Recent past
|
||||
2026-03-04 04:39:04.121 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:04.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772595099966987008}}'
|
||||
2026-03-04 04:39:04.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:04.135 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:04.235 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772595099966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.240 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772595099966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.243 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772595099966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.247 DEBUG [tests.light_push.test_publish] Running test with timestamp Near future
|
||||
2026-03-04 04:39:04.247 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:04.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772602299966987008}}'
|
||||
2026-03-04 04:39:04.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:04.263 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:04.365 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772602299966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.370 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772602299966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.373 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772602299966987008,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.377 DEBUG [tests.light_push.test_publish] Running test with timestamp Positive number
|
||||
2026-03-04 04:39:04.377 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:04.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1}}'
|
||||
2026-03-04 04:39:04.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:04.392 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:04.494 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.499 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.502 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.507 DEBUG [tests.light_push.test_publish] Running test with timestamp Negative number
|
||||
2026-03-04 04:39:04.507 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:04.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": -1}}'
|
||||
2026-03-04 04:39:04.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:04.524 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:04.625 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":-1,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.629 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":-1,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.633 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":-1,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.657 DEBUG [tests.light_push.test_publish] Running test with timestamp DST change
|
||||
2026-03-04 04:39:04.657 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:39:04.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13208/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1583632800000000000}}'
|
||||
2026-03-04 04:39:04.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:39:04.672 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:39:04.775 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20544/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.779 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47585/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.783 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:39:04.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13208/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:39:04.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:39:04.789 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:39:04.790 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:39:04.790 DEBUG [src.node.waku_node] Stopping container with id 391e70652826
|
||||
2026-03-04 04:39:05.400 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:39:05.401 DEBUG [src.node.waku_node] Stopping container with id b258a6de641e
|
||||
2026-03-04 04:39:05.969 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:39:05.969 DEBUG [src.node.waku_node] Stopping container with id 9f7511ffd9d6
|
||||
2026-03-04 04:39:06.213 ERROR [src.node.docker_mananger] Max retries reached for container 391e70652826. Exiting log stream.
|
||||
2026-03-04 04:39:06.522 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:39:06.523 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:39:06.537 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:39:06.547 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:39:06.561 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
142
nim/1103/data/attachments/21d600ac7279578.txt
Normal file
142
nim/1103/data/attachments/21d600ac7279578.txt
Normal file
@ -0,0 +1,142 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_messages_with_timestamps_close_to_now with id: 2026-03-04_04-36-42__d47dfad6-3ee3-42b9-a53d-d0d03fd0acf1
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-36-42__d47dfad6-3ee3-42b9-a53d-d0d03fd0acf1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.235.193
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36379', '36380', '36381', '36382', '36383']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36379:36379 -p 36380:36380 -p 36381:36381 -p 36382:36382 -p 36383:36383 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36381 --rest-port=36379 --tcp-port=36380 --discv5-udp-port=36382 --rest-address=0.0.0.0 --nat=extip:172.18.235.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c19bcfd8ed030336ce4cd2b17254fedd1d3ff8aab689114c5f24fe40cd5696b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36383 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.235.193 waku 863a4d816f51b65b6dd752f3a1cd614564e39922fa05a421a7664bfc864e9602
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 890ac7f727f2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 863a4d816f51. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-36-42__d47dfad6-3ee3-42b9-a53d-d0d03fd0acf1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36379
|
||||
[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 5b3c3c354057. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36379/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36379/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.193/tcp/36380/p2p/16Uiu2HAmM3UxXr6f5NjKw5j252dG5erhYhjss5pUvjNEgudo7u1U","/ip4/172.18.235.193/tcp/36381/ws/p2p/16Uiu2HAmM3UxXr6f5NjKw5j252dG5erhYhjss5pUvjNEgudo7u1U"],"enrUri":"enr:-L24QE2263tf1iTP6-XEPXdXpV0sNjZmsRnc7_s9GSwVGTCve1vV10JLVt8QmAHhBISN2AZq1KoolGbG2hH-KL-iE18CgmlkgnY0gmlwhKwS68GKbXVsdGlhZGRyc5YACASsEuvBBo4cAAoErBLrwQaOHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfKCetg4_q04uiLBCvJgtYvqAcd20EL5L81hpmmm8WTuDdGNwgo4cg3VkcIKOHoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-36-42__d47dfad6-3ee3-42b9-a53d-d0d03fd0acf1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.90
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17418', '17419', '17420', '17421', '17422']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17418:17418 -p 17419:17419 -p 17420:17420 -p 17421:17421 -p 17422:17422 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17420 --rest-port=17418 --tcp-port=17419 --discv5-udp-port=17421 --rest-address=0.0.0.0 --nat=extip:172.18.139.90 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=57603f608b49db7ffd93dcafaab0c1fadaed4b1f9d1d4f56e68cbba032fccdea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17422 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QE2263tf1iTP6-XEPXdXpV0sNjZmsRnc7_s9GSwVGTCve1vV10JLVt8QmAHhBISN2AZq1KoolGbG2hH-KL-iE18CgmlkgnY0gmlwhKwS68GKbXVsdGlhZGRyc5YACASsEuvBBo4cAAoErBLrwQaOHd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfKCetg4_q04uiLBCvJgtYvqAcd20EL5L81hpmmm8WTuDdGNwgo4cg3VkcIKOHoV3YWt1MgM --storenode=/ip4/172.18.235.193/tcp/36380/p2p/16Uiu2HAmM3UxXr6f5NjKw5j252dG5erhYhjss5pUvjNEgudo7u1U --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.90 waku 6652bd7e51106ebd42636a9b6c32607273460478ee6779e1ea325b863b268aed
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6652bd7e5110. Setting up logs at ./log/docker/store_node1_2026-03-04_04-36-42__d47dfad6-3ee3-42b9-a53d-d0d03fd0acf1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17418
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17418/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17418/debug/v1/info" -H "Content-Type: application/json" -d '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.90/tcp/17419/p2p/16Uiu2HAmBT3z4kMAy7XSaXXPTVBHnzCjy1HTHDy85bJuP6bXWco4","/ip4/172.18.139.90/tcp/17420/ws/p2p/16Uiu2HAmBT3z4kMAy7XSaXXPTVBHnzCjy1HTHDy85bJuP6bXWco4"],"enrUri":"enr:-L24QLvteZYI1oyDVvgBsZZMiCQJl0gn5ELCUL6cRz0nr6KmdrS03xCHCw710eRby9p-LvxTTYnU01yQ84C7tMUbuKgCgmlkgnY0gmlwhKwSi1qKbXVsdGlhZGRyc5YACASsEotaBkQLAAoErBKLWgZEDN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7hVz0TK0e32OIz0-JCPtNzDULj305l253J5miTedoEODdGNwgkQLg3VkcIJEDYV3YWt1MgM"}'
|
||||
[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:17418/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.235.193/tcp/36380/p2p/16Uiu2HAmM3UxXr6f5NjKw5j252dG5erhYhjss5pUvjNEgudo7u1U"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/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:17418/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 3 sec Past
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:36379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"}]}'
|
||||
[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:17418/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 1 sec Past
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:36379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"}]}'
|
||||
[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:17418/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 0.1 sec Past
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:36379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 3
|
||||
[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:17418/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 3
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 0.1 sec Future
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:36379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"},{"messageHash":"0xb753da1e2483dfb06727cffc09a898ffa5a0a82eb293ea1d5ce04723b82e67e8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 4
|
||||
[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:17418/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"},{"messageHash":"0xb753da1e2483dfb06727cffc09a898ffa5a0a82eb293ea1d5ce04723b82e67e8"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 4
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 2 sec Future
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:36379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"},{"messageHash":"0xb753da1e2483dfb06727cffc09a898ffa5a0a82eb293ea1d5ce04723b82e67e8"},{"messageHash":"0xc606d5d8f15cd7e88abc0bebeffc5e1ee290a5033cbfb2e164510f4d076f27c6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 5
|
||||
[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:17418/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"},{"messageHash":"0xb753da1e2483dfb06727cffc09a898ffa5a0a82eb293ea1d5ce04723b82e67e8"},{"messageHash":"0xc606d5d8f15cd7e88abc0bebeffc5e1ee290a5033cbfb2e164510f4d076f27c6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 5
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:17 Running test with payload 10 sec Future
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. 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:36379/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"},{"messageHash":"0xb753da1e2483dfb06727cffc09a898ffa5a0a82eb293ea1d5ce04723b82e67e8"},{"messageHash":"0xc606d5d8f15cd7e88abc0bebeffc5e1ee290a5033cbfb2e164510f4d076f27c6"},{"messageHash":"0x3927b20d4ebe953f2b134b6d03f069cb4705344d1a1b851a81d3826372211d66"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 6
|
||||
[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:17418/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xbacc1df3d0f9ef9ceca362c1fb737985d9e923a58915f0447697c56041587bae"},{"messageHash":"0xd6d6c4acfd1b6079fa554822e1d5e702bcebd3f480e51d9acbba908caaeca1d7"},{"messageHash":"0x41a1b86b3cf287b3027fb593c8ae5a9c9f5c47c5e84f854f422445414e67a119"},{"messageHash":"0xb753da1e2483dfb06727cffc09a898ffa5a0a82eb293ea1d5ce04723b82e67e8"},{"messageHash":"0xc606d5d8f15cd7e88abc0bebeffc5e1ee290a5033cbfb2e164510f4d076f27c6"},{"messageHash":"0x3927b20d4ebe953f2b134b6d03f069cb4705344d1a1b851a81d3826372211d66"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 6
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 863a4d816f51
|
||||
[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 6652bd7e5110
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
82
nim/1103/data/attachments/21ff453573d3b5d8.txt
Normal file
82
nim/1103/data/attachments/21ff453573d3b5d8.txt
Normal file
@ -0,0 +1,82 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_unsubscribe_from_non_subscribed_pubsub_topics with id: 2026-03-04_04-32-57__ff41a5ed-3337-439f-8188-7b0d2ab927ec
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-57__ff41a5ed-3337-439f-8188-7b0d2ab927ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.119.214
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5400', '5401', '5402', '5403', '5404']
|
||||
[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 5400:5400 -p 5401:5401 -p 5402:5402 -p 5403:5403 -p 5404:5404 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5402 --rest-port=5400 --tcp-port=5401 --discv5-udp-port=5403 --rest-address=0.0.0.0 --nat=extip:172.18.119.214 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d76e92da13fba2b5064c24a0aed3f4cd0781f57fbcdaa0cacf7cbbc50b3d9a50 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5404 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.119.214 waku 641849f9b568c8897fd1ee0ad744405b5a926f3abc85b7f46b766f92eefc4e45
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 70d6de8d4415. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 641849f9b568. Setting up logs at ./log/docker/node1_2026-03-04_04-32-57__ff41a5ed-3337-439f-8188-7b0d2ab927ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5400
|
||||
[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 020fe529ebf9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5400/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5400/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.119.214/tcp/5401/p2p/16Uiu2HAmTngpgXmA6ZNz68t2h6P6cjJwuUA1VZWg72QaP1drzGrK","/ip4/172.18.119.214/tcp/5402/ws/p2p/16Uiu2HAmTngpgXmA6ZNz68t2h6P6cjJwuUA1VZWg72QaP1drzGrK"],"enrUri":"enr:-L24QN-Qfr7FK1vvfXvq9DNtQzCTWfpQ6pDr2gqLHsbWy9JXIVIyJcSKMtwKR0YNTgBXXjzwtQPLSD-k-nlEJx0GWzoCgmlkgnY0gmlwhKwSd9aKbXVsdGlhZGRyc5YACASsEnfWBhUZAAoErBJ31gYVGt0DgnJzhQACAQAAiXNlY3AyNTZrMaED4NghuDAllEvMmgnsnLVI1bM5MO0qoBcqe9n530Ycr8CDdGNwghUZg3VkcIIVG4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-57__ff41a5ed-3337-439f-8188-7b0d2ab927ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.151.31
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15544', '15545', '15546', '15547', '15548']
|
||||
[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 15544:15544 -p 15545:15545 -p 15546:15546 -p 15547:15547 -p 15548:15548 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15546 --rest-port=15544 --tcp-port=15545 --discv5-udp-port=15547 --rest-address=0.0.0.0 --nat=extip:172.18.151.31 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=35e5fb1d4134f88e862b69131558bc2b06d98fb0079432b74cd759bafacacbbb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15548 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN-Qfr7FK1vvfXvq9DNtQzCTWfpQ6pDr2gqLHsbWy9JXIVIyJcSKMtwKR0YNTgBXXjzwtQPLSD-k-nlEJx0GWzoCgmlkgnY0gmlwhKwSd9aKbXVsdGlhZGRyc5YACASsEnfWBhUZAAoErBJ31gYVGt0DgnJzhQACAQAAiXNlY3AyNTZrMaED4NghuDAllEvMmgnsnLVI1bM5MO0qoBcqe9n530Ycr8CDdGNwghUZg3VkcIIVG4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.31 waku 2f4c58229084eb3f32642783e7b0970defea03a8a90d0e6dd59f407d6303d1ce
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2f4c58229084. Setting up logs at ./log/docker/node2_2026-03-04_04-32-57__ff41a5ed-3337-439f-8188-7b0d2ab927ec__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15544
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15544/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15544/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.31/tcp/15545/p2p/16Uiu2HAmCKCcAxJDA6bg28zdhVDjDj1qgitvHn3BVABGxAcyYDKV","/ip4/172.18.151.31/tcp/15546/ws/p2p/16Uiu2HAmCKCcAxJDA6bg28zdhVDjDj1qgitvHn3BVABGxAcyYDKV"],"enrUri":"enr:-L24QBFDlLEWy2Nts6WXVPOvXULXubjdvgZ7lzMJ18wFnzb5HBWeyuyCfiQ0DpnRZp5MKOb6sAusFu1ls5J0zBRHBDoCgmlkgnY0gmlwhKwSlx-KbXVsdGlhZGRyc5YACASsEpcfBjy5AAoErBKXHwY8ut0DgnJzhQACAQAAiXNlY3AyNTZrMaEC-u4-DaCgAPdXAs0RgcrehRjH71oMwo5mHL5JKTRWjdiDdGNwgjy5g3VkcII8u4V3YWt1MgE"}'
|
||||
[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:15544/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.119.214/tcp/5401/p2p/16Uiu2HAmTngpgXmA6ZNz68t2h6P6cjJwuUA1VZWg72QaP1drzGrK"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py: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:5400/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 DELETE "http://127.0.0.1:15544/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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:5400/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)'}'
|
||||
[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:5400/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 641849f9b568
|
||||
[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 2f4c58229084
|
||||
[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.
|
||||
224
nim/1103/data/attachments/2210cb0403728253.txt
Normal file
224
nim/1103/data/attachments/2210cb0403728253.txt
Normal file
@ -0,0 +1,224 @@
|
||||
2026-03-04 04:38:27.128 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:38:27.129 DEBUG [tests.conftest] Running test: test_check_sync_when_all_3_nodes_publish with id: 2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52
|
||||
2026-03-04 04:38:27.129 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:38:27.139 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:38:27.139 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:27.148 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:38:27.148 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:27.156 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:38:27.156 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:27.156 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:38:27.157 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:38:27.157 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:38:27.159 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:38:27.159 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.234
|
||||
2026-03-04 04:38:27.159 DEBUG [src.node.docker_mananger] Generated ports ['59471', '59472', '59473', '59474', '59475']
|
||||
2026-03-04 04:38:27.159 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:38:27.160 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:38:27.160 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:38:27.160 DEBUG [src.node.docker_mananger] docker run -i -t -p 59471:59471 -p 59472:59472 -p 59473:59473 -p 59474:59474 -p 59475:59475 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59473 --rest-port=59471 --tcp-port=59472 --discv5-udp-port=59474 --rest-address=0.0.0.0 --nat=extip:172.18.153.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1271d49fa1c712e8d87cb9d2c53b0f15ed7637cdbeddfec42eeaa0fef3fe873 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59475 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:38:27.365 ERROR [src.node.docker_mananger] Max retries reached for container 0506eecf311f. Exiting log stream.
|
||||
2026-03-04 04:38:27.377 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.234 waku de72c8ed6e3ffbf96b7353ce73abb61641506060a2d2a18f8ceffcefc5dcac0d
|
||||
2026-03-04 04:38:27.414 DEBUG [src.node.docker_mananger] Container started with ID de72c8ed6e3f. Setting up logs at ./log/docker/node1_2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:27.415 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59471
|
||||
2026-03-04 04:38:27.417 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:38:27.965 ERROR [src.node.docker_mananger] Max retries reached for container f716a98bc61e. Exiting log stream.
|
||||
2026-03-04 04:38:28.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59471/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:28.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:38:28.420 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:38:28.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59471/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:28.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.153.234/tcp/59472/p2p/16Uiu2HAkzgAQJa9ftDuR4AQtmPWCoA7yJhW2We2ACVNeEhkc8irZ","/ip4/172.18.153.234/tcp/59473/ws/p2p/16Uiu2HAkzgAQJa9ftDuR4AQtmPWCoA7yJhW2We2ACVNeEhkc8irZ"],"enrUri":"enr:-L24QBTeIbrgKnWQ-atypMDSUgpdeLtmrwtXKlF97dQufIoTDsKfBY6aocRytlOdzeEIi8dPw-OHuJE8sHR8FkrHpooCgmlkgnY0gmlwhKwSmeqKbXVsdGlhZGRyc5YACASsEpnqBuhQAAoErBKZ6gboUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTgC0F4910jywk-rfnjOSiusRG5-oawCQ0Rr-bWvfKaaDdGNwguhQg3VkcILoUoV3YWt1MhM"}'
|
||||
2026-03-04 04:38:28.423 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:38:28.423 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:38:28.423 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:38:28.425 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:38:28.425 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.114
|
||||
2026-03-04 04:38:28.425 DEBUG [src.node.docker_mananger] Generated ports ['12405', '12406', '12407', '12408', '12409']
|
||||
2026-03-04 04:38:28.425 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:38:28.426 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:38:28.426 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:38:28.426 DEBUG [src.node.docker_mananger] docker run -i -t -p 12405:12405 -p 12406:12406 -p 12407:12407 -p 12408:12408 -p 12409:12409 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12407 --rest-port=12405 --tcp-port=12406 --discv5-udp-port=12408 --rest-address=0.0.0.0 --nat=extip:172.18.5.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1747fa4c9adbee24c210bcb3b3c17aa2a4d29cb21c51673d306e97cd40faff0f --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12409 --metrics-logging=true --relay=true --storenode=/ip4/172.18.153.234/tcp/59472/p2p/16Uiu2HAkzgAQJa9ftDuR4AQtmPWCoA7yJhW2We2ACVNeEhkc8irZ --discv5-bootstrap-node=enr:-L24QBTeIbrgKnWQ-atypMDSUgpdeLtmrwtXKlF97dQufIoTDsKfBY6aocRytlOdzeEIi8dPw-OHuJE8sHR8FkrHpooCgmlkgnY0gmlwhKwSmeqKbXVsdGlhZGRyc5YACASsEpnqBuhQAAoErBKZ6gboUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTgC0F4910jywk-rfnjOSiusRG5-oawCQ0Rr-bWvfKaaDdGNwguhQg3VkcILoUoV3YWt1MhM
|
||||
2026-03-04 04:38:28.628 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.114 waku eb217f77077de6cad2c2e67c5a0f0913d5990fe662af29d99f8baa9af463f355
|
||||
2026-03-04 04:38:28.662 DEBUG [src.node.docker_mananger] Container started with ID eb217f77077d. Setting up logs at ./log/docker/node2_2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:28.663 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12405
|
||||
2026-03-04 04:38:28.664 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:38:29.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12405/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:29.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:38:29.667 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:38:29.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12405/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:29.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.114/tcp/12406/p2p/16Uiu2HAmD6L95L5236ACHRRnw97CmQhn8baDVfmQHB7so8vENWow","/ip4/172.18.5.114/tcp/12407/ws/p2p/16Uiu2HAmD6L95L5236ACHRRnw97CmQhn8baDVfmQHB7so8vENWow"],"enrUri":"enr:-L24QE6VdR2V9osbbWdHsqyfFkudz5tJ1twMwolXRMZw3O17OCCbW_DFjssg5ktzA_atbk5cTx7FF0Ok_fuZ6bKx94ICgmlkgnY0gmlwhKwSBXKKbXVsdGlhZGRyc5YACASsEgVyBjB2AAoErBIFcgYwd90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBn3lbA79VrIVcK4U6qmTllnOS-r4yZXJYDC_uFdZRa6DdGNwgjB2g3VkcIIweIV3YWt1MhM"}'
|
||||
2026-03-04 04:38:29.670 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:38:29.670 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:38:29.670 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:38:29.672 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:38:29.672 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.160.186
|
||||
2026-03-04 04:38:29.672 DEBUG [src.node.docker_mananger] Generated ports ['56100', '56101', '56102', '56103', '56104']
|
||||
2026-03-04 04:38:29.672 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:38:29.672 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:38:29.673 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:38:29.673 DEBUG [src.node.docker_mananger] docker run -i -t -p 56100:56100 -p 56101:56101 -p 56102:56102 -p 56103:56103 -p 56104:56104 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56102 --rest-port=56100 --tcp-port=56101 --discv5-udp-port=56103 --rest-address=0.0.0.0 --nat=extip:172.18.160.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a2a3ddfa9fdf4e7c45254ff1be6c61e35ba94ab0a2e3d01bb9d7dcb3af79cf8d --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56104 --metrics-logging=true --relay=true --storenode=/ip4/172.18.5.114/tcp/12406/p2p/16Uiu2HAmD6L95L5236ACHRRnw97CmQhn8baDVfmQHB7so8vENWow --discv5-bootstrap-node=enr:-L24QE6VdR2V9osbbWdHsqyfFkudz5tJ1twMwolXRMZw3O17OCCbW_DFjssg5ktzA_atbk5cTx7FF0Ok_fuZ6bKx94ICgmlkgnY0gmlwhKwSBXKKbXVsdGlhZGRyc5YACASsEgVyBjB2AAoErBIFcgYwd90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBn3lbA79VrIVcK4U6qmTllnOS-r4yZXJYDC_uFdZRa6DdGNwgjB2g3VkcIIweIV3YWt1MhM
|
||||
2026-03-04 04:38:29.885 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.160.186 waku 764ea3904808414e74fd9389b34d30d909cbc13b25d72dbe55f2f23f28d7e0ce
|
||||
2026-03-04 04:38:29.920 DEBUG [src.node.docker_mananger] Container started with ID 764ea3904808. Setting up logs at ./log/docker/node3_2026-03-04_04-38-27__3bc88e97-516f-4880-a9b4-23503f4b6e52__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:38:29.920 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56100
|
||||
2026-03-04 04:38:29.921 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:38:30.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:30.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:38:30.933 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:38:30.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56100/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:30.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.160.186/tcp/56101/p2p/16Uiu2HAkx8dcEBoaMaPZ1LuwgXsjnq6gm5nzePWKoHvsUbRUMMX1","/ip4/172.18.160.186/tcp/56102/ws/p2p/16Uiu2HAkx8dcEBoaMaPZ1LuwgXsjnq6gm5nzePWKoHvsUbRUMMX1"],"enrUri":"enr:-L24QOU3GsLcJw5ivP5eiIS1iIbUnNQjQcfvtAnzeWCuyB44evqvrhr9pQ-Sc7g7pewOGQg0gUAVs2bD9PhYeSvcW2ACgmlkgnY0gmlwhKwSoLqKbXVsdGlhZGRyc5YACASsEqC6BtslAAoErBKgugbbJt0DgnJzhQADAQAAiXNlY3AyNTZrMaECKDWBVQL-ccraKVPdpv7aXeXdMxQ6e12ywr1OP_ZeVGyDdGNwgtslg3VkcILbJ4V3YWt1MgE"}'
|
||||
2026-03-04 04:38:30.958 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:38:30.959 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.234/tcp/59472/p2p/16Uiu2HAkzgAQJa9ftDuR4AQtmPWCoA7yJhW2We2ACVNeEhkc8irZ"]'
|
||||
2026-03-04 04:38:30.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:30.966 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.5.114/tcp/12406/p2p/16Uiu2HAmD6L95L5236ACHRRnw97CmQhn8baDVfmQHB7so8vENWow"]'
|
||||
2026-03-04 04:38:30.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:30.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:38:30.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:30.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:38:30.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:30.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:38:30.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:30.977 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:30.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:30.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:30.983 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:30.994 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:30.994 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.001 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.013 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.020 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.030 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.036 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.047 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.055 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.066 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.072 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.084 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.090 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.100 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.107 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.118 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.118 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.124 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.136 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59471/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.143 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.154 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.162 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.173 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.180 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.191 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.199 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.210 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.217 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.229 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.236 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.248 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.255 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.266 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.274 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.284 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.293 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.304 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.311 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.322 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12405/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.329 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.341 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.347 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.359 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.364 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.375 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.392 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.398 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.409 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.414 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.425 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.430 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.440 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.445 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.455 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.462 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.472 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.478 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.490 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:38:31.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:38:31.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:38:31.495 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-03-04 04:38:31.506 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:38:31.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59471/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:31.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfedf9cdcd5ba096fbc32edfb259d040092d1e3fc92257c63c3731988a74882d8"},{"messageHash":"0xa579e288cead6944a8eb4fed3a865d2410905e6fcc47ae8b7bc99dae65376116"},{"messageHash":"0x4cba6bed9180c0be05e943886ab76d5105c7e38c5089ca57bae77a955f29fd48"},{"messageHash":"0x9e2fdfaa35227952b5ae2e312679fdb3b3da85b9867d05c5c9492bd31b8eb22c"},{"messageHash":"0x873ed920a76d195213b8ccb8700dd819aa59b9b48b8c61f3257aba601ef7b5d3"},{"messageHash":"0xcec382efa5237662f81a3c9384ad2cc31f7b918110f978a68f82bef1736aeb0f"},{"messageHash":"0x68cdd187e5c54f782ae0bde99dab0da53cd006dcb1f8a8e685c4e4515e3c78e1"},{"messageHash":"0xdf3413956b96257be3eb9b0640060a4aa5eebdbe19ec3d01ae7a327e9c244f0f"},{"messageHash":"0xed59f3d37076c0fd7f6fa36c685eac8b8dd7731dc18dce1300f4798033cda95e"},{"messageHash":"0xef7f9d2e04454e21b6ef89076f363b8984ac9dadad4adca0ebe64651bc59a60b"},{"messageHash":"0xd9f71e65b8697411a9073d61f3a99f794f2213492a16eaa0f674fe1e7ca1548b"},{"messageHash":"0x70f583a2c776088d4a8141cb40b31c6dd7da69dc70249561e05ba9d92a347ef1"},{"messageHash":"0x1feeb7fed26aeae3422ecf93c8c2a1bf9400566d50df4b0e345fb5d9703c6047"},{"messageHash":"0xfa2dcc30b3b9b3c75f533c53b3f31dc675ab008785ac2ea5bc999eb9d552fe6e"},{"messageHash":"0x19288304b96138123f649a4b2aba78ea56e23f9a632506821b4f8e83e99388b0"},{"messageHash":"0x6069cc69917937244bb98435cf4d027c722d0c9f21daff6324825d455b943a97"},{"messageHash":"0x2b609987758ad332b1af754711d38bc539e24e10114a7366a93b48815b5c7ca7"},{"messageHash":"0xe7306c80e465d79a7b28820043ff9775bd7fbaa861747d8a4072015ebbf3215d"},{"messageHash":"0xa27a78e7a3cb7e1ddc4a37d05a1b39c54387a25ab94be429ce7196d166e8e05c"},{"messageHash":"0x328dfc475099dc04212e4db45f0a356cc91d3130cc89c15e4773f2a2beff7f5d"},{"messageHash":"0x1b9c9513f5b3a69f7bfc4362aadfccc9d8f2461ff80059dbc7173303d0c5a3b0"},{"messageHash":"0x15abd0ba7a5a8d743c733e8f3409b8be5a7bafd1f23411b77d5666d3c68e7ed8"},{"messageHash":"0xf31b12c9e76c1d31f85b77aaca325564885382589c544dff7b009a13dc55ba5b"},{"messageHash":"0xb91c6c293de1f159257655f8dd48c7681d1ae96c3a5cb5ae87b0aca1bffd5dd7"},{"messageHash":"0x1fe35091dc56a0e44af54351c62a4f66ee2f07c8a4ce7661ae8d91b88cf5459b"},{"messageHash":"0xf924cefc3ca57e8ccb843703beb287bffcbe1332b0baef69da96bb79e42062d6"},{"messageHash":"0x7edd11d19ef7ab979d5b7b711d9647db26c42bd8c931dda236bd23f0aa7719fc"},{"messageHash":"0xc7fa4a615f00ebb1d11cbfd34a8cb49851bec030be70f7cdeced45f01046672c"},{"messageHash":"0x412205f629b64eebd545d5005c6d4f19eb71b45defe95b37ca3f27545d6fd585"},{"messageHash":"0x4bc8ca9105e021a8484ee08069f6e112197e4911d4d527a704bee6e42b332f19"}]}'
|
||||
2026-03-04 04:38:31.510 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-04 04:38:31.513 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:38:31.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12405/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:31.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfedf9cdcd5ba096fbc32edfb259d040092d1e3fc92257c63c3731988a74882d8"},{"messageHash":"0xa579e288cead6944a8eb4fed3a865d2410905e6fcc47ae8b7bc99dae65376116"},{"messageHash":"0x4cba6bed9180c0be05e943886ab76d5105c7e38c5089ca57bae77a955f29fd48"},{"messageHash":"0x9e2fdfaa35227952b5ae2e312679fdb3b3da85b9867d05c5c9492bd31b8eb22c"},{"messageHash":"0x873ed920a76d195213b8ccb8700dd819aa59b9b48b8c61f3257aba601ef7b5d3"},{"messageHash":"0xcec382efa5237662f81a3c9384ad2cc31f7b918110f978a68f82bef1736aeb0f"},{"messageHash":"0x68cdd187e5c54f782ae0bde99dab0da53cd006dcb1f8a8e685c4e4515e3c78e1"},{"messageHash":"0xdf3413956b96257be3eb9b0640060a4aa5eebdbe19ec3d01ae7a327e9c244f0f"},{"messageHash":"0xed59f3d37076c0fd7f6fa36c685eac8b8dd7731dc18dce1300f4798033cda95e"},{"messageHash":"0xef7f9d2e04454e21b6ef89076f363b8984ac9dadad4adca0ebe64651bc59a60b"},{"messageHash":"0xd9f71e65b8697411a9073d61f3a99f794f2213492a16eaa0f674fe1e7ca1548b"},{"messageHash":"0x70f583a2c776088d4a8141cb40b31c6dd7da69dc70249561e05ba9d92a347ef1"},{"messageHash":"0x1feeb7fed26aeae3422ecf93c8c2a1bf9400566d50df4b0e345fb5d9703c6047"},{"messageHash":"0xfa2dcc30b3b9b3c75f533c53b3f31dc675ab008785ac2ea5bc999eb9d552fe6e"},{"messageHash":"0x19288304b96138123f649a4b2aba78ea56e23f9a632506821b4f8e83e99388b0"},{"messageHash":"0x6069cc69917937244bb98435cf4d027c722d0c9f21daff6324825d455b943a97"},{"messageHash":"0x2b609987758ad332b1af754711d38bc539e24e10114a7366a93b48815b5c7ca7"},{"messageHash":"0xe7306c80e465d79a7b28820043ff9775bd7fbaa861747d8a4072015ebbf3215d"},{"messageHash":"0xa27a78e7a3cb7e1ddc4a37d05a1b39c54387a25ab94be429ce7196d166e8e05c"},{"messageHash":"0x328dfc475099dc04212e4db45f0a356cc91d3130cc89c15e4773f2a2beff7f5d"},{"messageHash":"0x1b9c9513f5b3a69f7bfc4362aadfccc9d8f2461ff80059dbc7173303d0c5a3b0"},{"messageHash":"0x15abd0ba7a5a8d743c733e8f3409b8be5a7bafd1f23411b77d5666d3c68e7ed8"},{"messageHash":"0xf31b12c9e76c1d31f85b77aaca325564885382589c544dff7b009a13dc55ba5b"},{"messageHash":"0xb91c6c293de1f159257655f8dd48c7681d1ae96c3a5cb5ae87b0aca1bffd5dd7"},{"messageHash":"0x1fe35091dc56a0e44af54351c62a4f66ee2f07c8a4ce7661ae8d91b88cf5459b"},{"messageHash":"0xf924cefc3ca57e8ccb843703beb287bffcbe1332b0baef69da96bb79e42062d6"},{"messageHash":"0x7edd11d19ef7ab979d5b7b711d9647db26c42bd8c931dda236bd23f0aa7719fc"},{"messageHash":"0xc7fa4a615f00ebb1d11cbfd34a8cb49851bec030be70f7cdeced45f01046672c"},{"messageHash":"0x412205f629b64eebd545d5005c6d4f19eb71b45defe95b37ca3f27545d6fd585"},{"messageHash":"0x4bc8ca9105e021a8484ee08069f6e112197e4911d4d527a704bee6e42b332f19"}]}'
|
||||
2026-03-04 04:38:31.517 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-04 04:38:31.520 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:38:31.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56100/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:38:31.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8c78af5998cfcfae4bc2","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfedf9cdcd5ba096fbc32edfb259d040092d1e3fc92257c63c3731988a74882d8"},{"messageHash":"0xa579e288cead6944a8eb4fed3a865d2410905e6fcc47ae8b7bc99dae65376116"},{"messageHash":"0x4cba6bed9180c0be05e943886ab76d5105c7e38c5089ca57bae77a955f29fd48"},{"messageHash":"0x9e2fdfaa35227952b5ae2e312679fdb3b3da85b9867d05c5c9492bd31b8eb22c"},{"messageHash":"0x873ed920a76d195213b8ccb8700dd819aa59b9b48b8c61f3257aba601ef7b5d3"},{"messageHash":"0xcec382efa5237662f81a3c9384ad2cc31f7b918110f978a68f82bef1736aeb0f"},{"messageHash":"0x68cdd187e5c54f782ae0bde99dab0da53cd006dcb1f8a8e685c4e4515e3c78e1"},{"messageHash":"0xdf3413956b96257be3eb9b0640060a4aa5eebdbe19ec3d01ae7a327e9c244f0f"},{"messageHash":"0xed59f3d37076c0fd7f6fa36c685eac8b8dd7731dc18dce1300f4798033cda95e"},{"messageHash":"0xef7f9d2e04454e21b6ef89076f363b8984ac9dadad4adca0ebe64651bc59a60b"},{"messageHash":"0xd9f71e65b8697411a9073d61f3a99f794f2213492a16eaa0f674fe1e7ca1548b"},{"messageHash":"0x70f583a2c776088d4a8141cb40b31c6dd7da69dc70249561e05ba9d92a347ef1"},{"messageHash":"0x1feeb7fed26aeae3422ecf93c8c2a1bf9400566d50df4b0e345fb5d9703c6047"},{"messageHash":"0xfa2dcc30b3b9b3c75f533c53b3f31dc675ab008785ac2ea5bc999eb9d552fe6e"},{"messageHash":"0x19288304b96138123f649a4b2aba78ea56e23f9a632506821b4f8e83e99388b0"},{"messageHash":"0x6069cc69917937244bb98435cf4d027c722d0c9f21daff6324825d455b943a97"},{"messageHash":"0x2b609987758ad332b1af754711d38bc539e24e10114a7366a93b48815b5c7ca7"},{"messageHash":"0xe7306c80e465d79a7b28820043ff9775bd7fbaa861747d8a4072015ebbf3215d"},{"messageHash":"0xa27a78e7a3cb7e1ddc4a37d05a1b39c54387a25ab94be429ce7196d166e8e05c"},{"messageHash":"0x328dfc475099dc04212e4db45f0a356cc91d3130cc89c15e4773f2a2beff7f5d"},{"messageHash":"0x1b9c9513f5b3a69f7bfc4362aadfccc9d8f2461ff80059dbc7173303d0c5a3b0"},{"messageHash":"0x15abd0ba7a5a8d743c733e8f3409b8be5a7bafd1f23411b77d5666d3c68e7ed8"},{"messageHash":"0xf31b12c9e76c1d31f85b77aaca325564885382589c544dff7b009a13dc55ba5b"},{"messageHash":"0xb91c6c293de1f159257655f8dd48c7681d1ae96c3a5cb5ae87b0aca1bffd5dd7"},{"messageHash":"0x1fe35091dc56a0e44af54351c62a4f66ee2f07c8a4ce7661ae8d91b88cf5459b"},{"messageHash":"0xf924cefc3ca57e8ccb843703beb287bffcbe1332b0baef69da96bb79e42062d6"},{"messageHash":"0x7edd11d19ef7ab979d5b7b711d9647db26c42bd8c931dda236bd23f0aa7719fc"},{"messageHash":"0xc7fa4a615f00ebb1d11cbfd34a8cb49851bec030be70f7cdeced45f01046672c"},{"messageHash":"0x412205f629b64eebd545d5005c6d4f19eb71b45defe95b37ca3f27545d6fd585"},{"messageHash":"0x4bc8ca9105e021a8484ee08069f6e112197e4911d4d527a704bee6e42b332f19"}]}'
|
||||
2026-03-04 04:38:31.530 DEBUG [src.steps.store] messages length is 30
|
||||
2026-03-04 04:38:31.535 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:38:31.536 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:38:31.537 DEBUG [src.node.waku_node] Stopping container with id de72c8ed6e3f
|
||||
2026-03-04 04:38:32.104 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:38:32.107 DEBUG [src.node.waku_node] Stopping container with id eb217f77077d
|
||||
2026-03-04 04:38:32.654 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:38:32.655 DEBUG [src.node.waku_node] Stopping container with id 764ea3904808
|
||||
2026-03-04 04:38:32.919 ERROR [src.node.docker_mananger] Max retries reached for container de72c8ed6e3f. Exiting log stream.
|
||||
2026-03-04 04:38:33.202 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:38:33.204 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:38:33.218 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:38:33.235 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:38:33.245 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
100
nim/1103/data/attachments/2280fc018e379827.txt
Normal file
100
nim/1103/data/attachments/2280fc018e379827.txt
Normal file
@ -0,0 +1,100 @@
|
||||
2026-03-04 04:34:26.990 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:26.990 DEBUG [tests.conftest] Running test: test_store_with_wrong_encoding_pubsubtopic with id: 2026-03-04_04-34-26__172ebe3c-3039-4718-8bbf-6b02997570a7
|
||||
2026-03-04 04:34:26.991 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:26.991 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:34:26.991 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:34:26.998 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:26.998 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-34-26__172ebe3c-3039-4718-8bbf-6b02997570a7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:26.999 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:26.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:27.000 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:27.000 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.158
|
||||
2026-03-04 04:34:27.000 DEBUG [src.node.docker_mananger] Generated ports ['28255', '28256', '28257', '28258', '28259']
|
||||
2026-03-04 04:34:27.000 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:27.001 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:27.001 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:27.001 DEBUG [src.node.docker_mananger] docker run -i -t -p 28255:28255 -p 28256:28256 -p 28257:28257 -p 28258:28258 -p 28259:28259 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28257 --rest-port=28255 --tcp-port=28256 --discv5-udp-port=28258 --rest-address=0.0.0.0 --nat=extip:172.18.94.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4f8b5ece04fbe9c91af8dc18372ed84deffc6fe261cbabfccb6cc86fdef1f68 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28259 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:34:27.202 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.158 waku 888217438fcad62ec3d41fa3f2e0b9d1bd9ce7724781e3e7242c902b25ed4a31
|
||||
2026-03-04 04:34:27.215 ERROR [src.node.docker_mananger] Max retries reached for container 79539ff1421f. Exiting log stream.
|
||||
2026-03-04 04:34:27.237 DEBUG [src.node.docker_mananger] Container started with ID 888217438fca. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-34-26__172ebe3c-3039-4718-8bbf-6b02997570a7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:27.239 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28255
|
||||
2026-03-04 04:34:27.239 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:27.790 ERROR [src.node.docker_mananger] Max retries reached for container 215ee2b9644f. Exiting log stream.
|
||||
2026-03-04 04:34:28.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28255/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:28.243 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:28.243 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:28.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28255/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:28.245 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.158/tcp/28256/p2p/16Uiu2HAm3k3ZM7TCp4HZEw11ry5h7QQyfQFvABvCP3ZCCFT4H68z","/ip4/172.18.94.158/tcp/28257/ws/p2p/16Uiu2HAm3k3ZM7TCp4HZEw11ry5h7QQyfQFvABvCP3ZCCFT4H68z"],"enrUri":"enr:-L24QACn5fYHwVyrmPUduJc6RktPVXzazFD-qxV1VPxEyL44Ie2hbnQyCaGK1qXPC1QoWmp5AwILAyNj6hHU2IIrewECgmlkgnY0gmlwhKwSXp6KbXVsdGlhZGRyc5YACASsEl6eBm5gAAoErBJengZuYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECe5JZUFlElnqfi1O7KRYRFtLP6UX18qUVXyyexShtfXODdGNwgm5gg3VkcIJuYoV3YWt1MgM"}'
|
||||
2026-03-04 04:34:28.246 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:28.253 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:28.253 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-34-26__172ebe3c-3039-4718-8bbf-6b02997570a7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:28.253 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:28.253 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:28.254 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:28.255 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.171
|
||||
2026-03-04 04:34:28.255 DEBUG [src.node.docker_mananger] Generated ports ['21735', '21736', '21737', '21738', '21739']
|
||||
2026-03-04 04:34:28.255 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:28.255 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:28.255 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:28.255 DEBUG [src.node.docker_mananger] docker run -i -t -p 21735:21735 -p 21736:21736 -p 21737:21737 -p 21738:21738 -p 21739:21739 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21737 --rest-port=21735 --tcp-port=21736 --discv5-udp-port=21738 --rest-address=0.0.0.0 --nat=extip:172.18.196.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f29991bde68058053daf28e11e0c2b14518fcdaafe9ab6c7eda1278f736d7edf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21739 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QACn5fYHwVyrmPUduJc6RktPVXzazFD-qxV1VPxEyL44Ie2hbnQyCaGK1qXPC1QoWmp5AwILAyNj6hHU2IIrewECgmlkgnY0gmlwhKwSXp6KbXVsdGlhZGRyc5YACASsEl6eBm5gAAoErBJengZuYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECe5JZUFlElnqfi1O7KRYRFtLP6UX18qUVXyyexShtfXODdGNwgm5gg3VkcIJuYoV3YWt1MgM --storenode=/ip4/172.18.94.158/tcp/28256/p2p/16Uiu2HAm3k3ZM7TCp4HZEw11ry5h7QQyfQFvABvCP3ZCCFT4H68z --store=true --relay=true
|
||||
2026-03-04 04:34:28.453 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.171 waku 99f5632dabdfd391926494de1a2b890b499b24d53f31292079f3e94c6d5b74d9
|
||||
2026-03-04 04:34:28.487 DEBUG [src.node.docker_mananger] Container started with ID 99f5632dabdf. Setting up logs at ./log/docker/store_node1_2026-03-04_04-34-26__172ebe3c-3039-4718-8bbf-6b02997570a7__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:28.487 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21735
|
||||
2026-03-04 04:34:28.488 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:29.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21735/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:29.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:29.492 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:29.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21735/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:29.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.171/tcp/21736/p2p/16Uiu2HAmH6hYpxtc3ZY9VvVxPSBfAbAZYaig8xkKp5tSVNYUsZfb","/ip4/172.18.196.171/tcp/21737/ws/p2p/16Uiu2HAmH6hYpxtc3ZY9VvVxPSBfAbAZYaig8xkKp5tSVNYUsZfb"],"enrUri":"enr:-L24QE5vSMjwjGZIiod3Hvi0HHp5E63cV4BvoU_W3NOP_cosGBc4cp5L1wjds3wvBxTySl_0qQMNcVQrdTctGt-Uu2YCgmlkgnY0gmlwhKwSxKuKbXVsdGlhZGRyc5YACASsEsSrBlToAAoErBLEqwZU6d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDQgTaCa037Is_tNLSuE6DV_hNCd3ietQkrtiMYAmAQF6DdGNwglTog3VkcIJU6oV3YWt1MgM"}'
|
||||
2026-03-04 04:34:29.495 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:29.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21735/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.158/tcp/28256/p2p/16Uiu2HAm3k3ZM7TCp4HZEw11ry5h7QQyfQFvABvCP3ZCCFT4H68z"]'
|
||||
2026-03-04 04:34:29.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:29.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:34:29.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:29.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21735/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:34:29.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:29.504 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:29.504 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:29.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:29.510 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:29.711 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:29.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:29.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:29.718 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:29.920 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:29.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:29.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:29.927 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:30.128 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:30.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:30.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:30.135 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:30.336 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:30.337 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:30.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:30.344 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:30.545 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:30.545 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:30.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:30.551 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:30.752 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:30.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:30.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:30.759 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:30.959 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:34:30.960 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28255/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:34:30.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:30.966 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:34:31.168 DEBUG [tests.store.test_topics] trying get message with wrong encoded pubsub topic %23waku%2F2%2Frs%2F3%2F0
|
||||
2026-03-04 04:34:31.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28255/store/v3/messages?includeData=true&pubsubTopic=%23waku%2F2%2Frs%2F3%2F0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:31.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-03-04 04:34:31.172 DEBUG [tests.store.test_topics] response for getting message with wrong encoded pubsub topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
2026-03-04 04:34:31.174 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:31.175 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:31.175 DEBUG [src.node.waku_node] Stopping container with id 888217438fca
|
||||
2026-03-04 04:34:31.754 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:31.755 DEBUG [src.node.waku_node] Stopping container with id 99f5632dabdf
|
||||
2026-03-04 04:34:32.331 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:32.334 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:32.341 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:32.350 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
100
nim/1103/data/attachments/22cbdbd7480a5016.txt
Normal file
100
nim/1103/data/attachments/22cbdbd7480a5016.txt
Normal file
@ -0,0 +1,100 @@
|
||||
2026-03-04 04:31:44.776 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:44.777 DEBUG [tests.conftest] Running test: test_store_node_not_connected_directly_to_relaying_node with id: 2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073
|
||||
2026-03-04 04:31:44.777 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:44.777 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:44.778 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:44.788 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:44.788 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:44.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:44.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:44.802 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:44.802 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:44.802 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:31:44.803 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:31:44.803 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:44.804 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:44.851 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2026-03-04 04:31:44.851 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.25
|
||||
2026-03-04 04:31:44.851 DEBUG [src.node.docker_mananger] Generated ports ['15778', '15779', '15780', '15781', '15782']
|
||||
2026-03-04 04:31:44.852 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:44.852 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:44.852 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:44.852 DEBUG [src.node.docker_mananger] docker run -i -t -p 15778:15778 -p 15779:15779 -p 15780:15780 -p 15781:15781 -p 15782:15782 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15780 --rest-port=15778 --tcp-port=15779 --discv5-udp-port=15781 --rest-address=0.0.0.0 --nat=extip:172.18.44.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc532f1beecc91fce2fece192f4da7939fbeedeae2e30cb3b3d47234d7a0ac94 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15782 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:31:47.898 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.25 waku 5ef26475dfc1f20bfae7a15238b0464d38e0d62a8927315d556c19df181bf00a
|
||||
2026-03-04 04:31:47.937 DEBUG [src.node.docker_mananger] Container started with ID 5ef26475dfc1. Setting up logs at ./log/docker/node1_2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:47.937 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15778
|
||||
2026-03-04 04:31:47.937 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:48.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15778/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:48.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:48.941 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:48.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15778/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:48.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.25/tcp/15779/p2p/16Uiu2HAmAMTugxXFyvuRBM55UZqtoPYkUqn6nn3NEvCVirMjeUh6","/ip4/172.18.44.25/tcp/15780/ws/p2p/16Uiu2HAmAMTugxXFyvuRBM55UZqtoPYkUqn6nn3NEvCVirMjeUh6"],"enrUri":"enr:-L24QI5ON2_TNFFlacTjtK0-krvIU2F7iJmJ0AWqsHDL7puwGL___AxITms9SkjNjnWwssuZOWIarsfbqD52NCVLwIoCgmlkgnY0gmlwhKwSLBmKbXVsdGlhZGRyc5YACASsEiwZBj2jAAoErBIsGQY9pN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC3ctVC-hhmE3K1QFgqS0v8nZs6zCC4AIqecAnxqW174mDdGNwgj2jg3VkcII9pYV3YWt1MgE"}'
|
||||
2026-03-04 04:31:48.944 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:48.944 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:48.944 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:48.946 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:48.946 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.54
|
||||
2026-03-04 04:31:48.946 DEBUG [src.node.docker_mananger] Generated ports ['19114', '19115', '19116', '19117', '19118']
|
||||
2026-03-04 04:31:48.946 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:48.946 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:48.947 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:48.947 DEBUG [src.node.docker_mananger] docker run -i -t -p 19114:19114 -p 19115:19115 -p 19116:19116 -p 19117:19117 -p 19118:19118 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19116 --rest-port=19114 --tcp-port=19115 --discv5-udp-port=19117 --rest-address=0.0.0.0 --nat=extip:172.18.208.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbcd73f7d36f739adf29e64284cc4eefaef75adfffcb0eaed4aba00a7654ca8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19118 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QI5ON2_TNFFlacTjtK0-krvIU2F7iJmJ0AWqsHDL7puwGL___AxITms9SkjNjnWwssuZOWIarsfbqD52NCVLwIoCgmlkgnY0gmlwhKwSLBmKbXVsdGlhZGRyc5YACASsEiwZBj2jAAoErBIsGQY9pN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC3ctVC-hhmE3K1QFgqS0v8nZs6zCC4AIqecAnxqW174mDdGNwgj2jg3VkcII9pYV3YWt1MgE
|
||||
2026-03-04 04:31:49.143 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.54 waku fc664f55bd290d69850a2c447f6703f4cfc744852eb1be82f39c58e6796b60c6
|
||||
2026-03-04 04:31:49.178 DEBUG [src.node.docker_mananger] Container started with ID fc664f55bd29. Setting up logs at ./log/docker/node2_2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:49.178 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19114
|
||||
2026-03-04 04:31:49.178 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:50.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19114/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:50.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:50.183 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:50.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19114/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:50.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.54/tcp/19115/p2p/16Uiu2HAmJzNCZgAJz4zZSzfHaGva6kLE7oZ7DeCyP4KiNQ4dWaGB","/ip4/172.18.208.54/tcp/19116/ws/p2p/16Uiu2HAmJzNCZgAJz4zZSzfHaGva6kLE7oZ7DeCyP4KiNQ4dWaGB"],"enrUri":"enr:-L24QAFUWiDRIamLic6fNS3bnkqX71TvqPq0h305qRk1WB-dcWnd4PesB3GrYlkvH2-DJnCOYWPB9mYRAOQKgHnajkwCgmlkgnY0gmlwhKwS0DaKbXVsdGlhZGRyc5YACASsEtA2BkqrAAoErBLQNgZKrN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXhzcv-pJSnnELwAzmg5TCBwfngZfxsHZhZmAq3eSx_yDdGNwgkqrg3VkcIJKrYV3YWt1MgM"}'
|
||||
2026-03-04 04:31:50.186 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:50.186 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:50.186 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:50.188 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:50.188 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.98
|
||||
2026-03-04 04:31:50.188 DEBUG [src.node.docker_mananger] Generated ports ['2485', '2486', '2487', '2488', '2489']
|
||||
2026-03-04 04:31:50.189 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:50.189 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:50.189 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:50.189 DEBUG [src.node.docker_mananger] docker run -i -t -p 2485:2485 -p 2486:2486 -p 2487:2487 -p 2488:2488 -p 2489:2489 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2487 --rest-port=2485 --tcp-port=2486 --discv5-udp-port=2488 --rest-address=0.0.0.0 --nat=extip:172.18.218.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=90a3ade33de9ae7c30c585c8baadfe1c4d0231ccb0a8e1c00aed4f8c44c5d7de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2489 --metrics-logging=true --relay=false --storenode=/ip4/172.18.208.54/tcp/19115/p2p/16Uiu2HAmJzNCZgAJz4zZSzfHaGva6kLE7oZ7DeCyP4KiNQ4dWaGB --discv5-bootstrap-node=enr:-L24QAFUWiDRIamLic6fNS3bnkqX71TvqPq0h305qRk1WB-dcWnd4PesB3GrYlkvH2-DJnCOYWPB9mYRAOQKgHnajkwCgmlkgnY0gmlwhKwS0DaKbXVsdGlhZGRyc5YACASsEtA2BkqrAAoErBLQNgZKrN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXhzcv-pJSnnELwAzmg5TCBwfngZfxsHZhZmAq3eSx_yDdGNwgkqrg3VkcIJKrYV3YWt1MgM
|
||||
2026-03-04 04:31:50.419 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.98 waku 040b13df19414132177acc045523f1cab6ef668f89abe0a8013000f9aa187cb2
|
||||
2026-03-04 04:31:50.452 DEBUG [src.node.docker_mananger] Container started with ID 040b13df1941. Setting up logs at ./log/docker/node3_2026-03-04_04-31-44__b725b8f7-1a9b-402c-8e9f-ddc959768073__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:50.452 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2485
|
||||
2026-03-04 04:31:50.453 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:51.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2485/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:51.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:51.457 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:51.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2485/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:51.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.98/tcp/2486/p2p/16Uiu2HAm7VbdmEu6pNgcLSGZvSy42ZtRfRFRpjSm9PKpeapEFpeQ","/ip4/172.18.218.98/tcp/2487/ws/p2p/16Uiu2HAm7VbdmEu6pNgcLSGZvSy42ZtRfRFRpjSm9PKpeapEFpeQ"],"enrUri":"enr:-L24QOK4NqbTAlNQds5mAzvxWppAm4sJ-1g2VqL7THQzU-JWauw9kHUv4aj87_R62vdqjRLciUReqWDJ_SpporKS1wQCgmlkgnY0gmlwhKwS2mKKbXVsdGlhZGRyc5YACASsEtpiBgm2AAoErBLaYgYJt90DgnJzhQADAQAAiXNlY3AyNTZrMaECs02nLrWB4TvJ3Bz13ffQDY5c0at2Oyt1s-MifoBoMDWDdGNwggm2g3VkcIIJuIV3YWt1MgA"}'
|
||||
2026-03-04 04:31:51.460 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:51.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15778/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:51.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:51.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19114/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:51.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:51.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15778/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:51.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.208.54/tcp/40882/p2p/16Uiu2HAmJzNCZgAJz4zZSzfHaGva6kLE7oZ7DeCyP4KiNQ4dWaGB","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:31:51.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19114/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:51.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.44.25/tcp/15779/p2p/16Uiu2HAmAMTugxXFyvuRBM55UZqtoPYkUqn6nn3NEvCVirMjeUh6","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:31:51.480 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2026-03-04 04:32:21.481 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:32:21.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15778/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:21.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:21.486 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:32:21.687 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:32:21.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2485/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:21.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a07ffd80bc4b3df818f5","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8ad13b6c84ac1f1ba2041c320c8b3b49a25f6306ac058c631ab84c3cefbf664a"}]}'
|
||||
2026-03-04 04:32:21.736 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-04 04:32:21.744 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:21.745 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:21.745 DEBUG [src.node.waku_node] Stopping container with id 5ef26475dfc1
|
||||
2026-03-04 04:32:22.276 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:22.276 DEBUG [src.node.waku_node] Stopping container with id fc664f55bd29
|
||||
2026-03-04 04:32:22.833 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:22.833 DEBUG [src.node.waku_node] Stopping container with id 040b13df1941
|
||||
2026-03-04 04:32:23.091 ERROR [src.node.docker_mananger] Max retries reached for container 5ef26475dfc1. Exiting log stream.
|
||||
2026-03-04 04:32:23.379 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:23.382 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:23.399 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:23.437 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:23.441 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
122
nim/1103/data/attachments/2316635d7cb0696f.txt
Normal file
122
nim/1103/data/attachments/2316635d7cb0696f.txt
Normal file
@ -0,0 +1,122 @@
|
||||
2026-03-04 04:31:59.738 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:59.738 DEBUG [tests.conftest] Running test: test_light_push_with_ephemeral with id: 2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a
|
||||
2026-03-04 04:31:59.739 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:59.739 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:59.746 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:59.746 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:59.746 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:59.746 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:59.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:59.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.188
|
||||
2026-03-04 04:31:59.748 DEBUG [src.node.docker_mananger] Generated ports ['3899', '3900', '3901', '3902', '3903']
|
||||
2026-03-04 04:31:59.748 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:59.748 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:59.748 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:59.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 3899:3899 -p 3900:3900 -p 3901:3901 -p 3902:3902 -p 3903:3903 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3901 --rest-port=3899 --tcp-port=3900 --discv5-udp-port=3902 --rest-address=0.0.0.0 --nat=extip:172.18.91.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0eb09cd26fe0facc9cade104febfbdad23f4fd21977f2b623f7c2adffbd32cbb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3903 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-03-04 04:31:59.947 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.188 waku c4afbad4667e92cce0b6e36da8e2e07b8fd543bb90e16306e4b21c0af63574ad
|
||||
2026-03-04 04:31:59.980 DEBUG [src.node.docker_mananger] Container started with ID c4afbad4667e. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:59.981 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3899
|
||||
2026-03-04 04:31:59.982 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:59.997 ERROR [src.node.docker_mananger] Max retries reached for container f683b8f497c9. Exiting log stream.
|
||||
2026-03-04 04:32:00.544 ERROR [src.node.docker_mananger] Max retries reached for container 80741024e0f9. Exiting log stream.
|
||||
2026-03-04 04:32:00.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3899/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:00.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:00.986 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:00.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3899/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:00.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC","/ip4/172.18.91.188/tcp/3901/ws/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC"],"enrUri":"enr:-L24QK_UI3p3aNymkRKbgg8SvkSC8_h70T87w7QehHwflQpjPANFdhML6JY8fL5q6L2DWTm0UMfQhRPJHjLIl7j7PXMCgmlkgnY0gmlwhKwSW7yKbXVsdGlhZGRyc5YACASsElu8Bg88AAoErBJbvAYPPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC15f-7GxckZOuzmi0EHpKCkxxGZwbAgtwDFLj-GGMkJeDdGNwgg88g3VkcIIPPoV3YWt1Mgk"}'
|
||||
2026-03-04 04:32:00.989 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:00.996 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:00.996 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:00.996 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:00.996 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:00.997 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:00.997 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.123
|
||||
2026-03-04 04:32:00.998 DEBUG [src.node.docker_mananger] Generated ports ['44591', '44592', '44593', '44594', '44595']
|
||||
2026-03-04 04:32:00.998 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:00.998 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:00.998 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:00.998 DEBUG [src.node.docker_mananger] docker run -i -t -p 44591:44591 -p 44592:44592 -p 44593:44593 -p 44594:44594 -p 44595:44595 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44593 --rest-port=44591 --tcp-port=44592 --discv5-udp-port=44594 --rest-address=0.0.0.0 --nat=extip:172.18.110.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0dabe75e60fbcfb2ce4a36d40c79f7f717fe9bd7a7d8ad858d6531d5a0d2ebad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44595 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-03-04 04:32:01.197 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.123 waku 81c80f6e8bbe486bb2502e9b9f6d9ab39f98588f1fef465730045fa77f4c3e7d
|
||||
2026-03-04 04:32:01.230 DEBUG [src.node.docker_mananger] Container started with ID 81c80f6e8bbe. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:01.231 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44591
|
||||
2026-03-04 04:32:01.231 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:02.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44591/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:02.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:02.235 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:02.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44591/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:02.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.123/tcp/44592/p2p/16Uiu2HAm9C77HE5qf4KkA8oq3bQjjERmWaj6dC8TsjSBYZtmZCXG","/ip4/172.18.110.123/tcp/44593/ws/p2p/16Uiu2HAm9C77HE5qf4KkA8oq3bQjjERmWaj6dC8TsjSBYZtmZCXG"],"enrUri":"enr:-L24QPYckrI0xce2xpwwhYIgocZOhhEvo5EUpLDnOTBwSsY6Zxh7BLRrgyJ3BsmXQcHongUOvNEpjUQwWhCYUCVuxqECgmlkgnY0gmlwhKwSbnuKbXVsdGlhZGRyc5YACASsEm57Bq4wAAoErBJuewauMd0DgnJzhQADAQAAiXNlY3AyNTZrMaECzInmMWV44inW19jTEF3OYhigZBuS-KKOxow-vvdOY4eDdGNwgq4wg3VkcIKuMoV3YWt1MgE"}'
|
||||
2026-03-04 04:32:02.238 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:02.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44591/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC"]'
|
||||
2026-03-04 04:32:02.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:02.284 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:02.285 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:02.285 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:02.285 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:02.287 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:02.287 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.137
|
||||
2026-03-04 04:32:02.287 DEBUG [src.node.docker_mananger] Generated ports ['42347', '42348', '42349', '42350', '42351']
|
||||
2026-03-04 04:32:02.287 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:02.287 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:02.287 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:02.288 DEBUG [src.node.docker_mananger] docker run -i -t -p 42347:42347 -p 42348:42348 -p 42349:42349 -p 42350:42350 -p 42351:42351 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42349 --rest-port=42347 --tcp-port=42348 --discv5-udp-port=42350 --rest-address=0.0.0.0 --nat=extip:172.18.3.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e274fbedbdda920fbba2c4af358aa97b2aada7acfa97ed12bd5f8aaf03229b4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42351 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QK_UI3p3aNymkRKbgg8SvkSC8_h70T87w7QehHwflQpjPANFdhML6JY8fL5q6L2DWTm0UMfQhRPJHjLIl7j7PXMCgmlkgnY0gmlwhKwSW7yKbXVsdGlhZGRyc5YACASsElu8Bg88AAoErBJbvAYPPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC15f-7GxckZOuzmi0EHpKCkxxGZwbAgtwDFLj-GGMkJeDdGNwgg88g3VkcIIPPoV3YWt1Mgk --lightpushnode=/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC --lightpush=true --relay=true
|
||||
2026-03-04 04:32:02.490 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.137 waku aee71bf38dda58a6ca60fc7eed5244a37083327a81bc8f9bc582f0baec881e86
|
||||
2026-03-04 04:32:02.524 DEBUG [src.node.docker_mananger] Container started with ID aee71bf38dda. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-31-59__dcd48fc9-e259-4816-b49a-10bf29da392a__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:02.524 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42347
|
||||
2026-03-04 04:32:02.525 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:03.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42347/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:03.528 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:03.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42347/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.137/tcp/42348/p2p/16Uiu2HAmNvA5z9KdrEibXZAMLAQDMskyxJJGjTfkwVA6zqYwgi7B","/ip4/172.18.3.137/tcp/42349/ws/p2p/16Uiu2HAmNvA5z9KdrEibXZAMLAQDMskyxJJGjTfkwVA6zqYwgi7B"],"enrUri":"enr:-L24QOTY8WK03HGLW8UoHk25OL6t3QXH8PcUZ2B7iQZxIoFXT1c1XUZUFoHPZuXvP7dHWYkiy7R40BIcxvVzmxn6rBwCgmlkgnY0gmlwhKwSA4mKbXVsdGlhZGRyc5YACASsEgOJBqVsAAoErBIDiQalbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmHeXEBchXvyRH7zkKAeknQLD6FFWwYom_qYlaHsvGYKDdGNwgqVsg3VkcIKlboV3YWt1Mgk"}'
|
||||
2026-03-04 04:32:03.531 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:03.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42347/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.188/tcp/3900/p2p/16Uiu2HAm9wG4V2R4NhCNhAAWWnQiKuJtcTpHPiemBRLmLtTpXfKC"]'
|
||||
2026-03-04 04:32:03.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42347/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.123/tcp/44592/p2p/16Uiu2HAm9C77HE5qf4KkA8oq3bQjjERmWaj6dC8TsjSBYZtmZCXG"]'
|
||||
2026-03-04 04:32:03.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3899/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:32:03.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.613 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44591/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:32:03.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42347/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:32:03.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.628 DEBUG [tests.light_push.test_publish] Running test with Ephemeral True
|
||||
2026-03-04 04:32:03.629 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:32:03.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42347/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598723628806736, "ephemeral": true}}'
|
||||
2026-03-04 04:32:03.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.645 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:03.745 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:03.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3899/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723628806736,"ephemeral":true,"proof":""}]'
|
||||
2026-03-04 04:32:03.750 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:03.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44591/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723628806736,"ephemeral":true,"proof":""}]'
|
||||
2026-03-04 04:32:03.754 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:03.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42347/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723628806736,"ephemeral":true,"proof":""}]'
|
||||
2026-03-04 04:32:03.758 DEBUG [tests.light_push.test_publish] Running test with Ephemeral False
|
||||
2026-03-04 04:32:03.758 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:32:03.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42347/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598723758285608, "ephemeral": false}}'
|
||||
2026-03-04 04:32:03.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:03.773 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:03.875 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:03.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3899/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723758285608,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:03.879 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:03.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44591/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723758285608,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:03.883 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:03.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42347/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:03.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598723758285608,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:03.888 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:03.889 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:03.889 DEBUG [src.node.waku_node] Stopping container with id c4afbad4667e
|
||||
2026-03-04 04:32:04.476 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:04.478 DEBUG [src.node.waku_node] Stopping container with id 81c80f6e8bbe
|
||||
2026-03-04 04:32:05.055 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:05.056 DEBUG [src.node.waku_node] Stopping container with id aee71bf38dda
|
||||
2026-03-04 04:32:05.336 ERROR [src.node.docker_mananger] Max retries reached for container c4afbad4667e. Exiting log stream.
|
||||
2026-03-04 04:32:05.602 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:05.604 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:05.621 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:05.629 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:05.638 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1103/data/attachments/232873a824cf0b31.txt
Normal file
73
nim/1103/data/attachments/232873a824cf0b31.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[/app/29/sometopic/someencoding] with id: 2026-03-04_04-34-02__c3586997-bd63-4181-ae2c-d263487ba163
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-02__c3586997-bd63-4181-ae2c-d263487ba163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.225
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27823', '27824', '27825', '27826', '27827']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27823:27823 -p 27824:27824 -p 27825:27825 -p 27826:27826 -p 27827:27827 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27825 --rest-port=27823 --tcp-port=27824 --discv5-udp-port=27826 --rest-address=0.0.0.0 --nat=extip:172.18.76.225 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=83ae1d5135e35fd839f2f60e5ad30ce2985f93473fbae66aefa20f2c33b6c7ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27827 --metrics-logging=true --relay=true --filter=true --content-topic=/app/29/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.76.225 waku d1fafec5153b5af490b36252eb514bfee129e504d68a9f152e1bb7b7605b7e60
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8d6615f22383. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d1fafec5153b. Setting up logs at ./log/docker/node1_2026-03-04_04-34-02__c3586997-bd63-4181-ae2c-d263487ba163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27823
|
||||
[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 131eaef3f5d7. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27823/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27823/debug/v1/info" -H "Content-Type: application/json" -d '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.225/tcp/27824/p2p/16Uiu2HAmPpAZm61pr7qf6nE736qgZ1Apf2ygViyJiqppJziz9fse","/ip4/172.18.76.225/tcp/27825/ws/p2p/16Uiu2HAmPpAZm61pr7qf6nE736qgZ1Apf2ygViyJiqppJziz9fse"],"enrUri":"enr:-L24QGsMtaxfX8PlgPdOxieqPuosoWl9rQo-HvMjWgzb1NKqDsFZcYSZBAp51qiOvh2LABt9AkEMiKzR-kuruI8Tnj0CgmlkgnY0gmlwhKwSTOGKbXVsdGlhZGRyc5YACASsEkzhBmywAAoErBJM4QZssd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpcpVaLwVzBOTDtBOtOMPk7CEnXfi2hRpX76LnQAAMwGDdGNwgmywg3VkcIJssoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-02__c3586997-bd63-4181-ae2c-d263487ba163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.253.70
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43876', '43877', '43878', '43879', '43880']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 43876:43876 -p 43877:43877 -p 43878:43878 -p 43879:43879 -p 43880:43880 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43878 --rest-port=43876 --tcp-port=43877 --discv5-udp-port=43879 --rest-address=0.0.0.0 --nat=extip:172.18.253.70 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fb1e59a788c0e77eeaf075ceaafc85d861d7aefd521afed91decdbfd0fb18a28 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43880 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGsMtaxfX8PlgPdOxieqPuosoWl9rQo-HvMjWgzb1NKqDsFZcYSZBAp51qiOvh2LABt9AkEMiKzR-kuruI8Tnj0CgmlkgnY0gmlwhKwSTOGKbXVsdGlhZGRyc5YACASsEkzhBmywAAoErBJM4QZssd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpcpVaLwVzBOTDtBOtOMPk7CEnXfi2hRpX76LnQAAMwGDdGNwgmywg3VkcIJssoV3YWt1MgU --content-topic=/app/29/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.253.70 waku faddb6abb27e687a5cf095562295879579294593cb63e5d5774a4c80dab650d3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID faddb6abb27e. Setting up logs at ./log/docker/node2_2026-03-04_04-34-02__c3586997-bd63-4181-ae2c-d263487ba163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43876
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43876/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43876/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.253.70/tcp/43877/p2p/16Uiu2HAmMyZrM3gsfZP8dfCDKnPSRpUfdVW6gYXF7ZFekDwTW6HF","/ip4/172.18.253.70/tcp/43878/ws/p2p/16Uiu2HAmMyZrM3gsfZP8dfCDKnPSRpUfdVW6gYXF7ZFekDwTW6HF"],"enrUri":"enr:-L24QJUpk88cte7x9ggr5jXnwFsM_47RKDyQLtYCAotsjPuTcumQ3OyhA_CJPVRAKe_doW4s_CfiVmfvsNu_WnqfmvsCgmlkgnY0gmlwhKwS_UaKbXVsdGlhZGRyc5YACASsEv1GBqtlAAoErBL9RgarZt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDinuEPjJWQd9W5XR2pT0q1qzhZeYyBTc9bKhVRyrpLsqDdGNwgqtlg3VkcIKrZ4V3YWt1MgE"}'
|
||||
[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:43876/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.76.225/tcp/27824/p2p/16Uiu2HAmPpAZm61pr7qf6nE736qgZ1Apf2ygViyJiqppJziz9fse"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27823/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43876/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27823/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27823/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598844747476116,"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:43876/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598844747476116,"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 d1fafec5153b
|
||||
[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 faddb6abb27e
|
||||
[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.
|
||||
114
nim/1103/data/attachments/2347cb28812bf726.txt
Normal file
114
nim/1103/data/attachments/2347cb28812bf726.txt
Normal file
@ -0,0 +1,114 @@
|
||||
2026-03-04 04:36:24.606 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:36:24.606 DEBUG [tests.conftest] Running test: test_publish_after_node2_restarts with id: 2026-03-04_04-36-24__43159237-edc7-4458-b091-bc36d9c6c7f6
|
||||
2026-03-04 04:36:24.607 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:36:24.607 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:36:24.607 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-04 04:36:24.614 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:24.614 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-36-24__43159237-edc7-4458-b091-bc36d9c6c7f6__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:24.615 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:24.615 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:24.616 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:24.616 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.246
|
||||
2026-03-04 04:36:24.616 DEBUG [src.node.docker_mananger] Generated ports ['45397', '45398', '45399', '45400', '45401']
|
||||
2026-03-04 04:36:24.617 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:24.617 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:24.617 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:24.617 DEBUG [src.node.docker_mananger] docker run -i -t -p 45397:45397 -p 45398:45398 -p 45399:45399 -p 45400:45400 -p 45401:45401 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45399 --rest-port=45397 --tcp-port=45398 --discv5-udp-port=45400 --rest-address=0.0.0.0 --nat=extip:172.18.34.246 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dee0973dd8f1fce9f1be1820f5ade1309152e2bcda3bffe4ec86fad72bcd55d1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45401 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:36:24.743 ERROR [src.node.docker_mananger] Max retries reached for container 380f17c1ae86. Exiting log stream.
|
||||
2026-03-04 04:36:24.822 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.246 waku fc24e7bb4e4dc3efc093e29bc1d74414e52fcee3366ebe14fb6d11de533377a2
|
||||
2026-03-04 04:36:24.855 DEBUG [src.node.docker_mananger] Container started with ID fc24e7bb4e4d. Setting up logs at ./log/docker/node1_2026-03-04_04-36-24__43159237-edc7-4458-b091-bc36d9c6c7f6__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:24.856 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45397
|
||||
2026-03-04 04:36:24.856 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:25.277 ERROR [src.node.docker_mananger] Max retries reached for container 5cb44ce92863. Exiting log stream.
|
||||
2026-03-04 04:36:25.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45397/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:25.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:25.860 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:25.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45397/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:25.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.246/tcp/45398/p2p/16Uiu2HAmHzAszm5qEyEDWtyAbpUr3EfRftNbk1oGZKprix1CeHCH","/ip4/172.18.34.246/tcp/45399/ws/p2p/16Uiu2HAmHzAszm5qEyEDWtyAbpUr3EfRftNbk1oGZKprix1CeHCH"],"enrUri":"enr:-L24QGr5uRgBY98t2xJC5dqn1v7h7d9zzwnH71Ykx_dy6qsqV-KU86ASMGwYiiwzYzjUFZ8CndHMFMVm9nuAUlceL1YCgmlkgnY0gmlwhKwSIvaKbXVsdGlhZGRyc5YACASsEiL2BrFWAAoErBIi9gaxV90DgnJzhQADAQAAiXNlY3AyNTZrMaEDTzRgK6VRxV8l4RMOssXv8uaqVbLwyNmiynMFBMH54YaDdGNwgrFWg3VkcIKxWIV3YWt1MgE"}'
|
||||
2026-03-04 04:36:25.863 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:25.869 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:25.869 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-36-24__43159237-edc7-4458-b091-bc36d9c6c7f6__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:25.869 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:25.869 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:25.871 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:25.871 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.245.41
|
||||
2026-03-04 04:36:25.871 DEBUG [src.node.docker_mananger] Generated ports ['43855', '43856', '43857', '43858', '43859']
|
||||
2026-03-04 04:36:25.871 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:25.871 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:25.871 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:25.871 DEBUG [src.node.docker_mananger] docker run -i -t -p 43855:43855 -p 43856:43856 -p 43857:43857 -p 43858:43858 -p 43859:43859 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43857 --rest-port=43855 --tcp-port=43856 --discv5-udp-port=43858 --rest-address=0.0.0.0 --nat=extip:172.18.245.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db25f98fa4cdface69eabffd48be77cb124a07ebf64da8dfadfefa8dbb1eac6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43859 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGr5uRgBY98t2xJC5dqn1v7h7d9zzwnH71Ykx_dy6qsqV-KU86ASMGwYiiwzYzjUFZ8CndHMFMVm9nuAUlceL1YCgmlkgnY0gmlwhKwSIvaKbXVsdGlhZGRyc5YACASsEiL2BrFWAAoErBIi9gaxV90DgnJzhQADAQAAiXNlY3AyNTZrMaEDTzRgK6VRxV8l4RMOssXv8uaqVbLwyNmiynMFBMH54YaDdGNwgrFWg3VkcIKxWIV3YWt1MgE
|
||||
2026-03-04 04:36:26.062 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.245.41 waku dc87a6a33f85e37bda92f41c21867c8faf32b0f1715ff999f29b6897b738e154
|
||||
2026-03-04 04:36:26.095 DEBUG [src.node.docker_mananger] Container started with ID dc87a6a33f85. Setting up logs at ./log/docker/node2_2026-03-04_04-36-24__43159237-edc7-4458-b091-bc36d9c6c7f6__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:26.096 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43855
|
||||
2026-03-04 04:36:26.096 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:27.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:27.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:27.123 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:27.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:27.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.245.41/tcp/43856/p2p/16Uiu2HAmRE3sf1FJjTdiirf6WDAMeVy5qGb7Ry5djwaBCh35fpmx","/ip4/172.18.245.41/tcp/43857/ws/p2p/16Uiu2HAmRE3sf1FJjTdiirf6WDAMeVy5qGb7Ry5djwaBCh35fpmx"],"enrUri":"enr:-L24QM1KzJZ3Uu4spOps_KMrmwgBvkHGOI9QctQErEeb16FPGzSvCYurEIC3f6kM4t4qBViMRV7gFhlI5515MiDznNUCgmlkgnY0gmlwhKwS9SmKbXVsdGlhZGRyc5YACASsEvUpBqtQAAoErBL1KQarUd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDusRk12ovE_uyWKwTyKg-yVCpeJtFecIk7FINBOGV7ruDdGNwgqtQg3VkcIKrUoV3YWt1MgE"}'
|
||||
2026-03-04 04:36:27.130 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:27.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43855/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.246/tcp/45398/p2p/16Uiu2HAmHzAszm5qEyEDWtyAbpUr3EfRftNbk1oGZKprix1CeHCH"]'
|
||||
2026-03-04 04:36:27.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:27.135 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-04 04:36:27.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45397/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:36:27.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:27.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43855/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:36:27.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:27.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:27.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:27.153 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:27.254 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:27.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:27.256 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":1772598987147054336,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:27.258 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:27.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:27.260 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":1772598987147054336,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:27.261 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-04 04:36:27.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:27.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:27.267 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:27.368 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:27.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:27.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598987262897076,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:27.372 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:27.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:27.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1772598987262897076,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:27.375 DEBUG [src.node.waku_node] Restarting container with id dc87a6a33f85
|
||||
2026-03-04 04:36:28.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:28.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:28.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:28.270 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:28.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:28.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.245.41/tcp/43856/p2p/16Uiu2HAmRE3sf1FJjTdiirf6WDAMeVy5qGb7Ry5djwaBCh35fpmx","/ip4/172.18.245.41/tcp/43857/ws/p2p/16Uiu2HAmRE3sf1FJjTdiirf6WDAMeVy5qGb7Ry5djwaBCh35fpmx"],"enrUri":"enr:-L24QM1KzJZ3Uu4spOps_KMrmwgBvkHGOI9QctQErEeb16FPGzSvCYurEIC3f6kM4t4qBViMRV7gFhlI5515MiDznNUCgmlkgnY0gmlwhKwS9SmKbXVsdGlhZGRyc5YACASsEvUpBqtQAAoErBL1KQarUd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDusRk12ovE_uyWKwTyKg-yVCpeJtFecIk7FINBOGV7ruDdGNwgqtQg3VkcIKrUoV3YWt1MgE"}'
|
||||
2026-03-04 04:36:28.273 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:28.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45397/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:36:28.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:28.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43855/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:36:28.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:28.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:28.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:28.295 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:28.395 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:28.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:28.398 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":1772598988292147968,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:28.399 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:28.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:28.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-03-04 04:36:29.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:29.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:29.407 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:29.508 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:29.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45397/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:29.510 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":1772598989402544128,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:29.512 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:29.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43855/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:29.514 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":1772598989402544128,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:29.518 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:36:29.519 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:36:29.519 DEBUG [src.node.waku_node] Stopping container with id fc24e7bb4e4d
|
||||
2026-03-04 04:36:30.065 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:30.065 DEBUG [src.node.waku_node] Stopping container with id dc87a6a33f85
|
||||
2026-03-04 04:36:30.616 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:30.619 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:30.637 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:30.657 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
333
nim/1103/data/attachments/23498114ef71c810.txt
Normal file
333
nim/1103/data/attachments/23498114ef71c810.txt
Normal file
@ -0,0 +1,333 @@
|
||||
2026-03-04 04:31:22.227 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:22.228 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33
|
||||
2026-03-04 04:31:22.228 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:22.228 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:22.229 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-03-04 04:31:22.235 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:22.235 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:22.235 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:22.236 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:22.237 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:22.237 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.255
|
||||
2026-03-04 04:31:22.237 DEBUG [src.node.docker_mananger] Generated ports ['17690', '17691', '17692', '17693', '17694']
|
||||
2026-03-04 04:31:22.238 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:22.238 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:22.238 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:22.238 DEBUG [src.node.docker_mananger] docker run -i -t -p 17690:17690 -p 17691:17691 -p 17692:17692 -p 17693:17693 -p 17694:17694 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17692 --rest-port=17690 --tcp-port=17691 --discv5-udp-port=17693 --rest-address=0.0.0.0 --nat=extip:172.18.254.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa2699395fb28ba8b5fb385fa7e4d0c872fc8cf2dc39c0fd2caae265aba69bd3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17694 --metrics-logging=true --relay=true --filter=true
|
||||
2026-03-04 04:31:22.422 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.255 waku 9c489bdbc875649146ab97620793a957aa526bcf9b7c1d9ecb4276d646eb0592
|
||||
2026-03-04 04:31:22.455 DEBUG [src.node.docker_mananger] Container started with ID 9c489bdbc875. Setting up logs at ./log/docker/node1_2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:22.455 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17690
|
||||
2026-03-04 04:31:22.456 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:22.482 ERROR [src.node.docker_mananger] Max retries reached for container bc82bc4a79cc. Exiting log stream.
|
||||
2026-03-04 04:31:23.021 ERROR [src.node.docker_mananger] Max retries reached for container 077d9450a8c7. Exiting log stream.
|
||||
2026-03-04 04:31:23.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17690/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:23.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:23.460 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:23.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17690/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:23.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.255/tcp/17691/p2p/16Uiu2HAkuegDz5YWQvdPo732kGedWBieAgsgca6vktgY8FyXF7Zq","/ip4/172.18.254.255/tcp/17692/ws/p2p/16Uiu2HAkuegDz5YWQvdPo732kGedWBieAgsgca6vktgY8FyXF7Zq"],"enrUri":"enr:-L24QI7gOJNQWo0ybeYNaxFedY4W21lywbR9gJDeiKYS6CmeS2kL1Y6UB5o5zZaw0UyQHNYwmiCXbcY9yVpr_a4muxUCgmlkgnY0gmlwhKwS_v-KbXVsdGlhZGRyc5YACASsEv7_BkUbAAoErBL-_wZFHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECA1TTwe6jBPdmq35ROfyTAG4-Xeer6DUS2XpZmyONcViDdGNwgkUbg3VkcIJFHYV3YWt1MgU"}'
|
||||
2026-03-04 04:31:23.463 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:23.463 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-03-04 04:31:23.470 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:23.470 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:23.470 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:23.470 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:23.472 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:23.472 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.230.201
|
||||
2026-03-04 04:31:23.472 DEBUG [src.node.docker_mananger] Generated ports ['29318', '29319', '29320', '29321', '29322']
|
||||
2026-03-04 04:31:23.472 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:23.472 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:23.472 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:23.473 DEBUG [src.node.docker_mananger] docker run -i -t -p 29318:29318 -p 29319:29319 -p 29320:29320 -p 29321:29321 -p 29322:29322 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29320 --rest-port=29318 --tcp-port=29319 --discv5-udp-port=29321 --rest-address=0.0.0.0 --nat=extip:172.18.230.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d9ee6b3dbafabcf3bb6022aaaa1f60c9c27a16c16a2a0fab681f347e9a8d8942 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29322 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QI7gOJNQWo0ybeYNaxFedY4W21lywbR9gJDeiKYS6CmeS2kL1Y6UB5o5zZaw0UyQHNYwmiCXbcY9yVpr_a4muxUCgmlkgnY0gmlwhKwS_v-KbXVsdGlhZGRyc5YACASsEv7_BkUbAAoErBL-_wZFHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECA1TTwe6jBPdmq35ROfyTAG4-Xeer6DUS2XpZmyONcViDdGNwgkUbg3VkcIJFHYV3YWt1MgU --filternode=/ip4/172.18.254.255/tcp/17691/p2p/16Uiu2HAkuegDz5YWQvdPo732kGedWBieAgsgca6vktgY8FyXF7Zq
|
||||
2026-03-04 04:31:23.661 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.230.201 waku c225fdcf718923eaa975f4af55b4af4dfc629d4d07365041c49f31405ee3995d
|
||||
2026-03-04 04:31:23.693 DEBUG [src.node.docker_mananger] Container started with ID c225fdcf7189. Setting up logs at ./log/docker/node2_2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:23.694 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29318
|
||||
2026-03-04 04:31:23.694 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:24.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:24.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:24.698 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:24.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:24.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.230.201/tcp/29319/p2p/16Uiu2HAkxXVrGBJtBbsgAw7svEZTUCmSq4sxn9FSEab5jvCwd8BE","/ip4/172.18.230.201/tcp/29320/ws/p2p/16Uiu2HAkxXVrGBJtBbsgAw7svEZTUCmSq4sxn9FSEab5jvCwd8BE"],"enrUri":"enr:-L24QCKc51mVAN4gAs2dremJojZNzOJ67eLiFo1Ma_PxxQDHbFAStj1Z0gsiFW5UD0UD0-Kj8jaRWkesY5zicoGcGuACgmlkgnY0gmlwhKwS5smKbXVsdGlhZGRyc5YACASsEubJBnKHAAoErBLmyQZyiN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLhEXfvgFFmEvMHEQy5iPQn9La1SHeOtSl_TDAKFx822DdGNwgnKHg3VkcIJyiYV3YWt1MgA"}'
|
||||
2026-03-04 04:31:24.700 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:24.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.254.255/tcp/17691/p2p/16Uiu2HAkuegDz5YWQvdPo732kGedWBieAgsgca6vktgY8FyXF7Zq"]'
|
||||
2026-03-04 04:31:24.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:24.739 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-03-04 04:31:24.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:24.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:24.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b3c75d06-0d50-41fb-8d11-65884d1d2b6d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b3c75d06-0d50-41fb-8d11-65884d1d2b6d","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.800 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.842 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.970 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.983 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:24.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:24.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.105 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:25.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:25.119 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
||||
2026-03-04 04:31:25.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.135 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.235 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1772598685119714897,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.239 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
||||
2026-03-04 04:31:25.239 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.250 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.351 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1772598685239450529,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.355 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
||||
2026-03-04 04:31:25.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.367 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.467 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.470 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1772598685355434763,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.471 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
||||
2026-03-04 04:31:25.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.483 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.583 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1772598685471719507,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.587 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
||||
2026-03-04 04:31:25.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.599 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.699 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1772598685587570567,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.703 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
||||
2026-03-04 04:31:25.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.714 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.815 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1772598685703510590,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.819 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
||||
2026-03-04 04:31:25.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:25.930 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:25.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:25.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1772598685819349666,"ephemeral":false}]'
|
||||
2026-03-04 04:31:25.935 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
||||
2026-03-04 04:31:25.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:25.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:25.946 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.046 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.049 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1772598685935265533,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.050 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
||||
2026-03-04 04:31:26.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.062 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.162 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1772598686051072962,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.166 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
||||
2026-03-04 04:31:26.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.178 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.278 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1772598686166805557,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.282 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
||||
2026-03-04 04:31:26.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.293 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.394 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1772598686282508610,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.398 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
||||
2026-03-04 04:31:26.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.409 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.510 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1772598686398273335,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.514 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
||||
2026-03-04 04:31:26.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.525 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.626 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1772598686514251840,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.630 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
||||
2026-03-04 04:31:26.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.642 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.742 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1772598686630464985,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.746 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
||||
2026-03-04 04:31:26.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.758 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.858 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1772598686746456349,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.862 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
||||
2026-03-04 04:31:26.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.873 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:26.974 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:26.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:26.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1772598686862410352,"ephemeral":false}]'
|
||||
2026-03-04 04:31:26.978 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
||||
2026-03-04 04:31:26.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:26.989 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:26.990 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.090 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1772598686978428927,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.094 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
||||
2026-03-04 04:31:27.094 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.105 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.205 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1772598687094370549,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.209 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
||||
2026-03-04 04:31:27.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.221 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.321 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1772598687210231081,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.325 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
||||
2026-03-04 04:31:27.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.337 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.437 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1772598687326036075,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.442 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
||||
2026-03-04 04:31:27.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.454 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.554 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1772598687442365480,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.558 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
||||
2026-03-04 04:31:27.558 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.569 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.670 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1772598687558321538,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.673 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
||||
2026-03-04 04:31:27.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.685 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.785 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1772598687674122557,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.790 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
||||
2026-03-04 04:31:27.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.801 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:27.901 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:27.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:27.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1772598687790218616,"ephemeral":false}]'
|
||||
2026-03-04 04:31:27.906 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
||||
2026-03-04 04:31:27.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:27.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:27.918 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:28.018 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:28.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:28.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1772598687906290190,"ephemeral":false}]'
|
||||
2026-03-04 04:31:28.022 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
||||
2026-03-04 04:31:28.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:28.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:28.034 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:28.134 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:28.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:28.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1772598688022787488,"ephemeral":false}]'
|
||||
2026-03-04 04:31:28.138 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
||||
2026-03-04 04:31:28.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:28.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:28.150 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:28.250 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:28.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:28.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1772598688138923873,"ephemeral":false}]'
|
||||
2026-03-04 04:31:28.254 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
||||
2026-03-04 04:31:28.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:28.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:28.266 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:28.366 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:28.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:28.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1772598688254830527,"ephemeral":false}]'
|
||||
2026-03-04 04:31:28.370 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
||||
2026-03-04 04:31:28.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17690/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:31:28.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:28.381 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:28.482 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:31:28.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29318/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:28.484 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1772598688370652997,"ephemeral":false}]'
|
||||
2026-03-04 04:31:28.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29318/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:28.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:28.542 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:31:28.543 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:31:28.543 DEBUG [src.node.waku_node] Stopping container with id 9c489bdbc875
|
||||
2026-03-04 04:31:29.145 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:29.145 DEBUG [src.node.waku_node] Stopping container with id c225fdcf7189
|
||||
2026-03-04 04:31:29.711 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:29.713 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:31:29.739 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:29.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:29.759 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-03-04 04:31:29.760 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-03-04 04:31:29.761 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:29.762 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-04_04-31-22__0be10524-4709-48cf-af5a-d3dfad6dcd33__wakuorg_nwaku:latest.log
|
||||
108
nim/1103/data/attachments/23553656e023a932.txt
Normal file
108
nim/1103/data/attachments/23553656e023a932.txt
Normal file
@ -0,0 +1,108 @@
|
||||
2026-03-04 04:32:37.049 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:37.050 DEBUG [tests.conftest] Running test: test_light_push_with_payload_less_than_150_kb with id: 2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3
|
||||
2026-03-04 04:32:37.050 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:37.050 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:32:37.057 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:37.057 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:37.057 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:37.057 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:37.058 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:37.059 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.235
|
||||
2026-03-04 04:32:37.059 DEBUG [src.node.docker_mananger] Generated ports ['37772', '37773', '37774', '37775', '37776']
|
||||
2026-03-04 04:32:37.059 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:37.059 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:37.059 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:37.059 DEBUG [src.node.docker_mananger] docker run -i -t -p 37772:37772 -p 37773:37773 -p 37774:37774 -p 37775:37775 -p 37776:37776 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37774 --rest-port=37772 --tcp-port=37773 --discv5-udp-port=37775 --rest-address=0.0.0.0 --nat=extip:172.18.225.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ca782d89d102cffed36eeb75baf3f65b55ec81b81ee3d29f6fb8bda8deada429 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37776 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-03-04 04:32:37.213 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.235 waku 102b84ffaacd08cfac9e624c6fc46291bda47534459d41963508944d31f0a224
|
||||
2026-03-04 04:32:37.242 DEBUG [src.node.docker_mananger] Container started with ID 102b84ffaacd. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:37.244 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37772
|
||||
2026-03-04 04:32:37.245 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:37.391 ERROR [src.node.docker_mananger] Max retries reached for container e47030293f10. Exiting log stream.
|
||||
2026-03-04 04:32:37.855 ERROR [src.node.docker_mananger] Max retries reached for container da9be7c67e49. Exiting log stream.
|
||||
2026-03-04 04:32:38.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37772/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:38.248 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:38.248 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:38.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37772/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:38.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.225.235/tcp/37773/p2p/16Uiu2HAmEWwSRQY1dxbkojnS9Zcat6XkrvmCFu4Pn65EAxmWjwBk","/ip4/172.18.225.235/tcp/37774/ws/p2p/16Uiu2HAmEWwSRQY1dxbkojnS9Zcat6XkrvmCFu4Pn65EAxmWjwBk"],"enrUri":"enr:-L24QLHv1FasIzppNoE_pBEl8INav7l1oKBv4GrSTXmq54tVEg8T1ohU_8PsJTbEUu7wbSSvoFGT-I102G3Gebci_pQCgmlkgnY0gmlwhKwS4euKbXVsdGlhZGRyc5YACASsEuHrBpONAAoErBLh6waTjt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG6dvcJfxvtfBnX5bKWuduRrKwzYDPVIFRa0KAj1MbCeDdGNwgpONg3VkcIKTj4V3YWt1Mgk"}'
|
||||
2026-03-04 04:32:38.251 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:38.257 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:38.257 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:38.258 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:38.258 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:38.259 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:38.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.165
|
||||
2026-03-04 04:32:38.259 DEBUG [src.node.docker_mananger] Generated ports ['6143', '6144', '6145', '6146', '6147']
|
||||
2026-03-04 04:32:38.260 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:38.260 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:38.260 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:38.260 DEBUG [src.node.docker_mananger] docker run -i -t -p 6143:6143 -p 6144:6144 -p 6145:6145 -p 6146:6146 -p 6147:6147 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6145 --rest-port=6143 --tcp-port=6144 --discv5-udp-port=6146 --rest-address=0.0.0.0 --nat=extip:172.18.177.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0fbd430afedf9c35ce38fb95a2d642fb1e59e7fb8ca6ca5acbeed45e4612bfff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6147 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-03-04 04:32:38.414 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.165 waku 50ee3020df9b8b1431b28cc1de5b5f534c6be582c27d62b89d21f2df5ec6e7c6
|
||||
2026-03-04 04:32:38.440 DEBUG [src.node.docker_mananger] Container started with ID 50ee3020df9b. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:38.440 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6143
|
||||
2026-03-04 04:32:38.440 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:39.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6143/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:39.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:39.444 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:39.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6143/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:39.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.165/tcp/6144/p2p/16Uiu2HAmTPDzXh9dY6mjbRYmfUHnC9VpXYx8wz348HdML1XaaEUC","/ip4/172.18.177.165/tcp/6145/ws/p2p/16Uiu2HAmTPDzXh9dY6mjbRYmfUHnC9VpXYx8wz348HdML1XaaEUC"],"enrUri":"enr:-L24QM_yFGZlGI0Tx70gV21oSQecC6WggOGrVg3G7YkzjrFlfbx1J5hppKdE2cz6GkBPWMpS2amnuwgr9TqJQiFgxNACgmlkgnY0gmlwhKwSsaWKbXVsdGlhZGRyc5YACASsErGlBhgAAAoErBKxpQYYAd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2tVvo4XjsoievaGEVV35O6CP-2DvNemihhA_gm3I83WDdGNwghgAg3VkcIIYAoV3YWt1MgE"}'
|
||||
2026-03-04 04:32:39.446 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:39.446 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6143/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.225.235/tcp/37773/p2p/16Uiu2HAmEWwSRQY1dxbkojnS9Zcat6XkrvmCFu4Pn65EAxmWjwBk"]'
|
||||
2026-03-04 04:32:39.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:39.489 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:39.489 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:39.489 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:39.489 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:39.491 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:39.491 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.193.63
|
||||
2026-03-04 04:32:39.491 DEBUG [src.node.docker_mananger] Generated ports ['7826', '7827', '7828', '7829', '7830']
|
||||
2026-03-04 04:32:39.491 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:39.491 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:39.491 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:39.491 DEBUG [src.node.docker_mananger] docker run -i -t -p 7826:7826 -p 7827:7827 -p 7828:7828 -p 7829:7829 -p 7830:7830 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7828 --rest-port=7826 --tcp-port=7827 --discv5-udp-port=7829 --rest-address=0.0.0.0 --nat=extip:172.18.193.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7c5550221a0cc7e5b603d101bbc16f1ae98e0faced913dcddfafabf4e3be4fe1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7830 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLHv1FasIzppNoE_pBEl8INav7l1oKBv4GrSTXmq54tVEg8T1ohU_8PsJTbEUu7wbSSvoFGT-I102G3Gebci_pQCgmlkgnY0gmlwhKwS4euKbXVsdGlhZGRyc5YACASsEuHrBpONAAoErBLh6waTjt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDG6dvcJfxvtfBnX5bKWuduRrKwzYDPVIFRa0KAj1MbCeDdGNwgpONg3VkcIKTj4V3YWt1Mgk --lightpushnode=/ip4/172.18.225.235/tcp/37773/p2p/16Uiu2HAmEWwSRQY1dxbkojnS9Zcat6XkrvmCFu4Pn65EAxmWjwBk --lightpush=true --relay=true
|
||||
2026-03-04 04:32:39.651 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.193.63 waku ba2a83ef912dfa87f60f2bcd85e4a33d3d8526ca2e424900f32290fe5b896876
|
||||
2026-03-04 04:32:39.679 DEBUG [src.node.docker_mananger] Container started with ID ba2a83ef912d. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-32-37__69427801-ae70-4966-bb36-06e5289e17d3__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:39.679 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7826
|
||||
2026-03-04 04:32:39.679 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:40.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7826/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:40.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:40.682 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:40.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7826/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:40.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.63/tcp/7827/p2p/16Uiu2HAm6Vj4fuCrEcwv8Mv3qubbPi3QeZAoF5auNp81qEwsGSRZ","/ip4/172.18.193.63/tcp/7828/ws/p2p/16Uiu2HAm6Vj4fuCrEcwv8Mv3qubbPi3QeZAoF5auNp81qEwsGSRZ"],"enrUri":"enr:-L24QApiSe6Wm7X9_64-LVw7I99UtwixUSYL6OPdi5nD8xfWfbZ5H4tqEKFLh1vB2mpquu_QuBGog4iYXHZgcVgq7LYCgmlkgnY0gmlwhKwSwT-KbXVsdGlhZGRyc5YACASsEsE_Bh6TAAoErBLBPwYelN0DgnJzhQADAQAAiXNlY3AyNTZrMaECpHpd26bp12ilrXEcZ2z7mEZnHcmTnv69M0VPPO_KloyDdGNwgh6Tg3VkcIIelYV3YWt1Mgk"}'
|
||||
2026-03-04 04:32:40.685 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:40.685 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7826/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.225.235/tcp/37773/p2p/16Uiu2HAmEWwSRQY1dxbkojnS9Zcat6XkrvmCFu4Pn65EAxmWjwBk"]'
|
||||
2026-03-04 04:32:40.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:40.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7826/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.177.165/tcp/6144/p2p/16Uiu2HAmTPDzXh9dY6mjbRYmfUHnC9VpXYx8wz348HdML1XaaEUC"]'
|
||||
2026-03-04 04:32:40.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:40.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37772/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:32:40.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:40.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6143/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:32:40.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:40.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7826/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:32:40.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:40.789 DEBUG [tests.light_push.test_publish] Running test with payload length of 143360 bytes
|
||||
2026-03-04 04:32:40.791 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:32:40.793 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:32:40.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:40.960 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:41.060 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:41.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37772/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:41.066 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:32:41.069 DEBUG [src.steps.light_push] Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:41.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6143/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:41.075 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:32:41.077 DEBUG [src.steps.light_push] Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:32:41.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7826/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:41.082 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-03-04 04:32:41.086 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:41.087 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:41.087 DEBUG [src.node.waku_node] Stopping container with id 102b84ffaacd
|
||||
2026-03-04 04:32:41.589 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:41.589 DEBUG [src.node.waku_node] Stopping container with id 50ee3020df9b
|
||||
2026-03-04 04:32:42.097 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:42.099 DEBUG [src.node.waku_node] Stopping container with id ba2a83ef912d
|
||||
2026-03-04 04:32:42.402 ERROR [src.node.docker_mananger] Max retries reached for container 102b84ffaacd. Exiting log stream.
|
||||
2026-03-04 04:32:42.607 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:42.609 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:42.623 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:42.631 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:42.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
208
nim/1103/data/attachments/2357dc24db247dd9.txt
Normal file
208
nim/1103/data/attachments/2357dc24db247dd9.txt
Normal file
@ -0,0 +1,208 @@
|
||||
2026-03-04 04:37:30.104 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:37:30.105 DEBUG [tests.conftest] Running test: test_node_without_sync_or_relay_stays_empty with id: 2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf
|
||||
2026-03-04 04:37:30.105 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:37:30.113 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:37:30.113 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:30.119 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:37:30.119 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:30.126 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:37:30.126 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:30.126 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:37:30.127 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:37:30.127 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:37:30.129 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:37:30.129 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.127
|
||||
2026-03-04 04:37:30.129 DEBUG [src.node.docker_mananger] Generated ports ['27882', '27883', '27884', '27885', '27886']
|
||||
2026-03-04 04:37:30.129 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:37:30.129 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:37:30.130 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:37:30.130 DEBUG [src.node.docker_mananger] docker run -i -t -p 27882:27882 -p 27883:27883 -p 27884:27884 -p 27885:27885 -p 27886:27886 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27884 --rest-port=27882 --tcp-port=27883 --discv5-udp-port=27885 --rest-address=0.0.0.0 --nat=extip:172.18.105.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9e661ec7dd7b7a7fa0adcfbfddb7cb5eae7b1dcdc8fcde8991cce7d1b8fbcf02 --store-sync=true --store=true --store-sync-range=300 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27886 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true --dns-discovery=false
|
||||
2026-03-04 04:37:30.311 ERROR [src.node.docker_mananger] Max retries reached for container 694d9137ffb8. Exiting log stream.
|
||||
2026-03-04 04:37:30.317 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.127 waku 3a0c13c397477752a17a8d65df9bba4e771dead3f00bf8714b9524a039cb1af6
|
||||
2026-03-04 04:37:30.357 DEBUG [src.node.docker_mananger] Container started with ID 3a0c13c39747. Setting up logs at ./log/docker/node1_2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:30.358 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27882
|
||||
2026-03-04 04:37:30.359 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:37:30.902 ERROR [src.node.docker_mananger] Max retries reached for container 9ab1925510d5. Exiting log stream.
|
||||
2026-03-04 04:37:31.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27882/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:31.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:37:31.365 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:37:31.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:31.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.127/tcp/27883/p2p/16Uiu2HAkwBS9HBpETHvS9D54KDaigEU6nT4VkRK1QHmruP65v5nx","/ip4/172.18.105.127/tcp/27884/ws/p2p/16Uiu2HAkwBS9HBpETHvS9D54KDaigEU6nT4VkRK1QHmruP65v5nx"],"enrUri":"enr:-L24QGDCyeh1597ZcEZLemBpHsb4xlK0Yot7_lyoG3c9a2sWb7C7wqPFhIC8tFFKnwEkOuraDnddZybSTiM8Jdc_UlUCgmlkgnY0gmlwhKwSaX-KbXVsdGlhZGRyc5YACASsEml_BmzrAAoErBJpfwZs7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECGhGY_QmW5FJ5FkOMB_ymdDJL1c6lkD_NIxLxDkiEFiGDdGNwgmzrg3VkcIJs7YV3YWt1MhM"}'
|
||||
2026-03-04 04:37:31.367 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:37:31.368 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:31.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:31.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:31.387 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:31.598 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:31.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:31.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:31.603 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:31.814 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:31.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:31.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:31.818 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:32.029 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:32.029 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:32.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:32.034 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:32.245 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:32.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:32.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:32.250 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:32.460 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:32.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:32.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:32.465 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:32.676 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:32.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:32.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:32.681 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:32.891 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:32.892 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:32.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:32.896 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:33.107 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:33.107 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:33.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:33.112 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:33.322 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:33.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:33.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:33.327 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:33.538 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:33.538 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:33.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:33.543 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:33.754 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:33.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:33.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:33.758 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:33.969 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:33.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:33.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:33.974 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:34.185 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:34.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:34.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:34.189 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:34.400 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:34.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:34.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:34.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:34.615 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:34.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:34.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:34.620 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:34.831 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:34.831 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:34.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:34.836 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:35.046 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:35.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:35.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:35.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:35.262 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:35.262 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:35.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:35.267 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:35.478 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:35.478 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:35.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:35.482 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:35.693 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:35.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:35.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:35.698 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:35.909 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:35.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:35.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:35.914 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:36.125 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:36.125 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:36.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:36.130 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:36.341 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:36.341 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:36.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:36.346 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:36.556 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:36.557 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:36.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:36.561 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:36.772 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:36.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:36.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:36.777 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:36.988 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:36.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:36.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:36.993 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:37.204 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:37.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:37.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:37.208 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:37.419 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:37.419 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:37.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:37.424 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:37.634 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:37:37.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:37:37.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:37.639 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:37:37.849 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:37:37.849 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:37:37.851 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:37:37.851 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.131
|
||||
2026-03-04 04:37:37.851 DEBUG [src.node.docker_mananger] Generated ports ['37603', '37604', '37605', '37606', '37607']
|
||||
2026-03-04 04:37:37.852 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:37:37.852 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:37:37.852 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:37:37.852 DEBUG [src.node.docker_mananger] docker run -i -t -p 37603:37603 -p 37604:37604 -p 37605:37605 -p 37606:37606 -p 37607:37607 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37605 --rest-port=37603 --tcp-port=37604 --discv5-udp-port=37606 --rest-address=0.0.0.0 --nat=extip:172.18.52.131 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdf79edc76de4a0b21beb60f0ef9cc1d4ed122fce12e765b5b6d5eaf3fa9b1c3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37607 --metrics-logging=true --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGDCyeh1597ZcEZLemBpHsb4xlK0Yot7_lyoG3c9a2sWb7C7wqPFhIC8tFFKnwEkOuraDnddZybSTiM8Jdc_UlUCgmlkgnY0gmlwhKwSaX-KbXVsdGlhZGRyc5YACASsEml_BmzrAAoErBJpfwZs7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECGhGY_QmW5FJ5FkOMB_ymdDJL1c6lkD_NIxLxDkiEFiGDdGNwgmzrg3VkcIJs7YV3YWt1MhM
|
||||
2026-03-04 04:37:38.061 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.131 waku c347026a04be98d97fa4d86e01169bbf12dee8260a45ca82905a1ba264e30fe1
|
||||
2026-03-04 04:37:38.095 DEBUG [src.node.docker_mananger] Container started with ID c347026a04be. Setting up logs at ./log/docker/node2_2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:38.095 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37603
|
||||
2026-03-04 04:37:38.095 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:37:39.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37603/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:39.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:37:39.101 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:37:39.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:39.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.131/tcp/37604/p2p/16Uiu2HAmUT6GA2w2CuxrPDfukvhmt7wJGAWJeKtzdC33iRX4opsw","/ip4/172.18.52.131/tcp/37605/ws/p2p/16Uiu2HAmUT6GA2w2CuxrPDfukvhmt7wJGAWJeKtzdC33iRX4opsw"],"enrUri":"enr:-L24QL1PWLCFoSYcFy30Lf75Ay1fXJJZ3S_GTSe7UWdS3ip-ceUWucxSqL7X5yddItbVmIBgLlBiBBNyHr4QF6GlfhoCgmlkgnY0gmlwhKwSNIOKbXVsdGlhZGRyc5YACASsEjSDBpLkAAoErBI0gwaS5d0DgnJzhQADAQAAiXNlY3AyNTZrMaED6q60i_wFN4m3tH8Uy7pTtAlwxLSo1vCLfrIqma5l7saDdGNwgpLkg3VkcIKS5oV3YWt1MgA"}'
|
||||
2026-03-04 04:37:39.104 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:37:39.104 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:37:39.104 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:37:39.106 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:37:39.106 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.118
|
||||
2026-03-04 04:37:39.106 DEBUG [src.node.docker_mananger] Generated ports ['33605', '33606', '33607', '33608', '33609']
|
||||
2026-03-04 04:37:39.106 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:37:39.106 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:37:39.106 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:37:39.106 DEBUG [src.node.docker_mananger] docker run -i -t -p 33605:33605 -p 33606:33606 -p 33607:33607 -p 33608:33608 -p 33609:33609 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33607 --rest-port=33605 --tcp-port=33606 --discv5-udp-port=33608 --rest-address=0.0.0.0 --nat=extip:172.18.8.118 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3f41a9ddcec7e2f8dbb6cc2d22f6dbb66d6dae7ebe1fc6f86261d7f6f60df014 --store-sync=true --store=true --store-sync-range=300 --store-sync-interval=6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33609 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGDCyeh1597ZcEZLemBpHsb4xlK0Yot7_lyoG3c9a2sWb7C7wqPFhIC8tFFKnwEkOuraDnddZybSTiM8Jdc_UlUCgmlkgnY0gmlwhKwSaX-KbXVsdGlhZGRyc5YACASsEml_BmzrAAoErBJpfwZs7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECGhGY_QmW5FJ5FkOMB_ymdDJL1c6lkD_NIxLxDkiEFiGDdGNwgmzrg3VkcIJs7YV3YWt1MhM
|
||||
2026-03-04 04:37:39.301 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.118 waku ba8b5ebe7a884a265c7cb7fce2fd9facaa7b9e15a6af9b564e686b91bcfacae1
|
||||
2026-03-04 04:37:39.338 DEBUG [src.node.docker_mananger] Container started with ID ba8b5ebe7a88. Setting up logs at ./log/docker/node3_2026-03-04_04-37-30__591c1a01-be0c-43e2-a072-d913102b92cf__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:37:39.338 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33605
|
||||
2026-03-04 04:37:39.339 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:37:40.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33605/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:40.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:37:40.343 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:37:40.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33605/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:40.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.118/tcp/33606/p2p/16Uiu2HAkwrrNWitLSroHA7hqVu9KrtrbXKNZbYVCPjGwV5kyZ9hX","/ip4/172.18.8.118/tcp/33607/ws/p2p/16Uiu2HAkwrrNWitLSroHA7hqVu9KrtrbXKNZbYVCPjGwV5kyZ9hX"],"enrUri":"enr:-L24QHS2DvPGl_mOjJAHZyfo5ZFu_vYnmSufa8KKWkJZgHa1W59_v8fI8q7YTtFq2Ad9PNBmQJWbajN_uiXKT1zolAcCgmlkgnY0gmlwhKwSCHaKbXVsdGlhZGRyc5YACASsEgh2BoNGAAoErBIIdgaDR90DgnJzhQADAQAAiXNlY3AyNTZrMaECJCqk33SJlDLI60I29aBQEcQ2v1sS-WhnGxl3gIsuN66DdGNwgoNGg3VkcIKDSIV3YWt1MhI"}'
|
||||
2026-03-04 04:37:40.346 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:37:40.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33605/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.105.127/tcp/27883/p2p/16Uiu2HAkwBS9HBpETHvS9D54KDaigEU6nT4VkRK1QHmruP65v5nx"]'
|
||||
2026-03-04 04:37:40.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:37:58.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33605/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=200&ascending=true&peer_id=" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:37:58.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x330c0d89f6d043f8874bc562f1f6c9b5187ec3b252bb820c043c73f580ecfb9d"},{"messageHash":"0x9aedc17bc1bca4661c5d590fe1c25fd9507a193fc90e989c77032985de7a1a41"},{"messageHash":"0x6df0b5fd9d0a0df3eb6d6a8848ed1e401592975076d87d68917b9037ecd7415b"},{"messageHash":"0x0e81cc81af2f5d30cce0b3d790b6295142cbe9c8b9d65c256ad6fc37f1e6fb12"},{"messageHash":"0xe776c1b0079bc6d880876f9ccece394c7199de27a2bcd86d6855554b94077575"},{"messageHash":"0xd4215ec895b496f9c719a381865de23172afff15871c84887bd69c6810a5e709"},{"messageHash":"0xc06c6ca3967524844582d70d30c9c048d6ce5dfea39abbcc3e34257257575fff"},{"messageHash":"0x6beaaa7fde5c63e65a565fb752be373ccb6c98015550bd45c3ef9239450fee4a"},{"messageHash":"0xa5dee0d63bbd4b3012b79e6e3e01fa2c71aae83f8616f81e1f475598b85901ff"},{"messageHash":"0x6ff0979db142806ad7a24470732b7a2d055e4c7dcd12b5cd3b1ef4a7f0da1f15"},{"messageHash":"0x9d63ba6f453db8d357bb268d8b584529485c3d75a49d2540811c20778c63512d"},{"messageHash":"0xe5250bb3ded5cc38aa42f6d5d1b960001e5924f7cac318fbee1322d8d7d09da7"},{"messageHash":"0x23851df1152b826b1d36ed8c9d5f8cde4026f5b7693e439daca21378b396eeb8"},{"messageHash":"0xc6361ac6e4dcf6bfa6546920df14bf13a9274268e8afbc12575d95272823103d"},{"messageHash":"0xe4c4db43491103dc290da3cd83456ae59c59d7df8472ea07de407ab10579c463"},{"messageHash":"0x66ba39c45534315063130486060c053dbd82c059639a975496c5792d21c4000a"},{"messageHash":"0xc2d4caf3b328438266285129ba194908e625dd73c415ef42808a2ed50cd4af6b"},{"messageHash":"0x7329e7788887d152b477d707fb06a10a20d0e0f1d6d470c0a159f4f7c373e43d"},{"messageHash":"0x644eabba7a7af759277b99cfa02861f9a7f965af696b113f4a8ac182fa705fba"},{"messageHash":"0x3aa17c608566cf80ce602562586c572bed2ed51fc16df49742e828b2a1ef470c"},{"messageHash":"0x1514c0e97fbf13f268a2d721e74986182549d2b2fac441fa2f3b4da9d0069a70"},{"messageHash":"0xfe4a3ba19b589084bc1c2303743cac089623c88788d5ba9003ba5db272aa9bea"},{"messageHash":"0xd0e58151b60e54fa4c58ee5ee474968f7bbb68b3483d581809782fec2a7e5a7f"},{"messageHash":"0x431e85051f192bd750fcca87f7aa3e6f5f2e58eb41472e661797e61b239107e4"},{"messageHash":"0x26a3812569f0532356f91f128ae8a74f54396e8ec62f818607fa73b3ee666441"},{"messageHash":"0xdcb2e77610642eec225bd591824d12dc3edc8b064fe0eceaac91b0c88593c710"},{"messageHash":"0xc9971665deadad8f52e5d4b83f8610c9c57883460c3d8268a480331c4f356868"},{"messageHash":"0xe8e6f92900e55678269ded0ce529b8fda9abf5922441c5862d1323f14b2636ee"},{"messageHash":"0x6dbddc41951234c1808b7b4a6af970399b898f6408cf3c63290b046de7034264"},{"messageHash":"0x621d78e832f4ec7e88abb2fe2c8092cc6fa27e5c0f0253731d0a526634f71d9b"}]}'
|
||||
2026-03-04 04:37:58.392 DEBUG [tests.store_sync.test_store_sync] Node3 store has 30 messages expected 30
|
||||
2026-03-04 04:37:58.393 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:37:58.394 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:37:58.394 DEBUG [src.node.waku_node] Stopping container with id 3a0c13c39747
|
||||
2026-03-04 04:37:58.951 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:37:58.953 DEBUG [src.node.waku_node] Stopping container with id c347026a04be
|
||||
2026-03-04 04:37:59.533 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:37:59.535 DEBUG [src.node.waku_node] Stopping container with id ba8b5ebe7a88
|
||||
2026-03-04 04:37:59.765 ERROR [src.node.docker_mananger] Max retries reached for container 3a0c13c39747. Exiting log stream.
|
||||
2026-03-04 04:38:00.346 ERROR [src.node.docker_mananger] Max retries reached for container c347026a04be. Exiting log stream.
|
||||
2026-03-04 04:38:10.157 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:38:10.158 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:38:10.174 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:38:10.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:38:10.187 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
233
nim/1103/data/attachments/2375f3dd0b5c4450.txt
Normal file
233
nim/1103/data/attachments/2375f3dd0b5c4450.txt
Normal file
@ -0,0 +1,233 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_resubscribe_to_unsubscribed_pubsub_topics with id: 2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55280', '55281', '55282', '55283', '55284']
|
||||
[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 55280:55280 -p 55281:55281 -p 55282:55282 -p 55283:55283 -p 55284:55284 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55282 --rest-port=55280 --tcp-port=55281 --discv5-udp-port=55283 --rest-address=0.0.0.0 --nat=extip:172.18.7.0 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f95028ee5d7a3e7ebbd59ba3fc90eef5cb8f5fedd9fa2bd63974d9d97da5a4f9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55284 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.7.0 waku 6d66e04173dfbc99eae284f818b8e57abe134bae7be531126f5c6d7f4300945e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6d66e04173df. Setting up logs at ./log/docker/node1_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55280
|
||||
[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 cad63601ea13. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55280/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55280/debug/v1/info" -H "Content-Type: application/json" -d '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.0/tcp/55281/p2p/16Uiu2HAmBZVRuHKaNkxQnakTGEUifej3jySUJEenYZVYrd6En1pK","/ip4/172.18.7.0/tcp/55282/ws/p2p/16Uiu2HAmBZVRuHKaNkxQnakTGEUifej3jySUJEenYZVYrd6En1pK"],"enrUri":"enr:-L24QLtjq0raVLCY6xqL7jbYG8XJyeQKVHqS84ZNhJl4ZgtRelxY9cIaLD6jN8TQg9tOZ5_2wuNiKQ2isWjs1McFwboCgmlkgnY0gmlwhKwSBwCKbXVsdGlhZGRyc5YACASsEgcABtfxAAoErBIHAAbX8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC77u1Yu8cTykonrUBOlWirSvRQjrLifWF_nsnMMlcvDCDdGNwgtfxg3VkcILX84V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.188
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30299', '30300', '30301', '30302', '30303']
|
||||
[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 30299:30299 -p 30300:30300 -p 30301:30301 -p 30302:30302 -p 30303:30303 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30301 --rest-port=30299 --tcp-port=30300 --discv5-udp-port=30302 --rest-address=0.0.0.0 --nat=extip:172.18.178.188 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7b82fb0ae7c321eec1bcff24ec30b7089ea71b328fff0ee073e3bdbaa05ef85a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30303 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLtjq0raVLCY6xqL7jbYG8XJyeQKVHqS84ZNhJl4ZgtRelxY9cIaLD6jN8TQg9tOZ5_2wuNiKQ2isWjs1McFwboCgmlkgnY0gmlwhKwSBwCKbXVsdGlhZGRyc5YACASsEgcABtfxAAoErBIHAAbX8t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC77u1Yu8cTykonrUBOlWirSvRQjrLifWF_nsnMMlcvDCDdGNwgtfxg3VkcILX84V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.178.188 waku 17b9f0a8dad8bb451263f0de5b95b0b3fcef6fc1068c97943ade085f1b13996f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 17b9f0a8dad8. Setting up logs at ./log/docker/node2_2026-03-04_04-33-27__4e38a346-b695-4c91-b30a-069d61b2ff34__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30299
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30299/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30299/debug/v1/info" -H "Content-Type: application/json" -d '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.188/tcp/30300/p2p/16Uiu2HAmMUcXLhUjN3Pn2URLzjjVf9H4VQjEHrCFyHGrBbu6cPwn","/ip4/172.18.178.188/tcp/30301/ws/p2p/16Uiu2HAmMUcXLhUjN3Pn2URLzjjVf9H4VQjEHrCFyHGrBbu6cPwn"],"enrUri":"enr:-L24QK919-JAjkxA1wyHehjBZNqLv1vB5Woikt_Z_UbsCHDWC_pYUVjWwAfxYpX_VLwPemWvXlemeE1lvPJNKl31E7kCgmlkgnY0gmlwhKwSsryKbXVsdGlhZGRyc5YACASsErK8BnZcAAoErBKyvAZ2Xd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDgxCx1_fWh5RcJ99_O6cdOfZSCQzx4x2ea3kHBZ1iW0mDdGNwgnZcg3VkcIJ2XoV3YWt1MgE"}'
|
||||
[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:30299/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.7.0/tcp/55281/p2p/16Uiu2HAmBZVRuHKaNkxQnakTGEUifej3jySUJEenYZVYrd6En1pK"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:30299/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:55280/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:55280/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":1772598810262650741,"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:30299/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":1772598810262650741,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598810384291458,"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:30299/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":1772598810384291458,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598810499324748,"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:30299/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":1772598810499324748,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598810613536958,"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:30299/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":1772598810613536958,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598810728348489,"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:30299/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":1772598810728348489,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598810842435940,"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:30299/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":1772598810842435940,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598810957088615,"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:30299/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":1772598810957088615,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811071120888,"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:30299/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":1772598811071120888,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:55280/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 DELETE "http://127.0.0.1:30299/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/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:55280/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)'}'
|
||||
[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:55280/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:30299/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:55280/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:55280/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":1772598811283275834,"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:30299/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":1772598811283275834,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811400815685,"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:30299/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":1772598811400815685,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811516419690,"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:30299/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":1772598811516419690,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811630378418,"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:30299/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":1772598811630378418,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811746038708,"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:30299/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":1772598811746038708,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811859779465,"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:30299/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":1772598811859779465,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598811974227438,"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:30299/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":1772598811974227438,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55280/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:55280/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":1772598812088519977,"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:30299/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":1772598812088519977,"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 6d66e04173df
|
||||
[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 17b9f0a8dad8
|
||||
[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.
|
||||
140
nim/1103/data/attachments/23974cd1c1af403c.txt
Normal file
140
nim/1103/data/attachments/23974cd1c1af403c.txt
Normal file
@ -0,0 +1,140 @@
|
||||
2026-03-04 04:36:07.588 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:36:07.588 DEBUG [tests.conftest] Running test: test_sync_nodes_are_not_relay_and_have_storenode_set with id: 2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d
|
||||
2026-03-04 04:36:07.589 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:36:07.597 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:07.597 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:07.603 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:07.603 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:07.609 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:07.609 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:07.609 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:36:07.610 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:07.610 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:07.611 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:07.612 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.28
|
||||
2026-03-04 04:36:07.612 DEBUG [src.node.docker_mananger] Generated ports ['9205', '9206', '9207', '9208', '9209']
|
||||
2026-03-04 04:36:07.612 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:07.612 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:07.612 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:07.612 DEBUG [src.node.docker_mananger] docker run -i -t -p 9205:9205 -p 9206:9206 -p 9207:9207 -p 9208:9208 -p 9209:9209 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9207 --rest-port=9205 --tcp-port=9206 --discv5-udp-port=9208 --rest-address=0.0.0.0 --nat=extip:172.18.5.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=952e475a4e7b1d9a41ab90d09a4bd330eaf19a86998e2fe8fbb59f8bc6d937ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9209 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:36:07.795 ERROR [src.node.docker_mananger] Max retries reached for container 8daaf6aeaaba. Exiting log stream.
|
||||
2026-03-04 04:36:07.814 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.28 waku 559595488d5badb444a6a714dfaf42ebf1e3c05e3ceede360fd7bab8722e4bde
|
||||
2026-03-04 04:36:07.851 DEBUG [src.node.docker_mananger] Container started with ID 559595488d5b. Setting up logs at ./log/docker/node1_2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:07.852 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9205
|
||||
2026-03-04 04:36:07.852 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:08.357 ERROR [src.node.docker_mananger] Max retries reached for container 4dada8bbf80f. Exiting log stream.
|
||||
2026-03-04 04:36:08.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9205/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:08.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:08.857 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:08.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9205/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:08.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.28/tcp/9206/p2p/16Uiu2HAkv9Kp6BpbAaYVKTnpJG4CmitUzCPyVoTkeBQEMFKziG5m","/ip4/172.18.5.28/tcp/9207/ws/p2p/16Uiu2HAkv9Kp6BpbAaYVKTnpJG4CmitUzCPyVoTkeBQEMFKziG5m"],"enrUri":"enr:-L24QIwCD75mEHYNJSoXZNaRhQJeqbZ3NADJLBSgVKFmu7HpKfSUVh5m1mfywj1vZf2cMJA51TGHrxBSrnp85q2CGQwCgmlkgnY0gmlwhKwSBRyKbXVsdGlhZGRyc5YACASsEgUcBiP2AAoErBIFHAYj990DgnJzhQADAQAAiXNlY3AyNTZrMaECCquXOwwTSSeWrRvGyXcWBeITLcCYYu9ve2ilXpp0UOiDdGNwgiP2g3VkcIIj-IV3YWt1MgM"}'
|
||||
2026-03-04 04:36:08.859 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:08.860 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:08.860 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:08.861 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:08.861 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.131.218
|
||||
2026-03-04 04:36:08.861 DEBUG [src.node.docker_mananger] Generated ports ['23648', '23649', '23650', '23651', '23652']
|
||||
2026-03-04 04:36:08.861 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:08.862 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:08.862 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:08.862 DEBUG [src.node.docker_mananger] docker run -i -t -p 23648:23648 -p 23649:23649 -p 23650:23650 -p 23651:23651 -p 23652:23652 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23650 --rest-port=23648 --tcp-port=23649 --discv5-udp-port=23651 --rest-address=0.0.0.0 --nat=extip:172.18.131.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9d9bb7cb87de3aa1e69ba9a7e34a6fdada5c6b2ba8bda2bedd8a8179df6b37a --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23652 --metrics-logging=true --relay=false --storenode=/ip4/172.18.5.28/tcp/9206/p2p/16Uiu2HAkv9Kp6BpbAaYVKTnpJG4CmitUzCPyVoTkeBQEMFKziG5m --discv5-bootstrap-node=enr:-L24QIwCD75mEHYNJSoXZNaRhQJeqbZ3NADJLBSgVKFmu7HpKfSUVh5m1mfywj1vZf2cMJA51TGHrxBSrnp85q2CGQwCgmlkgnY0gmlwhKwSBRyKbXVsdGlhZGRyc5YACASsEgUcBiP2AAoErBIFHAYj990DgnJzhQADAQAAiXNlY3AyNTZrMaECCquXOwwTSSeWrRvGyXcWBeITLcCYYu9ve2ilXpp0UOiDdGNwgiP2g3VkcIIj-IV3YWt1MgM
|
||||
2026-03-04 04:36:09.076 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.131.218 waku 1af5ea6ba74116828b404a41e8e806cb0e7a6cbb2351f0f8df9cac4c41bf2cc7
|
||||
2026-03-04 04:36:09.110 DEBUG [src.node.docker_mananger] Container started with ID 1af5ea6ba741. Setting up logs at ./log/docker/node2_2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:09.110 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23648
|
||||
2026-03-04 04:36:09.111 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:10.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23648/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:10.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:10.114 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:10.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23648/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:10.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.131.218/tcp/23649/p2p/16Uiu2HAkv296qh3BqaLbqgqTm8LDCfULRTmro4r6GS7BN3q19F9M","/ip4/172.18.131.218/tcp/23650/ws/p2p/16Uiu2HAkv296qh3BqaLbqgqTm8LDCfULRTmro4r6GS7BN3q19F9M"],"enrUri":"enr:-L24QP0KqrnUUJNohieh2GY1bkQQ5IKwrBATmuGK7VKtPvl2GXnKnoA1pYsMo7duceHTWgiPihMv93zCKWiOzDegIXwCgmlkgnY0gmlwhKwSg9qKbXVsdGlhZGRyc5YACASsEoPaBlxhAAoErBKD2gZcYt0DgnJzhQADAQAAiXNlY3AyNTZrMaECCNRp9C9yxRHVYdWzBFxFWZEpfZ19jcx9-4d2uucyFByDdGNwglxhg3VkcIJcY4V3YWt1MgA"}'
|
||||
2026-03-04 04:36:10.117 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:10.117 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:10.117 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:10.118 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:10.119 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.225
|
||||
2026-03-04 04:36:10.119 DEBUG [src.node.docker_mananger] Generated ports ['60271', '60272', '60273', '60274', '60275']
|
||||
2026-03-04 04:36:10.119 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:10.119 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:10.119 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:10.119 DEBUG [src.node.docker_mananger] docker run -i -t -p 60271:60271 -p 60272:60272 -p 60273:60273 -p 60274:60274 -p 60275:60275 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60273 --rest-port=60271 --tcp-port=60272 --discv5-udp-port=60274 --rest-address=0.0.0.0 --nat=extip:172.18.89.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=95a5672ee66918eedfa77c79275b37b05aac7b163f2ffbef46d98df91fc983ba --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60275 --metrics-logging=true --relay=false --storenode=/ip4/172.18.5.28/tcp/9206/p2p/16Uiu2HAkv9Kp6BpbAaYVKTnpJG4CmitUzCPyVoTkeBQEMFKziG5m --discv5-bootstrap-node=enr:-L24QP0KqrnUUJNohieh2GY1bkQQ5IKwrBATmuGK7VKtPvl2GXnKnoA1pYsMo7duceHTWgiPihMv93zCKWiOzDegIXwCgmlkgnY0gmlwhKwSg9qKbXVsdGlhZGRyc5YACASsEoPaBlxhAAoErBKD2gZcYt0DgnJzhQADAQAAiXNlY3AyNTZrMaECCNRp9C9yxRHVYdWzBFxFWZEpfZ19jcx9-4d2uucyFByDdGNwglxhg3VkcIJcY4V3YWt1MgA
|
||||
2026-03-04 04:36:10.327 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.225 waku c931eb8ebf33dabb5c4726eaa08c104bdb057041bced4d41bfd9e1c6637d9070
|
||||
2026-03-04 04:36:10.365 DEBUG [src.node.docker_mananger] Container started with ID c931eb8ebf33. Setting up logs at ./log/docker/node3_2026-03-04_04-36-07__74d2dae3-a583-4c4f-ac74-57753022224d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:10.365 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60271
|
||||
2026-03-04 04:36:10.366 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:11.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60271/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:11.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:11.370 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:11.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60271/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:11.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.225/tcp/60272/p2p/16Uiu2HAmExNfbuiecfxYRTcgJpezQ3Qz7VyMYkCCEKMFBzuMn8X1","/ip4/172.18.89.225/tcp/60273/ws/p2p/16Uiu2HAmExNfbuiecfxYRTcgJpezQ3Qz7VyMYkCCEKMFBzuMn8X1"],"enrUri":"enr:-L24QEKb3wdkeEEPI4Arg3sSgUowiCpcHbt0jM32nmUPYZrnPxdI6rEIPGzDyKbk8OkKncXZyfVmmsXugfO6I2cAF8sCgmlkgnY0gmlwhKwSWeGKbXVsdGlhZGRyc5YACASsElnhButwAAoErBJZ4Qbrcd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIit651pLeUUtVy5XOFlLFBz44Cj6GzokhFDu7kW6qNCDdGNwgutwg3VkcILrcoV3YWt1MgA"}'
|
||||
2026-03-04 04:36:11.372 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:11.373 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23648/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.5.28/tcp/9206/p2p/16Uiu2HAkv9Kp6BpbAaYVKTnpJG4CmitUzCPyVoTkeBQEMFKziG5m"]'
|
||||
2026-03-04 04:36:11.412 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:11.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60271/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.131.218/tcp/23649/p2p/16Uiu2HAkv296qh3BqaLbqgqTm8LDCfULRTmro4r6GS7BN3q19F9M"]'
|
||||
2026-03-04 04:36:11.450 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:11.450 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:36:11.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:11.456 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:11.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:11.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:11.466 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:11.668 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:11.668 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:11.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:11.672 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:11.873 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:11.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:11.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:11.878 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:12.079 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:12.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:12.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:12.084 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:12.284 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:12.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:12.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:12.289 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:12.490 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:12.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:12.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:12.495 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:12.695 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:12.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:12.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:12.700 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:12.901 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:12.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:12.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:12.905 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:13.106 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:13.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:13.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:13.110 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:13.311 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:36:13.311 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9205/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:13.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:13.316 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:36:13.516 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:36:13.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9205/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:13.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfe69bdaaeb67c200f5f4802bdcaee399e423994f09a171c8a1f29fc218aaac32"},{"messageHash":"0xf51566318ef6ac990307cd01e707f7e8160c2525d52e9c10a49e97ffd8f5b18b"},{"messageHash":"0x0bc00cd0a0a45770d254cbaea15fe641b28e019c1669509963016f9d95de482b"},{"messageHash":"0xeafd8ceda8f18e2ece8186cd9f966a137fde8ccf418854dec4a0897c22cd83b4"},{"messageHash":"0x8f2761beb9fe833aedc351d6d9216d28d42be5fd1c5b431ec80e2752d3740e20"},{"messageHash":"0x97a1103a0314a371bf611545d1dbcbeb40c6ccf321d71fd65e9cbad9f6991460"},{"messageHash":"0x57131fbfeb430680c226d27bea85d27685ae74052610d633f3d001ab50fee1fb"},{"messageHash":"0xa6a3e64578656af93f07215f72f70883decb2f23f18be4a6ad4aec39a00fb318"},{"messageHash":"0x49314fc1af6512ef50f81783c3a6369ccf620f3f42664f4e04775621427458c7"},{"messageHash":"0x0f7c44552b1354bf575ac31ab1efa6970da8d871af2c0da00b26a49712f20d39"}]}'
|
||||
2026-03-04 04:36:13.520 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-04 04:36:13.522 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:36:13.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23648/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:13.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"75adf933f1614b905e2c","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfe69bdaaeb67c200f5f4802bdcaee399e423994f09a171c8a1f29fc218aaac32"},{"messageHash":"0xf51566318ef6ac990307cd01e707f7e8160c2525d52e9c10a49e97ffd8f5b18b"},{"messageHash":"0x0bc00cd0a0a45770d254cbaea15fe641b28e019c1669509963016f9d95de482b"},{"messageHash":"0xeafd8ceda8f18e2ece8186cd9f966a137fde8ccf418854dec4a0897c22cd83b4"},{"messageHash":"0x8f2761beb9fe833aedc351d6d9216d28d42be5fd1c5b431ec80e2752d3740e20"},{"messageHash":"0x97a1103a0314a371bf611545d1dbcbeb40c6ccf321d71fd65e9cbad9f6991460"},{"messageHash":"0x57131fbfeb430680c226d27bea85d27685ae74052610d633f3d001ab50fee1fb"},{"messageHash":"0xa6a3e64578656af93f07215f72f70883decb2f23f18be4a6ad4aec39a00fb318"},{"messageHash":"0x49314fc1af6512ef50f81783c3a6369ccf620f3f42664f4e04775621427458c7"},{"messageHash":"0x0f7c44552b1354bf575ac31ab1efa6970da8d871af2c0da00b26a49712f20d39"}]}'
|
||||
2026-03-04 04:36:13.531 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-04 04:36:13.532 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:36:13.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60271/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:13.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"30a8f8bc64c2353516f4","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfe69bdaaeb67c200f5f4802bdcaee399e423994f09a171c8a1f29fc218aaac32"},{"messageHash":"0xf51566318ef6ac990307cd01e707f7e8160c2525d52e9c10a49e97ffd8f5b18b"},{"messageHash":"0x0bc00cd0a0a45770d254cbaea15fe641b28e019c1669509963016f9d95de482b"},{"messageHash":"0xeafd8ceda8f18e2ece8186cd9f966a137fde8ccf418854dec4a0897c22cd83b4"},{"messageHash":"0x8f2761beb9fe833aedc351d6d9216d28d42be5fd1c5b431ec80e2752d3740e20"},{"messageHash":"0x97a1103a0314a371bf611545d1dbcbeb40c6ccf321d71fd65e9cbad9f6991460"},{"messageHash":"0x57131fbfeb430680c226d27bea85d27685ae74052610d633f3d001ab50fee1fb"},{"messageHash":"0xa6a3e64578656af93f07215f72f70883decb2f23f18be4a6ad4aec39a00fb318"},{"messageHash":"0x49314fc1af6512ef50f81783c3a6369ccf620f3f42664f4e04775621427458c7"},{"messageHash":"0x0f7c44552b1354bf575ac31ab1efa6970da8d871af2c0da00b26a49712f20d39"}]}'
|
||||
2026-03-04 04:36:13.564 DEBUG [src.steps.store] messages length is 10
|
||||
2026-03-04 04:36:13.575 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:36:13.576 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:36:13.576 DEBUG [src.node.waku_node] Stopping container with id 559595488d5b
|
||||
2026-03-04 04:36:14.168 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:14.169 DEBUG [src.node.waku_node] Stopping container with id 1af5ea6ba741
|
||||
2026-03-04 04:36:14.741 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:14.742 DEBUG [src.node.waku_node] Stopping container with id c931eb8ebf33
|
||||
2026-03-04 04:36:15.019 ERROR [src.node.docker_mananger] Max retries reached for container 559595488d5b. Exiting log stream.
|
||||
2026-03-04 04:36:15.279 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:15.280 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:15.298 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:15.304 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:15.310 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1103/data/attachments/23b9a615f26c2777.txt
Normal file
77
nim/1103/data/attachments/23b9a615f26c2777.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_2_nodes_different_cluster_different_shard with id: 2026-03-04_04-33-28__7ca2152e-c332-452e-9f22-f1139f5710f3
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-33-28__7ca2152e-c332-452e-9f22-f1139f5710f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.113
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6517', '6518', '6519', '6520', '6521']
|
||||
[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 6517:6517 -p 6518:6518 -p 6519:6519 -p 6520:6520 -p 6521:6521 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6519 --rest-port=6517 --tcp-port=6518 --discv5-udp-port=6520 --rest-address=0.0.0.0 --nat=extip:172.18.109.113 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e6f51de02d4eb6f0691d1dea1da6afdb0c96d9d6d4d056b6c57543d5aecec081 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6521 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.109.113 waku c004e0fc0617b13193ba5844d01def0a31883c2163642407cf58dc0d55f3eb94
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c004e0fc0617. Setting up logs at ./log/docker/node1_2026-03-04_04-33-28__7ca2152e-c332-452e-9f22-f1139f5710f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6517
|
||||
[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 d37486a5e07c. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d476da50c54a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6517/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6517/debug/v1/info" -H "Content-Type: application/json" -d '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.113/tcp/6518/p2p/16Uiu2HAm5DCeo8hpiubNA8phBBDTW88y4qmzRs7A6H61YzEo3r3k","/ip4/172.18.109.113/tcp/6519/ws/p2p/16Uiu2HAm5DCeo8hpiubNA8phBBDTW88y4qmzRs7A6H61YzEo3r3k"],"enrUri":"enr:-L24QMAVu8bpgtXgNm7Faogcl3HdnogNisiJuNKarGFTY1vBF_k5Us1foYr0KlxrK60E6k3DE28G2iiRrXQ85fqWvSECgmlkgnY0gmlwhKwSbXGKbXVsdGlhZGRyc5YACASsEm1xBhl2AAoErBJtcQYZd90DgnJzhQACAQAAiXNlY3AyNTZrMaECkWMADY8BoPIe1zaXCAuVv1lfmh3cND9-3VIK1Sy7rpODdGNwghl2g3VkcIIZeIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-33-28__7ca2152e-c332-452e-9f22-f1139f5710f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.29.127
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45745', '45746', '45747', '45748', '45749']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45745:45745 -p 45746:45746 -p 45747:45747 -p 45748:45748 -p 45749:45749 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45747 --rest-port=45745 --tcp-port=45746 --discv5-udp-port=45748 --rest-address=0.0.0.0 --nat=extip:172.18.29.127 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=08aaeed3bab97dd9b38ae42dffd0df156ac16d84c3444c4efe0dbec9459ece14 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45749 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMAVu8bpgtXgNm7Faogcl3HdnogNisiJuNKarGFTY1vBF_k5Us1foYr0KlxrK60E6k3DE28G2iiRrXQ85fqWvSECgmlkgnY0gmlwhKwSbXGKbXVsdGlhZGRyc5YACASsEm1xBhl2AAoErBJtcQYZd90DgnJzhQACAQAAiXNlY3AyNTZrMaECkWMADY8BoPIe1zaXCAuVv1lfmh3cND9-3VIK1Sy7rpODdGNwghl2g3VkcIIZeIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.29.127 waku 853cc5521886aa0a030981bb263741647a0cbe6a03346e1b2a518184759795a0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 853cc5521886. Setting up logs at ./log/docker/node2_2026-03-04_04-33-28__7ca2152e-c332-452e-9f22-f1139f5710f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45745
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45745/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45745/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.29.127/tcp/45746/p2p/16Uiu2HAmH1MQNcj3UuykypHVUZqxRgxWZ37foPmsbVyYEQjDqiY6","/ip4/172.18.29.127/tcp/45747/ws/p2p/16Uiu2HAmH1MQNcj3UuykypHVUZqxRgxWZ37foPmsbVyYEQjDqiY6"],"enrUri":"enr:-L24QBc3tthyTuevZqRlY_miehWofdZiRjk3sauOMTtqkeCVNPDBo9m9cbdtnP0d8B8zO91x_v5-V7rNyMtSVLllBMwCgmlkgnY0gmlwhKwSHX-KbXVsdGlhZGRyc5YACASsEh1_BrKyAAoErBIdfways90DgnJzhQAEAQAAiXNlY3AyNTZrMaEDQKYrNQKRgJg9wbnsor8SG98N0hTUkFFnk4pRavtemY-DdGNwgrKyg3VkcIKytIV3YWt1MgE"}'
|
||||
[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:45745/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.109.113/tcp/6518/p2p/16Uiu2HAm5DCeo8hpiubNA8phBBDTW88y4qmzRs7A6H61YzEo3r3k"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6517/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:45745/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6517/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:6517/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":1772598811446161382,"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:45745/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:45745/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c004e0fc0617
|
||||
[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 853cc5521886
|
||||
[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.
|
||||
92
nim/1103/data/attachments/23e03f09b11c027f.txt
Normal file
92
nim/1103/data/attachments/23e03f09b11c027f.txt
Normal file
@ -0,0 +1,92 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_time_filter_start_time_equals_end_time with id: 2026-03-04_04-34-19__d38befd1-aaa3-45da-a643-1424590d28fc
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-34-19__d38befd1-aaa3-45da-a643-1424590d28fc__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.120
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48533', '48534', '48535', '48536', '48537']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48533:48533 -p 48534:48534 -p 48535:48535 -p 48536:48536 -p 48537:48537 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48535 --rest-port=48533 --tcp-port=48534 --discv5-udp-port=48536 --rest-address=0.0.0.0 --nat=extip:172.18.136.120 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cda0dda3abbde47bef7fbe2ecc790ee27d5da69cde4c77d8d2140a1f9db45224 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48537 --metrics-logging=true --store=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 376395f6bdf5. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.136.120 waku 60b2ecc5947aa44fbe32b920757bd1157ffd57209b4df6d59d43112aeccbb99d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 60b2ecc5947a. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-34-19__d38befd1-aaa3-45da-a643-1424590d28fc__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48533
|
||||
[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 4128fc592de4. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48533/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48533/debug/v1/info" -H "Content-Type: application/json" -d '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.120/tcp/48534/p2p/16Uiu2HAkubJzFFVMEmVSTVqFPne3biwqxc7QwYs99gsYyZV5Yrbg","/ip4/172.18.136.120/tcp/48535/ws/p2p/16Uiu2HAkubJzFFVMEmVSTVqFPne3biwqxc7QwYs99gsYyZV5Yrbg"],"enrUri":"enr:-L24QFnQnIXsINYFWqpP7lhQGg3d2RLWAl6apxYjHkos9wD7KKEmaRdVvUxUr4yS47Bfp24Kg8tNblyihhCjHH5vPUYCgmlkgnY0gmlwhKwSiHiKbXVsdGlhZGRyc5YACASsEoh4Br2WAAoErBKIeAa9l90DgnJzhQADAQAAiXNlY3AyNTZrMaECAngSeChNfWMyRj0bhGhGdHojI6CuHjAiwpxXKkcDi1eDdGNwgr2Wg3VkcIK9mIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-34-19__d38befd1-aaa3-45da-a643-1424590d28fc__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.158.229
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60639', '60640', '60641', '60642', '60643']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60639:60639 -p 60640:60640 -p 60641:60641 -p 60642:60642 -p 60643:60643 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60641 --rest-port=60639 --tcp-port=60640 --discv5-udp-port=60642 --rest-address=0.0.0.0 --nat=extip:172.18.158.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b0ffabc21c6a79f8d5e338e6460fd4bfe4bfe95d375dcceeae727a8eba72cd3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60643 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFnQnIXsINYFWqpP7lhQGg3d2RLWAl6apxYjHkos9wD7KKEmaRdVvUxUr4yS47Bfp24Kg8tNblyihhCjHH5vPUYCgmlkgnY0gmlwhKwSiHiKbXVsdGlhZGRyc5YACASsEoh4Br2WAAoErBKIeAa9l90DgnJzhQADAQAAiXNlY3AyNTZrMaECAngSeChNfWMyRj0bhGhGdHojI6CuHjAiwpxXKkcDi1eDdGNwgr2Wg3VkcIK9mIV3YWt1MgM --storenode=/ip4/172.18.136.120/tcp/48534/p2p/16Uiu2HAkubJzFFVMEmVSTVqFPne3biwqxc7QwYs99gsYyZV5Yrbg --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.158.229 waku a8990d43dbff2fa25e299c0326bf774d3bacfaa7689c14d94b19d67c675e4d91
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a8990d43dbff. Setting up logs at ./log/docker/store_node1_2026-03-04_04-34-19__d38befd1-aaa3-45da-a643-1424590d28fc__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60639
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60639/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60639/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.158.229/tcp/60640/p2p/16Uiu2HAmV9wyMxeW49qyqD7twsBaRcMXMiG156qQjjHLkvvChjNZ","/ip4/172.18.158.229/tcp/60641/ws/p2p/16Uiu2HAmV9wyMxeW49qyqD7twsBaRcMXMiG156qQjjHLkvvChjNZ"],"enrUri":"enr:-L24QLYsis8P3Q3Tf7x2U5ZBr8iNYdlNbkgTDAamtQFyTY2xefJele5iNEVABD-kCCTq839Cottiij7IVZAa14Fz0vICgmlkgnY0gmlwhKwSnuWKbXVsdGlhZGRyc5YACASsEp7lBuzgAAoErBKe5Qbs4d0DgnJzhQADAQAAiXNlY3AyNTZrMaED9SYlOOovfwcjFw8yYSkWjsYmp_Opo3Ki5U0-kqUEFpqDdGNwguzgg3VkcILs4oV3YWt1MgM"}'
|
||||
[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:60639/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.136.120/tcp/48534/p2p/16Uiu2HAkubJzFFVMEmVSTVqFPne3biwqxc7QwYs99gsYyZV5Yrbg"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48533/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:60639/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:48533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:48533/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_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:48533/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1772598858991610880&endTime=1772598858991610880&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":"0x07fbdce7f0ee7aa745d5e5d9da16308bf78eadbc821c4c4ba8577aa05effc220"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60639/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1772598858991610880&endTime=1772598858991610880&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":"0x07fbdce7f0ee7aa745d5e5d9da16308bf78eadbc821c4c4ba8577aa05effc220"}]}'
|
||||
[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 60b2ecc5947a
|
||||
[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 a8990d43dbff
|
||||
[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.
|
||||
138
nim/1103/data/attachments/23f0b1ffae03471e.txt
Normal file
138
nim/1103/data/attachments/23f0b1ffae03471e.txt
Normal file
@ -0,0 +1,138 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_filter_node2 with id: 2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.97.11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45981', '45982', '45983', '45984', '45985']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 45981:45981 -p 45982:45982 -p 45983:45983 -p 45984:45984 -p 45985:45985 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45983 --rest-port=45981 --tcp-port=45982 --discv5-udp-port=45984 --rest-address=0.0.0.0 --nat=extip:172.18.97.11 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1f7c5cbbfff3be27ef5d746f3e4b265c66c972d1ffbcfbdbd7f4e1f2decb3fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45985 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.97.11 waku 3f8405ee8c33fc6f13604ab7ecd726bf122ecc34fdb72d38bc107ef871fdf203
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 50512268eee0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3f8405ee8c33. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45981
|
||||
[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 30797b06b13d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45981/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45981/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.97.11/tcp/45982/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz","/ip4/172.18.97.11/tcp/45983/ws/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz"],"enrUri":"enr:-L24QJFtvBweqj2aSw1_GF941xp1UTIvqNzDHHAyGAAcAPBDHC0JKLm7RY8MFt2BsAZBR7bnIXE4IRDj4Ymhba-keR4CgmlkgnY0gmlwhKwSYQuKbXVsdGlhZGRyc5YACASsEmELBrOeAAoErBJhCwazn90DgnJzhQADAQAAiXNlY3AyNTZrMaECy7Fla1wz15P0NuDq3C7fVijhHCu6DCIPVM5ytSnf6c2DdGNwgrOeg3VkcIKzoIV3YWt1Mg0"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.3.140
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38144', '38145', '38146', '38147', '38148']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 38144:38144 -p 38145:38145 -p 38146:38146 -p 38147:38147 -p 38148:38148 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38146 --rest-port=38144 --tcp-port=38145 --discv5-udp-port=38147 --rest-address=0.0.0.0 --nat=extip:172.18.3.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af9b735a9497fa23bd8e79f56d1cfe9436dd5da2cb33ab2133002e1b5e122602 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38148 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.97.11/tcp/45982/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.3.140 waku e8a4edc1dfa5bfbd95f87f3021ea4ba89e91c7fbe4bf2591660a0945255c74d5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e8a4edc1dfa5. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38144
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38144/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38144/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.140/tcp/38145/p2p/16Uiu2HAkv4hMv9djzkd18wkpyvFXDDQqg9mSJRCqaqeXog4EXJXb","/ip4/172.18.3.140/tcp/38146/ws/p2p/16Uiu2HAkv4hMv9djzkd18wkpyvFXDDQqg9mSJRCqaqeXog4EXJXb"],"enrUri":"enr:-L24QM_ZpBYLfZcrS6RrMU4H1nhnuqjPDGvk9mj1kmDgeYpjHcuU1rzG8JUMZy07ywPwawcV8pCrT2CUY_HzpPu86tcCgmlkgnY0gmlwhKwSA4yKbXVsdGlhZGRyc5YACASsEgOMBpUBAAoErBIDjAaVAt0DgnJzhQADAQAAiXNlY3AyNTZrMaECCXwNS8mLjMUe8YIXAYe-XvISgfI9xwchXb56hgAE4HKDdGNwgpUBg3VkcIKVA4V3YWt1MgA"}'
|
||||
[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:38144/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.11/tcp/45982/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.210.25
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46848', '46849', '46850', '46851', '46852']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46848:46848 -p 46849:46849 -p 46850:46850 -p 46851:46851 -p 46852:46852 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46850 --rest-port=46848 --tcp-port=46849 --discv5-udp-port=46851 --rest-address=0.0.0.0 --nat=extip:172.18.210.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e855eee098ea6c5dc57bcb4a5b3ae3b5bb23b9cdbbfcd91aaf5ad00cc7cac83b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46852 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJFtvBweqj2aSw1_GF941xp1UTIvqNzDHHAyGAAcAPBDHC0JKLm7RY8MFt2BsAZBR7bnIXE4IRDj4Ymhba-keR4CgmlkgnY0gmlwhKwSYQuKbXVsdGlhZGRyc5YACASsEmELBrOeAAoErBJhCwazn90DgnJzhQADAQAAiXNlY3AyNTZrMaECy7Fla1wz15P0NuDq3C7fVijhHCu6DCIPVM5ytSnf6c2DdGNwgrOeg3VkcIKzoIV3YWt1Mg0 --lightpushnode=/ip4/172.18.97.11/tcp/45982/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.210.25 waku 0bf6b1e352585746341281e5b8098761a580421d3c31d96e32c03bd425a299fd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0bf6b1e35258. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46848
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46848/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46848/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.25/tcp/46849/p2p/16Uiu2HAm1Gw1sHoTxo9FtczM2FDTG5mFNs8fCbfTgvdPWSBSnd8e","/ip4/172.18.210.25/tcp/46850/ws/p2p/16Uiu2HAm1Gw1sHoTxo9FtczM2FDTG5mFNs8fCbfTgvdPWSBSnd8e"],"enrUri":"enr:-L24QISnjvY9LCSYClNyNeqm-3WzG9yYrn2ot_zfMsbbBApQTbudOsEZxkB-0uynURQkYdCtt9dUc5C_qD7O63gmWBsCgmlkgnY0gmlwhKwS0hmKbXVsdGlhZGRyc5YACASsEtIZBrcBAAoErBLSGQa3At0DgnJzhQADAQAAiXNlY3AyNTZrMaECVujlMGngbP0EsGsm_FvMzcs4mO54BmxYOAs78driSWODdGNwgrcBg3VkcIK3A4V3YWt1Mgk"}'
|
||||
[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:46848/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.11/tcp/45982/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46848/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.140/tcp/38145/p2p/16Uiu2HAkv4hMv9djzkd18wkpyvFXDDQqg9mSJRCqaqeXog4EXJXb"]'
|
||||
[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/receiving_node4_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.144
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62018', '62019', '62020', '62021', '62022']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 62018:62018 -p 62019:62019 -p 62020:62020 -p 62021:62021 -p 62022:62022 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62020 --rest-port=62018 --tcp-port=62019 --discv5-udp-port=62021 --rest-address=0.0.0.0 --nat=extip:172.18.42.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9b7397776f2d1de641077a73e6c5b8b4761aecd6f365dfbaddd9ac19d143dfec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62022 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.42.144 waku ef062a981c4a7677c0efdd78036bc6bbf9b89bad077e20a134ce87f6f21255d0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ef062a981c4a. Setting up logs at ./log/docker/receiving_node4_2026-03-04_04-35-14__eb1ca8d5-f9a2-485a-8713-75e96dd9a833__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62018
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62018/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62018/debug/v1/info" -H "Content-Type: application/json" -d '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.144/tcp/62019/p2p/16Uiu2HAmFd3VXT6JdRCePL5QSjgkz1iPPucavUyg5tyrCT8Z7V1g","/ip4/172.18.42.144/tcp/62020/ws/p2p/16Uiu2HAmFd3VXT6JdRCePL5QSjgkz1iPPucavUyg5tyrCT8Z7V1g"],"enrUri":"enr:-L24QKWGDYKDopqvOf490c3-g2Ot8eNIGlfES7dJAJCEw_coR9uIjb8OJA9CfsK21qRVJy8msdQrVqiCJy4y4eVp90kCgmlkgnY0gmlwhKwSKpCKbXVsdGlhZGRyc5YACASsEiqQBvJDAAoErBIqkAbyRN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDLBNzqyiRAHoskadd4FoJUpshZO6bEpp8yfX8pIJHGWeDdGNwgvJDg3VkcILyRYV3YWt1MgE"}'
|
||||
[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:62018/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.11/tcp/45982/p2p/16Uiu2HAm98odeiaXoXK6be5bHRBCdfib597vRtBKDkfQNcF5aEVz"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:62018/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.140/tcp/38145/p2p/16Uiu2HAkv4hMv9djzkd18wkpyvFXDDQqg9mSJRCqaqeXog4EXJXb"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:45981/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:62018/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:38144/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:121 Lightpushing message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46848/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598919462137102}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45981/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598919462137102,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46848/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598919462137102,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_3:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598919462137102,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38144/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598919462137102,"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 3f8405ee8c33
|
||||
[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 e8a4edc1dfa5
|
||||
[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 0bf6b1e35258
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3f8405ee8c33. 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 ef062a981c4a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e8a4edc1dfa5. 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.
|
||||
55
nim/1103/data/attachments/241ba16a00e98b22.txt
Normal file
55
nim/1103/data/attachments/241ba16a00e98b22.txt
Normal file
@ -0,0 +1,55 @@
|
||||
2026-03-04 04:32:34.070 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:34.071 DEBUG [tests.conftest] Running test: test_log_level_DEBUG_from_TRACE with id: 2026-03-04_04-32-34__079909aa-90d8-4c9a-a9f6-c2e8f882a756
|
||||
2026-03-04 04:32:34.072 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:34.072 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:32:34.073 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:32:34.083 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:34.083 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-34__079909aa-90d8-4c9a-a9f6-c2e8f882a756__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:34.090 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:34.090 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-34__079909aa-90d8-4c9a-a9f6-c2e8f882a756__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:34.096 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:34.096 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-32-34__079909aa-90d8-4c9a-a9f6-c2e8f882a756__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:34.102 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:34.102 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-32-34__079909aa-90d8-4c9a-a9f6-c2e8f882a756__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:34.102 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:32:34.102 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:32:34.103 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:34.103 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:34.105 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:34.105 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.138
|
||||
2026-03-04 04:32:34.105 DEBUG [src.node.docker_mananger] Generated ports ['23013', '23014', '23015', '23016', '23017']
|
||||
2026-03-04 04:32:34.106 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:34.106 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:34.106 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:34.106 DEBUG [src.node.docker_mananger] docker run -i -t -p 23013:23013 -p 23014:23014 -p 23015:23015 -p 23016:23016 -p 23017:23017 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23015 --rest-port=23013 --tcp-port=23014 --discv5-udp-port=23016 --rest-address=0.0.0.0 --nat=extip:172.18.60.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8f10105b0fcb925022fd118e7d4e735bdcfcdcb240e3dedbedbf73b9dde89f76 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23017 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:32:34.250 ERROR [src.node.docker_mananger] Max retries reached for container 204a82273fb6. Exiting log stream.
|
||||
2026-03-04 04:32:34.299 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.138 waku 3d38b91fc75ec9ecf6816b0a140f527bc0a5748f66b4db6af41f8bf95d77c2ca
|
||||
2026-03-04 04:32:34.336 DEBUG [src.node.docker_mananger] Container started with ID 3d38b91fc75e. Setting up logs at ./log/docker/node1_2026-03-04_04-32-34__079909aa-90d8-4c9a-a9f6-c2e8f882a756__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:34.337 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23013
|
||||
2026-03-04 04:32:34.337 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:34.895 ERROR [src.node.docker_mananger] Max retries reached for container f7d42abc6e21. Exiting log stream.
|
||||
2026-03-04 04:32:35.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23013/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:35.341 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:35.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23013/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.138/tcp/23014/p2p/16Uiu2HAmHD5HGiNE5UD1Bhx1aMWPdoJVa4i6zhrygSWv2gjC62go","/ip4/172.18.60.138/tcp/23015/ws/p2p/16Uiu2HAmHD5HGiNE5UD1Bhx1aMWPdoJVa4i6zhrygSWv2gjC62go"],"enrUri":"enr:-L24QPWd1zO2FG7KDbEU36W_AFso7XFgjrU-GMwMbKr-ZMkLBlta36s1tOykeIjFFn3NbW1xsn3rT3rxjXVWyuC0CeUCgmlkgnY0gmlwhKwSPIqKbXVsdGlhZGRyc5YACASsEjyKBlnmAAoErBI8igZZ590DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ6bopdhQjPbZRTsfL5VXOaMWmCrxv-t7wq6oZtvTliCDdGNwglnmg3VkcIJZ6IV3YWt1MgE"}'
|
||||
2026-03-04 04:32:35.343 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:35.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23013/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:35.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23013/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:35.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23013/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.138/tcp/23014/p2p/16Uiu2HAmHD5HGiNE5UD1Bhx1aMWPdoJVa4i6zhrygSWv2gjC62go","/ip4/172.18.60.138/tcp/23015/ws/p2p/16Uiu2HAmHD5HGiNE5UD1Bhx1aMWPdoJVa4i6zhrygSWv2gjC62go"],"enrUri":"enr:-L24QPWd1zO2FG7KDbEU36W_AFso7XFgjrU-GMwMbKr-ZMkLBlta36s1tOykeIjFFn3NbW1xsn3rT3rxjXVWyuC0CeUCgmlkgnY0gmlwhKwSPIqKbXVsdGlhZGRyc5YACASsEjyKBlnmAAoErBI8igZZ590DgnJzhQADAQAAiXNlY3AyNTZrMaEDQ6bopdhQjPbZRTsfL5VXOaMWmCrxv-t7wq6oZtvTliCDdGNwglnmg3VkcIJZ6IV3YWt1MgE"}'
|
||||
2026-03-04 04:32:35.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23013/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:35.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23013/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:35.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-161-g09618a'
|
||||
2026-03-04 04:32:37.355 DEBUG [tests.rest_flags.test_admin_flags] counts at DEBUG: {'TRC': 0, 'DBG': 9, 'INF': 1, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
2026-03-04 04:32:37.355 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23013/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:37.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:37.360 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:37.361 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:37.361 DEBUG [src.node.waku_node] Stopping container with id 3d38b91fc75e
|
||||
2026-03-04 04:32:37.958 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:37.960 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:37.962 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
71
nim/1103/data/attachments/24302e186b27b7b0.txt
Normal file
71
nim/1103/data/attachments/24302e186b27b7b0.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2026-03-04 04:33:19.990 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:19.990 DEBUG [tests.conftest] Running test: test_main_node_only_relay__peer_relay_and_store with id: 2026-03-04_04-33-19__2d2cce0c-8987-4129-8227-40aa1b153a4d
|
||||
2026-03-04 04:33:19.991 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:19.991 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:33:19.998 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:19.998 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-33-19__2d2cce0c-8987-4129-8227-40aa1b153a4d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:19.999 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:19.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:20.001 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:20.002 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.84.45
|
||||
2026-03-04 04:33:20.002 DEBUG [src.node.docker_mananger] Generated ports ['24298', '24299', '24300', '24301', '24302']
|
||||
2026-03-04 04:33:20.002 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:20.002 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:20.003 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:20.003 DEBUG [src.node.docker_mananger] docker run -i -t -p 24298:24298 -p 24299:24299 -p 24300:24300 -p 24301:24301 -p 24302:24302 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24300 --rest-port=24298 --tcp-port=24299 --discv5-udp-port=24301 --rest-address=0.0.0.0 --nat=extip:172.18.84.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eeaa407a5b5fbdf5cefd9ebb1aaa8c86c6eaed9e4d5f32fcb36da5bc81eb6e3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24302 --metrics-logging=true --store=false --relay=true
|
||||
2026-03-04 04:33:20.201 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.84.45 waku 7b043f9efaff985ee9ad8fbd7c9c71f6d8d8afc582b92a2a0d563c937ecb9257
|
||||
2026-03-04 04:33:20.204 ERROR [src.node.docker_mananger] Max retries reached for container 5e871e6573ae. Exiting log stream.
|
||||
2026-03-04 04:33:20.234 DEBUG [src.node.docker_mananger] Container started with ID 7b043f9efaff. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-33-19__2d2cce0c-8987-4129-8227-40aa1b153a4d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:20.235 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24298
|
||||
2026-03-04 04:33:20.235 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:20.766 ERROR [src.node.docker_mananger] Max retries reached for container 17ba2f2db4cb. Exiting log stream.
|
||||
2026-03-04 04:33:21.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24298/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:21.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:21.239 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:21.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24298/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:21.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.84.45/tcp/24299/p2p/16Uiu2HAm4f4FsLM36pdwjNQDkmfgmDYSGh8ZngYC3xBvTsrWrkrB","/ip4/172.18.84.45/tcp/24300/ws/p2p/16Uiu2HAm4f4FsLM36pdwjNQDkmfgmDYSGh8ZngYC3xBvTsrWrkrB"],"enrUri":"enr:-L24QNwodpv3NqmjsmD39D567fh0GESvILWxVGW_ncy-MSy9I_pbFx5gQ-p9FWjIFVnGEYGAg06BTb1GRxoNJsq33QUCgmlkgnY0gmlwhKwSVC2KbXVsdGlhZGRyc5YACASsElQtBl7rAAoErBJULQZe7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECiSbr9adL2OkhXth0Xgzqid8El_64sJNEfYbKBaxuvsiDdGNwgl7rg3VkcIJe7YV3YWt1MgE"}'
|
||||
2026-03-04 04:33:21.241 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:21.248 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:21.248 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-33-19__2d2cce0c-8987-4129-8227-40aa1b153a4d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:21.248 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:21.248 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:21.249 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:21.250 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.58.98
|
||||
2026-03-04 04:33:21.250 DEBUG [src.node.docker_mananger] Generated ports ['6760', '6761', '6762', '6763', '6764']
|
||||
2026-03-04 04:33:21.250 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:21.250 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:21.250 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:21.250 DEBUG [src.node.docker_mananger] docker run -i -t -p 6760:6760 -p 6761:6761 -p 6762:6762 -p 6763:6763 -p 6764:6764 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6762 --rest-port=6760 --tcp-port=6761 --discv5-udp-port=6763 --rest-address=0.0.0.0 --nat=extip:172.18.58.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae126b209187d4fdb3f61c79cd4a82f35a1abbb0deafca08bd88c5fefce6d9bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6764 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNwodpv3NqmjsmD39D567fh0GESvILWxVGW_ncy-MSy9I_pbFx5gQ-p9FWjIFVnGEYGAg06BTb1GRxoNJsq33QUCgmlkgnY0gmlwhKwSVC2KbXVsdGlhZGRyc5YACASsElQtBl7rAAoErBJULQZe7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECiSbr9adL2OkhXth0Xgzqid8El_64sJNEfYbKBaxuvsiDdGNwgl7rg3VkcIJe7YV3YWt1MgE --storenode=/ip4/172.18.84.45/tcp/24299/p2p/16Uiu2HAm4f4FsLM36pdwjNQDkmfgmDYSGh8ZngYC3xBvTsrWrkrB --store=true --relay=true
|
||||
2026-03-04 04:33:21.449 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.58.98 waku 8b9a2f56872deb0dd8f5964bcc0de9b71bc8896560256b55b41e216b60c31675
|
||||
2026-03-04 04:33:21.482 DEBUG [src.node.docker_mananger] Container started with ID 8b9a2f56872d. Setting up logs at ./log/docker/store_node1_2026-03-04_04-33-19__2d2cce0c-8987-4129-8227-40aa1b153a4d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:21.483 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6760
|
||||
2026-03-04 04:33:21.483 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:22.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6760/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:22.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:22.487 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:22.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6760/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:22.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.98/tcp/6761/p2p/16Uiu2HAm92bmf6sNSc56ymDvCJ4ssmLU7Y3jmwbawr4vgVhzFyMU","/ip4/172.18.58.98/tcp/6762/ws/p2p/16Uiu2HAm92bmf6sNSc56ymDvCJ4ssmLU7Y3jmwbawr4vgVhzFyMU"],"enrUri":"enr:-L24QCDdKYf2NY_4QLE_Bo5XW6RlsYhWF-diWHn89NDkfkA3erJDdKT1LfKOkMxpc3uqrxuMtCYNSqboK3hmslgVdjgCgmlkgnY0gmlwhKwSOmKKbXVsdGlhZGRyc5YACASsEjpiBhppAAoErBI6YgYaat0DgnJzhQADAQAAiXNlY3AyNTZrMaECyhp_u9gTVPQIW2nC3cHWhuR2AaqkLc4pzHEM08LBC8ODdGNwghppg3VkcIIaa4V3YWt1MgM"}'
|
||||
2026-03-04 04:33:22.489 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:22.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6760/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.84.45/tcp/24299/p2p/16Uiu2HAm4f4FsLM36pdwjNQDkmfgmDYSGh8ZngYC3xBvTsrWrkrB"]'
|
||||
2026-03-04 04:33:22.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:22.492 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24298/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:22.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:22.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6760/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:22.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:22.498 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:22.498 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24298/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:22.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:22.504 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:22.705 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:33:22.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6760/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:22.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8925a4070b1706546117ab64342379525a59ad0b41867f0f7e1e5b5456b06222"}]}'
|
||||
2026-03-04 04:33:22.709 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-04 04:33:22.711 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:22.712 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:22.712 DEBUG [src.node.waku_node] Stopping container with id 7b043f9efaff
|
||||
2026-03-04 04:33:23.305 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:23.307 DEBUG [src.node.waku_node] Stopping container with id 8b9a2f56872d
|
||||
2026-03-04 04:33:23.910 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:23.914 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:23.923 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:23.928 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
114
nim/1103/data/attachments/2498a8b82ae5e3fe.txt
Normal file
114
nim/1103/data/attachments/2498a8b82ae5e3fe.txt
Normal file
@ -0,0 +1,114 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_from_pubsub_topics with id: 2026-03-04_04-34-38__d8738846-f846-42ca-99b0-8cb50f44c0bb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-38__d8738846-f846-42ca-99b0-8cb50f44c0bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.149.46
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59080', '59081', '59082', '59083', '59084']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59080:59080 -p 59081:59081 -p 59082:59082 -p 59083:59083 -p 59084:59084 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59082 --rest-port=59080 --tcp-port=59081 --discv5-udp-port=59083 --rest-address=0.0.0.0 --nat=extip:172.18.149.46 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aecf4dbf8cfdcecccd3a02b5e5aaf4cf9fe4ee3db9e210f47953ecd38aaeb55b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59084 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.149.46 waku 6e6bdb87806edaeb12a5c8d8419728b67a7f8f698e5561e7651c40e964cb7037
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container dbc599d33f6a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6e6bdb87806e. Setting up logs at ./log/docker/node1_2026-03-04_04-34-38__d8738846-f846-42ca-99b0-8cb50f44c0bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59080
|
||||
[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 667337b7ad5b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59080/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59080/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.46/tcp/59081/p2p/16Uiu2HAmDJHWSxhsgHWU6H2EaTD2TjmqarZ429xnfcbry3mvePMy","/ip4/172.18.149.46/tcp/59082/ws/p2p/16Uiu2HAmDJHWSxhsgHWU6H2EaTD2TjmqarZ429xnfcbry3mvePMy"],"enrUri":"enr:-L24QPiwOHgRLneOv4CnxerhcqoXrxWkf6fOvGOymsdiI35pbavpEQfPUiUZvnFYhq9nyQczS_Fx-zvuOCD1m8oukRACgmlkgnY0gmlwhKwSlS6KbXVsdGlhZGRyc5YACASsEpUuBubJAAoErBKVLgbmyt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDCY3j8_wqLJAEjEHt49DYFjK8Vt9m4AJiCYoAhHONAvCDdGNwgubJg3VkcILmy4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-38__d8738846-f846-42ca-99b0-8cb50f44c0bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.194.242
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11163', '11164', '11165', '11166', '11167']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11163:11163 -p 11164:11164 -p 11165:11165 -p 11166:11166 -p 11167:11167 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11165 --rest-port=11163 --tcp-port=11164 --discv5-udp-port=11166 --rest-address=0.0.0.0 --nat=extip:172.18.194.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=085772f2d3aeb29bddfabdc4e0e8a58384d14aac39bdcf943f36fda8afa21063 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11167 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPiwOHgRLneOv4CnxerhcqoXrxWkf6fOvGOymsdiI35pbavpEQfPUiUZvnFYhq9nyQczS_Fx-zvuOCD1m8oukRACgmlkgnY0gmlwhKwSlS6KbXVsdGlhZGRyc5YACASsEpUuBubJAAoErBKVLgbmyt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDCY3j8_wqLJAEjEHt49DYFjK8Vt9m4AJiCYoAhHONAvCDdGNwgubJg3VkcILmy4V3YWt1MgU --filternode=/ip4/172.18.149.46/tcp/59081/p2p/16Uiu2HAmDJHWSxhsgHWU6H2EaTD2TjmqarZ429xnfcbry3mvePMy
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.194.242 waku 02fd0fcdb78a8e2951d2ba558418eaa526926f2df7b8e806eff34862287a0a04
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 02fd0fcdb78a. Setting up logs at ./log/docker/node2_2026-03-04_04-34-38__d8738846-f846-42ca-99b0-8cb50f44c0bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11163
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11163/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11163/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.242/tcp/11164/p2p/16Uiu2HAmFLvA6Aa6qra1GghezhyffeWYrkiHoqK2nNQhF3c5vjTQ","/ip4/172.18.194.242/tcp/11165/ws/p2p/16Uiu2HAmFLvA6Aa6qra1GghezhyffeWYrkiHoqK2nNQhF3c5vjTQ"],"enrUri":"enr:-L24QEeT_dNvSRM_GPRz7wdhfNSVkrx-e4DV8zjQTv20LgxsUel95iXbXgEUO3YQWBB6nPnZwPiteEx7ZtPDJfh-5lMCgmlkgnY0gmlwhKwSwvKKbXVsdGlhZGRyc5YACASsEsLyBiucAAoErBLC8gYrnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJ_HddHcpQuGfjdb2wiVq5z7nWmzns9gJvQQlbTd0isuDdGNwgiucg3VkcIIrnoV3YWt1MgA"}'
|
||||
[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:11163/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.149.46/tcp/59081/p2p/16Uiu2HAmDJHWSxhsgHWU6H2EaTD2TjmqarZ429xnfcbry3mvePMy"]'
|
||||
[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:59080/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:11163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "89bd34f8-53cf-41aa-9b27-31c9f808e9fe", "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":"89bd34f8-53cf-41aa-9b27-31c9f808e9fe","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/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:11163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "fbf28bcc-59ff-440c-8ec4-f92d2a1f7bf4", "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":"fbf28bcc-59ff-440c-8ec4-f92d2a1f7bf4","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/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:11163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f0182f59-8f6a-4ebf-955b-a239588b5fc0", "contentFilters": ["/test/2/waku-filter/proto"], "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":"f0182f59-8f6a-4ebf-955b-a239588b5fc0","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/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:11163/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":1772598881539716546,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11163/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1772598881652074939,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:11163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/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:11163/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:11163/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11163/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1772598881880238308,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:11163/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"], "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":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/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:11163/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:11163/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59080/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11163/filter/v2/messages/%2Ftest%2F2%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:11163/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/2/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 6e6bdb87806e
|
||||
[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 02fd0fcdb78a
|
||||
[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.
|
||||
2685
nim/1103/data/attachments/25aebeafdddcdbe8.txt
Normal file
2685
nim/1103/data/attachments/25aebeafdddcdbe8.txt
Normal file
File diff suppressed because it is too large
Load Diff
156
nim/1103/data/attachments/25b2fce4daf018c5.txt
Normal file
156
nim/1103/data/attachments/25b2fce4daf018c5.txt
Normal file
@ -0,0 +1,156 @@
|
||||
2026-03-04 04:36:02.655 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:36:02.655 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_content_topics with id: 2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33
|
||||
2026-03-04 04:36:02.655 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:36:02.656 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:36:02.656 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-03-04 04:36:02.664 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:02.664 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:02.664 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:02.664 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:02.666 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:02.666 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.105
|
||||
2026-03-04 04:36:02.666 DEBUG [src.node.docker_mananger] Generated ports ['15346', '15347', '15348', '15349', '15350']
|
||||
2026-03-04 04:36:02.666 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:02.667 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:02.667 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:02.667 DEBUG [src.node.docker_mananger] docker run -i -t -p 15346:15346 -p 15347:15347 -p 15348:15348 -p 15349:15349 -p 15350:15350 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15348 --rest-port=15346 --tcp-port=15347 --discv5-udp-port=15349 --rest-address=0.0.0.0 --nat=extip:172.18.106.105 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=63e4ff8516f4cfb5b8784eacbb52d8ca8b61b5405d0befde2fbbd4c1dbef7c9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15350 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-04 04:36:02.865 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.105 waku a7fcf71729e20a63358c32c47a110be3b93aa0db637423d36f8d3bd436035b6b
|
||||
2026-03-04 04:36:02.900 DEBUG [src.node.docker_mananger] Container started with ID a7fcf71729e2. Setting up logs at ./log/docker/node1_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:02.902 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15346
|
||||
2026-03-04 04:36:02.902 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:02.905 ERROR [src.node.docker_mananger] Max retries reached for container 13506ed837bf. Exiting log stream.
|
||||
2026-03-04 04:36:03.446 ERROR [src.node.docker_mananger] Max retries reached for container 6f366947762f. Exiting log stream.
|
||||
2026-03-04 04:36:03.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:03.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:03.906 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:03.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:03.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.105/tcp/15347/p2p/16Uiu2HAmURcP8hv59f7q3WFa8iVdMjTzLXbQowZRRG6FztbiYjeY","/ip4/172.18.106.105/tcp/15348/ws/p2p/16Uiu2HAmURcP8hv59f7q3WFa8iVdMjTzLXbQowZRRG6FztbiYjeY"],"enrUri":"enr:-L24QBY0UeMw9j5hMtei6BKg7-pZAyPE4HF-AezCKkxFet8maOel9Eq9oACetiWP4JcadQGXCokknWKO_KC1BQsPAPsCgmlkgnY0gmlwhKwSammKbXVsdGlhZGRyc5YACASsEmppBjvzAAoErBJqaQY79N0DgnJzhQACAQAAiXNlY3AyNTZrMaED6k2Zy_13_JjQ0SgSCaKRnaR4OdGlmbion0bTdMqBc1GDdGNwgjvzg3VkcII79YV3YWt1MgU"}'
|
||||
2026-03-04 04:36:03.909 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:03.916 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:36:03.916 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:03.916 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:36:03.916 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:36:03.917 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:36:03.918 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.134
|
||||
2026-03-04 04:36:03.918 DEBUG [src.node.docker_mananger] Generated ports ['16396', '16397', '16398', '16399', '16400']
|
||||
2026-03-04 04:36:03.918 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:36:03.918 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:36:03.918 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:36:03.918 DEBUG [src.node.docker_mananger] docker run -i -t -p 16396:16396 -p 16397:16397 -p 16398:16398 -p 16399:16399 -p 16400:16400 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16398 --rest-port=16396 --tcp-port=16397 --discv5-udp-port=16399 --rest-address=0.0.0.0 --nat=extip:172.18.54.134 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4b8ebfa166cdd87baeed21f2ba1acb114232fdbad9f5dcad5a2b06cda2385cbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16400 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBY0UeMw9j5hMtei6BKg7-pZAyPE4HF-AezCKkxFet8maOel9Eq9oACetiWP4JcadQGXCokknWKO_KC1BQsPAPsCgmlkgnY0gmlwhKwSammKbXVsdGlhZGRyc5YACASsEmppBjvzAAoErBJqaQY79N0DgnJzhQACAQAAiXNlY3AyNTZrMaED6k2Zy_13_JjQ0SgSCaKRnaR4OdGlmbion0bTdMqBc1GDdGNwgjvzg3VkcII79YV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-03-04 04:36:04.117 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.134 waku 22c3d0d0830b9da6e880edde18f807e1b0a87fe40aea7e626c795f19e18429f6
|
||||
2026-03-04 04:36:04.151 DEBUG [src.node.docker_mananger] Container started with ID 22c3d0d0830b. Setting up logs at ./log/docker/node2_2026-03-04_04-36-02__b2c0da9a-5cad-44f3-9812-ee0f76ceaf33__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:36:04.151 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16396
|
||||
2026-03-04 04:36:04.151 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:36:05.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:36:05.176 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:36:05.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.134/tcp/16397/p2p/16Uiu2HAmTHksWRCF9WmU8t2UYaHSjSPLfqB6YYQ634ffs7Ti9a8k","/ip4/172.18.54.134/tcp/16398/ws/p2p/16Uiu2HAmTHksWRCF9WmU8t2UYaHSjSPLfqB6YYQ634ffs7Ti9a8k"],"enrUri":"enr:-L24QAtKRKejfirltDqv8xjn9r-GuZRRQosNLdMAGBobON4GAhew0rVC9tRcA41gjwLA_3Y-VEteruHUE7O4vJR1rdcCgmlkgnY0gmlwhKwSNoaKbXVsdGlhZGRyc5YACASsEjaGBkANAAoErBI2hgZADt0DgnJzhQACAQAAiXNlY3AyNTZrMaED2W7dvDq1Qs5r2hROnZ8xwXisfA79ofBk5llIBGkjDvWDdGNwgkANg3VkcIJAD4V3YWt1MgE"}'
|
||||
2026-03-04 04:36:05.189 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:36:05.190 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16396/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.106.105/tcp/15347/p2p/16Uiu2HAmURcP8hv59f7q3WFa8iVdMjTzLXbQowZRRG6FztbiYjeY"]'
|
||||
2026-03-04 04:36:05.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-03-04 04:36:05.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16396/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-03-04 04:36:05.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.212 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.218 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:05.318 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598965212819642,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.322 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772598965212819642,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.331 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:05.433 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.436 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":1772598965326482450,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.437 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.440 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":1772598965326482450,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.447 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:05.547 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598965441620499,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.551 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1772598965441620499,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.560 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:05.661 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.664 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772598965555613586,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.665 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1772598965555613586,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.673 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.674 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:05.775 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598965669412339,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.779 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1772598965669412339,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.783 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.787 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:05.888 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598965783128696,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.893 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:05.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:05.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1772598965783128696,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:05.896 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:05.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:05.902 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:06.002 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:06.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:06.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598965896856351,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:06.006 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:06.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:06.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1772598965896856351,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:06.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:06.016 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:36:06.117 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:06.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15346/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:06.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598966011683788,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:06.121 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:36:06.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16396/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:36:06.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1772598966011683788,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:36:06.125 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:15346/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-03-04 04:36:06.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:06.140 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:16396/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-03-04 04:36:06.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:36:06.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.161 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.166 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.171 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.175 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.179 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.183 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.187 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.191 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15346/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:36:06.195 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:15346/relay/v1/auto/messages. Response content: b'Failed to publish: publish failed in relay: NoPeersToPublish'
|
||||
2026-03-04 04:36:06.197 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:36:06.199 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:36:06.199 DEBUG [src.node.waku_node] Stopping container with id a7fcf71729e2
|
||||
2026-03-04 04:36:06.736 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:06.737 DEBUG [src.node.waku_node] Stopping container with id 22c3d0d0830b
|
||||
2026-03-04 04:36:07.294 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:36:07.296 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:36:07.322 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:36:07.334 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1103/data/attachments/260129ca90c57a18.txt
Normal file
72
nim/1103/data/attachments/260129ca90c57a18.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2026-03-04 04:34:24.864 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:24.864 DEBUG [tests.conftest] Running test: test_admin_filter_subscriptions_shape with id: 2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e
|
||||
2026-03-04 04:34:24.864 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:24.865 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:34:24.865 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:34:24.871 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:24.872 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:24.878 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:24.878 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:24.884 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:24.884 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:24.889 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:24.890 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:24.890 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:34:24.890 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:34:24.891 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:24.891 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:24.892 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:24.892 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.221
|
||||
2026-03-04 04:34:24.893 DEBUG [src.node.docker_mananger] Generated ports ['51636', '51637', '51638', '51639', '51640']
|
||||
2026-03-04 04:34:24.893 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:24.893 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:24.893 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:24.893 DEBUG [src.node.docker_mananger] docker run -i -t -p 51636:51636 -p 51637:51637 -p 51638:51638 -p 51639:51639 -p 51640:51640 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51638 --rest-port=51636 --tcp-port=51637 --discv5-udp-port=51639 --rest-address=0.0.0.0 --nat=extip:172.18.53.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6fab467ddd47007ca3e8dcf258e06d60adfeacbb0cc00fbb8a0743abe3dcbddf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51640 --metrics-logging=true --filter=true --relay=true
|
||||
2026-03-04 04:34:25.082 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.221 waku 926712113a7e4cc1abe5f317aa0914b653f8c42c871d89b5caa95a0b30ed9a6b
|
||||
2026-03-04 04:34:25.115 DEBUG [src.node.docker_mananger] Container started with ID 926712113a7e. Setting up logs at ./log/docker/node1_2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:25.115 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51636
|
||||
2026-03-04 04:34:25.115 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:25.140 ERROR [src.node.docker_mananger] Max retries reached for container d5a450dd57b8. Exiting log stream.
|
||||
2026-03-04 04:34:25.668 ERROR [src.node.docker_mananger] Max retries reached for container 45974e95a3d5. Exiting log stream.
|
||||
2026-03-04 04:34:26.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:26.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:26.120 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:26.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51636/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:26.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.221/tcp/51637/p2p/16Uiu2HAmAmPBZqN6hWx7H4TL65e7nmvbAMv63y696cHYn3Ak3bpj","/ip4/172.18.53.221/tcp/51638/ws/p2p/16Uiu2HAmAmPBZqN6hWx7H4TL65e7nmvbAMv63y696cHYn3Ak3bpj"],"enrUri":"enr:-L24QNeOjoGuFIQyNLBgtFlgL41cgFSQYBeX5yDnsReVc-4cFUmJNUCec5vwbH2q965nnzkXXkr6ElxfIdEiqXAGfjUCgmlkgnY0gmlwhKwSNd2KbXVsdGlhZGRyc5YACASsEjXdBsm1AAoErBI13QbJtt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4-vteZhpZ4KhXKDOI0dGoBbYcn0VySUEbHnuqtCO6jiDdGNwgsm1g3VkcILJt4V3YWt1MgU"}'
|
||||
2026-03-04 04:34:26.122 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:26.123 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:26.123 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:26.124 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:26.124 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.238
|
||||
2026-03-04 04:34:26.125 DEBUG [src.node.docker_mananger] Generated ports ['42754', '42755', '42756', '42757', '42758']
|
||||
2026-03-04 04:34:26.125 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:26.125 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:26.125 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:26.125 DEBUG [src.node.docker_mananger] docker run -i -t -p 42754:42754 -p 42755:42755 -p 42756:42756 -p 42757:42757 -p 42758:42758 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42756 --rest-port=42754 --tcp-port=42755 --discv5-udp-port=42757 --rest-address=0.0.0.0 --nat=extip:172.18.139.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e35abe3f596da1a36e3f90d2e1c0c8327aa9dd4f2a3eaabdfaa7e3dff76cff75 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42758 --metrics-logging=true --relay=false --filternode=/ip4/172.18.53.221/tcp/51637/p2p/16Uiu2HAmAmPBZqN6hWx7H4TL65e7nmvbAMv63y696cHYn3Ak3bpj --discv5-bootstrap-node=enr:-L24QNeOjoGuFIQyNLBgtFlgL41cgFSQYBeX5yDnsReVc-4cFUmJNUCec5vwbH2q965nnzkXXkr6ElxfIdEiqXAGfjUCgmlkgnY0gmlwhKwSNd2KbXVsdGlhZGRyc5YACASsEjXdBsm1AAoErBI13QbJtt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4-vteZhpZ4KhXKDOI0dGoBbYcn0VySUEbHnuqtCO6jiDdGNwgsm1g3VkcILJt4V3YWt1MgU
|
||||
2026-03-04 04:34:26.326 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.238 waku 641527e4a45694ae760f76b9df80414e74143763101c5b510f3a196d206faaaf
|
||||
2026-03-04 04:34:26.359 DEBUG [src.node.docker_mananger] Container started with ID 641527e4a456. Setting up logs at ./log/docker/node2_2026-03-04_04-34-24__282c7437-4b6a-4781-92f2-5ed15c5e287e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:26.359 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42754
|
||||
2026-03-04 04:34:26.359 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:27.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42754/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:27.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:27.363 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:27.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42754/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:27.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.238/tcp/42755/p2p/16Uiu2HAmUyQcEAnc7ujWQDWba2Tr8B9Jwtvg5mLgrWVDWD4KfVLa","/ip4/172.18.139.238/tcp/42756/ws/p2p/16Uiu2HAmUyQcEAnc7ujWQDWba2Tr8B9Jwtvg5mLgrWVDWD4KfVLa"],"enrUri":"enr:-L24QD7n6fuN9sVadmSZ0ULYzTvuM43HMhvzpH5Qhvj5z1pMEB2ZAr7LAoRBbD8C4bbziJFc6tQs0WBg4BqX9_V-YewCgmlkgnY0gmlwhKwSi-6KbXVsdGlhZGRyc5YACASsEovuBqcDAAoErBKL7ganBN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8nLfnMX0e5gBAboqhhMjqCYpnxPGxrQ3WKJ-hjDC7c-DdGNwgqcDg3VkcIKnBYV3YWt1MgA"}'
|
||||
2026-03-04 04:34:27.365 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:27.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42754/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:34:27.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:34:27.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51636/admin/v1/filter/subscriptions" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:27.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"peerId":"16Uiu2HAmUyQcEAnc7ujWQDWba2Tr8B9Jwtvg5mLgrWVDWD4KfVLa","filterCriteria":[{"pubsubTopic":"/waku/2/rs/3/1","contentTopic":"/test/1/waku-filter/proto"}]}]'
|
||||
2026-03-04 04:34:27.433 DEBUG [tests.rest_flags.test_admin_flags] Node admin subscriptions info[{'peerId': '16Uiu2HAmUyQcEAnc7ujWQDWba2Tr8B9Jwtvg5mLgrWVDWD4KfVLa', 'filterCriteria': [{'pubsubTopic': '/waku/2/rs/3/1', 'contentTopic': '/test/1/waku-filter/proto'}]}]
|
||||
2026-03-04 04:34:27.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51636/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:27.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.139.238/tcp/51446/p2p/16Uiu2HAmUyQcEAnc7ujWQDWba2Tr8B9Jwtvg5mLgrWVDWD4KfVLa","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:27.436 DEBUG [tests.rest_flags.test_admin_flags] node 1 peers [{'multiaddr': '/ip4/172.18.139.238/tcp/51446/p2p/16Uiu2HAmUyQcEAnc7ujWQDWba2Tr8B9Jwtvg5mLgrWVDWD4KfVLa', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-161-g09618a', 'origin': 'UnknownOrigin'}]
|
||||
2026-03-04 04:34:27.438 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:34:27.440 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:34:27.440 DEBUG [src.node.waku_node] Stopping container with id 926712113a7e
|
||||
2026-03-04 04:34:28.002 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:28.004 DEBUG [src.node.waku_node] Stopping container with id 641527e4a456
|
||||
2026-03-04 04:34:28.596 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:34:28.600 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:34:28.605 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:34:28.609 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
191
nim/1103/data/attachments/26d1e36f92e06fe0.txt
Normal file
191
nim/1103/data/attachments/26d1e36f92e06fe0.txt
Normal file
@ -0,0 +1,191 @@
|
||||
2026-03-04 04:34:35.481 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:34:35.481 DEBUG [tests.conftest] Running test: test_admin_connected_peers_scalar_types with id: 2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d
|
||||
2026-03-04 04:34:35.481 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:34:35.482 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:34:35.482 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:34:35.488 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:35.488 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:35.494 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:35.495 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:35.500 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:35.501 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:35.506 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:34:35.506 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:35.507 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:34:35.507 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:34:35.508 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:35.508 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:35.509 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:35.509 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.162
|
||||
2026-03-04 04:34:35.510 DEBUG [src.node.docker_mananger] Generated ports ['6930', '6931', '6932', '6933', '6934']
|
||||
2026-03-04 04:34:35.510 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:35.510 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:35.510 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:35.510 DEBUG [src.node.docker_mananger] docker run -i -t -p 6930:6930 -p 6931:6931 -p 6932:6932 -p 6933:6933 -p 6934:6934 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6932 --rest-port=6930 --tcp-port=6931 --discv5-udp-port=6933 --rest-address=0.0.0.0 --nat=extip:172.18.246.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c357c7babd53fcffde9afd8edf6d4dd4eea8f60cbfd0e0aaf822ca0ecaff2cb1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6934 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:34:35.700 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.162 waku 81f07b45d1489bde5a17d0a3add7f113f150cbe737e69f033b032fbcbf8905d8
|
||||
2026-03-04 04:34:35.735 DEBUG [src.node.docker_mananger] Container started with ID 81f07b45d148. Setting up logs at ./log/docker/node1_2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:35.736 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6930
|
||||
2026-03-04 04:34:35.737 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:35.739 ERROR [src.node.docker_mananger] Max retries reached for container f23200b7a236. Exiting log stream.
|
||||
2026-03-04 04:34:36.279 ERROR [src.node.docker_mananger] Max retries reached for container 83703143c6f2. Exiting log stream.
|
||||
2026-03-04 04:34:36.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:36.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:36.743 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:36.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:36.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.162/tcp/6931/p2p/16Uiu2HAm9P2zQs1uud4YNq4Q6Bb2vzWtu3KTxAsdHm1Gk1eJBHLa","/ip4/172.18.246.162/tcp/6932/ws/p2p/16Uiu2HAm9P2zQs1uud4YNq4Q6Bb2vzWtu3KTxAsdHm1Gk1eJBHLa"],"enrUri":"enr:-L24QPzNL7pefbIWQYX-GE9pBZH25LNrwZY6PjaZLhanC125Nx95X_PQZY_KlAYDuoB4R3titG9A4JQrl-b3A-etq0ACgmlkgnY0gmlwhKwS9qKKbXVsdGlhZGRyc5YACASsEvaiBhsTAAoErBL2ogYbFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECz1ahohJXFF5rBeFZeZtv01OGmYiQcxZHw3GrBQf-3O-DdGNwghsTg3VkcIIbFYV3YWt1MgE"}'
|
||||
2026-03-04 04:34:36.745 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:36.745 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:34:36.746 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:34:36.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:34:36.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.238.133
|
||||
2026-03-04 04:34:36.747 DEBUG [src.node.docker_mananger] Generated ports ['25066', '25067', '25068', '25069', '25070']
|
||||
2026-03-04 04:34:36.747 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:34:36.748 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:34:36.748 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:34:36.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 25066:25066 -p 25067:25067 -p 25068:25068 -p 25069:25069 -p 25070:25070 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25068 --rest-port=25066 --tcp-port=25067 --discv5-udp-port=25069 --rest-address=0.0.0.0 --nat=extip:172.18.238.133 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=da4bdfe8ea22efed1aec8c9e9ebf57ddf5ed4d09e199f9bbdfed9705739c105f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25070 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPzNL7pefbIWQYX-GE9pBZH25LNrwZY6PjaZLhanC125Nx95X_PQZY_KlAYDuoB4R3titG9A4JQrl-b3A-etq0ACgmlkgnY0gmlwhKwS9qKKbXVsdGlhZGRyc5YACASsEvaiBhsTAAoErBL2ogYbFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECz1ahohJXFF5rBeFZeZtv01OGmYiQcxZHw3GrBQf-3O-DdGNwghsTg3VkcIIbFYV3YWt1MgE
|
||||
2026-03-04 04:34:36.961 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.238.133 waku cefb3ff9d8b06d0a75fd937e032a0cb7916f23ad3e3ea6c6af9cce91c092755b
|
||||
2026-03-04 04:34:36.998 DEBUG [src.node.docker_mananger] Container started with ID cefb3ff9d8b0. Setting up logs at ./log/docker/node2_2026-03-04_04-34-35__9c647661-6552-4923-9394-6b02d0fd511d__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:34:36.998 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25066
|
||||
2026-03-04 04:34:36.999 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:34:38.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25066/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:38.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:34:38.011 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:34:38.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25066/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:38.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.133/tcp/25067/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","/ip4/172.18.238.133/tcp/25068/ws/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM"],"enrUri":"enr:-L24QGAnFt5gXxT4Iwvab8XCu3oN-Q03u6N3s5Vcjk8bWHmKCtf8k-vBWqYLaKyy16Iy8jHye7ihIgge0Zbso72m8-kCgmlkgnY0gmlwhKwS7oWKbXVsdGlhZGRyc5YACASsEu6FBmHrAAoErBLuhQZh7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECEjWxMAkSkOOyuJNw0NyzEsiz_HdwLOkzi3JeelxOKuCDdGNwgmHrg3VkcIJh7YV3YWt1MgE"}'
|
||||
2026-03-04 04:34:38.021 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:34:38.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6930/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.238.133/tcp/25067/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM"]'
|
||||
2026-03-04 04:34:38.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:38.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25066/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.162/tcp/6931/p2p/16Uiu2HAm9P2zQs1uud4YNq4Q6Bb2vzWtu3KTxAsdHm1Gk1eJBHLa"]'
|
||||
2026-03-04 04:34:38.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:34:38.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:38.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:38.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:38.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:39.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:39.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:39.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:39.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:40.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:40.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:40.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:40.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:41.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:41.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:41.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:41.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:42.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:42.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:42.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:42.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:43.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:43.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:43.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:43.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:44.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:44.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:44.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:44.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:45.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:45.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:45.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:45.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:34:46.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:46.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:46.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:46.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:47.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:47.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:47.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:47.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:48.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:48.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:48.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:48.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:49.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:49.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:49.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:49.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:50.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:50.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:50.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:50.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:51.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:51.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:51.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:51.621 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:52.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:52.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:52.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:52.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:53.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:53.132 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:53.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:53.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:54.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:54.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:54.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:54.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:55.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:55.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:55.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:55.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:56.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:56.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:56.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:56.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:57.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:57.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:57.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:57.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:58.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:58.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:58.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:58.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:59.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:59.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:34:59.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:34:59.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:00.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:00.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:00.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:00.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:01.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:01.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:01.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:01.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:02.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:02.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:02.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:02.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:03.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:03.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:03.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:03.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:04.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:04.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:04.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:04.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:05.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:05.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:05.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:05.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:06.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:06.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:06.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:06.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:07.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:07.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:07.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:07.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:08.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6930/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:35:08.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM","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-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:35:08.230 DEBUG [tests.rest_flags.test_admin_flags] Response for get connected peers [{'multiaddr': '/ip4/172.18.238.133/tcp/36640/p2p/16Uiu2HAkvekobT7aMxfBKrZCEToyQf34biuMnr5HTRcVT7qfYeqM', '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-161-g09618a', 'origin': 'Discv5'}]
|
||||
2026-03-04 04:35:08.232 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:35:08.233 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:35:08.233 DEBUG [src.node.waku_node] Stopping container with id 81f07b45d148
|
||||
2026-03-04 04:35:08.809 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:35:08.810 DEBUG [src.node.waku_node] Stopping container with id cefb3ff9d8b0
|
||||
2026-03-04 04:35:09.321 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:35:09.323 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:35:09.339 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:35:09.354 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
178
nim/1103/data/attachments/277b2c9a65bada60.txt
Normal file
178
nim/1103/data/attachments/277b2c9a65bada60.txt
Normal file
@ -0,0 +1,178 @@
|
||||
2026-03-04 04:31:03.615 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:03.615 DEBUG [tests.conftest] Running test: test_multiple_edge_service_nodes_communication with id: 2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858
|
||||
2026-03-04 04:31:03.615 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:03.616 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:03.616 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:03.625 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.626 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.632 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.632 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.637 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.638 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.638 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:31:03.638 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:31:03.645 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.645 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.651 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.651 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.657 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.657 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.662 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.662 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.668 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:03.668 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:03.668 DEBUG [tests.e2e.test_e2e] Start 2 edges nodes and 3 service nodes
|
||||
2026-03-04 04:31:03.668 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:03.668 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:03.713 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2026-03-04 04:31:03.713 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.127
|
||||
2026-03-04 04:31:03.713 DEBUG [src.node.docker_mananger] Generated ports ['10315', '10316', '10317', '10318', '10319']
|
||||
2026-03-04 04:31:03.714 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:03.714 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:03.714 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:03.714 DEBUG [src.node.docker_mananger] docker run -i -t -p 10315:10315 -p 10316:10316 -p 10317:10317 -p 10318:10318 -p 10319:10319 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10317 --rest-port=10315 --tcp-port=10316 --discv5-udp-port=10318 --rest-address=0.0.0.0 --nat=extip:172.18.123.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5e1a908b9ac61532c8ae2ac151abcbca6268de79e5c727b547c9bee2bef9ec5a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10319 --metrics-logging=true --relay=true --store=true --lightpush=true
|
||||
2026-03-04 04:31:06.579 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.127 waku 828cb9edd05a3b5c41007ea1f8fa2d8843049056bed83df66c40883e6044c809
|
||||
2026-03-04 04:31:06.614 DEBUG [src.node.docker_mananger] Container started with ID 828cb9edd05a. Setting up logs at ./log/docker/node6_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:06.615 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10315
|
||||
2026-03-04 04:31:06.615 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:07.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10315/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:07.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:07.620 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:07.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10315/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:07.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.127/tcp/10316/p2p/16Uiu2HAm9Vsrno9g23QoznxEgYyri28qEhsugCkUVsrz4LLVTUtP","/ip4/172.18.123.127/tcp/10317/ws/p2p/16Uiu2HAm9Vsrno9g23QoznxEgYyri28qEhsugCkUVsrz4LLVTUtP"],"enrUri":"enr:-L24QA9d6jjZRtXZEllhyz-CXlteD6e6yKtvre4V-jRUeSZjBa-2C9rJ8DbsjLwNeoD8q96D__1ydbyIbRv_j2sFTQ8CgmlkgnY0gmlwhKwSe3-KbXVsdGlhZGRyc5YACASsEnt_BihMAAoErBJ7fwYoTd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0RdfQ3tUNjzL86wVBgcmchZgGHa49V8Ucl1RCtq8AGCDdGNwgihMg3VkcIIoToV3YWt1Mgs"}'
|
||||
2026-03-04 04:31:07.623 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:07.623 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:07.624 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:07.625 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:07.625 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.151
|
||||
2026-03-04 04:31:07.625 DEBUG [src.node.docker_mananger] Generated ports ['54427', '54428', '54429', '54430', '54431']
|
||||
2026-03-04 04:31:07.626 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:07.626 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:07.626 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:07.626 DEBUG [src.node.docker_mananger] docker run -i -t -p 54427:54427 -p 54428:54428 -p 54429:54429 -p 54430:54430 -p 54431:54431 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54429 --rest-port=54427 --tcp-port=54428 --discv5-udp-port=54430 --rest-address=0.0.0.0 --nat=extip:172.18.11.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ec53d7f8ec2af07eb7fc8df219694ab8fd1bf599f8e44cc86dd041d2bd80517 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54431 --metrics-logging=true --relay=false --lightpushnode=/ip4/172.18.123.127/tcp/10316/p2p/16Uiu2HAm9Vsrno9g23QoznxEgYyri28qEhsugCkUVsrz4LLVTUtP --discv5-bootstrap-node=enr:-L24QA9d6jjZRtXZEllhyz-CXlteD6e6yKtvre4V-jRUeSZjBa-2C9rJ8DbsjLwNeoD8q96D__1ydbyIbRv_j2sFTQ8CgmlkgnY0gmlwhKwSe3-KbXVsdGlhZGRyc5YACASsEnt_BihMAAoErBJ7fwYoTd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0RdfQ3tUNjzL86wVBgcmchZgGHa49V8Ucl1RCtq8AGCDdGNwgihMg3VkcIIoToV3YWt1Mgs
|
||||
2026-03-04 04:31:07.820 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.151 waku 684ad6699add8a87ca1120b8e8828e0588645d4f8e1a81b5f5463422ffbd2802
|
||||
2026-03-04 04:31:07.853 DEBUG [src.node.docker_mananger] Container started with ID 684ad6699add. Setting up logs at ./log/docker/node4_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:07.854 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54427
|
||||
2026-03-04 04:31:07.854 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:08.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54427/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:08.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:08.858 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:08.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54427/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:08.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.151/tcp/54428/p2p/16Uiu2HAkyDXMGkKPimH5R72EB7cyfWpML2FBoZbxDhBBynYahsCf","/ip4/172.18.11.151/tcp/54429/ws/p2p/16Uiu2HAkyDXMGkKPimH5R72EB7cyfWpML2FBoZbxDhBBynYahsCf"],"enrUri":"enr:-L24QJFjGDVk1R2YVTKZKg2sJTPYoQKQJpQhF5fw1SrpPquyUD2gJhTHNBsBfwD4YUtFvXMAVrp68RcNy6ELGWTL-jMCgmlkgnY0gmlwhKwSC5eKbXVsdGlhZGRyc5YACASsEguXBtScAAoErBILlwbUnd0DgnJzhQADAQAAiXNlY3AyNTZrMaECOFIFOFWHxZgnZ-pn36Vy9aQE2ENq2n2lKcbfUFzAupyDdGNwgtScg3VkcILUnoV3YWt1MgA"}'
|
||||
2026-03-04 04:31:08.861 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:08.862 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:08.862 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:08.863 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:08.863 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.17
|
||||
2026-03-04 04:31:08.863 DEBUG [src.node.docker_mananger] Generated ports ['52075', '52076', '52077', '52078', '52079']
|
||||
2026-03-04 04:31:08.864 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:08.864 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:08.864 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:08.864 DEBUG [src.node.docker_mananger] docker run -i -t -p 52075:52075 -p 52076:52076 -p 52077:52077 -p 52078:52078 -p 52079:52079 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52077 --rest-port=52075 --tcp-port=52076 --discv5-udp-port=52078 --rest-address=0.0.0.0 --nat=extip:172.18.151.17 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=49fa7eee64b19ec306f0f14c26cb18e52e280ccd9b0e4bb2f56c63f9abbbaf42 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52079 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QA9d6jjZRtXZEllhyz-CXlteD6e6yKtvre4V-jRUeSZjBa-2C9rJ8DbsjLwNeoD8q96D__1ydbyIbRv_j2sFTQ8CgmlkgnY0gmlwhKwSe3-KbXVsdGlhZGRyc5YACASsEnt_BihMAAoErBJ7fwYoTd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0RdfQ3tUNjzL86wVBgcmchZgGHa49V8Ucl1RCtq8AGCDdGNwgihMg3VkcIIoToV3YWt1Mgs
|
||||
2026-03-04 04:31:09.068 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.17 waku ee5eedbfb2456a8dfc878eb52aca15926b8e3516c5c2720de0f31b42cb1b52f2
|
||||
2026-03-04 04:31:09.103 DEBUG [src.node.docker_mananger] Container started with ID ee5eedbfb245. Setting up logs at ./log/docker/node7_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:09.103 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52075
|
||||
2026-03-04 04:31:09.104 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:10.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52075/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:10.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:10.107 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:10.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52075/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:10.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.17/tcp/52076/p2p/16Uiu2HAm9bj3NGakVRJ6d9R48mqiSzgERdyf29SZ3kBHqRD6eZDT","/ip4/172.18.151.17/tcp/52077/ws/p2p/16Uiu2HAm9bj3NGakVRJ6d9R48mqiSzgERdyf29SZ3kBHqRD6eZDT"],"enrUri":"enr:-L24QBkwXFSnMabNoA8pLXMRRVqzJkywG_zLFu19ynPVHyIcDXYn0luOHEtG1OS72JzkhL-H1kInc6vIuPRxC0ctN90CgmlkgnY0gmlwhKwSlxGKbXVsdGlhZGRyc5YACASsEpcRBstsAAoErBKXEQbLbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0pbjCEokTwVaY0CVExco6KczzzxUrp7BwHzyxFD4EeqDdGNwgstsg3VkcILLboV3YWt1MgM"}'
|
||||
2026-03-04 04:31:10.110 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:10.110 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:10.111 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:10.112 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:10.112 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.233
|
||||
2026-03-04 04:31:10.112 DEBUG [src.node.docker_mananger] Generated ports ['40546', '40547', '40548', '40549', '40550']
|
||||
2026-03-04 04:31:10.112 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:10.113 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:10.113 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:10.113 DEBUG [src.node.docker_mananger] docker run -i -t -p 40546:40546 -p 40547:40547 -p 40548:40548 -p 40549:40549 -p 40550:40550 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40548 --rest-port=40546 --tcp-port=40547 --discv5-udp-port=40549 --rest-address=0.0.0.0 --nat=extip:172.18.177.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b95ecbbfface8cab883bcd8a3adfd0eadc02cbbb9db897d0c8f5cdd75db76c6f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40550 --metrics-logging=true --relay=true --filter=true --storenode=/ip4/172.18.151.17/tcp/52076/p2p/16Uiu2HAm9bj3NGakVRJ6d9R48mqiSzgERdyf29SZ3kBHqRD6eZDT --discv5-bootstrap-node=enr:-L24QBkwXFSnMabNoA8pLXMRRVqzJkywG_zLFu19ynPVHyIcDXYn0luOHEtG1OS72JzkhL-H1kInc6vIuPRxC0ctN90CgmlkgnY0gmlwhKwSlxGKbXVsdGlhZGRyc5YACASsEpcRBstsAAoErBKXEQbLbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0pbjCEokTwVaY0CVExco6KczzzxUrp7BwHzyxFD4EeqDdGNwgstsg3VkcILLboV3YWt1MgM
|
||||
2026-03-04 04:31:10.336 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.233 waku d0290477b9d7f91add63f9e1b2b5ecc82e8fb3a92142bef1fdc3e8e814dd941e
|
||||
2026-03-04 04:31:10.374 DEBUG [src.node.docker_mananger] Container started with ID d0290477b9d7. Setting up logs at ./log/docker/node8_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:10.374 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40546
|
||||
2026-03-04 04:31:10.374 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:11.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40546/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:11.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:11.397 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:11.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40546/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:11.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.233/tcp/40547/p2p/16Uiu2HAkwLNs7MCivR26oGjYpr5AsCKMr8rEnoSLapdQk9FSPVZq","/ip4/172.18.177.233/tcp/40548/ws/p2p/16Uiu2HAkwLNs7MCivR26oGjYpr5AsCKMr8rEnoSLapdQk9FSPVZq"],"enrUri":"enr:-L24QGajLVALssiJGSgz88HZEIQpV1Zc0G2JczC2aWubi0cLWBi_sFLFhT2cRZTVakwrFktqXTqP2bewrYT6IgY3G48CgmlkgnY0gmlwhKwSsemKbXVsdGlhZGRyc5YACASsErHpBp5jAAoErBKx6QaeZN0DgnJzhQADAQAAiXNlY3AyNTZrMaECHFweGDVF0FBXRM0GYguSoC6e9md2w7xJaCPMw8kdVKCDdGNwgp5jg3VkcIKeZYV3YWt1MgU"}'
|
||||
2026-03-04 04:31:11.402 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:11.403 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:11.403 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:11.405 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:11.405 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.17
|
||||
2026-03-04 04:31:11.405 DEBUG [src.node.docker_mananger] Generated ports ['51968', '51969', '51970', '51971', '51972']
|
||||
2026-03-04 04:31:11.405 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:11.406 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:11.406 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:11.406 DEBUG [src.node.docker_mananger] docker run -i -t -p 51968:51968 -p 51969:51969 -p 51970:51970 -p 51971:51971 -p 51972:51972 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51970 --rest-port=51968 --tcp-port=51969 --discv5-udp-port=51971 --rest-address=0.0.0.0 --nat=extip:172.18.171.17 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=164eac166cfd6807cd38a9b5e0ec273fa98f1fab9ccfd7bcdabf9e03aacda9ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51972 --metrics-logging=true --relay=false --filternode=/ip4/172.18.177.233/tcp/40547/p2p/16Uiu2HAkwLNs7MCivR26oGjYpr5AsCKMr8rEnoSLapdQk9FSPVZq --storenode=/ip4/172.18.151.17/tcp/52076/p2p/16Uiu2HAm9bj3NGakVRJ6d9R48mqiSzgERdyf29SZ3kBHqRD6eZDT --discv5-bootstrap-node=enr:-L24QBkwXFSnMabNoA8pLXMRRVqzJkywG_zLFu19ynPVHyIcDXYn0luOHEtG1OS72JzkhL-H1kInc6vIuPRxC0ctN90CgmlkgnY0gmlwhKwSlxGKbXVsdGlhZGRyc5YACASsEpcRBstsAAoErBKXEQbLbd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0pbjCEokTwVaY0CVExco6KczzzxUrp7BwHzyxFD4EeqDdGNwgstsg3VkcILLboV3YWt1MgM
|
||||
2026-03-04 04:31:11.604 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.17 waku e0144bba8a1f3f4b1fe4fe432eedb4e868b152472a3cbe247b16266e2ebc4b4f
|
||||
2026-03-04 04:31:11.639 DEBUG [src.node.docker_mananger] Container started with ID e0144bba8a1f. Setting up logs at ./log/docker/node5_2026-03-04_04-31-03__a514acad-0492-408a-b799-37d00a21b858__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:11.640 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51968
|
||||
2026-03-04 04:31:11.640 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:12.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51968/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.643 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:12.644 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:12.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51968/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.17/tcp/51969/p2p/16Uiu2HAm9oFnvuuLckZSdUuH7JArifqXRRHgFJiKm1UZPWfnkP5j","/ip4/172.18.171.17/tcp/51970/ws/p2p/16Uiu2HAm9oFnvuuLckZSdUuH7JArifqXRRHgFJiKm1UZPWfnkP5j"],"enrUri":"enr:-L24QHQGnXxnr0XssjUVFEv3E8KnU6bCjhnXvHFODyjE0FlVSXRAJMDjgJF9MpXSTTFt7oTapM_War_WbLyuauMBJWQCgmlkgnY0gmlwhKwSqxGKbXVsdGlhZGRyc5YACASsEqsRBssBAAoErBKrEQbLAt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1YsLzZKwGMummMkF_p_V_jxGRNxegKpvD7FDhEGEYrKDdGNwgssBg3VkcILLA4V3YWt1MgA"}'
|
||||
2026-03-04 04:31:12.646 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:12.647 DEBUG [tests.e2e.test_e2e] Connect 3 service nodes to relay subscriptions
|
||||
2026-03-04 04:31:12.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10315/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:12.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:12.652 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52075/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:12.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:12.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40546/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:12.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:12.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10315/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.151.17/tcp/33238/p2p/16Uiu2HAm9bj3NGakVRJ6d9R48mqiSzgERdyf29SZ3kBHqRD6eZDT","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:31:12.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52075/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.123.127/tcp/10316/p2p/16Uiu2HAm9Vsrno9g23QoznxEgYyri28qEhsugCkUVsrz4LLVTUtP","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"},{"multiaddr":"/ip4/172.17.0.5/tcp/57596/p2p/16Uiu2HAkwLNs7MCivR26oGjYpr5AsCKMr8rEnoSLapdQk9FSPVZq","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-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:31:12.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40546/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:12.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.151.17/tcp/52076/p2p/16Uiu2HAm9bj3NGakVRJ6d9R48mqiSzgERdyf29SZ3kBHqRD6eZDT","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:31:12.678 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2026-03-04 04:31:42.678 DEBUG [tests.e2e.test_e2e] Edge node2 makes filter subscription to pubsubtopic /waku/2/rs/3/1 and content topic /test/1/waku-filter/proto
|
||||
2026-03-04 04:31:42.679 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51968/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-03-04 04:31:42.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-03-04 04:31:42.726 DEBUG [tests.e2e.test_e2e] Check if service node1 receives message sent by edge node1
|
||||
2026-03-04 04:31:42.728 DEBUG [src.steps.light_push] Lightpushing message
|
||||
2026-03-04 04:31:42.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54427/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1772598702727815566}}'
|
||||
2026-03-04 04:31:42.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:42.791 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:31:42.892 DEBUG [src.steps.light_push] Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
2026-03-04 04:31:42.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10315/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:42.895 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":1772598702727815566,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:31:42.897 DEBUG [tests.e2e.test_e2e] Check if edge node2 can query stored message
|
||||
2026-03-04 04:31:42.897 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:31:42.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51968/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:42.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"dc25f6c9a16ef2ec150b","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2dbd0eb57d6d246ecea9d0815b17f44e54082865d00ffb7af94bf4a3036bfc06"}]}'
|
||||
2026-03-04 04:31:42.935 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-04 04:31:42.936 DEBUG [tests.e2e.test_e2e] Check if service node3 can query stored message
|
||||
2026-03-04 04:31:42.936 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:31:42.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40546/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:42.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3b9f2ad700af511c2d17","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2dbd0eb57d6d246ecea9d0815b17f44e54082865d00ffb7af94bf4a3036bfc06"}]}'
|
||||
2026-03-04 04:31:42.948 DEBUG [src.steps.store] messages length is 1
|
||||
2026-03-04 04:31:42.949 DEBUG [tests.e2e.test_e2e] Check if edge node2 can get sent message using filter get request
|
||||
2026-03-04 04:31:42.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51968/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:42.952 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":1772598702727815566,"ephemeral":false}]'
|
||||
2026-03-04 04:31:42.954 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:31:42.955 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:31:42.956 DEBUG [src.node.waku_node] Stopping container with id 828cb9edd05a
|
||||
2026-03-04 04:31:43.521 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:43.521 DEBUG [src.node.waku_node] Stopping container with id 684ad6699add
|
||||
2026-03-04 04:31:44.074 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:44.075 DEBUG [src.node.waku_node] Stopping container with id ee5eedbfb245
|
||||
2026-03-04 04:31:44.334 ERROR [src.node.docker_mananger] Max retries reached for container 828cb9edd05a. Exiting log stream.
|
||||
2026-03-04 04:31:44.612 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:44.613 DEBUG [src.node.waku_node] Stopping container with id d0290477b9d7
|
||||
2026-03-04 04:31:44.887 ERROR [src.node.docker_mananger] Max retries reached for container 684ad6699add. Exiting log stream.
|
||||
2026-03-04 04:31:45.150 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:45.151 DEBUG [src.node.waku_node] Stopping container with id e0144bba8a1f
|
||||
2026-03-04 04:31:45.426 ERROR [src.node.docker_mananger] Max retries reached for container ee5eedbfb245. Exiting log stream.
|
||||
2026-03-04 04:31:45.695 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:31:45.699 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:31:45.726 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:45.730 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:45.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:45.785 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:31:45.793 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
107
nim/1103/data/attachments/27b3c528fc635c81.txt
Normal file
107
nim/1103/data/attachments/27b3c528fc635c81.txt
Normal file
@ -0,0 +1,107 @@
|
||||
2026-03-04 04:31:36.741 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:31:36.741 DEBUG [tests.conftest] Running test: test_msg_not_stored_when_ephemeral_true with id: 2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e
|
||||
2026-03-04 04:31:36.742 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:31:36.742 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-03-04 04:31:36.742 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-03-04 04:31:36.753 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:36.753 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:36.760 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:36.761 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:36.768 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:31:36.768 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:36.769 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:31:36.769 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:31:36.770 DEBUG [tests.e2e.test_e2e] Start 3 nodes
|
||||
2026-03-04 04:31:36.770 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:36.771 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:36.820 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2026-03-04 04:31:36.820 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.243
|
||||
2026-03-04 04:31:36.820 DEBUG [src.node.docker_mananger] Generated ports ['54433', '54434', '54435', '54436', '54437']
|
||||
2026-03-04 04:31:36.820 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:36.821 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:36.821 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:36.821 DEBUG [src.node.docker_mananger] docker run -i -t -p 54433:54433 -p 54434:54434 -p 54435:54435 -p 54436:54436 -p 54437:54437 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54435 --rest-port=54433 --tcp-port=54434 --discv5-udp-port=54436 --rest-address=0.0.0.0 --nat=extip:172.18.46.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=37ceccd62181aaac261b75ba8b14272aa1c083ca8327a50ba3b9fada7a0dcad6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54437 --metrics-logging=true --relay=true --store=true
|
||||
2026-03-04 04:31:39.922 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.243 waku 949c3240788e2bbb8c6cbfa9479f3109a1faf7e56deec8205841bcf3db107e48
|
||||
2026-03-04 04:31:39.958 DEBUG [src.node.docker_mananger] Container started with ID 949c3240788e. Setting up logs at ./log/docker/node1_2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:39.958 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54433
|
||||
2026-03-04 04:31:39.959 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:40.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54433/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:40.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:40.963 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:40.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54433/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:40.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.243/tcp/54434/p2p/16Uiu2HAmPwzad9yjpi7ApkM5ntrrjTUQ2v4WyN2L4J2QwG25fixb","/ip4/172.18.46.243/tcp/54435/ws/p2p/16Uiu2HAmPwzad9yjpi7ApkM5ntrrjTUQ2v4WyN2L4J2QwG25fixb"],"enrUri":"enr:-L24QDt5AmUPDNg4Sq2yzRFvtCNaLN5Nnn1kMbMWScngGVuaVJUNcDpOQMb2fOY9rufdND8BCAVC-7uaHL8wUDtVxHUCgmlkgnY0gmlwhKwSLvOKbXVsdGlhZGRyc5YACASsEi7zBtSiAAoErBIu8wbUo90DgnJzhQADAQAAiXNlY3AyNTZrMaEDp8uwnPK8UWVb3zR3mEalWotfz512Hn5xEyRNSTyvxOyDdGNwgtSig3VkcILUpIV3YWt1MgM"}'
|
||||
2026-03-04 04:31:40.966 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:40.966 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:40.966 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:40.968 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:40.968 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.70.81
|
||||
2026-03-04 04:31:40.968 DEBUG [src.node.docker_mananger] Generated ports ['20100', '20101', '20102', '20103', '20104']
|
||||
2026-03-04 04:31:40.969 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:40.969 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:40.969 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:40.969 DEBUG [src.node.docker_mananger] docker run -i -t -p 20100:20100 -p 20101:20101 -p 20102:20102 -p 20103:20103 -p 20104:20104 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20102 --rest-port=20100 --tcp-port=20101 --discv5-udp-port=20103 --rest-address=0.0.0.0 --nat=extip:172.18.70.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa4eecb4feb53cf5fb3a3f1e033107eea569e72fa3bbba9abed54a88812bd32b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20104 --metrics-logging=true --store=true --relay=true --discv5-bootstrap-node=enr:-L24QDt5AmUPDNg4Sq2yzRFvtCNaLN5Nnn1kMbMWScngGVuaVJUNcDpOQMb2fOY9rufdND8BCAVC-7uaHL8wUDtVxHUCgmlkgnY0gmlwhKwSLvOKbXVsdGlhZGRyc5YACASsEi7zBtSiAAoErBIu8wbUo90DgnJzhQADAQAAiXNlY3AyNTZrMaEDp8uwnPK8UWVb3zR3mEalWotfz512Hn5xEyRNSTyvxOyDdGNwgtSig3VkcILUpIV3YWt1MgM
|
||||
2026-03-04 04:31:41.174 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.70.81 waku 766ca8519c0219f77826e8e0768a2b164f04822a668068869536b7cb8738d997
|
||||
2026-03-04 04:31:41.210 DEBUG [src.node.docker_mananger] Container started with ID 766ca8519c02. Setting up logs at ./log/docker/node2_2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:41.210 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20100
|
||||
2026-03-04 04:31:41.211 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:42.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:42.215 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:42.216 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:42.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20100/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:42.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.81/tcp/20101/p2p/16Uiu2HAmP7LsbqPrizXdyeVdvfTKz6d46BgoqbXc3Wad7T4rg9S5","/ip4/172.18.70.81/tcp/20102/ws/p2p/16Uiu2HAmP7LsbqPrizXdyeVdvfTKz6d46BgoqbXc3Wad7T4rg9S5"],"enrUri":"enr:-L24QFkiQ0XEhLtflyX3Ccj3jJ1TXiz8IpgQkhRjHIx7It5mQaK5xsfg3S2bi-E6FYWLcNpvSvQunWEeZfl4qQox8OMCgmlkgnY0gmlwhKwSRlGKbXVsdGlhZGRyc5YACASsEkZRBk6FAAoErBJGUQZOht0DgnJzhQADAQAAiXNlY3AyNTZrMaEDm1Us3-h2jc6MHSdOeXZjGVZu4zj8QwvKDNl3CHZB31aDdGNwgk6Fg3VkcIJOh4V3YWt1MgM"}'
|
||||
2026-03-04 04:31:42.219 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:42.219 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:31:42.219 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:31:42.222 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:31:42.223 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.72.128
|
||||
2026-03-04 04:31:42.223 DEBUG [src.node.docker_mananger] Generated ports ['47875', '47876', '47877', '47878', '47879']
|
||||
2026-03-04 04:31:42.223 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:31:42.225 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:31:42.225 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:31:42.225 DEBUG [src.node.docker_mananger] docker run -i -t -p 47875:47875 -p 47876:47876 -p 47877:47877 -p 47878:47878 -p 47879:47879 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47877 --rest-port=47875 --tcp-port=47876 --discv5-udp-port=47878 --rest-address=0.0.0.0 --nat=extip:172.18.72.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=34ca40d0d4de90a7b3beeb1acff6fb814d0ab914fd5e365ad9bab4f5d3aefbbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47879 --metrics-logging=true --relay=false --storenode=/ip4/172.18.70.81/tcp/20101/p2p/16Uiu2HAmP7LsbqPrizXdyeVdvfTKz6d46BgoqbXc3Wad7T4rg9S5 --discv5-bootstrap-node=enr:-L24QFkiQ0XEhLtflyX3Ccj3jJ1TXiz8IpgQkhRjHIx7It5mQaK5xsfg3S2bi-E6FYWLcNpvSvQunWEeZfl4qQox8OMCgmlkgnY0gmlwhKwSRlGKbXVsdGlhZGRyc5YACASsEkZRBk6FAAoErBJGUQZOht0DgnJzhQADAQAAiXNlY3AyNTZrMaEDm1Us3-h2jc6MHSdOeXZjGVZu4zj8QwvKDNl3CHZB31aDdGNwgk6Fg3VkcIJOh4V3YWt1MgM
|
||||
2026-03-04 04:31:42.453 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.72.128 waku 7b32b4fe3a4421e8d98b080766dfb2d9b9b090bd25cb9ba298484a0d9a51cd91
|
||||
2026-03-04 04:31:42.488 DEBUG [src.node.docker_mananger] Container started with ID 7b32b4fe3a44. Setting up logs at ./log/docker/node3_2026-03-04_04-31-36__a3ee4c7d-4469-46c4-ae73-e7db09a6f64e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:31:42.488 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47875
|
||||
2026-03-04 04:31:42.489 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:31:43.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47875/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:43.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:31:43.492 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:31:43.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47875/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:43.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.72.128/tcp/47876/p2p/16Uiu2HAmCJUjYzx7NjG6Yt1q12cihYrZdNkRWPj9pszuvtxnztpy","/ip4/172.18.72.128/tcp/47877/ws/p2p/16Uiu2HAmCJUjYzx7NjG6Yt1q12cihYrZdNkRWPj9pszuvtxnztpy"],"enrUri":"enr:-L24QCx6BKnkShv-FDpuvS5ru5iXHUEIV8sm9xruiORqdmrFdp3Rj5bnlrHI8sH9crT6LxVi32ECZj5uaQ9378GKgsYCgmlkgnY0gmlwhKwSSICKbXVsdGlhZGRyc5YACASsEkiABrsEAAoErBJIgAa7Bd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-r7lj1PmzcnxLman0wq6UJ6EnXhEP37oAxHkAJPXNmKDdGNwgrsEg3VkcIK7BoV3YWt1MgA"}'
|
||||
2026-03-04 04:31:43.495 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:31:43.495 DEBUG [tests.e2e.test_e2e] Subscribe node1 ,2 to pubtopic /waku/2/rs/3/1
|
||||
2026-03-04 04:31:43.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:43.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:43.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20100/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:31:43.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:31:43.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54433/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:43.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.70.81/tcp/33668/p2p/16Uiu2HAmP7LsbqPrizXdyeVdvfTKz6d46BgoqbXc3Wad7T4rg9S5","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"UnknownOrigin"}]'
|
||||
2026-03-04 04:31:43.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20100/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:31:43.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.46.243/tcp/54434/p2p/16Uiu2HAmPwzad9yjpi7ApkM5ntrrjTUQ2v4WyN2L4J2QwG25fixb","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-161-g09618a","origin":"Discv5"}]'
|
||||
2026-03-04 04:31:43.516 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2026-03-04 04:32:13.516 DEBUG [tests.e2e.test_e2e] Node1 publish message with flag ephemeral = True
|
||||
2026-03-04 04:32:13.517 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:32:13.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54433/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)', "ephemeral": true}'
|
||||
2026-03-04 04:32:13.522 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:13.523 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:32:13.723 DEBUG [src.libs.common] Sleeping for 3 seconds
|
||||
2026-03-04 04:32:16.724 DEBUG [tests.e2e.test_e2e] Node3 makes store request to get messages
|
||||
2026-03-04 04:32:16.724 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-03-04 04:32:16.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47875/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:16.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e5b410ff513c000b7a6a","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-03-04 04:32:16.774 DEBUG [src.steps.store] messages length is 0
|
||||
2026-03-04 04:32:16.778 DEBUG [tests.e2e.test_e2e] Response for store when ephemeral = true is strPeer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': 'e5b410ff513c000b7a6a', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
2026-03-04 04:32:16.779 DEBUG [tests.e2e.test_e2e] Message isn't stored as ephemeral = True
|
||||
2026-03-04 04:32:16.783 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:16.784 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:16.784 DEBUG [src.node.waku_node] Stopping container with id 949c3240788e
|
||||
2026-03-04 04:32:17.366 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:17.366 DEBUG [src.node.waku_node] Stopping container with id 766ca8519c02
|
||||
2026-03-04 04:32:17.892 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:17.892 DEBUG [src.node.waku_node] Stopping container with id 7b32b4fe3a44
|
||||
2026-03-04 04:32:18.180 ERROR [src.node.docker_mananger] Max retries reached for container 949c3240788e. Exiting log stream.
|
||||
2026-03-04 04:32:18.423 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:18.424 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:18.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:18.481 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:18.486 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1103/data/attachments/27e11f1c7603c185.txt
Normal file
77
nim/1103/data/attachments/27e11f1c7603c185.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-03-04 04:32:22.144 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:32:22.144 DEBUG [tests.conftest] Running test: test_publish_with_missing_payload with id: 2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e
|
||||
2026-03-04 04:32:22.144 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:32:22.144 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-03-04 04:32:22.145 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-03-04 04:32:22.152 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:22.152 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:22.152 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:22.152 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:22.154 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:22.154 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.52
|
||||
2026-03-04 04:32:22.154 DEBUG [src.node.docker_mananger] Generated ports ['64891', '64892', '64893', '64894', '64895']
|
||||
2026-03-04 04:32:22.154 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:22.154 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:22.154 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:22.154 DEBUG [src.node.docker_mananger] docker run -i -t -p 64891:64891 -p 64892:64892 -p 64893:64893 -p 64894:64894 -p 64895:64895 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64893 --rest-port=64891 --tcp-port=64892 --discv5-udp-port=64894 --rest-address=0.0.0.0 --nat=extip:172.18.121.52 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b93cde494caf3cde398e98fdaaf6e05cbccc3dacefebf4cddb9cdfaa97cbeacf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64895 --metrics-logging=true --relay=true
|
||||
2026-03-04 04:32:22.352 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.52 waku 2f973734eee52b4009d2bbc57ec28afaa77df58af5e18dd6f8af9ef8a6279e5c
|
||||
2026-03-04 04:32:22.371 ERROR [src.node.docker_mananger] Max retries reached for container 76c96beeb094. Exiting log stream.
|
||||
2026-03-04 04:32:22.391 DEBUG [src.node.docker_mananger] Container started with ID 2f973734eee5. Setting up logs at ./log/docker/node1_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:22.392 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64891
|
||||
2026-03-04 04:32:22.393 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:22.952 ERROR [src.node.docker_mananger] Max retries reached for container a8f8528058e4. Exiting log stream.
|
||||
2026-03-04 04:32:23.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64891/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:23.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:23.396 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:23.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64891/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:23.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.52/tcp/64892/p2p/16Uiu2HAmUTam5LMjLrG28kMY5Vs6J8yRWkEKbQmKhSrZYhBsfNtw","/ip4/172.18.121.52/tcp/64893/ws/p2p/16Uiu2HAmUTam5LMjLrG28kMY5Vs6J8yRWkEKbQmKhSrZYhBsfNtw"],"enrUri":"enr:-L24QJpvATs_w2HXGOcBmJXXqYP0MzgWVw3HaG73I1SggX08QaZJk6TPNAyF213trz46NuFZFCH9uapFeNbzJgr-mvcCgmlkgnY0gmlwhKwSeTSKbXVsdGlhZGRyc5YACASsEnk0Bv18AAoErBJ5NAb9fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED6s7twYTz-gTMNbkyKyj6Vih-FtAY0crDRd_nWCkK5IiDdGNwgv18g3VkcIL9foV3YWt1MgE"}'
|
||||
2026-03-04 04:32:23.399 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:23.405 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:32:23.406 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.406 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:32:23.406 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:32:23.407 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:32:23.407 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.122
|
||||
2026-03-04 04:32:23.408 DEBUG [src.node.docker_mananger] Generated ports ['4543', '4544', '4545', '4546', '4547']
|
||||
2026-03-04 04:32:23.408 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:32:23.408 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:32:23.408 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:32:23.408 DEBUG [src.node.docker_mananger] docker run -i -t -p 4543:4543 -p 4544:4544 -p 4545:4545 -p 4546:4546 -p 4547:4547 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4545 --rest-port=4543 --tcp-port=4544 --discv5-udp-port=4546 --rest-address=0.0.0.0 --nat=extip:172.18.231.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fff9fce5dd3957cd24cc00c8aa8cccf99aa0f16f78ee2028ff5eaffcd1886da8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4547 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJpvATs_w2HXGOcBmJXXqYP0MzgWVw3HaG73I1SggX08QaZJk6TPNAyF213trz46NuFZFCH9uapFeNbzJgr-mvcCgmlkgnY0gmlwhKwSeTSKbXVsdGlhZGRyc5YACASsEnk0Bv18AAoErBJ5NAb9fd0DgnJzhQADAQAAiXNlY3AyNTZrMaED6s7twYTz-gTMNbkyKyj6Vih-FtAY0crDRd_nWCkK5IiDdGNwgv18g3VkcIL9foV3YWt1MgE
|
||||
2026-03-04 04:32:23.630 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.122 waku 62da67c593ccddff0fd5396e014ffec19ce7d9db06b1dd0fe059fd0cdeea8e24
|
||||
2026-03-04 04:32:23.661 DEBUG [src.node.docker_mananger] Container started with ID 62da67c593cc. Setting up logs at ./log/docker/node2_2026-03-04_04-32-22__31101abb-429c-433a-9dff-4f00172b513e__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:32:23.661 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4543
|
||||
2026-03-04 04:32:23.661 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:32:24.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4543/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:24.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:32:24.668 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:32:24.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4543/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:24.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.122/tcp/4544/p2p/16Uiu2HAmL5BPP1QHwwF7mHpbpm4YHQwwEM4wKrjPCmvobAyL37Bs","/ip4/172.18.231.122/tcp/4545/ws/p2p/16Uiu2HAmL5BPP1QHwwF7mHpbpm4YHQwwEM4wKrjPCmvobAyL37Bs"],"enrUri":"enr:-L24QGYU6Weh62YDjn00RmMxwh7C6ffjnOqcgH2Iso_iAYgdY3uEl8t4G52tuaHoduTV12YNhiofdNHVgTbhQbqLXsICgmlkgnY0gmlwhKwS53qKbXVsdGlhZGRyc5YACASsEud6BhHAAAoErBLnegYRwd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbjQ59OvhG3VLB_KifVL4CiJmrBZEQHi-T4SEiiNszg6DdGNwghHAg3VkcIIRwoV3YWt1MgE"}'
|
||||
2026-03-04 04:32:24.671 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:32:24.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4543/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.121.52/tcp/64892/p2p/16Uiu2HAmUTam5LMjLrG28kMY5Vs6J8yRWkEKbQmKhSrZYhBsfNtw"]'
|
||||
2026-03-04 04:32:24.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:24.674 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-03-04 04:32:24.674 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64891/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:24.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:24.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4543/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-03-04 04:32:24.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:24.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:24.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:32:24.692 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-03-04 04:32:24.792 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:24.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:24.796 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":1772598744686108160,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:24.797 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-03-04 04:32:24.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4543/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:32:24.800 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":1772598744686108160,"ephemeral":false,"proof":""}]'
|
||||
2026-03-04 04:32:24.801 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-03-04 04:32:24.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:32:24.805 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:64891/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
2026-03-04 04:32:24.807 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:32:24.807 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:32:24.808 DEBUG [src.node.waku_node] Stopping container with id 2f973734eee5
|
||||
2026-03-04 04:32:25.384 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:25.384 DEBUG [src.node.waku_node] Stopping container with id 62da67c593cc
|
||||
2026-03-04 04:32:25.947 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:32:25.949 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:32:25.954 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:32:25.959 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1103/data/attachments/288e7c8e87b13162.txt
Normal file
84
nim/1103/data/attachments/288e7c8e87b13162.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2026-03-04 04:33:09.502 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-03-04 04:33:09.502 DEBUG [tests.conftest] Running test: test_store_with_duplicate_hashes with id: 2026-03-04_04-33-09__9f73f2be-bfba-4b69-bf58-373d9684b4e1
|
||||
2026-03-04 04:33:09.503 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-03-04 04:33:09.503 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-03-04 04:33:09.503 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-03-04 04:33:09.510 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:09.511 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-04_04-33-09__9f73f2be-bfba-4b69-bf58-373d9684b4e1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:09.511 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:09.511 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:09.512 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:09.512 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.208
|
||||
2026-03-04 04:33:09.513 DEBUG [src.node.docker_mananger] Generated ports ['19018', '19019', '19020', '19021', '19022']
|
||||
2026-03-04 04:33:09.513 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:09.513 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:09.513 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:09.513 DEBUG [src.node.docker_mananger] docker run -i -t -p 19018:19018 -p 19019:19019 -p 19020:19020 -p 19021:19021 -p 19022:19022 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19020 --rest-port=19018 --tcp-port=19019 --discv5-udp-port=19021 --rest-address=0.0.0.0 --nat=extip:172.18.189.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5a7cedf0dadeadcebb80f0f6efad02da310d2ed60cbd9f60db6007dd16d4e471 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19022 --metrics-logging=true --store=true --relay=true
|
||||
2026-03-04 04:33:09.692 ERROR [src.node.docker_mananger] Max retries reached for container 4d1f9caf43e2. Exiting log stream.
|
||||
2026-03-04 04:33:09.710 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.208 waku c463099225e9076e76da61c45e46bb0ad0f4a48cdbeba8d4e66ff1a9699c5b3e
|
||||
2026-03-04 04:33:09.746 DEBUG [src.node.docker_mananger] Container started with ID c463099225e9. Setting up logs at ./log/docker/publishing_node1_2026-03-04_04-33-09__9f73f2be-bfba-4b69-bf58-373d9684b4e1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:09.746 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19018
|
||||
2026-03-04 04:33:09.747 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:10.297 ERROR [src.node.docker_mananger] Max retries reached for container 2fc3354db341. Exiting log stream.
|
||||
2026-03-04 04:33:10.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19018/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:10.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:10.751 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:10.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19018/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:10.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.189.208/tcp/19019/p2p/16Uiu2HAmJvVdYLESouTz3BFJuXCCU6tZoVxb6pUPpXJnF6KNNtPN","/ip4/172.18.189.208/tcp/19020/ws/p2p/16Uiu2HAmJvVdYLESouTz3BFJuXCCU6tZoVxb6pUPpXJnF6KNNtPN"],"enrUri":"enr:-L24QAzEgFfoOgMyNOqG40ZpgZMRwJ6VTn2Nj1pP8_gj0lDmLCkGPp55yfIDW9_nN4qd37DkitaI9KMdjJeAfrhjNaICgmlkgnY0gmlwhKwSvdCKbXVsdGlhZGRyc5YACASsEr3QBkpLAAoErBK90AZKTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXR7w36v8D01By_pQ4-7eaYDmYaAp_13QfIdo-by-qVWDdGNwgkpLg3VkcIJKTYV3YWt1MgM"}'
|
||||
2026-03-04 04:33:10.754 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:10.762 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-03-04 04:33:10.762 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-04_04-33-09__9f73f2be-bfba-4b69-bf58-373d9684b4e1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:10.762 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-03-04 04:33:10.762 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-03-04 04:33:10.763 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-03-04 04:33:10.764 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.141
|
||||
2026-03-04 04:33:10.764 DEBUG [src.node.docker_mananger] Generated ports ['25968', '25969', '25970', '25971', '25972']
|
||||
2026-03-04 04:33:10.764 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-03-04 04:33:10.764 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-03-04 04:33:10.764 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-03-04 04:33:10.764 DEBUG [src.node.docker_mananger] docker run -i -t -p 25968:25968 -p 25969:25969 -p 25970:25970 -p 25971:25971 -p 25972:25972 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25970 --rest-port=25968 --tcp-port=25969 --discv5-udp-port=25971 --rest-address=0.0.0.0 --nat=extip:172.18.42.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b30d57d59d805ebd8f99bcce2440a695f6a17309dcbee5ccacfecb74184e9aaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25972 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAzEgFfoOgMyNOqG40ZpgZMRwJ6VTn2Nj1pP8_gj0lDmLCkGPp55yfIDW9_nN4qd37DkitaI9KMdjJeAfrhjNaICgmlkgnY0gmlwhKwSvdCKbXVsdGlhZGRyc5YACASsEr3QBkpLAAoErBK90AZKTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXR7w36v8D01By_pQ4-7eaYDmYaAp_13QfIdo-by-qVWDdGNwgkpLg3VkcIJKTYV3YWt1MgM --storenode=/ip4/172.18.189.208/tcp/19019/p2p/16Uiu2HAmJvVdYLESouTz3BFJuXCCU6tZoVxb6pUPpXJnF6KNNtPN --store=true --relay=true
|
||||
2026-03-04 04:33:10.962 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.141 waku 5caa0c2e90459da0da5f4c0b7f7e6566931c2f9339b253a1cf5132bbc7dea166
|
||||
2026-03-04 04:33:10.995 DEBUG [src.node.docker_mananger] Container started with ID 5caa0c2e9045. Setting up logs at ./log/docker/store_node1_2026-03-04_04-33-09__9f73f2be-bfba-4b69-bf58-373d9684b4e1__wakuorg_nwaku:latest.log
|
||||
2026-03-04 04:33:10.995 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25968
|
||||
2026-03-04 04:33:10.995 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-03-04 04:33:11.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25968/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:11.998 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
2026-03-04 04:33:11.999 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-03-04 04:33:11.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25968/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:12.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.141/tcp/25969/p2p/16Uiu2HAmEhJyPSKMNRPRYrDrjeiWTRwWoTK2kUnxJAcPH4qEpJoi","/ip4/172.18.42.141/tcp/25970/ws/p2p/16Uiu2HAmEhJyPSKMNRPRYrDrjeiWTRwWoTK2kUnxJAcPH4qEpJoi"],"enrUri":"enr:-L24QGNhMg8OwMrfA94i7njfdB2hDlhPk8BQ8OM-LIS3-PvyWTFcXeEJuT5fRVwlGDc6KCpKMD6-rKBUqJnDG5OuJykCgmlkgnY0gmlwhKwSKo2KbXVsdGlhZGRyc5YACASsEiqNBmVxAAoErBIqjQZlct0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHk-XhAAB7f6aZNkJUo4k-YPkzy6UH9TxLEK-usmEieGDdGNwgmVxg3VkcIJlc4V3YWt1MgM"}'
|
||||
2026-03-04 04:33:12.001 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-03-04 04:33:12.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25968/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.189.208/tcp/19019/p2p/16Uiu2HAmJvVdYLESouTz3BFJuXCCU6tZoVxb6pUPpXJnF6KNNtPN"]'
|
||||
2026-03-04 04:33:12.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19018/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:12.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25968/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-03-04 04:33:12.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.011 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:12.011 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:12.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.017 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:12.217 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:12.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:12.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.224 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:12.425 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:12.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:12.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.432 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:12.633 DEBUG [src.steps.store] Relaying message
|
||||
2026-03-04 04:33:12.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-03-04 04:33:12.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-03-04 04:33:12.640 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-03-04 04:33:12.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19018/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x6fe6461cad31be59c9634931d35ecc63e8b250e2fda3407efbe0ac410eb714e0%2C0x6fe6461cad31be59c9634931d35ecc63e8b250e2fda3407efbe0ac410eb714e0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:12.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6fe6461cad31be59c9634931d35ecc63e8b250e2fda3407efbe0ac410eb714e0"}]}'
|
||||
2026-03-04 04:33:12.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25968/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x6fe6461cad31be59c9634931d35ecc63e8b250e2fda3407efbe0ac410eb714e0%2C0x6fe6461cad31be59c9634931d35ecc63e8b250e2fda3407efbe0ac410eb714e0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-03-04 04:33:12.848 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6fe6461cad31be59c9634931d35ecc63e8b250e2fda3407efbe0ac410eb714e0"}]}'
|
||||
2026-03-04 04:33:12.850 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-03-04 04:33:12.851 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-03-04 04:33:12.851 DEBUG [src.node.waku_node] Stopping container with id c463099225e9
|
||||
2026-03-04 04:33:13.400 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:13.402 DEBUG [src.node.waku_node] Stopping container with id 5caa0c2e9045
|
||||
2026-03-04 04:33:13.926 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-03-04 04:33:13.927 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-03-04 04:33:13.940 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-03-04 04:33:13.946 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
96
nim/1103/data/attachments/28a5c5226c97ddc8.txt
Normal file
96
nim/1103/data/attachments/28a5c5226c97ddc8.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_light_push_with_missing_pubsub_topics with id: 2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.130
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29486', '29487', '29488', '29489', '29490']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 29486:29486 -p 29487:29487 -p 29488:29488 -p 29489:29489 -p 29490:29490 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29488 --rest-port=29486 --tcp-port=29487 --discv5-udp-port=29489 --rest-address=0.0.0.0 --nat=extip:172.18.206.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b10a0f08abf6c8f1feea1bdc75aecaff9fe76ad832af9faaae2eeec5123edaad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29490 --metrics-logging=true --lightpush=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0943e3ddbc98. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.206.130 waku 201050ac51283d6531814e712d148195f1b6d76e500a3f394a182957766d45b8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 201050ac5128. Setting up logs at ./log/docker/receiving_node1_2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29486
|
||||
[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 29b1be4b2d2b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29486/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29486/debug/v1/info" -H "Content-Type: application/json" -d '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.130/tcp/29487/p2p/16Uiu2HAm1PYhKfZrBAAcauzKBmCqwLHjFBd3eccFXpiEKccWm67Y","/ip4/172.18.206.130/tcp/29488/ws/p2p/16Uiu2HAm1PYhKfZrBAAcauzKBmCqwLHjFBd3eccFXpiEKccWm67Y"],"enrUri":"enr:-L24QFCVWUkt7-vIGoO5Yi1o3-IkyphmX9PwuqppQZDJth-3AeXzpoNDkRWgmXPcvK1WDqCtp3t5PQ7jHggXVdMXGCcCgmlkgnY0gmlwhKwSzoKKbXVsdGlhZGRyc5YACASsEs6CBnMvAAoErBLOggZzMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWJq5UpfRyEP28coyG6uUNr-9zBMp0tjN0D2rxKRG7H-DdGNwgnMvg3VkcIJzMYV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.1.69
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23450', '23451', '23452', '23453', '23454']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23450:23450 -p 23451:23451 -p 23452:23452 -p 23453:23453 -p 23454:23454 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23452 --rest-port=23450 --tcp-port=23451 --discv5-udp-port=23453 --rest-address=0.0.0.0 --nat=extip:172.18.1.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ef0392dfd4c3f7654c4255b37220de0bcbbadc7d8ac35a3cc1cbceeecdae834a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23454 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.1.69 waku ebefeb7e81519dd2e271a23f676915be9c9a09063e424d1db997917e498e14d8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ebefeb7e8151. Setting up logs at ./log/docker/receiving_node2_2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23450
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23450/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23450/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.69/tcp/23451/p2p/16Uiu2HAm26SBJ22NfUJ88xbp7qDMbmGj1pp6C3FyeQWhsayGRG5d","/ip4/172.18.1.69/tcp/23452/ws/p2p/16Uiu2HAm26SBJ22NfUJ88xbp7qDMbmGj1pp6C3FyeQWhsayGRG5d"],"enrUri":"enr:-L24QCRUka3tLI5u_Pm5p7p7YO6hwOeligcdQOjh_5q5ZYmJS-585dYWaRwsTKbAFqyg-d8ip8AlR2YZBMpt6p64iyoCgmlkgnY0gmlwhKwSAUWKbXVsdGlhZGRyc5YACASsEgFFBlubAAoErBIBRQZbnN0DgnJzhQADAQAAiXNlY3AyNTZrMaECYxQq3xcu0hqLO_u6c1z_ZgAUa5XBYkmG0NFUthdbEhiDdGNwglubg3VkcIJbnYV3YWt1MgE"}'
|
||||
[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:23450/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.206.130/tcp/29487/p2p/16Uiu2HAm1PYhKfZrBAAcauzKBmCqwLHjFBd3eccFXpiEKccWm67Y"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger: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.198
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9634', '9635', '9636', '9637', '9638']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9634:9634 -p 9635:9635 -p 9636:9636 -p 9637:9637 -p 9638:9638 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9636 --rest-port=9634 --tcp-port=9635 --discv5-udp-port=9637 --rest-address=0.0.0.0 --nat=extip:172.18.185.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=add88dbfafeeaef2da0e32f67e4ba9bba178ac32d30809d7d1b538d9ff73d2b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9638 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFCVWUkt7-vIGoO5Yi1o3-IkyphmX9PwuqppQZDJth-3AeXzpoNDkRWgmXPcvK1WDqCtp3t5PQ7jHggXVdMXGCcCgmlkgnY0gmlwhKwSzoKKbXVsdGlhZGRyc5YACASsEs6CBnMvAAoErBLOggZzMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWJq5UpfRyEP28coyG6uUNr-9zBMp0tjN0D2rxKRG7H-DdGNwgnMvg3VkcIJzMYV3YWt1Mgk --lightpushnode=/ip4/172.18.206.130/tcp/29487/p2p/16Uiu2HAm1PYhKfZrBAAcauzKBmCqwLHjFBd3eccFXpiEKccWm67Y --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.185.198 waku 0244e6dbfcd7f448533308d2e102c789ca2ed96745d318b8a441929794ff2123
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0244e6dbfcd7. Setting up logs at ./log/docker/lightpush_node1_2026-03-04_04-34-14__86a207f5-9283-4329-8d3e-0374607bcb49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9634
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9634/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9634/debug/v1/info" -H "Content-Type: application/json" -d '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.198/tcp/9635/p2p/16Uiu2HAmJ1UbsgCePw8KqKp57KDoLN9YtK1EsgeeACWLyENyzoNc","/ip4/172.18.185.198/tcp/9636/ws/p2p/16Uiu2HAmJ1UbsgCePw8KqKp57KDoLN9YtK1EsgeeACWLyENyzoNc"],"enrUri":"enr:-L24QBOwGP0ErvkdMW5mhyvB91j9U1mpBaeylX2rjnJ2Cmrsd6Me1FykwMCAtpOe7A-gIabjXCwmeUFOuyHwsAHp9pkCgmlkgnY0gmlwhKwSucaKbXVsdGlhZGRyc5YACASsErnGBiWjAAoErBK5xgYlpN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT4n-rd9K9WbE0yg-mi9e6xqnlJeYcOB54QMejEsh_CWDdGNwgiWjg3VkcIIlpYV3YWt1Mgk"}'
|
||||
[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:9634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.206.130/tcp/29487/p2p/16Uiu2HAm1PYhKfZrBAAcauzKBmCqwLHjFBd3eccFXpiEKccWm67Y"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9634/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.1.69/tcp/23451/p2p/16Uiu2HAm26SBJ22NfUJ88xbp7qDMbmGj1pp6C3FyeQWhsayGRG5d"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29486/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:23450/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:9634/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:9634/lightpush/v1/message" -H "Content-Type: application/json" -d '{"message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1772598858639834016}}'
|
||||
[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 201050ac5128
|
||||
[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 ebefeb7e8151
|
||||
[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 0244e6dbfcd7
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 201050ac5128. 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.
|
||||
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