mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-29 23:23:50 +00:00
350 lines
66 KiB
Plaintext
350 lines
66 KiB
Plaintext
2026-03-05 15:07:53.974 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:07:53.975 DEBUG [tests.conftest] Running test: test_static_shard_relay_10_nwaku_nodes with id: 2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b
|
|
2026-03-05 15:07:53.975 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:07:53.975 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:07:53.976 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 15:07:53.982 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:07:53.983 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:53.983 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:07:53.983 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:07:53.984 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:07:53.984 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.35
|
|
2026-03-05 15:07:53.985 DEBUG [src.node.docker_mananger] Generated ports ['26497', '26498', '26499', '26500', '26501']
|
|
2026-03-05 15:07:53.985 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:07:53.985 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:07:53.985 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:07:53.985 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:07:53.985 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:07:53.985 DEBUG [src.node.docker_mananger] docker run -i -t -p 26497:26497 -p 26498:26498 -p 26499:26499 -p 26500:26500 -p 26501:26501 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26499 --rest-port=26497 --tcp-port=26498 --discv5-udp-port=26500 --rest-address=0.0.0.0 --nat=extip:172.18.133.35 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3cfaf60402c698f029ec71b3108c7420e925f4baabc9fab3e345bf4b7a0cde48 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26501 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-05 15:07:54.174 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.35 waku f86c3f352e02e7404a3e81497559bfcfefb060ae0bb84e81c954427d33ae5b3f
|
|
2026-03-05 15:07:54.209 DEBUG [src.node.docker_mananger] Container started with ID f86c3f352e02. Setting up logs at ./log/docker/node1_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:54.209 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 26497
|
|
2026-03-05 15:07:54.211 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:07:54.250 ERROR [src.node.docker_mananger] Max retries reached for container ef63d26a54ae. Exiting log stream.
|
|
2026-03-05 15:07:54.772 ERROR [src.node.docker_mananger] Max retries reached for container e016d360a008. Exiting log stream.
|
|
2026-03-05 15:07:55.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26497/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:55.214 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-05 15:07:55.214 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:07:55.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26497/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:55.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY","/ip4/172.18.133.35/tcp/26499/ws/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"],"enrUri":"enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU"}'
|
|
2026-03-05 15:07:55.217 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:07:55.224 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:07:55.224 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:55.224 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:07:55.224 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:07:55.226 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:07:55.226 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.121
|
|
2026-03-05 15:07:55.226 DEBUG [src.node.docker_mananger] Generated ports ['32605', '32606', '32607', '32608', '32609']
|
|
2026-03-05 15:07:55.226 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:07:55.227 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:07:55.227 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:07:55.227 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:07:55.227 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:07:55.227 DEBUG [src.node.docker_mananger] docker run -i -t -p 32605:32605 -p 32606:32606 -p 32607:32607 -p 32608:32608 -p 32609:32609 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32607 --rest-port=32605 --tcp-port=32606 --discv5-udp-port=32608 --rest-address=0.0.0.0 --nat=extip:172.18.12.121 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=da9b32c8295deceb7a4ced3e4b3024a4b5c731dca2cca9dfb1fb6ffdfdaa2d65 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32609 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:07:55.420 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.121 waku 4d25658526cd3fae0e9b9740d30c0f0a0c0670885eb280964d9c745f032eb0f9
|
|
2026-03-05 15:07:55.455 DEBUG [src.node.docker_mananger] Container started with ID 4d25658526cd. Setting up logs at ./log/docker/node3_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:55.456 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 32605
|
|
2026-03-05 15:07:55.456 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:07:56.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32605/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:56.480 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-05 15:07:56.480 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:07:56.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32605/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:56.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.121/tcp/32606/p2p/16Uiu2HAmC6PP3egtjbgaXWbErC2JWeauQvvSb5mVimD8bZjMupKZ","/ip4/172.18.12.121/tcp/32607/ws/p2p/16Uiu2HAmC6PP3egtjbgaXWbErC2JWeauQvvSb5mVimD8bZjMupKZ"],"enrUri":"enr:-L24QF9xM-7RCTDzBQiNBqFeo3Sj5Ar_M2MvtqezmB-XLvGzV_p-lq64BOLy5jTCMb70qWo7Be8CVYU0mPRbRz6lWJkCgmlkgnY0gmlwhKwSDHmKbXVsdGlhZGRyc5YACASsEgx5Bn9eAAoErBIMeQZ_X90DgnJzhQACAQAAiXNlY3AyNTZrMaEC96XfrK6g8KhvmufHFiMjd53QtZ8v9YFKz-SQc-k883CDdGNwgn9eg3VkcIJ_YIV3YWt1MgE"}'
|
|
2026-03-05 15:07:56.488 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:07:56.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32605/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:07:56.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:07:56.503 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:07:56.503 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:56.503 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:07:56.503 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:07:56.505 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:07:56.505 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.17
|
|
2026-03-05 15:07:56.505 DEBUG [src.node.docker_mananger] Generated ports ['62226', '62227', '62228', '62229', '62230']
|
|
2026-03-05 15:07:56.505 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:07:56.505 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:07:56.505 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:07:56.505 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:07:56.506 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:07:56.506 DEBUG [src.node.docker_mananger] docker run -i -t -p 62226:62226 -p 62227:62227 -p 62228:62228 -p 62229:62229 -p 62230:62230 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62228 --rest-port=62226 --tcp-port=62227 --discv5-udp-port=62229 --rest-address=0.0.0.0 --nat=extip:172.18.114.17 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cb6c2b7967c2fbda71bcbf024330cb01bb48afccdb82dade78eada56b6d561cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62230 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:07:56.705 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.17 waku 7ede11411f01b194d270b7ca58c6f6ec71ee41ab1e31e1467abbbedec802d77a
|
|
2026-03-05 15:07:56.741 DEBUG [src.node.docker_mananger] Container started with ID 7ede11411f01. Setting up logs at ./log/docker/node4_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:56.741 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 62226
|
|
2026-03-05 15:07:56.741 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:07:57.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62226/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:57.763 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-05 15:07:57.763 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:07:57.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62226/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:57.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.17/tcp/62227/p2p/16Uiu2HAmT9WD18F43VS4gkmhSeGTsjeW6tt92nGzQTqr7S2THcfE","/ip4/172.18.114.17/tcp/62228/ws/p2p/16Uiu2HAmT9WD18F43VS4gkmhSeGTsjeW6tt92nGzQTqr7S2THcfE"],"enrUri":"enr:-L24QEWEJDSai1EreY2mBswI4DkG3fgNMUu7plrQO4KCXGj4GLzwr5SGqshA_lzhGDVOzSYTLwIM9TzZTjYdklFEzSsCgmlkgnY0gmlwhKwSchGKbXVsdGlhZGRyc5YACASsEnIRBvMTAAoErBJyEQbzFN0DgnJzhQACAQAAiXNlY3AyNTZrMaED11GjoTmDSjpfJS39MfAZiQjHsBvFZakbW8g-kF0PnJWDdGNwgvMTg3VkcILzFYV3YWt1MgE"}'
|
|
2026-03-05 15:07:57.770 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:07:57.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62226/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:07:57.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:07:57.781 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:07:57.781 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:57.782 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:07:57.782 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:07:57.783 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:07:57.783 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.163
|
|
2026-03-05 15:07:57.783 DEBUG [src.node.docker_mananger] Generated ports ['57191', '57192', '57193', '57194', '57195']
|
|
2026-03-05 15:07:57.783 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:07:57.784 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:07:57.784 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:07:57.784 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:07:57.784 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:07:57.784 DEBUG [src.node.docker_mananger] docker run -i -t -p 57191:57191 -p 57192:57192 -p 57193:57193 -p 57194:57194 -p 57195:57195 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57193 --rest-port=57191 --tcp-port=57192 --discv5-udp-port=57194 --rest-address=0.0.0.0 --nat=extip:172.18.115.163 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7bfec1a08bf622bb62cf07ac7ca5ccf096b8dff6b751e462b7bf9bc6d6bd0e6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57195 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:07:58.011 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.163 waku 411c1b68c7b000e3893db70defaedda590ee35dd3ac4c79d948d2180629c1a62
|
|
2026-03-05 15:07:58.040 DEBUG [src.node.docker_mananger] Container started with ID 411c1b68c7b0. Setting up logs at ./log/docker/node5_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:58.040 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 57191
|
|
2026-03-05 15:07:58.040 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:07:59.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57191/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:59.044 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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-05 15:07:59.044 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:07:59.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57191/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:07:59.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.163/tcp/57192/p2p/16Uiu2HAmEPEzkUa9Gquy7cjhcRu1eBGYBqchv2U93qpUpyDS1Xor","/ip4/172.18.115.163/tcp/57193/ws/p2p/16Uiu2HAmEPEzkUa9Gquy7cjhcRu1eBGYBqchv2U93qpUpyDS1Xor"],"enrUri":"enr:-L24QGBzN2NNTXpleApc38tRYHv4upwi3C5E29V5bDBeYI88Uoq-uPtKFJNLNdQKoOu2XWPYjm3UYa_KjEOq4omGMT0CgmlkgnY0gmlwhKwSc6OKbXVsdGlhZGRyc5YACASsEnOjBt9oAAoErBJzowbfad0DgnJzhQACAQAAiXNlY3AyNTZrMaEDGa6kG6Ep5hck0XdDtPCxmh4okkpA-VtFknhZ3XP0O2WDdGNwgt9og3VkcILfaoV3YWt1MgE"}'
|
|
2026-03-05 15:07:59.047 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:07:59.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57191/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:07:59.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:07:59.056 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:07:59.056 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:59.056 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:07:59.057 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:07:59.058 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:07:59.058 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.81.182
|
|
2026-03-05 15:07:59.058 DEBUG [src.node.docker_mananger] Generated ports ['50425', '50426', '50427', '50428', '50429']
|
|
2026-03-05 15:07:59.058 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:07:59.058 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:07:59.059 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:07:59.059 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:07:59.059 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:07:59.059 DEBUG [src.node.docker_mananger] docker run -i -t -p 50425:50425 -p 50426:50426 -p 50427:50427 -p 50428:50428 -p 50429:50429 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50427 --rest-port=50425 --tcp-port=50426 --discv5-udp-port=50428 --rest-address=0.0.0.0 --nat=extip:172.18.81.182 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fd7a3bf2a2e0a0ae0f0a70a9c9fb61ccdaca359ffa3ff8da5a51d6afcedbdf3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50429 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:07:59.267 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.81.182 waku 45f6a2cd7068271c4bffa3b5e07d60de5fa4e7244d112d2ca576236d24e83652
|
|
2026-03-05 15:07:59.305 DEBUG [src.node.docker_mananger] Container started with ID 45f6a2cd7068. Setting up logs at ./log/docker/node6_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:07:59.305 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 50425
|
|
2026-03-05 15:07:59.305 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:00.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50425/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:00.323 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-05 15:08:00.324 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:00.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50425/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:00.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.182/tcp/50426/p2p/16Uiu2HAm8dkmt6mYgfN3K7Nhb4XeZnTwF3oQMK6qYmPwx4zaCnF4","/ip4/172.18.81.182/tcp/50427/ws/p2p/16Uiu2HAm8dkmt6mYgfN3K7Nhb4XeZnTwF3oQMK6qYmPwx4zaCnF4"],"enrUri":"enr:-L24QL2AtbZ8RKY99JKnWaRHCi0G5d2gFbtrGV5UOIwu_IQzKtzRMFXizrkQWzs48bQHgexAumRPram55_Z7BBQF-ZYCgmlkgnY0gmlwhKwSUbaKbXVsdGlhZGRyc5YACASsElG2BsT6AAoErBJRtgbE-90DgnJzhQACAQAAiXNlY3AyNTZrMaECxEBSMIKGflLXKNkp7z-5cc2no5VX94g7MxKx41cagCuDdGNwgsT6g3VkcILE_IV3YWt1MgE"}'
|
|
2026-03-05 15:08:00.332 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:00.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50425/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:08:00.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:00.342 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:00.343 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:00.343 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:00.343 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:00.344 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:00.344 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.199
|
|
2026-03-05 15:08:00.344 DEBUG [src.node.docker_mananger] Generated ports ['38586', '38587', '38588', '38589', '38590']
|
|
2026-03-05 15:08:00.345 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:08:00.345 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:08:00.345 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:00.345 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:00.345 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:00.345 DEBUG [src.node.docker_mananger] docker run -i -t -p 38586:38586 -p 38587:38587 -p 38588:38588 -p 38589:38589 -p 38590:38590 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38588 --rest-port=38586 --tcp-port=38587 --discv5-udp-port=38589 --rest-address=0.0.0.0 --nat=extip:172.18.229.199 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ff10b8f050bfd69a9cdc32cbe1ed4ee8eefe0fe587acbded7aca5c38fceadd1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38590 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:08:00.542 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.199 waku 4211e8e593cc463e6255e024879455481d33c316708bd7fb3205ae27aae5e187
|
|
2026-03-05 15:08:00.576 DEBUG [src.node.docker_mananger] Container started with ID 4211e8e593cc. Setting up logs at ./log/docker/node7_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:00.578 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 38586
|
|
2026-03-05 15:08:00.578 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:01.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38586/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:01.594 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-05 15:08:01.595 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:01.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38586/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:01.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.199/tcp/38587/p2p/16Uiu2HAmBGZnHvWUpXyETvXonxyktg3kbekQBuNp6oLW5DvLYckV","/ip4/172.18.229.199/tcp/38588/ws/p2p/16Uiu2HAmBGZnHvWUpXyETvXonxyktg3kbekQBuNp6oLW5DvLYckV"],"enrUri":"enr:-L24QG2iS_SvBTPOfgzICFiiCP6hmOjh4T3U1ps4T5IrtyWsCBmpM28h7_brdDJYi9rZPA_qp5BY-SFr1jUl8-ryXiMCgmlkgnY0gmlwhKwS5ceKbXVsdGlhZGRyc5YACASsEuXHBpa7AAoErBLlxwaWvN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC62XBTtGJYmv6ZmIk5KkYbuls7ZInbMTGCZcWaj03Iu6DdGNwgpa7g3VkcIKWvYV3YWt1MgE"}'
|
|
2026-03-05 15:08:01.602 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:01.603 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38586/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:08:01.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:01.614 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:01.614 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:01.614 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:01.615 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:01.616 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:01.616 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.56
|
|
2026-03-05 15:08:01.616 DEBUG [src.node.docker_mananger] Generated ports ['15730', '15731', '15732', '15733', '15734']
|
|
2026-03-05 15:08:01.616 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:08:01.617 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:08:01.617 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:01.617 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:01.617 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:01.617 DEBUG [src.node.docker_mananger] docker run -i -t -p 15730:15730 -p 15731:15731 -p 15732:15732 -p 15733:15733 -p 15734:15734 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15732 --rest-port=15730 --tcp-port=15731 --discv5-udp-port=15733 --rest-address=0.0.0.0 --nat=extip:172.18.122.56 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8a0beaa9a45a0cedd0ae5ef1b3533b9183760dfd3fc0ff3a6f2fae90fcb666b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15734 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:08:01.814 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.56 waku 7a01a83f3e5b5c264c77c52ddc12be161283e0932f78a3aa5d037f6539db8cd1
|
|
2026-03-05 15:08:01.848 DEBUG [src.node.docker_mananger] Container started with ID 7a01a83f3e5b. Setting up logs at ./log/docker/node8_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:01.849 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 15730
|
|
2026-03-05 15:08:01.849 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:02.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15730/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:02.865 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-05 15:08:02.869 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:02.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15730/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:02.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.56/tcp/15731/p2p/16Uiu2HAm2X9Beks5KJAXbZbFYYzPjrpkLq34QHkaSfoXuix8Xysc","/ip4/172.18.122.56/tcp/15732/ws/p2p/16Uiu2HAm2X9Beks5KJAXbZbFYYzPjrpkLq34QHkaSfoXuix8Xysc"],"enrUri":"enr:-L24QMBV-8JwW-2AqCSAKqUj3p4sxRsYxbSPXyphp-1AhrtKORIp8J23vKm7ga7pmjb1DRDg-E03hEaUPFyM_pvd3oACgmlkgnY0gmlwhKwSejiKbXVsdGlhZGRyc5YACASsEno4Bj1zAAoErBJ6OAY9dN0DgnJzhQACAQAAiXNlY3AyNTZrMaECaWh5Aw1nhyCtPD2roFDmRrCKG1LOvigF5dYQ6RkluReDdGNwgj1zg3VkcII9dYV3YWt1MgE"}'
|
|
2026-03-05 15:08:02.874 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:02.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15730/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:08:02.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:02.885 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:02.885 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:02.885 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:02.885 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:02.887 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:02.887 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.228
|
|
2026-03-05 15:08:02.887 DEBUG [src.node.docker_mananger] Generated ports ['40864', '40865', '40866', '40867', '40868']
|
|
2026-03-05 15:08:02.887 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:08:02.887 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:08:02.887 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:02.888 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:02.888 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:02.888 DEBUG [src.node.docker_mananger] docker run -i -t -p 40864:40864 -p 40865:40865 -p 40866:40866 -p 40867:40867 -p 40868:40868 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40866 --rest-port=40864 --tcp-port=40865 --discv5-udp-port=40867 --rest-address=0.0.0.0 --nat=extip:172.18.24.228 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d6e8cbbce0adbccb4eafdc8eca54f6a266f6ca419b97d42ecc1dbd98cbdbc604 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40868 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:08:03.086 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.228 waku 7f1968187addd486f5f6b42b8e64a7c7507209e29b6a645ea21d4595424403b5
|
|
2026-03-05 15:08:03.122 DEBUG [src.node.docker_mananger] Container started with ID 7f1968187add. Setting up logs at ./log/docker/node9_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:03.123 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 40864
|
|
2026-03-05 15:08:03.123 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:04.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40864/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:04.141 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-05 15:08:04.142 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:04.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40864/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:04.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.228/tcp/40865/p2p/16Uiu2HAmSQ7FuRvzRGSG4S8LLkSvMmcXXRgvxs9yxruRdN5gGS5p","/ip4/172.18.24.228/tcp/40866/ws/p2p/16Uiu2HAmSQ7FuRvzRGSG4S8LLkSvMmcXXRgvxs9yxruRdN5gGS5p"],"enrUri":"enr:-L24QEEJu9v_Fl6gTbelFeCnC0tIQkrcKj8tLyNZYv6ZILgmKGldJTrtBC2keH1RukAUW5Fey5-V3Qz10rqqRs5LF6ECgmlkgnY0gmlwhKwSGOSKbXVsdGlhZGRyc5YACASsEhjkBp-hAAoErBIY5Aafot0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzDO2-5I5dKhIPN-UN2xPKlRItVKcJnhCAC8R6KXbnyODdGNwgp-hg3VkcIKfo4V3YWt1MgE"}'
|
|
2026-03-05 15:08:04.148 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:04.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40864/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:08:04.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:04.159 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:04.160 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:04.160 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:04.160 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:04.161 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:04.161 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.134
|
|
2026-03-05 15:08:04.162 DEBUG [src.node.docker_mananger] Generated ports ['21748', '21749', '21750', '21751', '21752']
|
|
2026-03-05 15:08:04.162 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:08:04.162 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:08:04.162 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:04.162 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:04.162 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:04.162 DEBUG [src.node.docker_mananger] docker run -i -t -p 21748:21748 -p 21749:21749 -p 21750:21750 -p 21751:21751 -p 21752:21752 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21750 --rest-port=21748 --tcp-port=21749 --discv5-udp-port=21751 --rest-address=0.0.0.0 --nat=extip:172.18.55.134 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e2b6ede294e7bb36e9e8ed9e4cb6a348eb6dd60e4c2dcb4ab5a4be63ac3ae73c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21752 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:08:04.394 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.134 waku 110bd61a5b52bcfe8a8857d48ef718f08a3ca3f1d9ba3c21dae450b84e214682
|
|
2026-03-05 15:08:04.429 DEBUG [src.node.docker_mananger] Container started with ID 110bd61a5b52. Setting up logs at ./log/docker/node10_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:04.429 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 21748
|
|
2026-03-05 15:08:04.429 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:05.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21748/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:05.462 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-05 15:08:05.469 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:05.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21748/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:05.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.134/tcp/21749/p2p/16Uiu2HAmVBeUz7k72kJ6CpKRQX2mCMWGE1x4tFmW6tTAK5jV5o98","/ip4/172.18.55.134/tcp/21750/ws/p2p/16Uiu2HAmVBeUz7k72kJ6CpKRQX2mCMWGE1x4tFmW6tTAK5jV5o98"],"enrUri":"enr:-L24QOdow2kt_9JYo-AbaiucYKmuWbBKtzN0bxWAaLATM6OobHa9tUCrwLMYG7P3eayvzDTdBf8eoTEkXMBscjMCJSECgmlkgnY0gmlwhKwSN4aKbXVsdGlhZGRyc5YACASsEjeGBlT1AAoErBI3hgZU9t0DgnJzhQACAQAAiXNlY3AyNTZrMaED9ZWIJ9SHG23Z5nD8N8cJuoNuldi-n7gf0JjgLxFSZ--DdGNwglT1g3VkcIJU94V3YWt1MgE"}'
|
|
2026-03-05 15:08:05.480 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:05.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21748/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:08:05.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:05.501 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:05.501 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node11_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:05.502 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:05.502 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:05.505 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:05.505 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.84.219
|
|
2026-03-05 15:08:05.505 DEBUG [src.node.docker_mananger] Generated ports ['52175', '52176', '52177', '52178', '52179']
|
|
2026-03-05 15:08:05.505 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-05 15:08:05.505 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-05 15:08:05.505 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:05.506 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:05.506 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:05.506 DEBUG [src.node.docker_mananger] docker run -i -t -p 52175:52175 -p 52176:52176 -p 52177:52177 -p 52178:52178 -p 52179:52179 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52177 --rest-port=52175 --tcp-port=52176 --discv5-udp-port=52178 --rest-address=0.0.0.0 --nat=extip:172.18.84.219 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=59cd7bff9b9ccfcca6b3bda883ca4cbfc54eb5d8ba3f7f15cb7eddcd5e0aab3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52179 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK1l8VGR28b5r7duQXKuStHXAJ_CDkmYuAgxNzTrpHVZaLBQGjLG9Rbfui6-uJ6spL_DnnStYK-khXu_PHmjsYYCgmlkgnY0gmlwhKwShSOKbXVsdGlhZGRyc5YACASsEoUjBmeCAAoErBKFIwZng90DgnJzhQACAQAAiXNlY3AyNTZrMaEC8tPVsZuNsqGx5OA0OKx1TuLWp94cuPHBAd8_OT6qe0GDdGNwgmeCg3VkcIJnhIV3YWt1MgU
|
|
2026-03-05 15:08:05.716 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.84.219 waku 92c2275c4dbc4e6908aebcd7d7fe8603cb0501d2086c6502b6d603a7d63d57b0
|
|
2026-03-05 15:08:05.755 DEBUG [src.node.docker_mananger] Container started with ID 92c2275c4dbc. Setting up logs at ./log/docker/node11_2026-03-05_15-07-53__ebe68e2e-43e2-4df7-91ed-a103b627595b__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:05.756 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 52175
|
|
2026-03-05 15:08:05.756 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:06.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52175/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.787 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-05 15:08:06.788 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:08:06.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52175/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.84.219/tcp/52176/p2p/16Uiu2HAmJgB8229eAGzkVExYKxB8UonFfVkgzdcJkcDu7RgVjZpn","/ip4/172.18.84.219/tcp/52177/ws/p2p/16Uiu2HAmJgB8229eAGzkVExYKxB8UonFfVkgzdcJkcDu7RgVjZpn"],"enrUri":"enr:-L24QGHCBWsiu9IHwnpDHcWmUl3RcYnTJYOe8VOJtVb-Upi2WqYEoP-o7znDDd3l4-1zRqy-oiXPDOvfNcBQupXyhPICgmlkgnY0gmlwhKwSVNuKbXVsdGlhZGRyc5YACASsElTbBsvQAAoErBJU2wbL0d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDWXPhoi0sM35Ps8vt7eYrxBsDvq6-UXsMltitI09FaAODdGNwgsvQg3VkcILL0oV3YWt1MgE"}'
|
|
2026-03-05 15:08:06.798 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:08:06.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52175/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.35/tcp/26498/p2p/16Uiu2HAmBmZzQZQdskvsBHctJDDctCXXPnVWGpNx7erZQe6qLtUY"]'
|
|
2026-03-05 15:08:06.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26497/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32605/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62226/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57191/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50425/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.819 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38586/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.821 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15730/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40864/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21748/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.830 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52175/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-05 15:08:06.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26497/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-05 15:08:06.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 15:08:06.856 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 15:08:06.958 DEBUG [src.steps.sharding] Checking that peer NODE_1:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26497/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.963 DEBUG [src.steps.sharding] Checking that peer NODE_2:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32605/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.967 DEBUG [src.steps.sharding] Checking that peer NODE_3:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62226/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.971 DEBUG [src.steps.sharding] Checking that peer NODE_4:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57191/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.975 DEBUG [src.steps.sharding] Checking that peer NODE_5:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50425/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.978 DEBUG [src.steps.sharding] Checking that peer NODE_6:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.982 DEBUG [src.steps.sharding] Checking that peer NODE_7:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15730/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.986 DEBUG [src.steps.sharding] Checking that peer NODE_8:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40864/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.990 DEBUG [src.steps.sharding] Checking that peer NODE_9:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21748/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.993 DEBUG [src.steps.sharding] Checking that peer NODE_10:harbor.status.im/wakuorg/nwaku:v0.38.0-beta can find the published message
|
|
2026-03-05 15:08:06.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52175/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:08:06.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772723286833204255,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 15:08:06.999 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:08:07.001 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:08:07.001 DEBUG [src.node.waku_node] Stopping container with id f86c3f352e02
|
|
2026-03-05 15:08:07.665 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:07.665 DEBUG [src.node.waku_node] Stopping container with id 4d25658526cd
|
|
2026-03-05 15:08:08.302 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:08.303 DEBUG [src.node.waku_node] Stopping container with id 7ede11411f01
|
|
2026-03-05 15:08:08.478 ERROR [src.node.docker_mananger] Max retries reached for container f86c3f352e02. Exiting log stream.
|
|
2026-03-05 15:08:08.932 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:08.933 DEBUG [src.node.waku_node] Stopping container with id 411c1b68c7b0
|
|
2026-03-05 15:08:09.204 ERROR [src.node.docker_mananger] Max retries reached for container 4d25658526cd. Exiting log stream.
|
|
2026-03-05 15:08:09.514 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:09.514 DEBUG [src.node.waku_node] Stopping container with id 45f6a2cd7068
|
|
2026-03-05 15:08:09.745 ERROR [src.node.docker_mananger] Max retries reached for container 7ede11411f01. Exiting log stream.
|
|
2026-03-05 15:08:10.396 ERROR [src.node.docker_mananger] Max retries reached for container 411c1b68c7b0. Exiting log stream.
|
|
2026-03-05 15:08:20.134 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:20.136 DEBUG [src.node.waku_node] Stopping container with id 4211e8e593cc
|
|
2026-03-05 15:08:20.948 ERROR [src.node.docker_mananger] Max retries reached for container 45f6a2cd7068. Exiting log stream.
|
|
2026-03-05 15:08:30.710 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:30.711 DEBUG [src.node.waku_node] Stopping container with id 7a01a83f3e5b
|
|
2026-03-05 15:08:31.274 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:31.275 DEBUG [src.node.waku_node] Stopping container with id 7f1968187add
|
|
2026-03-05 15:08:31.523 ERROR [src.node.docker_mananger] Max retries reached for container 4211e8e593cc. Exiting log stream.
|
|
2026-03-05 15:08:31.842 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:31.844 DEBUG [src.node.waku_node] Stopping container with id 110bd61a5b52
|
|
2026-03-05 15:08:32.086 ERROR [src.node.docker_mananger] Max retries reached for container 7a01a83f3e5b. Exiting log stream.
|
|
2026-03-05 15:08:32.431 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:32.433 DEBUG [src.node.waku_node] Stopping container with id 92c2275c4dbc
|
|
2026-03-05 15:08:32.655 ERROR [src.node.docker_mananger] Max retries reached for container 7f1968187add. Exiting log stream.
|
|
2026-03-05 15:08:32.963 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:08:32.967 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:08:32.999 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.035 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.053 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.094 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.111 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.117 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.127 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.134 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.140 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:08:33.146 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|