mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
69 lines
12 KiB
Plaintext
69 lines
12 KiB
Plaintext
2026-02-25 15:29:14.332 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 15:29:14.333 DEBUG [tests.conftest] Running test: test_filter_ping_on_subscribed_peer with id: 2026-02-25_15-29-14__47359206-21fb-4efc-924f-20fc657c0c84
|
|
2026-02-25 15:29:14.333 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 15:29:14.333 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 15:29:14.333 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-25 15:29:14.339 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:29:14.339 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_15-29-14__47359206-21fb-4efc-924f-20fc657c0c84__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:29:14.340 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:29:14.340 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:29:14.341 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:29:14.341 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.80
|
|
2026-02-25 15:29:14.342 DEBUG [src.node.docker_mananger] Generated ports ['5424', '5425', '5426', '5427', '5428']
|
|
2026-02-25 15:29:14.342 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:29:14.342 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:29:14.342 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:29:14.342 DEBUG [src.node.docker_mananger] docker run -i -t -p 5424:5424 -p 5425:5425 -p 5426:5426 -p 5427:5427 -p 5428:5428 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=5426 --rest-port=5424 --tcp-port=5425 --discv5-udp-port=5427 --rest-address=0.0.0.0 --nat=extip:172.18.148.80 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d4e06abf251ae6a8e89e2816fca7f01edef1ff21d27d4cfaced354dca7186fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5428 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 15:29:14.542 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.80 waku 89445b0f46e1ec8c548d36c7ff9ef326247c64899d8e36ae33296b0e98dfd7ac
|
|
2026-02-25 15:29:14.570 ERROR [src.node.docker_mananger] Max retries reached for container 679721be2c7b. Exiting log stream.
|
|
2026-02-25 15:29:14.572 DEBUG [src.node.docker_mananger] Container started with ID 89445b0f46e1. Setting up logs at ./log/docker/node1_2026-02-25_15-29-14__47359206-21fb-4efc-924f-20fc657c0c84__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:29:14.573 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5424
|
|
2026-02-25 15:29:14.573 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:29:15.121 ERROR [src.node.docker_mananger] Max retries reached for container 8f31943c671e. Exiting log stream.
|
|
2026-02-25 15:29:15.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5424/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:29:15.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-25 15:29:15.577 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:29:15.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5424/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:29:15.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.80/tcp/5425/p2p/16Uiu2HAmBRWNeKTUr2MHh329dzN1g5R5vfGYTpMHd634mXAQ29FE","/ip4/172.18.148.80/tcp/5426/ws/p2p/16Uiu2HAmBRWNeKTUr2MHh329dzN1g5R5vfGYTpMHd634mXAQ29FE"],"enrUri":"enr:-L24QFi5t77Zg49SYsCTMziV79u6NUqAXjlzc91lW7h7Nh2uNlhKLM63jinDVJfd50cQbM41hH-9LhfnIEh7GBLyTlwCgmlkgnY0gmlwhKwSlFCKbXVsdGlhZGRyc5YACASsEpRQBhUxAAoErBKUUAYVMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7bAhFwn6ffwm9nvvPxinPzLmIR-V0qYcFkWQsuULihGDdGNwghUxg3VkcIIVM4V3YWt1MgU"}'
|
|
2026-02-25 15:29:15.579 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:29:15.580 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-25 15:29:15.586 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 15:29:15.586 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_15-29-14__47359206-21fb-4efc-924f-20fc657c0c84__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:29:15.587 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 15:29:15.587 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 15:29:15.588 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 15:29:15.588 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.96.29
|
|
2026-02-25 15:29:15.588 DEBUG [src.node.docker_mananger] Generated ports ['44551', '44552', '44553', '44554', '44555']
|
|
2026-02-25 15:29:15.589 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 15:29:15.589 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 15:29:15.589 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 15:29:15.589 DEBUG [src.node.docker_mananger] docker run -i -t -p 44551:44551 -p 44552:44552 -p 44553:44553 -p 44554:44554 -p 44555:44555 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=44553 --rest-port=44551 --tcp-port=44552 --discv5-udp-port=44554 --rest-address=0.0.0.0 --nat=extip:172.18.96.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbbce7df3a36e969bf1faddfbff76db7810f1c17dc237ebebed4ed7458dcbc32 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44555 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFi5t77Zg49SYsCTMziV79u6NUqAXjlzc91lW7h7Nh2uNlhKLM63jinDVJfd50cQbM41hH-9LhfnIEh7GBLyTlwCgmlkgnY0gmlwhKwSlFCKbXVsdGlhZGRyc5YACASsEpRQBhUxAAoErBKUUAYVMt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7bAhFwn6ffwm9nvvPxinPzLmIR-V0qYcFkWQsuULihGDdGNwghUxg3VkcIIVM4V3YWt1MgU --filternode=/ip4/172.18.148.80/tcp/5425/p2p/16Uiu2HAmBRWNeKTUr2MHh329dzN1g5R5vfGYTpMHd634mXAQ29FE
|
|
2026-02-25 15:29:15.774 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.96.29 waku 8425f61caba6191db24fa3623419fc483fd3d986820b0482134be1df1709f78a
|
|
2026-02-25 15:29:15.803 DEBUG [src.node.docker_mananger] Container started with ID 8425f61caba6. Setting up logs at ./log/docker/node2_2026-02-25_15-29-14__47359206-21fb-4efc-924f-20fc657c0c84__wakuorg_nwaku:latest.log
|
|
2026-02-25 15:29:15.804 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44551
|
|
2026-02-25 15:29:15.804 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 15:29:16.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44551/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:29:16.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-02-25 15:29:16.808 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 15:29:16.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:29:16.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.96.29/tcp/44552/p2p/16Uiu2HAm9C1Xfy5B5zHy4EKo3Zrn64X2duyH5R4PGq9RxdCtyyxG","/ip4/172.18.96.29/tcp/44553/ws/p2p/16Uiu2HAm9C1Xfy5B5zHy4EKo3Zrn64X2duyH5R4PGq9RxdCtyyxG"],"enrUri":"enr:-L24QEKQAewikXlLrmlfjuiQfoFXrttwhQV_hIMqhQi_LPOXFLIE64Q4wcna_VjzNH5krtUns7ZYCbOj_wmuYyaTlqoCgmlkgnY0gmlwhKwSYB2KbXVsdGlhZGRyc5YACASsEmAdBq4IAAoErBJgHQauCd0DgnJzhQADAQAAiXNlY3AyNTZrMaECzIOXKmXlBE-VPiWgzzj1LluBoXwUtfIM5L7XQ-YGr7WDdGNwgq4Ig3VkcIKuCoV3YWt1MgA"}'
|
|
2026-02-25 15:29:16.810 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 15:29:16.810 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44551/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.148.80/tcp/5425/p2p/16Uiu2HAmBRWNeKTUr2MHh329dzN1g5R5vfGYTpMHd634mXAQ29FE"]'
|
|
2026-02-25 15:29:16.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:29:16.846 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-25 15:29:16.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5424/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 15:29:16.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 15:29:16.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44551/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "72cd49f0-9db9-4034-a5ce-46a831ec8b97", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 15:29:16.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"72cd49f0-9db9-4034-a5ce-46a831ec8b97","statusDesc":"OK"}'
|
|
2026-02-25 15:29:16.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44551/filter/v2/subscriptions/39cee278-3023-45cd-a883-b021f127f49a" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 15:29:16.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"39cee278-3023-45cd-a883-b021f127f49a","statusDesc":"OK"}'
|
|
2026-02-25 15:29:16.888 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 15:29:16.889 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 15:29:16.889 DEBUG [src.node.waku_node] Stopping container with id 89445b0f46e1
|
|
2026-02-25 15:29:17.455 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:29:17.455 DEBUG [src.node.waku_node] Stopping container with id 8425f61caba6
|
|
2026-02-25 15:29:18.013 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 15:29:18.015 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 15:29:18.022 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 15:29:18.027 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|