mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-09 01:13:07 +00:00
350 lines
63 KiB
Plaintext
350 lines
63 KiB
Plaintext
2025-12-08 08:57:30.961 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 08:57:30.962 DEBUG [tests.conftest] Running test: test_static_shard_relay_10_nwaku_nodes with id: 2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f
|
|
2025-12-08 08:57:30.962 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 08:57:30.962 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 08:57:30.962 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-08 08:57:30.969 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:30.969 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:30.970 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:30.970 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:30.971 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:30.971 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.85.134
|
|
2025-12-08 08:57:30.971 DEBUG [src.node.docker_mananger] Generated ports ['49426', '49427', '49428', '49429', '49430']
|
|
2025-12-08 08:57:30.972 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:30.972 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:30.972 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:30.972 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:30.972 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:30.972 DEBUG [src.node.docker_mananger] docker run -i -t -p 49426:49426 -p 49427:49427 -p 49428:49428 -p 49429:49429 -p 49430:49430 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49428 --rest-port=49426 --tcp-port=49427 --discv5-udp-port=49429 --rest-address=0.0.0.0 --nat=extip:172.18.85.134 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dfc7ffe19b366d5f0868abcdfe8db2caeec2d8ed3b4c5ca5de328edcffe1c2cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49430 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-08 08:57:31.156 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.85.134 waku 15ad60843af93484df7aec037ec30c30da7f1ce5bb4985549bd90975e6fa9f3d
|
|
2025-12-08 08:57:31.189 DEBUG [src.node.docker_mananger] Container started with ID 15ad60843af9. Setting up logs at ./log/docker/node1_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:31.190 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49426
|
|
2025-12-08 08:57:31.191 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:31.226 ERROR [src.node.docker_mananger] Max retries reached for container c1f3c4a90bc2. Exiting log stream.
|
|
2025-12-08 08:57:31.760 ERROR [src.node.docker_mananger] Max retries reached for container 664135af4d54. Exiting log stream.
|
|
2025-12-08 08:57:32.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49426/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:32.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-08 08:57:32.194 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:32.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49426/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:32.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa","/ip4/172.18.85.134/tcp/49428/ws/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"],"enrUri":"enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU"}'
|
|
2025-12-08 08:57:32.197 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:32.203 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:32.204 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:32.204 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:32.204 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:32.205 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:32.205 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.116
|
|
2025-12-08 08:57:32.205 DEBUG [src.node.docker_mananger] Generated ports ['35074', '35075', '35076', '35077', '35078']
|
|
2025-12-08 08:57:32.205 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:32.206 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:32.206 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:32.206 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:32.206 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:32.206 DEBUG [src.node.docker_mananger] docker run -i -t -p 35074:35074 -p 35075:35075 -p 35076:35076 -p 35077:35077 -p 35078:35078 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35076 --rest-port=35074 --tcp-port=35075 --discv5-udp-port=35077 --rest-address=0.0.0.0 --nat=extip:172.18.40.116 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8e0c8a5e55eeda31c5cbe5eecb893c4f4bea45a0d771c6a6ff164ea892d0c5d6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35078 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:32.387 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.116 waku 8e5ce6bc57b5c4bf303fd42633cf08e5cc31bd0460f5e6cb36cd0311192bcd4b
|
|
2025-12-08 08:57:32.423 DEBUG [src.node.docker_mananger] Container started with ID 8e5ce6bc57b5. Setting up logs at ./log/docker/node3_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:32.424 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35074
|
|
2025-12-08 08:57:32.424 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:33.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35074/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:33.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:33.435 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:33.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35074/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:33.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.116/tcp/35075/p2p/16Uiu2HAmKdTVcM7WsjK7mnCFMYB6gxiJ3edpwZoXKVTfRL16oLeD","/ip4/172.18.40.116/tcp/35076/ws/p2p/16Uiu2HAmKdTVcM7WsjK7mnCFMYB6gxiJ3edpwZoXKVTfRL16oLeD"],"enrUri":"enr:-L24QCYB81GEiyQ8FfkVe-wleiskA9P4GOkKoMSUuUO_l5wHVVg4UyxDQZsuHXfVKUIvBnwb_7VDtUph_bdEXc1HqoQCgmlkgnY0gmlwhKwSKHSKbXVsdGlhZGRyc5YACASsEih0BokDAAoErBIodAaJBN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDZ51Wi6Sxy6zI9fl6gCAI9uIyFvJDEyzlFVrbrThh01qDdGNwgokDg3VkcIKJBYV3YWt1MgE"}'
|
|
2025-12-08 08:57:33.439 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:33.440 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35074/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:33.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:33.449 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:33.449 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:33.449 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:33.449 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:33.450 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:33.450 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.51.28
|
|
2025-12-08 08:57:33.451 DEBUG [src.node.docker_mananger] Generated ports ['13582', '13583', '13584', '13585', '13586']
|
|
2025-12-08 08:57:33.451 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:33.451 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:33.451 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:33.451 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:33.451 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:33.451 DEBUG [src.node.docker_mananger] docker run -i -t -p 13582:13582 -p 13583:13583 -p 13584:13584 -p 13585:13585 -p 13586:13586 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13584 --rest-port=13582 --tcp-port=13583 --discv5-udp-port=13585 --rest-address=0.0.0.0 --nat=extip:172.18.51.28 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1fc3c2dbaefe0b7d8cc2b5e2dffae4cffeff355ceeb88b6dceaeb78eddd18dba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13586 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:33.633 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.51.28 waku 8611dce032f5c0adef9b1303575ee4f1af681dced8491d37341198e5951a1260
|
|
2025-12-08 08:57:33.666 DEBUG [src.node.docker_mananger] Container started with ID 8611dce032f5. Setting up logs at ./log/docker/node4_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:33.668 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13582
|
|
2025-12-08 08:57:33.669 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:34.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13582/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:34.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:34.677 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:34.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:34.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.51.28/tcp/13583/p2p/16Uiu2HAm72pCgweAAzH4fXMsMqnCcHjUeiGAheuArbDBHntxCpHb","/ip4/172.18.51.28/tcp/13584/ws/p2p/16Uiu2HAm72pCgweAAzH4fXMsMqnCcHjUeiGAheuArbDBHntxCpHb"],"enrUri":"enr:-L24QDLbmTdzU1Onm5TN8Zb4WSwUQrFgWU35E24CHJsFiDLTRDOwgq7n1oYm-Fkoc-8uBsYPDm0nhX4z8E6P7s2Om3oCgmlkgnY0gmlwhKwSMxyKbXVsdGlhZGRyc5YACASsEjMcBjUPAAoErBIzHAY1EN0DgnJzhQACAQAAiXNlY3AyNTZrMaECrHEueYJKYm9wQXWW2sYxkctf5HLbToRewPrCr3-wLaaDdGNwgjUPg3VkcII1EYV3YWt1MgE"}'
|
|
2025-12-08 08:57:34.681 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:34.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13582/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:34.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:34.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:34.690 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:34.690 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:34.690 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:34.692 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:34.692 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.129.24
|
|
2025-12-08 08:57:34.692 DEBUG [src.node.docker_mananger] Generated ports ['58900', '58901', '58902', '58903', '58904']
|
|
2025-12-08 08:57:34.692 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:34.692 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:34.692 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:34.692 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:34.693 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:34.693 DEBUG [src.node.docker_mananger] docker run -i -t -p 58900:58900 -p 58901:58901 -p 58902:58902 -p 58903:58903 -p 58904:58904 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58902 --rest-port=58900 --tcp-port=58901 --discv5-udp-port=58903 --rest-address=0.0.0.0 --nat=extip:172.18.129.24 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a3fa556ccddbb988d64f05cefbff2be7ec625a19c2c6ce125dd19a7f632a812a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58904 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:34.878 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.129.24 waku 24047bb4d010e545acdc501a156da134bd39559e5f52ff867963c9a83f6e83f8
|
|
2025-12-08 08:57:34.909 DEBUG [src.node.docker_mananger] Container started with ID 24047bb4d010. Setting up logs at ./log/docker/node5_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:34.909 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58900
|
|
2025-12-08 08:57:34.910 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:35.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58900/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:35.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:35.920 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:35.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58900/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:35.926 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.129.24/tcp/58901/p2p/16Uiu2HAm9pqk2RLzmjipikodFtMnfgX2rxMJR78AmyfbqERaYGnf","/ip4/172.18.129.24/tcp/58902/ws/p2p/16Uiu2HAm9pqk2RLzmjipikodFtMnfgX2rxMJR78AmyfbqERaYGnf"],"enrUri":"enr:-L24QDHD_USRMRqOkZUIJrgp0x1G5P_tL2DqEC25-8v4Pi4ObCkOxy-OlqKzrkH8O8f6eEDZlX87aqR7Fumb7IHWmh4CgmlkgnY0gmlwhKwSgRiKbXVsdGlhZGRyc5YACASsEoEYBuYVAAoErBKBGAbmFt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1fMDotsH2xNvEZjmYImaWCZEVSyBppRgbzA71r_UB5yDdGNwguYVg3VkcILmF4V3YWt1MgE"}'
|
|
2025-12-08 08:57:35.926 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:35.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58900/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:35.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:35.936 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:35.936 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:35.936 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:35.936 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:35.938 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:35.938 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.146
|
|
2025-12-08 08:57:35.938 DEBUG [src.node.docker_mananger] Generated ports ['49824', '49825', '49826', '49827', '49828']
|
|
2025-12-08 08:57:35.938 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:35.938 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:35.938 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:35.939 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:35.939 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:35.939 DEBUG [src.node.docker_mananger] docker run -i -t -p 49824:49824 -p 49825:49825 -p 49826:49826 -p 49827:49827 -p 49828:49828 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49826 --rest-port=49824 --tcp-port=49825 --discv5-udp-port=49827 --rest-address=0.0.0.0 --nat=extip:172.18.40.146 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=af05db0ec26cd7ccf8ecedf0ee2d22dfb4acf9c54bd2f2dbd45fda01aeeb017b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49828 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:36.132 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.146 waku 59ce94fc5588810ec2ccb22c7a75d10be88e82997260f2019765bc123f5ded2b
|
|
2025-12-08 08:57:36.167 DEBUG [src.node.docker_mananger] Container started with ID 59ce94fc5588. Setting up logs at ./log/docker/node6_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:36.168 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49824
|
|
2025-12-08 08:57:36.168 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:37.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49824/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:37.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:37.175 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:37.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49824/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:37.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.146/tcp/49825/p2p/16Uiu2HAkxMbdGEqSrJYmeR9RPf9oSvbBzwJuZ6EjFq25ajYRdgGC","/ip4/172.18.40.146/tcp/49826/ws/p2p/16Uiu2HAkxMbdGEqSrJYmeR9RPf9oSvbBzwJuZ6EjFq25ajYRdgGC"],"enrUri":"enr:-L24QAV9WEnLDGKu7iBOts22KuV6ULVcWg5JWcuRmEq_rlQLIyAEOGAdbVx0qbY7mBQNtUG4SaQkUt1-fWkeatF4RywCgmlkgnY0gmlwhKwSKJKKbXVsdGlhZGRyc5YACASsEiiSBsKhAAoErBIokgbCot0DgnJzhQACAQAAiXNlY3AyNTZrMaECK4fQgv_UhPaq9n4EhSTQp61TycfvCVrWxiXjUSQSGG2DdGNwgsKhg3VkcILCo4V3YWt1MgE"}'
|
|
2025-12-08 08:57:37.178 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:37.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49824/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:37.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:37.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:37.188 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:37.188 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:37.188 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:37.189 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.14.93
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.docker_mananger] Generated ports ['4025', '4026', '4027', '4028', '4029']
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:37.190 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:37.190 DEBUG [src.node.docker_mananger] docker run -i -t -p 4025:4025 -p 4026:4026 -p 4027:4027 -p 4028:4028 -p 4029:4029 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4027 --rest-port=4025 --tcp-port=4026 --discv5-udp-port=4028 --rest-address=0.0.0.0 --nat=extip:172.18.14.93 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6aedd3daf78a2cfecd8b7eacb5fd2a89bcfec9eeef34b8f7f4b0fd9cc17dda4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4029 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:37.383 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.14.93 waku ea3853236d02054b5067388129a55fc5a96c531ca1ecdbcfe90e71e2058639b1
|
|
2025-12-08 08:57:37.415 DEBUG [src.node.docker_mananger] Container started with ID ea3853236d02. Setting up logs at ./log/docker/node7_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:37.416 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4025
|
|
2025-12-08 08:57:37.416 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:38.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4025/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:38.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:38.429 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:38.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4025/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:38.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.14.93/tcp/4026/p2p/16Uiu2HAkxwAweeYKVkaFYSc7ggyWQpGxvHQAGY4xZqiaWTLu5Co9","/ip4/172.18.14.93/tcp/4027/ws/p2p/16Uiu2HAkxwAweeYKVkaFYSc7ggyWQpGxvHQAGY4xZqiaWTLu5Co9"],"enrUri":"enr:-L24QPZlhuZIWzD8cx2EtLJ7MkFzoTRR3XgWpauleNKvhgaNLmN-k6FrbV1K3gELC529bm_qks5gJ3S1ahQo_gb6rNECgmlkgnY0gmlwhKwSDl2KbXVsdGlhZGRyc5YACASsEg5dBg-6AAoErBIOXQYPu90DgnJzhQACAQAAiXNlY3AyNTZrMaECNCGnIahcMsEuYQATK9Y3hYMeyd3K9MCl1VOwLt6xc8CDdGNwgg-6g3VkcIIPvIV3YWt1MgE"}'
|
|
2025-12-08 08:57:38.433 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:38.433 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4025/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:38.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:38.442 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:38.442 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:38.442 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:38.443 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:38.444 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:38.444 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.83.38
|
|
2025-12-08 08:57:38.444 DEBUG [src.node.docker_mananger] Generated ports ['56028', '56029', '56030', '56031', '56032']
|
|
2025-12-08 08:57:38.444 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:38.444 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:38.445 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:38.445 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:38.445 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:38.445 DEBUG [src.node.docker_mananger] docker run -i -t -p 56028:56028 -p 56029:56029 -p 56030:56030 -p 56031:56031 -p 56032:56032 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56030 --rest-port=56028 --tcp-port=56029 --discv5-udp-port=56031 --rest-address=0.0.0.0 --nat=extip:172.18.83.38 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6fbaf52c7ce6d565d3e5c868d9dfcb6ee8ce0a47fdee4bd79d99ee7eb5f67944 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56032 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:38.642 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.83.38 waku 5b5503dacdd26a508aa16751b13f3e0f8da0d7840394f2ee416eb07c373b96b1
|
|
2025-12-08 08:57:38.672 DEBUG [src.node.docker_mananger] Container started with ID 5b5503dacdd2. Setting up logs at ./log/docker/node8_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:38.672 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56028
|
|
2025-12-08 08:57:38.672 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:39.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56028/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:39.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:39.688 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:39.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56028/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:39.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.83.38/tcp/56029/p2p/16Uiu2HAmB438YkhnZyovUJTq91cLxC1v9WpYqe3GN3gJYv1X3U8N","/ip4/172.18.83.38/tcp/56030/ws/p2p/16Uiu2HAmB438YkhnZyovUJTq91cLxC1v9WpYqe3GN3gJYv1X3U8N"],"enrUri":"enr:-L24QInvn_k1aU0ByG4ryEMCrMOLWneCnKdrz7ms7CrBSJJMA9GBjDCDi8Io_3bP-YwvekKVSI41MuGxHch--1O3d4UCgmlkgnY0gmlwhKwSUyaKbXVsdGlhZGRyc5YACASsElMmBtrdAAoErBJTJgba3t0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6DAg43pBbWH1TwfCEtqjBZbKuKaMHRR_9HiYpK8geGeDdGNwgtrdg3VkcILa34V3YWt1MgE"}'
|
|
2025-12-08 08:57:39.693 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:39.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56028/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:39.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:39.702 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:39.702 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:39.702 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:39.702 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:39.704 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:39.704 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.2.192
|
|
2025-12-08 08:57:39.704 DEBUG [src.node.docker_mananger] Generated ports ['46974', '46975', '46976', '46977', '46978']
|
|
2025-12-08 08:57:39.704 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:39.704 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:39.705 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:39.705 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:39.705 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:39.705 DEBUG [src.node.docker_mananger] docker run -i -t -p 46974:46974 -p 46975:46975 -p 46976:46976 -p 46977:46977 -p 46978:46978 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46976 --rest-port=46974 --tcp-port=46975 --discv5-udp-port=46977 --rest-address=0.0.0.0 --nat=extip:172.18.2.192 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e4aadfd496f96c8607b7aa0b778e4224e495ec08b7fae6816eceef6f3e1b7427 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46978 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:39.895 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.2.192 waku 234300dd15408311237d61d0881a2ff114ca81f35ec2cc01f6d559fc3c9a03bc
|
|
2025-12-08 08:57:39.926 DEBUG [src.node.docker_mananger] Container started with ID 234300dd1540. Setting up logs at ./log/docker/node9_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:39.927 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46974
|
|
2025-12-08 08:57:39.927 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:40.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46974/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:40.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:40.940 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:40.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46974/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:40.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.2.192/tcp/46975/p2p/16Uiu2HAmNfYg7pxWDBdsrjYR8REVzaKfDvnYJNmDZEyDfpExe5UV","/ip4/172.18.2.192/tcp/46976/ws/p2p/16Uiu2HAmNfYg7pxWDBdsrjYR8REVzaKfDvnYJNmDZEyDfpExe5UV"],"enrUri":"enr:-L24QIIT8nPbzOnJGi9yGKuExUrc8dYqa2kjezx5VSLwFuSldxfmE2zJqprLsHxnnX1aRleNzDv02dbYr0nc2VMr2j8CgmlkgnY0gmlwhKwSAsCKbXVsdGlhZGRyc5YACASsEgLABrd_AAoErBICwAa3gN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDlLlrOS20pckWtzxYE4JyMath5q_amBjrKcM4jNS5LuKDdGNwgrd_g3VkcIK3gYV3YWt1MgE"}'
|
|
2025-12-08 08:57:40.945 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:40.946 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46974/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:40.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:40.956 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:40.956 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:40.956 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:40.956 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:40.957 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.59.11
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.docker_mananger] Generated ports ['2404', '2405', '2406', '2407', '2408']
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:40.958 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:40.958 DEBUG [src.node.docker_mananger] docker run -i -t -p 2404:2404 -p 2405:2405 -p 2406:2406 -p 2407:2407 -p 2408:2408 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2406 --rest-port=2404 --tcp-port=2405 --discv5-udp-port=2407 --rest-address=0.0.0.0 --nat=extip:172.18.59.11 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=babd11cef54a59e2fa47cd224ffedfd8b9cb4cdcd1b6ebbacbcd6e8a2e3b29de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2408 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:41.161 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.59.11 waku b0ef4f8fc3f4b51c9976f421b8b7e15df695abb739b1b25ac4c2a34064bf9457
|
|
2025-12-08 08:57:41.220 DEBUG [src.node.docker_mananger] Container started with ID b0ef4f8fc3f4. Setting up logs at ./log/docker/node10_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:41.222 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2404
|
|
2025-12-08 08:57:41.224 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:42.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2404/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:42.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:42.229 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:42.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2404/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:42.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.11/tcp/2405/p2p/16Uiu2HAm6StnJHnpJLfuf71CTd4KJftCLyJZYaGGCYfxzg6CWnHh","/ip4/172.18.59.11/tcp/2406/ws/p2p/16Uiu2HAm6StnJHnpJLfuf71CTd4KJftCLyJZYaGGCYfxzg6CWnHh"],"enrUri":"enr:-L24QOTCApm7v3SJuHJQFiccS784cZcZ7hIEfAPoS74KplSJQ-eQcpZg_zBJO0CHP_FdIIzRSczSt1rQlmlpBH-XcHgCgmlkgnY0gmlwhKwSOwuKbXVsdGlhZGRyc5YACASsEjsLBgllAAoErBI7CwYJZt0DgnJzhQACAQAAiXNlY3AyNTZrMaECo8Ccr_JcdFMfTLGAptILE-YpPtJ_wIA_ekM31_6wRrSDdGNwggllg3VkcIIJZ4V3YWt1MgE"}'
|
|
2025-12-08 08:57:42.232 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:42.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2404/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:42.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:42.241 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 08:57:42.241 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node11_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:42.241 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 08:57:42.241 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 08:57:42.243 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 08:57:42.243 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.62
|
|
2025-12-08 08:57:42.243 DEBUG [src.node.docker_mananger] Generated ports ['51834', '51835', '51836', '51837', '51838']
|
|
2025-12-08 08:57:42.243 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-08 08:57:42.243 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-08 08:57:42.243 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 08:57:42.244 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 08:57:42.244 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 08:57:42.244 DEBUG [src.node.docker_mananger] docker run -i -t -p 51834:51834 -p 51835:51835 -p 51836:51836 -p 51837:51837 -p 51838:51838 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51836 --rest-port=51834 --tcp-port=51835 --discv5-udp-port=51837 --rest-address=0.0.0.0 --nat=extip:172.18.195.62 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ec1a8dcedfc98cfbd8fe7fd3ad3d6ce561da7d6c63cdc52d69fefabf22af70eb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51838 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLuAGec5EfmSEeRNqTijrZB5v-RdkahfCZhtDxKHZ_ipeqyka89MaV0gxhJuVE35qET5BdWQYQ5q8iC_co-dtRkCgmlkgnY0gmlwhKwSVYaKbXVsdGlhZGRyc5YACASsElWGBsETAAoErBJVhgbBFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJnHYO3zFYX2GR_ElfpajvQ21VT0PRwkCyIBOTXwfh--DdGNwgsETg3VkcILBFYV3YWt1MgU
|
|
2025-12-08 08:57:42.501 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.62 waku d37b01423c1f74b8875b04fc5f84cd9eb5fadfa7a52148a2fea72682539c7f51
|
|
2025-12-08 08:57:42.539 DEBUG [src.node.docker_mananger] Container started with ID d37b01423c1f. Setting up logs at ./log/docker/node11_2025-12-08_08-57-30__5a95e9b8-3d26-4c8c-88f2-fb9d1af8147f__wakuorg_nwaku:latest.log
|
|
2025-12-08 08:57:42.540 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51834
|
|
2025-12-08 08:57:42.540 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 08:57:43.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
|
2025-12-08 08:57:43.545 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 08:57:43.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.62/tcp/51835/p2p/16Uiu2HAmAfSaaUZNkSVwjYgcY7HWfHa7i5pdcJ3929GSwPcrJ1vB","/ip4/172.18.195.62/tcp/51836/ws/p2p/16Uiu2HAmAfSaaUZNkSVwjYgcY7HWfHa7i5pdcJ3929GSwPcrJ1vB"],"enrUri":"enr:-L24QA3b7T3X5ef7PAyXNKNeE8P5cnOxx2iEOMsulWQIna1CLVezeSwoOQfgmxc-eDCuq7FK73APG6ZIGdQfHB5COkkCgmlkgnY0gmlwhKwSwz6KbXVsdGlhZGRyc5YACASsEsM-Bsp7AAoErBLDPgbKfN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4mZIkt4hUGDhQpAGq6loFFV7ev9NvNdJrsZfxysUBSSDdGNwgsp7g3VkcILKfYV3YWt1MgE"}'
|
|
2025-12-08 08:57:43.548 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 08:57:43.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51834/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.134/tcp/49427/p2p/16Uiu2HAkx1kA5SS2bTTvZ6Fp2zFML6jBsbzhjguMBoyAQ3qZknNa"]'
|
|
2025-12-08 08:57:43.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.551 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49426/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35074/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.556 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13582/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58900/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.561 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49824/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.564 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4025/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.566 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.567 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56028/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.569 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46974/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2404/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51834/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-08 08:57:43.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.578 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-08 08:57:43.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 08:57:43.597 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-08 08:57:43.698 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.718 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35074/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.731 DEBUG [src.steps.sharding] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13582/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.737 DEBUG [src.steps.sharding] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58900/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.743 DEBUG [src.steps.sharding] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49824/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.748 DEBUG [src.steps.sharding] Checking that peer NODE_6:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4025/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.754 DEBUG [src.steps.sharding] Checking that peer NODE_7:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56028/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.758 DEBUG [src.steps.sharding] Checking that peer NODE_8:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46974/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.762 DEBUG [src.steps.sharding] Checking that peer NODE_9:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2404/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.766 DEBUG [src.steps.sharding] Checking that peer NODE_10:wakuorg/nwaku:latest can find the published message
|
|
2025-12-08 08:57:43.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51834/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 08:57:43.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765184263578073136,"ephemeral":false,"proof":""}]'
|
|
2025-12-08 08:57:43.771 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 08:57:43.772 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 08:57:43.772 DEBUG [src.node.waku_node] Stopping container with id 15ad60843af9
|
|
2025-12-08 08:57:44.392 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:44.393 DEBUG [src.node.waku_node] Stopping container with id 8e5ce6bc57b5
|
|
2025-12-08 08:57:44.967 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:44.968 DEBUG [src.node.waku_node] Stopping container with id 8611dce032f5
|
|
2025-12-08 08:57:45.206 ERROR [src.node.docker_mananger] Max retries reached for container 15ad60843af9. Exiting log stream.
|
|
2025-12-08 08:57:45.560 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:45.561 DEBUG [src.node.waku_node] Stopping container with id 24047bb4d010
|
|
2025-12-08 08:57:45.780 ERROR [src.node.docker_mananger] Max retries reached for container 8e5ce6bc57b5. Exiting log stream.
|
|
2025-12-08 08:57:46.125 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:46.125 DEBUG [src.node.waku_node] Stopping container with id 59ce94fc5588
|
|
2025-12-08 08:57:46.372 ERROR [src.node.docker_mananger] Max retries reached for container 8611dce032f5. Exiting log stream.
|
|
2025-12-08 08:57:46.680 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:46.681 DEBUG [src.node.waku_node] Stopping container with id ea3853236d02
|
|
2025-12-08 08:57:46.938 ERROR [src.node.docker_mananger] Max retries reached for container 24047bb4d010. Exiting log stream.
|
|
2025-12-08 08:57:47.216 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:47.217 DEBUG [src.node.waku_node] Stopping container with id 5b5503dacdd2
|
|
2025-12-08 08:57:47.493 ERROR [src.node.docker_mananger] Max retries reached for container 59ce94fc5588. Exiting log stream.
|
|
2025-12-08 08:57:47.776 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:47.777 DEBUG [src.node.waku_node] Stopping container with id 234300dd1540
|
|
2025-12-08 08:57:48.028 ERROR [src.node.docker_mananger] Max retries reached for container ea3853236d02. Exiting log stream.
|
|
2025-12-08 08:57:48.315 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:48.315 DEBUG [src.node.waku_node] Stopping container with id b0ef4f8fc3f4
|
|
2025-12-08 08:57:48.589 ERROR [src.node.docker_mananger] Max retries reached for container 5b5503dacdd2. Exiting log stream.
|
|
2025-12-08 08:57:48.855 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:48.855 DEBUG [src.node.waku_node] Stopping container with id d37b01423c1f
|
|
2025-12-08 08:57:49.128 ERROR [src.node.docker_mananger] Max retries reached for container 234300dd1540. Exiting log stream.
|
|
2025-12-08 08:57:49.357 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 08:57:49.358 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 08:57:49.391 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.407 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.422 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.434 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.445 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.450 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.456 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.461 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.465 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 08:57:49.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|