mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
180 lines
32 KiB
Plaintext
180 lines
32 KiB
Plaintext
2026-01-02 04:26:25.513 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-01-02 04:26:25.513 DEBUG [tests.conftest] Running test: test_static_shard_relay with id: 2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718
|
|
2026-01-02 04:26:25.514 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-01-02 04:26:25.514 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-01-02 04:26:25.514 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-01-02 04:26:25.521 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:26:25.521 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:25.521 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:26:25.521 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:26:25.523 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:26:25.523 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.250
|
|
2026-01-02 04:26:25.523 DEBUG [src.node.docker_mananger] Generated ports ['41028', '41029', '41030', '41031', '41032']
|
|
2026-01-02 04:26:25.523 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:26:25.523 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:26:25.523 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:26:25.524 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:26:25.524 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:26:25.524 DEBUG [src.node.docker_mananger] docker run -i -t -p 41028:41028 -p 41029:41029 -p 41030:41030 -p 41031:41031 -p 41032:41032 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41030 --rest-port=41028 --tcp-port=41029 --discv5-udp-port=41031 --rest-address=0.0.0.0 --nat=extip:172.18.110.250 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d59766fd2aea94d88699ed414a29b3fe807cfffc893ad0c1eaea7baea03ac8b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41032 --metrics-logging=true --relay=true --filter=true
|
|
2026-01-02 04:26:25.707 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.250 waku 040cc7e7b2b249ff40428b969286a96a5e765dd017ec1f3415fefd54005c2726
|
|
2026-01-02 04:26:25.737 DEBUG [src.node.docker_mananger] Container started with ID 040cc7e7b2b2. Setting up logs at ./log/docker/node1_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:25.738 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41028
|
|
2026-01-02 04:26:25.739 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:26:25.782 ERROR [src.node.docker_mananger] Max retries reached for container 4716a49f2edb. Exiting log stream.
|
|
2026-01-02 04:26:26.320 ERROR [src.node.docker_mananger] Max retries reached for container 2451dbeedecd. Exiting log stream.
|
|
2026-01-02 04:26:26.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41028/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:26.742 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"}]}'
|
|
2026-01-02 04:26:26.743 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:26:26.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41028/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:26.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.250/tcp/41029/p2p/16Uiu2HAmPwEC6aAPamNp7U68Fijwms1rDioRcvbbYo661BqpmqKA","/ip4/172.18.110.250/tcp/41030/ws/p2p/16Uiu2HAmPwEC6aAPamNp7U68Fijwms1rDioRcvbbYo661BqpmqKA"],"enrUri":"enr:-L24QLIQtuWY02Z-OQllJyQQ09GQnIqii_17RpTFbm8Tr0_vGamj-yjtSgU1rYYgHzuZbE6DvYqPsQu_tJlNukp0OQgCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BqBFAAoErBJu-gagRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDp5l_8N6Bse6f7rk3wWGCtwlqUIUrYKuHIIs8ct3vwy2DdGNwgqBFg3VkcIKgR4V3YWt1MgU"}'
|
|
2026-01-02 04:26:26.745 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:26:26.751 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:26:26.751 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:26.752 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:26:26.752 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:26:26.753 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:26:26.753 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.41.121
|
|
2026-01-02 04:26:26.753 DEBUG [src.node.docker_mananger] Generated ports ['9269', '9270', '9271', '9272', '9273']
|
|
2026-01-02 04:26:26.753 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:26:26.753 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:26:26.754 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:26:26.754 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:26:26.754 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:26:26.754 DEBUG [src.node.docker_mananger] docker run -i -t -p 9269:9269 -p 9270:9270 -p 9271:9271 -p 9272:9272 -p 9273:9273 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9271 --rest-port=9269 --tcp-port=9270 --discv5-udp-port=9272 --rest-address=0.0.0.0 --nat=extip:172.18.41.121 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e209afaffccbdd0afc25aff8c2bcacf390f25f60ecbbd3b0ab41cd25ea258188 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9273 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLIQtuWY02Z-OQllJyQQ09GQnIqii_17RpTFbm8Tr0_vGamj-yjtSgU1rYYgHzuZbE6DvYqPsQu_tJlNukp0OQgCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BqBFAAoErBJu-gagRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDp5l_8N6Bse6f7rk3wWGCtwlqUIUrYKuHIIs8ct3vwy2DdGNwgqBFg3VkcIKgR4V3YWt1MgU
|
|
2026-01-02 04:26:26.929 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.41.121 waku cfa60dbf25ce9b76d5ccbcfdc896f5744a95d0e488bfb0510b90d79ea30dcdd9
|
|
2026-01-02 04:26:26.958 DEBUG [src.node.docker_mananger] Container started with ID cfa60dbf25ce. Setting up logs at ./log/docker/node2_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:26.958 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9269
|
|
2026-01-02 04:26:26.958 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:26:27.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9269/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:27.971 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"}]}'
|
|
2026-01-02 04:26:27.972 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:26:27.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9269/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:27.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.41.121/tcp/9270/p2p/16Uiu2HAm4XwXnc5LBjbWyhcE5HhKW6Ct8Jk2dYvo7gp6gek6c9qn","/ip4/172.18.41.121/tcp/9271/ws/p2p/16Uiu2HAm4XwXnc5LBjbWyhcE5HhKW6Ct8Jk2dYvo7gp6gek6c9qn"],"enrUri":"enr:-L24QDY6ZnnaWdcUokhceFdho6nqjCN5QmGECIHo8DnNLCPkCTcVDb_lQWEPuPWJIwdMdQx8e-6oiE8AVuDf3SkwogECgmlkgnY0gmlwhKwSKXmKbXVsdGlhZGRyc5YACASsEil5BiQ2AAoErBIpeQYkN90DgnJzhQACAQAAiXNlY3AyNTZrMaECh1RAX38dDmaf1XPKKHNq7oxUO6idIAIr2L753GmdwpWDdGNwgiQ2g3VkcIIkOIV3YWt1MgE"}'
|
|
2026-01-02 04:26:27.976 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:26:27.977 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9269/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/41029/p2p/16Uiu2HAmPwEC6aAPamNp7U68Fijwms1rDioRcvbbYo661BqpmqKA"]'
|
|
2026-01-02 04:26:27.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:27.988 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:26:27.988 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:27.988 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:26:27.988 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.122
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.docker_mananger] Generated ports ['44188', '44189', '44190', '44191', '44192']
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:26:27.990 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:26:27.990 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:26:27.991 DEBUG [src.node.docker_mananger] docker run -i -t -p 44188:44188 -p 44189:44189 -p 44190:44190 -p 44191:44191 -p 44192:44192 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44190 --rest-port=44188 --tcp-port=44189 --discv5-udp-port=44191 --rest-address=0.0.0.0 --nat=extip:172.18.76.122 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ffcafac21edeff0dd4cabfc0eb7982fdadfba718a6aff4dd6aa4ec7ca2bca2bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44192 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLIQtuWY02Z-OQllJyQQ09GQnIqii_17RpTFbm8Tr0_vGamj-yjtSgU1rYYgHzuZbE6DvYqPsQu_tJlNukp0OQgCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BqBFAAoErBJu-gagRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDp5l_8N6Bse6f7rk3wWGCtwlqUIUrYKuHIIs8ct3vwy2DdGNwgqBFg3VkcIKgR4V3YWt1MgU
|
|
2026-01-02 04:26:28.168 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.122 waku 71e518077b1a1b06cae800283e78aeb588240072acbf84c752e8c43271791af8
|
|
2026-01-02 04:26:28.198 DEBUG [src.node.docker_mananger] Container started with ID 71e518077b1a. Setting up logs at ./log/docker/node3_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:28.199 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44188
|
|
2026-01-02 04:26:28.199 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:26:29.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:29.211 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"}]}'
|
|
2026-01-02 04:26:29.212 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:26:29.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44188/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:29.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.122/tcp/44189/p2p/16Uiu2HAmG5ekt7H8zdYK4HDP8RQwseJ6uLKHxtBGw451cXpyrK12","/ip4/172.18.76.122/tcp/44190/ws/p2p/16Uiu2HAmG5ekt7H8zdYK4HDP8RQwseJ6uLKHxtBGw451cXpyrK12"],"enrUri":"enr:-L24QA_CeEoxXJd6O6FfcweVHhsIf4G7ys6Ytg8fVih3-hYjQlmjfykpV0CKh9cDJ8zACSiCqH23AyCnn43N5NcZ-WQCgmlkgnY0gmlwhKwSTHqKbXVsdGlhZGRyc5YACASsEkx6BqydAAoErBJMegasnt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDMuRtRqsBg9B_xMUHSicebjY7rDdaxdblPoRYfdEBARGDdGNwgqydg3VkcIKsn4V3YWt1MgE"}'
|
|
2026-01-02 04:26:29.216 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:26:29.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44188/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/41029/p2p/16Uiu2HAmPwEC6aAPamNp7U68Fijwms1rDioRcvbbYo661BqpmqKA"]'
|
|
2026-01-02 04:26:29.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:29.225 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:26:29.225 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:29.225 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:26:29.226 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:26:29.227 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:26:29.227 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.159
|
|
2026-01-02 04:26:29.227 DEBUG [src.node.docker_mananger] Generated ports ['16659', '16660', '16661', '16662', '16663']
|
|
2026-01-02 04:26:29.227 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:26:29.227 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:26:29.228 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:26:29.228 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:26:29.228 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:26:29.228 DEBUG [src.node.docker_mananger] docker run -i -t -p 16659:16659 -p 16660:16660 -p 16661:16661 -p 16662:16662 -p 16663:16663 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16661 --rest-port=16659 --tcp-port=16660 --discv5-udp-port=16662 --rest-address=0.0.0.0 --nat=extip:172.18.150.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e873a03ab0fd7b2ffe82a08d066755e6e4fa0e5cc08e2d9bb2a78f7e3ae0b579 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16663 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLIQtuWY02Z-OQllJyQQ09GQnIqii_17RpTFbm8Tr0_vGamj-yjtSgU1rYYgHzuZbE6DvYqPsQu_tJlNukp0OQgCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BqBFAAoErBJu-gagRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDp5l_8N6Bse6f7rk3wWGCtwlqUIUrYKuHIIs8ct3vwy2DdGNwgqBFg3VkcIKgR4V3YWt1MgU
|
|
2026-01-02 04:26:29.408 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.159 waku 81db8d4fbd12a86a1c1bd0f51b53f481fdf9bd36f7dac8117bd18aa738676a5d
|
|
2026-01-02 04:26:29.437 DEBUG [src.node.docker_mananger] Container started with ID 81db8d4fbd12. Setting up logs at ./log/docker/node4_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:29.438 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16659
|
|
2026-01-02 04:26:29.438 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:26:30.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16659/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:30.450 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"}]}'
|
|
2026-01-02 04:26:30.451 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:26:30.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16659/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:30.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.159/tcp/16660/p2p/16Uiu2HAmGmFh4oAkhqt4HHuTAE3eCmjiJu9Lb2TQpXGriCqRwKVJ","/ip4/172.18.150.159/tcp/16661/ws/p2p/16Uiu2HAmGmFh4oAkhqt4HHuTAE3eCmjiJu9Lb2TQpXGriCqRwKVJ"],"enrUri":"enr:-L24QD3FtsPknQXqcig86nnn-8jy7G3FnPP8mCu1SCHSMHj6aSVP77U0Je7pbMqqayEp_GQh_5VprX9nhCFlnSt63_sCgmlkgnY0gmlwhKwSlp-KbXVsdGlhZGRyc5YACASsEpafBkEUAAoErBKWnwZBFd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDPQmUIpEabUrmrilXWzzEkXMUauMVMlgpoC2qe-e7aSGDdGNwgkEUg3VkcIJBFoV3YWt1MgE"}'
|
|
2026-01-02 04:26:30.456 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:26:30.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16659/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/41029/p2p/16Uiu2HAmPwEC6aAPamNp7U68Fijwms1rDioRcvbbYo661BqpmqKA"]'
|
|
2026-01-02 04:26:30.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:30.465 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-01-02 04:26:30.465 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:30.465 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-01-02 04:26:30.465 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-01-02 04:26:30.467 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-01-02 04:26:30.467 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.201
|
|
2026-01-02 04:26:30.467 DEBUG [src.node.docker_mananger] Generated ports ['37789', '37790', '37791', '37792', '37793']
|
|
2026-01-02 04:26:30.467 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-01-02 04:26:30.467 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-01-02 04:26:30.467 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-01-02 04:26:30.467 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-01-02 04:26:30.468 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-01-02 04:26:30.468 DEBUG [src.node.docker_mananger] docker run -i -t -p 37789:37789 -p 37790:37790 -p 37791:37791 -p 37792:37792 -p 37793:37793 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37791 --rest-port=37789 --tcp-port=37790 --discv5-udp-port=37792 --rest-address=0.0.0.0 --nat=extip:172.18.104.201 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=deafd0d9c1d4ed8e1ba669c1e256b70b078bf59c8b91bdb7dc2fa31ea09d2107 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37793 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLIQtuWY02Z-OQllJyQQ09GQnIqii_17RpTFbm8Tr0_vGamj-yjtSgU1rYYgHzuZbE6DvYqPsQu_tJlNukp0OQgCgmlkgnY0gmlwhKwSbvqKbXVsdGlhZGRyc5YACASsEm76BqBFAAoErBJu-gagRt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDp5l_8N6Bse6f7rk3wWGCtwlqUIUrYKuHIIs8ct3vwy2DdGNwgqBFg3VkcIKgR4V3YWt1MgU
|
|
2026-01-02 04:26:30.645 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.201 waku 27abcc9b7992934207d8a3303b160e2f3948b53ce61158500ac4e39ce979bab5
|
|
2026-01-02 04:26:30.674 DEBUG [src.node.docker_mananger] Container started with ID 27abcc9b7992. Setting up logs at ./log/docker/node5_2026-01-02_04-26-25__0c050337-ea76-49ad-84f6-085331c5e718__wakuorg_nwaku:latest.log
|
|
2026-01-02 04:26:30.674 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37789
|
|
2026-01-02 04:26:30.674 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-01-02 04:26:31.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37789/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.688 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"}]}'
|
|
2026-01-02 04:26:31.688 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-01-02 04:26:31.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37789/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.201/tcp/37790/p2p/16Uiu2HAm9rdapurBmLqVbnRubf9X3C9PsnyLVDEXhAY3WonypFbo","/ip4/172.18.104.201/tcp/37791/ws/p2p/16Uiu2HAm9rdapurBmLqVbnRubf9X3C9PsnyLVDEXhAY3WonypFbo"],"enrUri":"enr:-L24QDPVFg1X2rZVMePThhXL18jSHKzUPVKxF1qVLU_Ig_TuHzuCjGvWgqvWLcSy9of63bx-WMGwkf-W5657VM8xkq0CgmlkgnY0gmlwhKwSaMmKbXVsdGlhZGRyc5YACASsEmjJBpOeAAoErBJoyQaTn90DgnJzhQACAQAAiXNlY3AyNTZrMaEC1mhtlRotnm_o_Mf0EmhlZOWL4mqHlEyzlmWq5Np9MdKDdGNwgpOeg3VkcIKToIV3YWt1MgE"}'
|
|
2026-01-02 04:26:31.694 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-01-02 04:26:31.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37789/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.250/tcp/41029/p2p/16Uiu2HAmPwEC6aAPamNp7U68Fijwms1rDioRcvbbYo661BqpmqKA"]'
|
|
2026-01-02 04:26:31.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41028/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:26:31.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.703 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9269/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:26:31.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44188/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:26:31.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16659/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:26:31.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37789/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-01-02 04:26:31.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41028/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-01-02 04:26:31.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-01-02 04:26:31.722 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-01-02 04:26:31.824 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:26:31.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41028/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327991713927926,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:26:31.828 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:26:31.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9269/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327991713927926,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:26:31.832 DEBUG [src.steps.sharding] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:26:31.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44188/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327991713927926,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:26:31.835 DEBUG [src.steps.sharding] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:26:31.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16659/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327991713927926,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:26:31.839 DEBUG [src.steps.sharding] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
|
2026-01-02 04:26:31.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37789/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-01-02 04:26:31.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327991713927926,"ephemeral":false,"proof":""}]'
|
|
2026-01-02 04:26:31.844 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-01-02 04:26:31.845 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-01-02 04:26:31.845 DEBUG [src.node.waku_node] Stopping container with id 040cc7e7b2b2
|
|
2026-01-02 04:26:32.401 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:26:32.401 DEBUG [src.node.waku_node] Stopping container with id cfa60dbf25ce
|
|
2026-01-02 04:26:32.931 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:26:32.934 DEBUG [src.node.waku_node] Stopping container with id 71e518077b1a
|
|
2026-01-02 04:26:33.214 ERROR [src.node.docker_mananger] Max retries reached for container 040cc7e7b2b2. Exiting log stream.
|
|
2026-01-02 04:26:33.480 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:26:33.480 DEBUG [src.node.waku_node] Stopping container with id 81db8d4fbd12
|
|
2026-01-02 04:26:33.746 ERROR [src.node.docker_mananger] Max retries reached for container cfa60dbf25ce. Exiting log stream.
|
|
2026-01-02 04:26:33.987 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:26:33.987 DEBUG [src.node.waku_node] Stopping container with id 27abcc9b7992
|
|
2026-01-02 04:26:34.292 ERROR [src.node.docker_mananger] Max retries reached for container 71e518077b1a. Exiting log stream.
|
|
2026-01-02 04:26:34.524 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-01-02 04:26:34.527 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-01-02 04:26:34.541 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:26:34.547 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:26:34.553 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:26:34.559 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-01-02 04:26:34.565 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|