mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
669 lines
121 KiB
Plaintext
669 lines
121 KiB
Plaintext
2026-03-07 04:34:41.455 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:34:41.455 DEBUG [tests.conftest] Running test: test_auto_shard_relay_10_nwaku_nodes with id: 2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58
|
|
2026-03-07 04:34:41.455 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:34:41.456 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:34:41.456 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-07 04:34:41.462 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:41.463 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:41.463 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:41.463 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:41.464 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:41.464 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.103
|
|
2026-03-07 04:34:41.465 DEBUG [src.node.docker_mananger] Generated ports ['61906', '61907', '61908', '61909', '61910']
|
|
2026-03-07 04:34:41.465 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:41.465 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:41.465 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:41.465 DEBUG [src.node.docker_mananger] docker run -i -t -p 61906:61906 -p 61907:61907 -p 61908:61908 -p 61909:61909 -p 61910:61910 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61908 --rest-port=61906 --tcp-port=61907 --discv5-udp-port=61909 --rest-address=0.0.0.0 --nat=extip:172.18.61.103 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a5c7ffee6fb2b51beecb30cc2a7fda6ba27cbe5adc9d4086bcbabc7cfdc0cf2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61910 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:41.623 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.103 waku e7b9024c7ac3e6db0db7eb0def2e921645103703f7758f805a126963d1081afa
|
|
2026-03-07 04:34:41.651 DEBUG [src.node.docker_mananger] Container started with ID e7b9024c7ac3. Setting up logs at ./log/docker/node1_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:41.652 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61906
|
|
2026-03-07 04:34:41.652 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:42.263 ERROR [src.node.docker_mananger] Max retries reached for container 3c4b9d8bffe2. Exiting log stream.
|
|
2026-03-07 04:34:42.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:42.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:42.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:42.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:42.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:42.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:42.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:42.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.276 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:43.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:43.792 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:43.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:43.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM","/ip4/172.18.61.103/tcp/61908/ws/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"],"enrUri":"enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU"}'
|
|
2026-03-07 04:34:43.795 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:43.803 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:43.803 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:43.803 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:43.803 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:43.804 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:43.805 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.27.253
|
|
2026-03-07 04:34:43.805 DEBUG [src.node.docker_mananger] Generated ports ['13317', '13318', '13319', '13320', '13321']
|
|
2026-03-07 04:34:43.805 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:43.805 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:43.805 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:43.805 DEBUG [src.node.docker_mananger] docker run -i -t -p 13317:13317 -p 13318:13318 -p 13319:13319 -p 13320:13320 -p 13321:13321 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13319 --rest-port=13317 --tcp-port=13318 --discv5-udp-port=13320 --rest-address=0.0.0.0 --nat=extip:172.18.27.253 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bd3fb49fefa6196b637ea94dae161eded546a3aff70ecbe007a07e1f7f8ddbaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13321 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:43.973 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.27.253 waku 692becce0c3162a0f80427fd2c64f10cba01d45fdf49ae48308897122c637496
|
|
2026-03-07 04:34:43.999 DEBUG [src.node.docker_mananger] Container started with ID 692becce0c31. Setting up logs at ./log/docker/node3_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:43.999 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13317
|
|
2026-03-07 04:34:43.999 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:45.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13317/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:45.003 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:45.003 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:45.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13317/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:45.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.27.253/tcp/13318/p2p/16Uiu2HAmVbJW48DNLzScuyBeq1cPozZDsPwP6fshovhu6bv5gAxQ","/ip4/172.18.27.253/tcp/13319/ws/p2p/16Uiu2HAmVbJW48DNLzScuyBeq1cPozZDsPwP6fshovhu6bv5gAxQ"],"enrUri":"enr:-L24QL33Fxrwf1HpAave5AwKhI_h-rp2cELULRaaRu6wxMtwI0M65XluGMSVDaO46bfLaZY9sL26YXpZ-oOtY25R7O8CgmlkgnY0gmlwhKwSG_2KbXVsdGlhZGRyc5YACASsEhv9BjQGAAoErBIb_QY0B90DgnJzhQACAQAAiXNlY3AyNTZrMaED-6Tgx5fxlbEzPGvK4IBgZiL5Qx_yzyIg-eQW3PjjfkmDdGNwgjQGg3VkcII0CIV3YWt1MgE"}'
|
|
2026-03-07 04:34:45.006 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:45.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13317/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:45.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:45.047 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:45.048 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:45.048 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:45.049 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:45.051 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:45.052 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.47
|
|
2026-03-07 04:34:45.052 DEBUG [src.node.docker_mananger] Generated ports ['14420', '14421', '14422', '14423', '14424']
|
|
2026-03-07 04:34:45.053 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:45.053 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:45.053 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:45.053 DEBUG [src.node.docker_mananger] docker run -i -t -p 14420:14420 -p 14421:14421 -p 14422:14422 -p 14423:14423 -p 14424:14424 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14422 --rest-port=14420 --tcp-port=14421 --discv5-udp-port=14423 --rest-address=0.0.0.0 --nat=extip:172.18.49.47 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fef3ebf2fe9fadafab4f613dc5355eebfce3497afb9b4afd0dad1ed9a9d5cdeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14424 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:45.223 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.47 waku 069112cdc2064ca9f8e31cd07ff7d95f9a9a36beb4048c489906770a504a2970
|
|
2026-03-07 04:34:45.250 DEBUG [src.node.docker_mananger] Container started with ID 069112cdc206. Setting up logs at ./log/docker/node4_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:45.250 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14420
|
|
2026-03-07 04:34:45.251 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:46.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14420/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:46.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:46.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14420/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:46.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:46.392 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:46.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14420/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:46.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.47/tcp/14421/p2p/16Uiu2HAm1EP5XXAQ8isnWcvgTW6dfu2W9jo7LtvckqR1pvzjhJ4U","/ip4/172.18.49.47/tcp/14422/ws/p2p/16Uiu2HAm1EP5XXAQ8isnWcvgTW6dfu2W9jo7LtvckqR1pvzjhJ4U"],"enrUri":"enr:-L24QNpDnpv1yTVDGA2JAihhQc-LZSYhF-1oSWjFhp5g216AbHboOpUrgtmep9gl5pdVN5hwam_ouj5Y6Jhr-U5EPr0CgmlkgnY0gmlwhKwSMS-KbXVsdGlhZGRyc5YACASsEjEvBjhVAAoErBIxLwY4Vt0DgnJzhQACAQAAiXNlY3AyNTZrMaECVkGfWkP5WFoirxB2Pddo3YUf7sX8eqr1UMQioVVz_G2DdGNwgjhVg3VkcII4V4V3YWt1MgE"}'
|
|
2026-03-07 04:34:46.395 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:46.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14420/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:46.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:46.427 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:46.429 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:46.429 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:46.429 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:46.432 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:46.432 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.203
|
|
2026-03-07 04:34:46.432 DEBUG [src.node.docker_mananger] Generated ports ['21760', '21761', '21762', '21763', '21764']
|
|
2026-03-07 04:34:46.432 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:46.432 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:46.433 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:46.433 DEBUG [src.node.docker_mananger] docker run -i -t -p 21760:21760 -p 21761:21761 -p 21762:21762 -p 21763:21763 -p 21764:21764 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21762 --rest-port=21760 --tcp-port=21761 --discv5-udp-port=21763 --rest-address=0.0.0.0 --nat=extip:172.18.184.203 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=923480f14a621d26e48cdd09d6b3f4d6b4ebbc3a494f108fa0a5d2bfcd0484fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21764 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:46.590 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.203 waku 4d5b7453bb890739c4171ffdf2144dfa35775dff88c0973c4d176c71763c5530
|
|
2026-03-07 04:34:46.622 DEBUG [src.node.docker_mananger] Container started with ID 4d5b7453bb89. Setting up logs at ./log/docker/node5_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:46.622 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21760
|
|
2026-03-07 04:34:46.622 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:47.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21760/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:47.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:47.633 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:47.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21760/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:47.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.203/tcp/21761/p2p/16Uiu2HAmJuFoLGMcMdEEBcRF19GTwqp17s6HrvCxakpdPLYsesNn","/ip4/172.18.184.203/tcp/21762/ws/p2p/16Uiu2HAmJuFoLGMcMdEEBcRF19GTwqp17s6HrvCxakpdPLYsesNn"],"enrUri":"enr:-L24QL6xArHSRHHhx4Rpr5tu5QYjBvKh1OXqegc1y2Z6pXeSbXU4cnoiHZ6zxjnch6noSIV1NicBqrXKof_DW-vSHsQCgmlkgnY0gmlwhKwSuMuKbXVsdGlhZGRyc5YACASsErjLBlUBAAoErBK4ywZVAt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDXM24nQ1enwpTe7J5D89ChnJpkEBOROPoEqWBKp7hVP-DdGNwglUBg3VkcIJVA4V3YWt1MgE"}'
|
|
2026-03-07 04:34:47.638 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:47.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21760/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:47.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:47.669 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:47.670 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:47.671 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:47.671 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:47.672 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:47.672 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.16
|
|
2026-03-07 04:34:47.672 DEBUG [src.node.docker_mananger] Generated ports ['41806', '41807', '41808', '41809', '41810']
|
|
2026-03-07 04:34:47.673 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:47.673 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:47.673 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:47.673 DEBUG [src.node.docker_mananger] docker run -i -t -p 41806:41806 -p 41807:41807 -p 41808:41808 -p 41809:41809 -p 41810:41810 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41808 --rest-port=41806 --tcp-port=41807 --discv5-udp-port=41809 --rest-address=0.0.0.0 --nat=extip:172.18.134.16 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b7432bc842f0e3f1b95fcb1b0f5d86d6d7e1c2b0d8507b24486eaeed46aecdbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41810 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:47.836 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.16 waku 6268f8f6026248978792c86e38c7614deb3c7d8e308fc84a70bae106e0472c30
|
|
2026-03-07 04:34:47.862 DEBUG [src.node.docker_mananger] Container started with ID 6268f8f60262. Setting up logs at ./log/docker/node6_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:47.863 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41806
|
|
2026-03-07 04:34:47.863 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:48.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41806/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:48.872 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:48.873 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:48.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41806/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:48.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.16/tcp/41807/p2p/16Uiu2HAm6gphfFvVVnWk3Ndoa4T4M3B3TE66YpLQ17wMFBLqkBBH","/ip4/172.18.134.16/tcp/41808/ws/p2p/16Uiu2HAm6gphfFvVVnWk3Ndoa4T4M3B3TE66YpLQ17wMFBLqkBBH"],"enrUri":"enr:-L24QNw-gz9HLnJUjy4kZ_b3W4ktT0r_NSSkSj4gUJ-Pt2knZVzyFXeLdVif74skKD_aoPEytETL1c6uirDP2g3jio0CgmlkgnY0gmlwhKwShhCKbXVsdGlhZGRyc5YACASsEoYQBqNPAAoErBKGEAajUN0DgnJzhQACAQAAiXNlY3AyNTZrMaECp1IhUTikaJYvnWHD2AbK964dDmNvPszMpXC32vHUgdSDdGNwgqNPg3VkcIKjUYV3YWt1MgE"}'
|
|
2026-03-07 04:34:48.878 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:48.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41806/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:48.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:48.918 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:48.919 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:48.919 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:48.919 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:48.923 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:48.923 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.67
|
|
2026-03-07 04:34:48.923 DEBUG [src.node.docker_mananger] Generated ports ['24722', '24723', '24724', '24725', '24726']
|
|
2026-03-07 04:34:48.924 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:48.925 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:48.925 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:48.925 DEBUG [src.node.docker_mananger] docker run -i -t -p 24722:24722 -p 24723:24723 -p 24724:24724 -p 24725:24725 -p 24726:24726 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24724 --rest-port=24722 --tcp-port=24723 --discv5-udp-port=24725 --rest-address=0.0.0.0 --nat=extip:172.18.93.67 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bcfe6e85bcde7107ac4fb3e6ae2baaccbd2f2f5ccc6ebd181c58d6c55d0254f1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24726 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:49.099 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.67 waku 4f5b29a4f789957131f32f224effa5f70af6011e616ae07d77bc243400884b19
|
|
2026-03-07 04:34:49.134 DEBUG [src.node.docker_mananger] Container started with ID 4f5b29a4f789. Setting up logs at ./log/docker/node7_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:49.135 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24722
|
|
2026-03-07 04:34:49.135 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:50.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24722/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:50.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:50.139 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:50.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24722/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:50.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.67/tcp/24723/p2p/16Uiu2HAmHVsAgBgGUB5eBxAYjS9DNyMda31338xhVQt4Cc4wuA6H","/ip4/172.18.93.67/tcp/24724/ws/p2p/16Uiu2HAmHVsAgBgGUB5eBxAYjS9DNyMda31338xhVQt4Cc4wuA6H"],"enrUri":"enr:-L24QMfeJQNgpEB5YGecie-rlYyk2hXUqNFI6_lpJ42DXRANIAqIBF8KLmIWf83qyvt4oF0rNj0MNgMbOnHBeyhW4ioCgmlkgnY0gmlwhKwSXUOKbXVsdGlhZGRyc5YACASsEl1DBmCTAAoErBJdQwZglN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDR_QV5Gbp28RTRSI_D2tJQUNiWgV7mgE4BeO4G-P65RaDdGNwgmCTg3VkcIJglYV3YWt1MgE"}'
|
|
2026-03-07 04:34:50.142 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:50.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24722/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:50.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:50.191 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:50.192 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:50.192 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:50.192 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:50.195 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:50.195 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.235.147
|
|
2026-03-07 04:34:50.195 DEBUG [src.node.docker_mananger] Generated ports ['58703', '58704', '58705', '58706', '58707']
|
|
2026-03-07 04:34:50.196 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:50.196 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:50.198 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:50.198 DEBUG [src.node.docker_mananger] docker run -i -t -p 58703:58703 -p 58704:58704 -p 58705:58705 -p 58706:58706 -p 58707:58707 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58705 --rest-port=58703 --tcp-port=58704 --discv5-udp-port=58706 --rest-address=0.0.0.0 --nat=extip:172.18.235.147 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=5292fb32be8cc9c4dc9fcaadec24f81fa7ccaaa66affcfea3955befff1cbfbef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58707 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:50.378 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.235.147 waku 3dd26030ec07ed8a4208e030a2c035e421dc80208a7e417593e5635dd3b5a6fc
|
|
2026-03-07 04:34:50.412 DEBUG [src.node.docker_mananger] Container started with ID 3dd26030ec07. Setting up logs at ./log/docker/node8_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:50.412 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58703
|
|
2026-03-07 04:34:50.412 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:51.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:51.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:51.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:51.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:51.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:51.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:51.934 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:51.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58703/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:51.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.147/tcp/58704/p2p/16Uiu2HAm6cjDNQm1weYRgnKAXt5m15v17cNS3WGdzbKw6P4poVUv","/ip4/172.18.235.147/tcp/58705/ws/p2p/16Uiu2HAm6cjDNQm1weYRgnKAXt5m15v17cNS3WGdzbKw6P4poVUv"],"enrUri":"enr:-L24QLlZ4SmG_rMta8qGjXyQPGo-wWBru3KlC2HipwxNguj3QDQ1BRJCPoU-6Eoj7y1F-rNgdRA0Dut1Ov8wmkm4U4QCgmlkgnY0gmlwhKwS65OKbXVsdGlhZGRyc5YACASsEuuTBuVQAAoErBLrkwblUd0DgnJzhQACAQAAiXNlY3AyNTZrMaECpkWaFEDcX5yirmp1nY09enhDFIkkGFhSxZj9Ac0AiEODdGNwguVQg3VkcILlUoV3YWt1MgE"}'
|
|
2026-03-07 04:34:51.936 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:51.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58703/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:51.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:51.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:51.968 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:51.968 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:51.969 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:51.973 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:51.973 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.202.236
|
|
2026-03-07 04:34:51.973 DEBUG [src.node.docker_mananger] Generated ports ['4863', '4864', '4865', '4866', '4867']
|
|
2026-03-07 04:34:51.974 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:51.974 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:51.974 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:51.974 DEBUG [src.node.docker_mananger] docker run -i -t -p 4863:4863 -p 4864:4864 -p 4865:4865 -p 4866:4866 -p 4867:4867 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4865 --rest-port=4863 --tcp-port=4864 --discv5-udp-port=4866 --rest-address=0.0.0.0 --nat=extip:172.18.202.236 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8caefcddecca8ddceac45c3cfaafe833e0bfd7bf59cf0d9de3c1cccf1ea19ea5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4867 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:52.150 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.202.236 waku 511cdaf38ae26415f4c8a98a72f35ba92d0cdd30183fee9fb984717b79a3e5d1
|
|
2026-03-07 04:34:52.180 DEBUG [src.node.docker_mananger] Container started with ID 511cdaf38ae2. Setting up logs at ./log/docker/node9_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:52.180 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4863
|
|
2026-03-07 04:34:52.180 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:53.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.391 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:53.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:53.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:54.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:54.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:54.046 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:54.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4863/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:54.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.202.236/tcp/4864/p2p/16Uiu2HAkupD9QHyFUkD9gSSuaWnKn38XZ6Rgcb5yWXHtCZkkzZqs","/ip4/172.18.202.236/tcp/4865/ws/p2p/16Uiu2HAkupD9QHyFUkD9gSSuaWnKn38XZ6Rgcb5yWXHtCZkkzZqs"],"enrUri":"enr:-L24QMjrE6k8Pv5mzjXgXVn98WtudrZRIDFSQTJ_cHjaZCtSF5AevJnItIdjV-qCmcnvLZXxYtVcY28NsPPqAodq028CgmlkgnY0gmlwhKwSyuyKbXVsdGlhZGRyc5YACASsEsrsBhMAAAoErBLK7AYTAd0DgnJzhQACAQAAiXNlY3AyNTZrMaECBcYEVebiCKnupogOa8A479Xx-yQUkb-M6lhBOAmmBIqDdGNwghMAg3VkcIITAoV3YWt1MgE"}'
|
|
2026-03-07 04:34:54.048 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:54.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4863/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:54.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:54.085 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:54.086 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:54.086 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:54.086 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:54.087 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:54.087 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.151
|
|
2026-03-07 04:34:54.087 DEBUG [src.node.docker_mananger] Generated ports ['38920', '38921', '38922', '38923', '38924']
|
|
2026-03-07 04:34:54.088 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:54.088 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:54.088 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:54.088 DEBUG [src.node.docker_mananger] docker run -i -t -p 38920:38920 -p 38921:38921 -p 38922:38922 -p 38923:38923 -p 38924:38924 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38922 --rest-port=38920 --tcp-port=38921 --discv5-udp-port=38923 --rest-address=0.0.0.0 --nat=extip:172.18.121.151 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d39e1ddd967bcc9d5bc3fa89b184e3293d2dd490a4c4e3a127dbbf8e6b59fddc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38924 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJlnGbq710DIUnw7YGV-F61sLCDDeP3nBSjfHXUPXi-0Se-kDpSGB-Kb-NQUrDHdnfGURl2D4zidKmpkjdclnh0CgmlkgnY0gmlwhKwSPWeKbXVsdGlhZGRyc5YACASsEj1nBvHTAAoErBI9Zwbx1N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmyklOh-9_74ZfUJgfHkzC5azu-OHb4_bpjLpSIkEV7qDdGNwgvHTg3VkcILx1YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:34:54.268 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.151 waku 9fd761189c75cf232be7d36237bc9f13a6250f940c27efc5de7420be5b3834df
|
|
2026-03-07 04:34:54.295 DEBUG [src.node.docker_mananger] Container started with ID 9fd761189c75. Setting up logs at ./log/docker/node10_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:54.296 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38920
|
|
2026-03-07 04:34:54.296 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:55.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38920/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:55.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:34:55.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38920/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:55.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:34:55.402 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:55.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38920/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:55.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.151/tcp/38921/p2p/16Uiu2HAmLqsYELRZ8XpU7W3AgJ9mvTE4M52tZYU5pcRsXginc2aR","/ip4/172.18.121.151/tcp/38922/ws/p2p/16Uiu2HAmLqsYELRZ8XpU7W3AgJ9mvTE4M52tZYU5pcRsXginc2aR"],"enrUri":"enr:-L24QAG69tlCBuQde9gpP2_W8wvzNamZBK6f_E-keOpx4ui2KQRWucSuEk0ypy0Fv4NPSppVQl4VfdjsmmsYGIQCdgcCgmlkgnY0gmlwhKwSeZeKbXVsdGlhZGRyc5YACASsEnmXBpgJAAoErBJ5lwaYCt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDeacuw9ywmPygXVWaDSXlJBrSYuAnObD1b-x7yJgLn16DdGNwgpgJg3VkcIKYC4V3YWt1MgE"}'
|
|
2026-03-07 04:34:55.405 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:55.405 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38920/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.103/tcp/61907/p2p/16Uiu2HAmP6fw4rerz3y3u2CDAewZKiwKUDfExJSvqf6VUQNwbmGM"]'
|
|
2026-03-07 04:34:55.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61906/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13317/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.441 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14420/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.447 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21760/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.452 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41806/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.455 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24722/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58703/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.461 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4863/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38920/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:34:55.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61906/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:34:55.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:34:55.488 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:34:55.589 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:34:55.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61906/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:55.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858084166230498,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858095467463913,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:34:55.629 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:34:55.630 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:34:55.631 DEBUG [src.node.waku_node] Stopping container with id e7b9024c7ac3
|
|
2026-03-07 04:34:56.222 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:34:56.223 DEBUG [src.node.waku_node] Stopping container with id 692becce0c31
|
|
2026-03-07 04:34:56.773 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:34:56.775 DEBUG [src.node.waku_node] Stopping container with id 069112cdc206
|
|
2026-03-07 04:34:57.259 ERROR [src.node.docker_mananger] Max retries reached for container e7b9024c7ac3. Exiting log stream.
|
|
2026-03-07 04:34:57.300 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:34:57.300 DEBUG [src.node.waku_node] Stopping container with id 4d5b7453bb89
|
|
2026-03-07 04:34:57.588 ERROR [src.node.docker_mananger] Max retries reached for container 692becce0c31. Exiting log stream.
|
|
2026-03-07 04:34:58.113 ERROR [src.node.docker_mananger] Max retries reached for container 069112cdc206. Exiting log stream.
|
|
2026-03-07 04:35:07.832 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:07.833 DEBUG [src.node.waku_node] Stopping container with id 6268f8f60262
|
|
2026-03-07 04:35:08.314 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:08.315 DEBUG [src.node.waku_node] Stopping container with id 4f5b29a4f789
|
|
2026-03-07 04:35:08.646 ERROR [src.node.docker_mananger] Max retries reached for container 4d5b7453bb89. Exiting log stream.
|
|
2026-03-07 04:35:08.818 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:08.818 DEBUG [src.node.waku_node] Stopping container with id 3dd26030ec07
|
|
2026-03-07 04:35:09.128 ERROR [src.node.docker_mananger] Max retries reached for container 6268f8f60262. Exiting log stream.
|
|
2026-03-07 04:35:09.332 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:09.332 DEBUG [src.node.waku_node] Stopping container with id 511cdaf38ae2
|
|
2026-03-07 04:35:09.631 ERROR [src.node.docker_mananger] Max retries reached for container 4f5b29a4f789. Exiting log stream.
|
|
2026-03-07 04:35:09.863 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:09.863 DEBUG [src.node.waku_node] Stopping container with id 9fd761189c75
|
|
2026-03-07 04:35:10.144 ERROR [src.node.docker_mananger] Max retries reached for container 3dd26030ec07. Exiting log stream.
|
|
2026-03-07 04:35:10.363 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:10.365 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:35:10.506 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.546 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.581 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.614 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.661 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.704 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.745 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.783 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.818 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:10.819 ERROR [src.node.docker_mananger] Max retries reached for container 511cdaf38ae2. Exiting log stream.
|
|
2026-03-07 04:35:10.820 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-07 04:35:10.820 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-07 04:35:10.820 DEBUG [src.libs.common] Attaching file ./log/docker/node6_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.821 DEBUG [src.libs.common] Attaching file ./log/docker/node9_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.822 DEBUG [src.libs.common] Attaching file ./log/docker/node4_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.823 DEBUG [src.libs.common] Attaching file ./log/docker/node8_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.824 DEBUG [src.libs.common] Attaching file ./log/docker/node10_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.825 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.827 DEBUG [src.libs.common] Attaching file ./log/docker/node7_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.828 DEBUG [src.libs.common] Attaching file ./log/docker/node3_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.829 DEBUG [src.libs.common] Attaching file ./log/docker/node5_2026-03-07_04-34-41__9c28d137-d8d2-4a0b-bb61-0da0501baa58__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.833 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:35:10.834 DEBUG [tests.conftest] Running test: test_auto_shard_relay_10_nwaku_nodes with id: 2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684
|
|
2026-03-07 04:35:10.834 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:35:10.834 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:35:10.834 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-07 04:35:10.841 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:10.842 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:10.842 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:10.842 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:10.843 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:10.843 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.144
|
|
2026-03-07 04:35:10.844 DEBUG [src.node.docker_mananger] Generated ports ['12243', '12244', '12245', '12246', '12247']
|
|
2026-03-07 04:35:10.844 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:10.844 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:10.844 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:10.844 DEBUG [src.node.docker_mananger] docker run -i -t -p 12243:12243 -p 12244:12244 -p 12245:12245 -p 12246:12246 -p 12247:12247 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12245 --rest-port=12243 --tcp-port=12244 --discv5-udp-port=12246 --rest-address=0.0.0.0 --nat=extip:172.18.243.144 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=10ba8df7ff3ea9a4963d4824da0e7b3a77fa4aeeca5183d1a3fb3f948b75fd9b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12247 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:11.012 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.144 waku 3306efc6de19a641a7382ec3f84e0079f7be6c619a0fc2565ecde7458ad9c828
|
|
2026-03-07 04:35:11.042 DEBUG [src.node.docker_mananger] Container started with ID 3306efc6de19. Setting up logs at ./log/docker/node1_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:11.042 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12243
|
|
2026-03-07 04:35:11.043 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:11.270 ERROR [src.node.docker_mananger] Max retries reached for container 9fd761189c75. Exiting log stream.
|
|
2026-03-07 04:35:12.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:12.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:12.789 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:12.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:12.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt","/ip4/172.18.243.144/tcp/12245/ws/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"],"enrUri":"enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU"}'
|
|
2026-03-07 04:35:12.792 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:12.799 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:12.799 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:12.799 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:12.799 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:12.801 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:12.801 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.73.124
|
|
2026-03-07 04:35:12.801 DEBUG [src.node.docker_mananger] Generated ports ['14103', '14104', '14105', '14106', '14107']
|
|
2026-03-07 04:35:12.801 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:12.801 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:12.801 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:12.802 DEBUG [src.node.docker_mananger] docker run -i -t -p 14103:14103 -p 14104:14104 -p 14105:14105 -p 14106:14106 -p 14107:14107 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14105 --rest-port=14103 --tcp-port=14104 --discv5-udp-port=14106 --rest-address=0.0.0.0 --nat=extip:172.18.73.124 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7c961fbcce9cbb16bf3abceeca9eb2bb52ff5121e95f237aa4fe1fe3c90ac0c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14107 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:12.983 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.73.124 waku 9be91462071c8ea2122ba800d94296b1def715f20ebaed2c4894896e38dfd5c0
|
|
2026-03-07 04:35:13.010 DEBUG [src.node.docker_mananger] Container started with ID 9be91462071c. Setting up logs at ./log/docker/node3_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:13.010 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14103
|
|
2026-03-07 04:35:13.011 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:14.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14103/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:14.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14103/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:14.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14103/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:14.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14103/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.336 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:14.337 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:14.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14103/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:14.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.73.124/tcp/14104/p2p/16Uiu2HAmLxgouRU1uZReaCgCM5AWpASsXTXVQsjDpwaKCLAzbAbW","/ip4/172.18.73.124/tcp/14105/ws/p2p/16Uiu2HAmLxgouRU1uZReaCgCM5AWpASsXTXVQsjDpwaKCLAzbAbW"],"enrUri":"enr:-L24QNNCbkbqezP7jT8qSOJ9CbpmutBIyC1gPkZk5oHIzxEjIM7V-qTuWlzs_g7Z3KDJjUpAvZ5LXXosGzci4n5orMYCgmlkgnY0gmlwhKwSSXyKbXVsdGlhZGRyc5YACASsEkl8BjcYAAoErBJJfAY3Gd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDe2YdvL1nOmLDMVL0j8DQy6ZYEP8-D5XRnhL5efooSNWDdGNwgjcYg3VkcII3GoV3YWt1MgE"}'
|
|
2026-03-07 04:35:14.339 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:14.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14103/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:14.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:14.378 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:14.378 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:14.378 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:14.378 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:14.380 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:14.380 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.29
|
|
2026-03-07 04:35:14.380 DEBUG [src.node.docker_mananger] Generated ports ['62952', '62953', '62954', '62955', '62956']
|
|
2026-03-07 04:35:14.380 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:14.380 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:14.380 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:14.380 DEBUG [src.node.docker_mananger] docker run -i -t -p 62952:62952 -p 62953:62953 -p 62954:62954 -p 62955:62955 -p 62956:62956 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62954 --rest-port=62952 --tcp-port=62953 --discv5-udp-port=62955 --rest-address=0.0.0.0 --nat=extip:172.18.240.29 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ab0dfa9f41b8a36e5fab0b2f9f0ccb3c4305d0bbacbcc41dbdbf9eddb9060fdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62956 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:14.542 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.29 waku e5b21110b93573e259cf4b57af279235aa21d439050bae6ced71fa96a4f4e71c
|
|
2026-03-07 04:35:14.571 DEBUG [src.node.docker_mananger] Container started with ID e5b21110b935. Setting up logs at ./log/docker/node4_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:14.571 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62952
|
|
2026-03-07 04:35:14.571 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:15.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:15.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:15.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:15.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:15.690 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:15.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:15.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.29/tcp/62953/p2p/16Uiu2HAmBK43a1JFtMj6oQgL9r9BB6XJV2Mh8Jwk9N59FbwneG7p","/ip4/172.18.240.29/tcp/62954/ws/p2p/16Uiu2HAmBK43a1JFtMj6oQgL9r9BB6XJV2Mh8Jwk9N59FbwneG7p"],"enrUri":"enr:-L24QBdXqcsjfYMdJjiMeXIeNPrBJIUIluonMT9DQUXo_OajMUJBeOt8d6yFzyMawvgaD41UpxMA3P4rraQjvSkxHIsCgmlkgnY0gmlwhKwS8B2KbXVsdGlhZGRyc5YACASsEvAdBvXpAAoErBLwHQb16t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7Ajfz06tl2KTM2aNHIzpJbAWcC_yUffzVNaq3gaE5X-DdGNwgvXpg3VkcIL164V3YWt1MgE"}'
|
|
2026-03-07 04:35:15.693 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:15.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62952/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:15.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:15.729 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:15.729 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:15.730 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:15.730 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:15.733 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:15.733 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.135.194
|
|
2026-03-07 04:35:15.733 DEBUG [src.node.docker_mananger] Generated ports ['52613', '52614', '52615', '52616', '52617']
|
|
2026-03-07 04:35:15.734 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:15.734 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:15.735 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:15.735 DEBUG [src.node.docker_mananger] docker run -i -t -p 52613:52613 -p 52614:52614 -p 52615:52615 -p 52616:52616 -p 52617:52617 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52615 --rest-port=52613 --tcp-port=52614 --discv5-udp-port=52616 --rest-address=0.0.0.0 --nat=extip:172.18.135.194 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a67afad1d6d55bdeaec85688ebad0215aa7c2cd5f0cdccb1c733edac5fdce5c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52617 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:15.908 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.135.194 waku 0c9bb15d61c0758d473014090647c661f51e6c716afc731fd4f2a6deb452bfff
|
|
2026-03-07 04:35:15.937 DEBUG [src.node.docker_mananger] Container started with ID 0c9bb15d61c0. Setting up logs at ./log/docker/node5_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:15.937 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 52613
|
|
2026-03-07 04:35:15.938 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:16.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52613/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:16.942 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:16.942 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:16.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52613/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:16.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.135.194/tcp/52614/p2p/16Uiu2HAmTHmsrVHthPXjp652hmAfj77v8ZXWpKSrwuvxaCPpT3VT","/ip4/172.18.135.194/tcp/52615/ws/p2p/16Uiu2HAmTHmsrVHthPXjp652hmAfj77v8ZXWpKSrwuvxaCPpT3VT"],"enrUri":"enr:-L24QHCasCozbbcjyMvSwI79Vi4c1bwn7H9GthwHcQTnbAY2EUZz4K3igBeZwIYfEOC-QOFbvDCzhx51DcOTPRxYvkkCgmlkgnY0gmlwhKwSh8KKbXVsdGlhZGRyc5YACASsEofCBs2GAAoErBKHwgbNh90DgnJzhQACAQAAiXNlY3AyNTZrMaED2XAA7CJwpaRRjUxS_HZhJ5QYckqW1saniZRGF3io0rqDdGNwgs2Gg3VkcILNiIV3YWt1MgE"}'
|
|
2026-03-07 04:35:16.945 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:16.945 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52613/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:16.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:16.987 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:16.987 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:16.987 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:16.987 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:16.989 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:16.989 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.50
|
|
2026-03-07 04:35:16.989 DEBUG [src.node.docker_mananger] Generated ports ['42218', '42219', '42220', '42221', '42222']
|
|
2026-03-07 04:35:16.989 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:16.989 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:16.990 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:16.990 DEBUG [src.node.docker_mananger] docker run -i -t -p 42218:42218 -p 42219:42219 -p 42220:42220 -p 42221:42221 -p 42222:42222 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42220 --rest-port=42218 --tcp-port=42219 --discv5-udp-port=42221 --rest-address=0.0.0.0 --nat=extip:172.18.6.50 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e6d3bcb773d6cf26cd3db9d78e8e43f86cd5eadb268c249bdbfcca1cb7f3a47a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42222 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:17.156 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.50 waku 434eb1da1251810a028bf6f17a382dd833bcdb37f8aa1664cc696c59247ae8a9
|
|
2026-03-07 04:35:17.186 DEBUG [src.node.docker_mananger] Container started with ID 434eb1da1251. Setting up logs at ./log/docker/node6_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:17.186 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42218
|
|
2026-03-07 04:35:17.187 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:18.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42218/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:18.190 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:18.191 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:18.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42218/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:18.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.50/tcp/42219/p2p/16Uiu2HAm9HsuRKuzC24Gu4DCYeo6FWurvdme5Aba558yqsCXo2Eg","/ip4/172.18.6.50/tcp/42220/ws/p2p/16Uiu2HAm9HsuRKuzC24Gu4DCYeo6FWurvdme5Aba558yqsCXo2Eg"],"enrUri":"enr:-L24QKXvgaC2Ytd8LQ8aw4NTsxx423TPZiZHmmNms-_QgTNFeq1M0Vb2VLojtkk9A7seUiVLA6qpwCAfHcz2d8eq1vgCgmlkgnY0gmlwhKwSBjKKbXVsdGlhZGRyc5YACASsEgYyBqTrAAoErBIGMgak7N0DgnJzhQACAQAAiXNlY3AyNTZrMaECzgR0JI-hI-qlpTQ5cPvVTbOVvq1qqWRXagbmpLq5V62DdGNwgqTrg3VkcIKk7YV3YWt1MgE"}'
|
|
2026-03-07 04:35:18.199 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:18.199 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42218/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:18.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:18.236 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:18.237 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:18.237 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:18.237 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:18.240 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:18.240 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.179.232
|
|
2026-03-07 04:35:18.240 DEBUG [src.node.docker_mananger] Generated ports ['42587', '42588', '42589', '42590', '42591']
|
|
2026-03-07 04:35:18.241 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:18.241 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:18.242 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:18.242 DEBUG [src.node.docker_mananger] docker run -i -t -p 42587:42587 -p 42588:42588 -p 42589:42589 -p 42590:42590 -p 42591:42591 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42589 --rest-port=42587 --tcp-port=42588 --discv5-udp-port=42590 --rest-address=0.0.0.0 --nat=extip:172.18.179.232 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fb2b7f97caac299c1e2bb4e810e7e793aa43a77b96e6c59cc4b261ef507c5458 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42591 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:18.410 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.179.232 waku 8ebec0465214cd5107ba62d7377137fe54f5b315d271389543e1551919fb76e4
|
|
2026-03-07 04:35:18.439 DEBUG [src.node.docker_mananger] Container started with ID 8ebec0465214. Setting up logs at ./log/docker/node7_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:18.439 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42587
|
|
2026-03-07 04:35:18.439 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:19.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42587/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:19.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:19.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42587/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:19.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:19.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42587/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:19.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:19.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42587/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:19.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:19.770 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:19.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42587/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:19.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.232/tcp/42588/p2p/16Uiu2HAm6zrYTFbwARGbJSNy9uiZZKQjgjzuF63PfP84N14DEZmG","/ip4/172.18.179.232/tcp/42589/ws/p2p/16Uiu2HAm6zrYTFbwARGbJSNy9uiZZKQjgjzuF63PfP84N14DEZmG"],"enrUri":"enr:-L24QJ5ITniPXNJzNMm57E8G9DpVd-tqrKfzNJasCguydYi8QIEvY_C4iUIe1AsFZE8sWZg2amNrLHHxVXm4252NpygCgmlkgnY0gmlwhKwSs-iKbXVsdGlhZGRyc5YACASsErPoBqZcAAoErBKz6AamXd0DgnJzhQACAQAAiXNlY3AyNTZrMaECq_CqqA7WjqnNZaOC7ku9oz4CxCLhVXruwNazxe0mPa-DdGNwgqZcg3VkcIKmXoV3YWt1MgE"}'
|
|
2026-03-07 04:35:19.773 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:19.774 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42587/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:19.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:19.815 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:19.816 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:19.816 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:19.816 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:19.819 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:19.819 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.136.106
|
|
2026-03-07 04:35:19.819 DEBUG [src.node.docker_mananger] Generated ports ['43788', '43789', '43790', '43791', '43792']
|
|
2026-03-07 04:35:19.819 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:19.820 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:19.820 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:19.820 DEBUG [src.node.docker_mananger] docker run -i -t -p 43788:43788 -p 43789:43789 -p 43790:43790 -p 43791:43791 -p 43792:43792 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43790 --rest-port=43788 --tcp-port=43789 --discv5-udp-port=43791 --rest-address=0.0.0.0 --nat=extip:172.18.136.106 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8d09cf96baac4b3dd1fe5581c289ee1ffceb2fabbbff9bdcdf6cd844c0aa19f4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43792 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:19.991 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.136.106 waku 628290e4456bc0f33e80c9d015c7e8e2b03338b1365fa571a8946e355a28973c
|
|
2026-03-07 04:35:20.023 DEBUG [src.node.docker_mananger] Container started with ID 628290e4456b. Setting up logs at ./log/docker/node8_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:20.025 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43788
|
|
2026-03-07 04:35:20.026 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:21.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43788/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:21.030 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:21.030 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:21.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43788/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:21.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.106/tcp/43789/p2p/16Uiu2HAmQ559JNYS7WVZ8P9Ua7xHuf1dQyMyKf6itng2csu7JqQu","/ip4/172.18.136.106/tcp/43790/ws/p2p/16Uiu2HAmQ559JNYS7WVZ8P9Ua7xHuf1dQyMyKf6itng2csu7JqQu"],"enrUri":"enr:-L24QNPv7vEdjwpY7yoDBuvk7-BpBEk8hJpyBUGPzWP-WXHWeww9iF-f6y-i36qiz-SsV0K2gjvtQSGmDjlx6DZn5esCgmlkgnY0gmlwhKwSiGqKbXVsdGlhZGRyc5YACASsEohqBqsNAAoErBKIagarDt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDqZvqVwtwH35V1FmyS0yTaHWPPNHkm-w4BzCVlAYxBrKDdGNwgqsNg3VkcIKrD4V3YWt1MgE"}'
|
|
2026-03-07 04:35:21.042 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:21.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43788/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:21.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:21.083 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:21.084 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:21.084 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:21.084 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:21.085 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:21.086 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.215
|
|
2026-03-07 04:35:21.086 DEBUG [src.node.docker_mananger] Generated ports ['38245', '38246', '38247', '38248', '38249']
|
|
2026-03-07 04:35:21.086 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:21.086 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:21.086 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:21.086 DEBUG [src.node.docker_mananger] docker run -i -t -p 38245:38245 -p 38246:38246 -p 38247:38247 -p 38248:38248 -p 38249:38249 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38247 --rest-port=38245 --tcp-port=38246 --discv5-udp-port=38248 --rest-address=0.0.0.0 --nat=extip:172.18.118.215 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=51ce329a272f45efd5fe4bda6fe81e8abfb19c96aaf9cb5f6be2b2ce2bce93bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38249 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:21.254 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.215 waku d8626456ba674e0692b4b95bfb7b0e6aa45a0e349065855e89c0980827bfad60
|
|
2026-03-07 04:35:21.284 DEBUG [src.node.docker_mananger] Container started with ID d8626456ba67. Setting up logs at ./log/docker/node9_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:21.285 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38245
|
|
2026-03-07 04:35:21.286 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:22.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:22.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:22.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:22.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:22.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:22.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:22.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:22.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-07 04:35:22.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:22.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:22.717 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:22.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:22.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.215/tcp/38246/p2p/16Uiu2HAkvGFWhqVb9YqMZ49CWYFMtJ3zdHeYenybGfvSGz2hH6XN","/ip4/172.18.118.215/tcp/38247/ws/p2p/16Uiu2HAkvGFWhqVb9YqMZ49CWYFMtJ3zdHeYenybGfvSGz2hH6XN"],"enrUri":"enr:-L24QDIJXGms6XRajfIQB6Awa1LnQTSsodnhnl7CLgSn-c5rSc5tsQblG_MqeavkKj09OlsQq5703PDiJhAzaGFk1sMCgmlkgnY0gmlwhKwSdteKbXVsdGlhZGRyc5YACASsEnbXBpVmAAoErBJ21waVZ90DgnJzhQACAQAAiXNlY3AyNTZrMaECDHHLb2HKAeE2WnfB2eYKvK3aaolFcwXqHKq0AlUFN_WDdGNwgpVmg3VkcIKVaIV3YWt1MgE"}'
|
|
2026-03-07 04:35:22.725 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:22.725 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38245/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:22.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:22.760 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:35:22.761 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:22.761 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:35:22.761 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:35:22.763 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:35:22.763 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.201
|
|
2026-03-07 04:35:22.764 DEBUG [src.node.docker_mananger] Generated ports ['46671', '46672', '46673', '46674', '46675']
|
|
2026-03-07 04:35:22.764 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:35:22.764 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:35:22.764 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:35:22.764 DEBUG [src.node.docker_mananger] docker run -i -t -p 46671:46671 -p 46672:46672 -p 46673:46673 -p 46674:46674 -p 46675:46675 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46673 --rest-port=46671 --tcp-port=46672 --discv5-udp-port=46674 --rest-address=0.0.0.0 --nat=extip:172.18.5.201 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=be4e2a9dc695d8b7ea24a2dd23fd3d5eff5eaa1f19c77a9abdec8df57efda429 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46675 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QB7qwwPndgrSrM5jNAq2KcB0kMng-X1jS0NFDzcnVOLAekCPH2OXzSMd5qZPXGMsnwrUHH2P3J1UKg93Amt1ZAoCgmlkgnY0gmlwhKwS85CKbXVsdGlhZGRyc5YACASsEvOQBi_UAAoErBLzkAYv1d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDE0pD3iI2ZdjUXn2kOURjMZx9_Pna8N-HaxfTQreKuMuDdGNwgi_Ug3VkcIIv1oV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
|
2026-03-07 04:35:22.938 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.201 waku 5549ed23b5d941e551537353e0dae7a1cac73d2199a791f72e9c1d08007bc2a5
|
|
2026-03-07 04:35:22.968 DEBUG [src.node.docker_mananger] Container started with ID 5549ed23b5d9. Setting up logs at ./log/docker/node10_2026-03-07_04-35-10__1e93fab3-5a67-4928-8792-00cda147b684__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:35:22.969 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46671
|
|
2026-03-07 04:35:22.969 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:35:23.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46671/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:23.973 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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-07 04:35:23.973 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:35:23.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46671/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:23.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.201/tcp/46672/p2p/16Uiu2HAmPBwt5j3KkFj6NhncPzo85hSbWCUZaWiWhzvVaaPizqwr","/ip4/172.18.5.201/tcp/46673/ws/p2p/16Uiu2HAmPBwt5j3KkFj6NhncPzo85hSbWCUZaWiWhzvVaaPizqwr"],"enrUri":"enr:-L24QGbGy4nsawnrXaazMHcEIOKm4CHFyaLdH4HH051i5ulwPwXrLveG1f2wkWA2foOrzYj-rwDbjm0gClbgCDtYXEsCgmlkgnY0gmlwhKwSBcmKbXVsdGlhZGRyc5YACASsEgXJBrZQAAoErBIFyQa2Ud0DgnJzhQACAQAAiXNlY3AyNTZrMaEDnIMVIJcQw_adJyqWr2LzTV8PmwCUH6_mV8_YUNllRCWDdGNwgrZQg3VkcIK2UoV3YWt1MgE"}'
|
|
2026-03-07 04:35:23.975 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:35:23.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46671/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.144/tcp/12244/p2p/16Uiu2HAmDxHn3Aqqsdjh3XUTMitzWypRK6th9PYe1e4iPGt6YTdt"]'
|
|
2026-03-07 04:35:24.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12243/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.022 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14103/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62952/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:52613/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42218/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42587/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43788/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38245/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46671/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2026-03-07 04:35:24.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12243/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-07 04:35:24.080 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-07 04:35:24.081 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-07 04:35:24.181 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12243/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.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":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.186 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14103/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.191 DEBUG [src.steps.sharding] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62952/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.195 DEBUG [src.steps.sharding] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:52613/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.200 DEBUG [src.steps.sharding] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42218/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.205 DEBUG [src.steps.sharding] Checking that peer NODE_6:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42587/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.212 DEBUG [src.steps.sharding] Checking that peer NODE_7:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43788/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.218 DEBUG [src.steps.sharding] Checking that peer NODE_8:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38245/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.236 DEBUG [src.steps.sharding] Checking that peer NODE_9:wakuorg/nwaku:latest can find the published message
|
|
2026-03-07 04:35:24.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46671/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:35:24.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772858124061558578,"ephemeral":false,"proof":""}]'
|
|
2026-03-07 04:35:24.247 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:35:24.248 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:35:24.249 DEBUG [src.node.waku_node] Stopping container with id 3306efc6de19
|
|
2026-03-07 04:35:24.843 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:24.843 DEBUG [src.node.waku_node] Stopping container with id 9be91462071c
|
|
2026-03-07 04:35:25.354 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:25.354 DEBUG [src.node.waku_node] Stopping container with id e5b21110b935
|
|
2026-03-07 04:35:25.658 ERROR [src.node.docker_mananger] Max retries reached for container 3306efc6de19. Exiting log stream.
|
|
2026-03-07 04:35:25.888 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:25.889 DEBUG [src.node.waku_node] Stopping container with id 0c9bb15d61c0
|
|
2026-03-07 04:35:26.169 ERROR [src.node.docker_mananger] Max retries reached for container 9be91462071c. Exiting log stream.
|
|
2026-03-07 04:35:26.435 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:26.438 DEBUG [src.node.waku_node] Stopping container with id 434eb1da1251
|
|
2026-03-07 04:35:26.702 ERROR [src.node.docker_mananger] Max retries reached for container e5b21110b935. Exiting log stream.
|
|
2026-03-07 04:35:26.967 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:26.967 DEBUG [src.node.waku_node] Stopping container with id 8ebec0465214
|
|
2026-03-07 04:35:27.252 ERROR [src.node.docker_mananger] Max retries reached for container 0c9bb15d61c0. Exiting log stream.
|
|
2026-03-07 04:35:27.490 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:27.492 DEBUG [src.node.waku_node] Stopping container with id 628290e4456b
|
|
2026-03-07 04:35:27.781 ERROR [src.node.docker_mananger] Max retries reached for container 434eb1da1251. Exiting log stream.
|
|
2026-03-07 04:35:28.010 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:28.010 DEBUG [src.node.waku_node] Stopping container with id d8626456ba67
|
|
2026-03-07 04:35:28.303 ERROR [src.node.docker_mananger] Max retries reached for container 8ebec0465214. Exiting log stream.
|
|
2026-03-07 04:35:28.483 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:28.483 DEBUG [src.node.waku_node] Stopping container with id 5549ed23b5d9
|
|
2026-03-07 04:35:28.822 ERROR [src.node.docker_mananger] Max retries reached for container 628290e4456b. Exiting log stream.
|
|
2026-03-07 04:35:28.971 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:35:28.973 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:35:29.035 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.065 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.101 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.139 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.210 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.246 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.271 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-07 04:35:29.298 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|