mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-02-23 07:13:34 +00:00
155 lines
30 KiB
Plaintext
155 lines
30 KiB
Plaintext
2026-02-04 11:53:44.721 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 11:53:44.721 DEBUG [tests.conftest] Running test: test_ping_only_some_nodes_have_subscriptions with id: 2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb
|
|
2026-02-04 11:53:44.722 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 11:53:44.722 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-04 11:53:44.722 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-04 11:53:44.729 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:53:44.729 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:44.729 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:53:44.729 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:53:44.731 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:53:44.731 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.162.63
|
|
2026-02-04 11:53:44.731 DEBUG [src.node.docker_mananger] Generated ports ['26021', '26022', '26023', '26024', '26025']
|
|
2026-02-04 11:53:44.731 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:53:44.731 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:53:44.731 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:53:44.732 DEBUG [src.node.docker_mananger] docker run -i -t -p 26021:26021 -p 26022:26022 -p 26023:26023 -p 26024:26024 -p 26025:26025 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26023 --rest-port=26021 --tcp-port=26022 --discv5-udp-port=26024 --rest-address=0.0.0.0 --nat=extip:172.18.162.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dadbef137f0d658acc352d3317dcaffdbb620fba5e4e4e2dcef9abfa8da7ccee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26025 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 11:53:44.915 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.162.63 waku c3034f2ec782f75f44e5ca7057a35dea498e37cc67bb38e5ae67a5929254d2b8
|
|
2026-02-04 11:53:44.922 ERROR [src.node.docker_mananger] Max retries reached for container 83aff430c728. Exiting log stream.
|
|
2026-02-04 11:53:44.947 DEBUG [src.node.docker_mananger] Container started with ID c3034f2ec782. Setting up logs at ./log/docker/node1_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:44.947 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26021
|
|
2026-02-04 11:53:44.947 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:53:45.502 ERROR [src.node.docker_mananger] Max retries reached for container 4a070f2a5ac7. Exiting log stream.
|
|
2026-02-04 11:53:45.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26021/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:45.952 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-02-04 11:53:45.952 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:53:45.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26021/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:45.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu","/ip4/172.18.162.63/tcp/26023/ws/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu"],"enrUri":"enr:-L24QNqvOyCQ_ycTYDff801PyhdeY-47BjMn8vsNhcGMBTw8cVuxMiafICNL33rTIygLiqVTGm-tzhI-hf517mUwdakCgmlkgnY0gmlwhKwSoj-KbXVsdGlhZGRyc5YACASsEqI_BmWmAAoErBKiPwZlp90DgnJzhQADAQAAiXNlY3AyNTZrMaECHdkG1V3HCSHxkPLfgAXdWfhMZI7jWNx9pCiiQ4ckBcaDdGNwgmWmg3VkcIJlqIV3YWt1MgU"}'
|
|
2026-02-04 11:53:45.955 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:53:45.955 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-04 11:53:45.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:53:45.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:45.962 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:53:45.962 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:53:45.963 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:53:45.963 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.88.214
|
|
2026-02-04 11:53:45.964 DEBUG [src.node.docker_mananger] Generated ports ['6622', '6623', '6624', '6625', '6626']
|
|
2026-02-04 11:53:45.964 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:53:45.964 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:53:45.964 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:53:45.964 DEBUG [src.node.docker_mananger] docker run -i -t -p 6622:6622 -p 6623:6623 -p 6624:6624 -p 6625:6625 -p 6626:6626 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6624 --rest-port=6622 --tcp-port=6623 --discv5-udp-port=6625 --rest-address=0.0.0.0 --nat=extip:172.18.88.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd8f30ecdffbbb3f6fffbe17e6bef9b12c9f7faf17e7f2e9081bca50ecfe1ca3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6626 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNqvOyCQ_ycTYDff801PyhdeY-47BjMn8vsNhcGMBTw8cVuxMiafICNL33rTIygLiqVTGm-tzhI-hf517mUwdakCgmlkgnY0gmlwhKwSoj-KbXVsdGlhZGRyc5YACASsEqI_BmWmAAoErBKiPwZlp90DgnJzhQADAQAAiXNlY3AyNTZrMaECHdkG1V3HCSHxkPLfgAXdWfhMZI7jWNx9pCiiQ4ckBcaDdGNwgmWmg3VkcIJlqIV3YWt1MgU --filternode=/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu
|
|
2026-02-04 11:53:46.150 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.88.214 waku 40d1bca4e9738557374f6a657f8774c4925b35518bcfc512d24a3dea4e14e434
|
|
2026-02-04 11:53:46.179 DEBUG [src.node.docker_mananger] Container started with ID 40d1bca4e973. Setting up logs at ./log/docker/node2_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:46.179 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6622
|
|
2026-02-04 11:53:46.180 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:53:47.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6622/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:47.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-02-04 11:53:47.185 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:53:47.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6622/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:47.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.88.214/tcp/6623/p2p/16Uiu2HAmB4RWvHA8Hby9QAbBpE4aCuZV6uPZGD65XcYALHVkStyE","/ip4/172.18.88.214/tcp/6624/ws/p2p/16Uiu2HAmB4RWvHA8Hby9QAbBpE4aCuZV6uPZGD65XcYALHVkStyE"],"enrUri":"enr:-L24QO8hb-Qbd-aBSyD90GqGmunnoq-WrKrijSVFvTT9lRChMqPFtZK1YhYILTw-GqFdXs-S85tOuyE3JTY9zGXd73gCgmlkgnY0gmlwhKwSWNaKbXVsdGlhZGRyc5YACASsEljWBhnfAAoErBJY1gYZ4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6ElwqJ31Fk7CmGeaSj9h0X3vtLt4V6jXACSdpPNcfoGDdGNwghnfg3VkcIIZ4YV3YWt1MgA"}'
|
|
2026-02-04 11:53:47.188 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:53:47.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6622/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu"]'
|
|
2026-02-04 11:53:47.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:53:47.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26021/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-04 11:53:47.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:53:47.232 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6622/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9e85ace6-3571-41d6-b4d3-b076f9791176", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-04 11:53:47.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9e85ace6-3571-41d6-b4d3-b076f9791176","statusDesc":"OK"}'
|
|
2026-02-04 11:53:47.250 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:53:47.251 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:47.251 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:53:47.251 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:53:47.252 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:53:47.252 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.42
|
|
2026-02-04 11:53:47.253 DEBUG [src.node.docker_mananger] Generated ports ['43812', '43813', '43814', '43815', '43816']
|
|
2026-02-04 11:53:47.253 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:53:47.253 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:53:47.253 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:53:47.253 DEBUG [src.node.docker_mananger] docker run -i -t -p 43812:43812 -p 43813:43813 -p 43814:43814 -p 43815:43815 -p 43816:43816 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43814 --rest-port=43812 --tcp-port=43813 --discv5-udp-port=43815 --rest-address=0.0.0.0 --nat=extip:172.18.157.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=000e3a0ca8ebd02f870a8eb6c2f252cbaacf90bbceabea25fd5fac168d8a8c0f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43816 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNqvOyCQ_ycTYDff801PyhdeY-47BjMn8vsNhcGMBTw8cVuxMiafICNL33rTIygLiqVTGm-tzhI-hf517mUwdakCgmlkgnY0gmlwhKwSoj-KbXVsdGlhZGRyc5YACASsEqI_BmWmAAoErBKiPwZlp90DgnJzhQADAQAAiXNlY3AyNTZrMaECHdkG1V3HCSHxkPLfgAXdWfhMZI7jWNx9pCiiQ4ckBcaDdGNwgmWmg3VkcIJlqIV3YWt1MgU --filternode=/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu
|
|
2026-02-04 11:53:47.430 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.42 waku 2ba0c150b96df66a16a57dcf8a0952aa1cda5bda03ad42798369b44a5b3d3199
|
|
2026-02-04 11:53:47.459 DEBUG [src.node.docker_mananger] Container started with ID 2ba0c150b96d. Setting up logs at ./log/docker/node3_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:47.459 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43812
|
|
2026-02-04 11:53:47.460 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:53:48.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43812/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:48.464 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-02-04 11:53:48.464 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:53:48.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43812/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:48.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.42/tcp/43813/p2p/16Uiu2HAmD5PCp5FPrxxguN4hKMWty2uAoKGxzTyr5Z5HwWugGMft","/ip4/172.18.157.42/tcp/43814/ws/p2p/16Uiu2HAmD5PCp5FPrxxguN4hKMWty2uAoKGxzTyr5Z5HwWugGMft"],"enrUri":"enr:-L24QKzfqDrJXf0howwDdkpX2BWblWWBJs4BdnQq2t4NuoVCLJhMiWbqbJUcJgoMCgJe4sgAnmumnr4u5BtCwUNZvMACgmlkgnY0gmlwhKwSnSqKbXVsdGlhZGRyc5YACASsEp0qBqslAAoErBKdKgarJt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBj_Hw_NYw9EAcr9EzY1IaJLitVI5plTtYekVGZYdbieDdGNwgqslg3VkcIKrJ4V3YWt1MgA"}'
|
|
2026-02-04 11:53:48.467 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:53:48.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43812/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu"]'
|
|
2026-02-04 11:53:48.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:53:48.509 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:53:48.509 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:48.509 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:53:48.509 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:53:48.511 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:53:48.511 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.221
|
|
2026-02-04 11:53:48.511 DEBUG [src.node.docker_mananger] Generated ports ['51286', '51287', '51288', '51289', '51290']
|
|
2026-02-04 11:53:48.511 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:53:48.511 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:53:48.511 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:53:48.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 51286:51286 -p 51287:51287 -p 51288:51288 -p 51289:51289 -p 51290:51290 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51288 --rest-port=51286 --tcp-port=51287 --discv5-udp-port=51289 --rest-address=0.0.0.0 --nat=extip:172.18.236.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e40bdfed560b02d068fceae12d8a1c7fc7739d78d0af10cc3e65acf5ed0d07bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51290 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNqvOyCQ_ycTYDff801PyhdeY-47BjMn8vsNhcGMBTw8cVuxMiafICNL33rTIygLiqVTGm-tzhI-hf517mUwdakCgmlkgnY0gmlwhKwSoj-KbXVsdGlhZGRyc5YACASsEqI_BmWmAAoErBKiPwZlp90DgnJzhQADAQAAiXNlY3AyNTZrMaECHdkG1V3HCSHxkPLfgAXdWfhMZI7jWNx9pCiiQ4ckBcaDdGNwgmWmg3VkcIJlqIV3YWt1MgU --filternode=/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu
|
|
2026-02-04 11:53:48.701 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.221 waku 5627f8a5637dbcbdb8974753d92533f5aedb7d875932f70e27e207c49cec8e17
|
|
2026-02-04 11:53:48.736 DEBUG [src.node.docker_mananger] Container started with ID 5627f8a5637d. Setting up logs at ./log/docker/node4_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:48.738 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51286
|
|
2026-02-04 11:53:48.738 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:53:49.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51286/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:49.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-02-04 11:53:49.742 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:53:49.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51286/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:49.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.221/tcp/51287/p2p/16Uiu2HAkyDiFc8ibEjhEnTH26AmTQHqiry5BZkB86cw2GUawq9Mi","/ip4/172.18.236.221/tcp/51288/ws/p2p/16Uiu2HAkyDiFc8ibEjhEnTH26AmTQHqiry5BZkB86cw2GUawq9Mi"],"enrUri":"enr:-L24QKUsLIfiqtDIjC5rZ5vqXU_Mz_3pJNi9GdmsxEUTWI7Hf47rzeR30kHaGx4RY5YxM7TSXnXRorWuKFtQYQ8pJCoCgmlkgnY0gmlwhKwS7N2KbXVsdGlhZGRyc5YACASsEuzdBshXAAoErBLs3QbIWN0DgnJzhQADAQAAiXNlY3AyNTZrMaECOF5ZAV_ax81CQlEHphY5lOuUEJBBWiwKMsfrJLLJx5GDdGNwgshXg3VkcILIWYV3YWt1MgA"}'
|
|
2026-02-04 11:53:49.745 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:53:49.745 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51286/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu"]'
|
|
2026-02-04 11:53:49.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:53:49.786 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 11:53:49.786 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:49.786 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 11:53:49.786 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 11:53:49.788 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 11:53:49.789 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.206
|
|
2026-02-04 11:53:49.789 DEBUG [src.node.docker_mananger] Generated ports ['1176', '1177', '1178', '1179', '1180']
|
|
2026-02-04 11:53:49.789 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 11:53:49.789 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 11:53:49.789 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 11:53:49.789 DEBUG [src.node.docker_mananger] docker run -i -t -p 1176:1176 -p 1177:1177 -p 1178:1178 -p 1179:1179 -p 1180:1180 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1178 --rest-port=1176 --tcp-port=1177 --discv5-udp-port=1179 --rest-address=0.0.0.0 --nat=extip:172.18.100.206 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=02e676b48ec06c982ed90aee6e0ff453bafccb0e11b2ff0591bdb1b726c9aef2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1180 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNqvOyCQ_ycTYDff801PyhdeY-47BjMn8vsNhcGMBTw8cVuxMiafICNL33rTIygLiqVTGm-tzhI-hf517mUwdakCgmlkgnY0gmlwhKwSoj-KbXVsdGlhZGRyc5YACASsEqI_BmWmAAoErBKiPwZlp90DgnJzhQADAQAAiXNlY3AyNTZrMaECHdkG1V3HCSHxkPLfgAXdWfhMZI7jWNx9pCiiQ4ckBcaDdGNwgmWmg3VkcIJlqIV3YWt1MgU --filternode=/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu
|
|
2026-02-04 11:53:49.981 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.206 waku b9a02518961b0227601cfc39d856345de41fafe1e216f7e57bcea30e7eb30dc0
|
|
2026-02-04 11:53:50.011 DEBUG [src.node.docker_mananger] Container started with ID b9a02518961b. Setting up logs at ./log/docker/node5_2026-02-04_11-53-44__60f59c6b-25a5-4cf5-a979-1474277ee2bb__wakuorg_nwaku:latest.log
|
|
2026-02-04 11:53:50.011 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1176
|
|
2026-02-04 11:53:50.011 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 11:53:51.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1176/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:51.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-02-04 11:53:51.017 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 11:53:51.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1176/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:51.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.206/tcp/1177/p2p/16Uiu2HAkxypCxaQvvLN4zGTYtc6K5JuUTjomeQiKdhazEuZb7FV2","/ip4/172.18.100.206/tcp/1178/ws/p2p/16Uiu2HAkxypCxaQvvLN4zGTYtc6K5JuUTjomeQiKdhazEuZb7FV2"],"enrUri":"enr:-L24QA9NpTyrhepv7J66yXMLiqZQtasND68sveg5rAOfsFsoYrEJNHtjQFMD6TsvU0wwIvU1KhcZl82egasHcCGoDowCgmlkgnY0gmlwhKwSZM6KbXVsdGlhZGRyc5YACASsEmTOBgSZAAoErBJkzgYEmt0DgnJzhQADAQAAiXNlY3AyNTZrMaECNM7y7vBR0GZ25zGTinoJSfSKAdtg9fmit8n-GXJXi-GDdGNwggSZg3VkcIIEm4V3YWt1MgA"}'
|
|
2026-02-04 11:53:51.019 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 11:53:51.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1176/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.63/tcp/26022/p2p/16Uiu2HAkwSBk2qucJtNTG4xrR4FT4tr5ZkQ5EmpczvopDXE1xuAu"]'
|
|
2026-02-04 11:53:51.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 11:53:51.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6622/filter/v2/subscriptions/1" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:51.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2026-02-04 11:53:51.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43812/filter/v2/subscriptions/4c893a0e-50a0-4b26-bdd0-7a9de0b5b619" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:51.073 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:43812/filter/v2/subscriptions/4c893a0e-50a0-4b26-bdd0-7a9de0b5b619. Response content: b'{"requestId":"4c893a0e-50a0-4b26-bdd0-7a9de0b5b619","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-02-04 11:53:51.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51286/filter/v2/subscriptions/ce8407e9-75a6-474e-84f1-f9ac4b75efd4" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:51.088 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:51286/filter/v2/subscriptions/ce8407e9-75a6-474e-84f1-f9ac4b75efd4. Response content: b'{"requestId":"ce8407e9-75a6-474e-84f1-f9ac4b75efd4","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-02-04 11:53:51.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1176/filter/v2/subscriptions/bfa84b54-bf48-4f9f-81f3-ef06f29ce786" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 11:53:51.097 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:1176/filter/v2/subscriptions/bfa84b54-bf48-4f9f-81f3-ef06f29ce786. Response content: b'{"requestId":"bfa84b54-bf48-4f9f-81f3-ef06f29ce786","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
|
2026-02-04 11:53:51.099 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 11:53:51.100 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 11:53:51.100 DEBUG [src.node.waku_node] Stopping container with id c3034f2ec782
|
|
2026-02-04 11:53:51.661 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:53:51.662 DEBUG [src.node.waku_node] Stopping container with id 40d1bca4e973
|
|
2026-02-04 11:53:52.212 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:53:52.214 DEBUG [src.node.waku_node] Stopping container with id 2ba0c150b96d
|
|
2026-02-04 11:53:52.474 ERROR [src.node.docker_mananger] Max retries reached for container c3034f2ec782. Exiting log stream.
|
|
2026-02-04 11:53:52.739 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:53:52.740 DEBUG [src.node.waku_node] Stopping container with id 5627f8a5637d
|
|
2026-02-04 11:53:53.046 ERROR [src.node.docker_mananger] Max retries reached for container 40d1bca4e973. Exiting log stream.
|
|
2026-02-04 11:53:53.307 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:53:53.308 DEBUG [src.node.waku_node] Stopping container with id b9a02518961b
|
|
2026-02-04 11:53:53.552 ERROR [src.node.docker_mananger] Max retries reached for container 2ba0c150b96d. Exiting log stream.
|
|
2026-02-04 11:53:53.824 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 11:53:53.825 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 11:53:53.839 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:53:53.849 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:53:53.853 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:53:53.857 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 11:53:53.861 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|