mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 08:23:07 +00:00
97 lines
15 KiB
Plaintext
97 lines
15 KiB
Plaintext
2025-12-22 04:23:34.771 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-22 04:23:34.771 DEBUG [tests.conftest] Running test: test_metrics_after_filter_get with id: 2025-12-22_04-23-34__40eb1876-c5f7-4f8f-bb2a-f81d8f2f3b72
|
|
2025-12-22 04:23:34.772 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-22 04:23:34.772 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-22 04:23:34.772 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-22 04:23:34.772 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-22 04:23:34.773 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-22 04:23:34.773 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-22 04:23:34.779 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:23:34.779 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-22_04-23-34__40eb1876-c5f7-4f8f-bb2a-f81d8f2f3b72__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:23:34.779 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:23:34.780 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:23:34.781 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:23:34.781 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.1
|
|
2025-12-22 04:23:34.781 DEBUG [src.node.docker_mananger] Generated ports ['8435', '8436', '8437', '8438', '8439']
|
|
2025-12-22 04:23:34.781 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:23:34.781 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:23:34.782 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:23:34.782 DEBUG [src.node.docker_mananger] docker run -i -t -p 8435:8435 -p 8436:8436 -p 8437:8437 -p 8438:8438 -p 8439:8439 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=8437 --rest-port=8435 --tcp-port=8436 --discv5-udp-port=8438 --rest-address=0.0.0.0 --nat=extip:172.18.123.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e0df79bd908f0f9c9fcebc8df6cacba5f94cbeeb38adca29bb3dd41d5d54eebd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8439 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-22 04:23:34.964 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.1 waku 7e9299ebf676ca7a5ddeac6aa7b8059a359eb911fd859563e017a8cde972b80d
|
|
2025-12-22 04:23:34.999 DEBUG [src.node.docker_mananger] Container started with ID 7e9299ebf676. Setting up logs at ./log/docker/node1_2025-12-22_04-23-34__40eb1876-c5f7-4f8f-bb2a-f81d8f2f3b72__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:23:35.000 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8435
|
|
2025-12-22 04:23:35.000 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:23:35.578 ERROR [src.node.docker_mananger] Max retries reached for container dae6935bfada. Exiting log stream.
|
|
2025-12-22 04:23:36.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8435/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:23:36.003 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-22 04:23:36.003 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:23:36.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8435/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:23:36.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.1/tcp/8436/p2p/16Uiu2HAkzsrUgJf8BKThTU1evTbd2FMMkd8FAaQvnKYJPpA6D6jr","/ip4/172.18.123.1/tcp/8437/ws/p2p/16Uiu2HAkzsrUgJf8BKThTU1evTbd2FMMkd8FAaQvnKYJPpA6D6jr"],"enrUri":"enr:-L24QAJCVMJeHgzArwSp2-TKCUGc7Q8A7GIxpC4jZc4mvPeFDxb7x41lR0wu3B3E8NSu-2H6L8B2xq7PkM6eTTKihP0CgmlkgnY0gmlwhKwSewGKbXVsdGlhZGRyc5YACASsEnsBBiD0AAoErBJ7AQYg9d0DgnJzhQADAQAAiXNlY3AyNTZrMaECUP9n41rctx8dYKYeeOBEnmWtBi6CG3_VFCyoiB7TbPmDdGNwgiD0g3VkcIIg9oV3YWt1MgU"}'
|
|
2025-12-22 04:23:36.006 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:23:36.006 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-22 04:23:36.013 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:23:36.013 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-22_04-23-34__40eb1876-c5f7-4f8f-bb2a-f81d8f2f3b72__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:23:36.013 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:23:36.013 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:23:36.015 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:23:36.015 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.53.19
|
|
2025-12-22 04:23:36.015 DEBUG [src.node.docker_mananger] Generated ports ['63286', '63287', '63288', '63289', '63290']
|
|
2025-12-22 04:23:36.015 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:23:36.015 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:23:36.015 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:23:36.015 DEBUG [src.node.docker_mananger] docker run -i -t -p 63286:63286 -p 63287:63287 -p 63288:63288 -p 63289:63289 -p 63290:63290 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=63288 --rest-port=63286 --tcp-port=63287 --discv5-udp-port=63289 --rest-address=0.0.0.0 --nat=extip:172.18.53.19 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fa903caa7ceceeace6ccee30d3b78e86a58f659c47feda1bde9f0afbc51fcbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63290 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAJCVMJeHgzArwSp2-TKCUGc7Q8A7GIxpC4jZc4mvPeFDxb7x41lR0wu3B3E8NSu-2H6L8B2xq7PkM6eTTKihP0CgmlkgnY0gmlwhKwSewGKbXVsdGlhZGRyc5YACASsEnsBBiD0AAoErBJ7AQYg9d0DgnJzhQADAQAAiXNlY3AyNTZrMaECUP9n41rctx8dYKYeeOBEnmWtBi6CG3_VFCyoiB7TbPmDdGNwgiD0g3VkcIIg9oV3YWt1MgU --filternode=/ip4/172.18.123.1/tcp/8436/p2p/16Uiu2HAkzsrUgJf8BKThTU1evTbd2FMMkd8FAaQvnKYJPpA6D6jr
|
|
2025-12-22 04:23:36.197 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.53.19 waku c237bcfcc691162bbb3ece7f2ce8ff431b660536fc5dbc9f9dbefbcff97a929b
|
|
2025-12-22 04:23:36.228 DEBUG [src.node.docker_mananger] Container started with ID c237bcfcc691. Setting up logs at ./log/docker/node2_2025-12-22_04-23-34__40eb1876-c5f7-4f8f-bb2a-f81d8f2f3b72__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:23:36.228 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63286
|
|
2025-12-22 04:23:36.228 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:23:37.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63286/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:23:37.233 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"}]}'
|
|
2025-12-22 04:23:37.233 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:23:37.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63286/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:23:37.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.53.19/tcp/63287/p2p/16Uiu2HAmDocE9RSdvR4DaPVk3eQiaJ7ct6atVxzE6jeBVR5G1v7h","/ip4/172.18.53.19/tcp/63288/ws/p2p/16Uiu2HAmDocE9RSdvR4DaPVk3eQiaJ7ct6atVxzE6jeBVR5G1v7h"],"enrUri":"enr:-L24QAzYwhEdOuMdO31e7_JILXQnf5LhRnWz557On5dd8oraLfBTkrr_eWI-Vf_qk7vHcMGjHGkU0WitaeekySyU6HkCgmlkgnY0gmlwhKwSNROKbXVsdGlhZGRyc5YACASsEjUTBvc3AAoErBI1Ewb3ON0DgnJzhQADAQAAiXNlY3AyNTZrMaEDERDmQwEbh6NUdBsf9jjpZKxY7B6oyH1M72FaYXzfvGiDdGNwgvc3g3VkcIL3OYV3YWt1MgA"}'
|
|
2025-12-22 04:23:37.236 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:23:37.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63286/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.1/tcp/8436/p2p/16Uiu2HAkzsrUgJf8BKThTU1evTbd2FMMkd8FAaQvnKYJPpA6D6jr"]'
|
|
2025-12-22 04:23:37.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:23:37.268 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-22 04:23:37.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8435/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-22 04:23:37.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:23:37.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63286/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "055243cd-2876-40f1-ad06-f1997f0ecd68", "contentFilters": ["/test/1/waku-relay/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-22 04:23:37.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"055243cd-2876-40f1-ad06-f1997f0ecd68","statusDesc":"OK"}'
|
|
2025-12-22 04:23:37.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8435/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-22 04:23:37.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-22 04:23:37.303 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2025-12-22 04:23:37.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63286/filter/v2/messages/%2Ftest%2F1%2Fwaku-relay%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:23:37.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1766377417295467571,"ephemeral":false}]'
|
|
2025-12-22 04:23:37.807 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2025-12-22 04:23:42.808 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-22 04:23:42.812 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-22 04:23:42.812 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-22 04:23:42.816 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-22 04:23:42.816 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-22 04:23:42.819 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-22 04:23:42.819 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-22 04:23:42.823 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-22 04:23:42.823 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-22 04:23:42.826 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-22 04:23:42.827 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-22 04:23:42.830 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-22 04:23:42.830 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-22 04:23:42.834 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-22 04:23:42.834 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.123.1/tcp/8436"} has 1
|
|
2025-12-22 04:23:42.837 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.123.1/tcp/8436"} with value 1.0
|
|
2025-12-22 04:23:42.837 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-22 04:23:42.841 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-22 04:23:42.841 DEBUG [src.steps.metrics] Checking metric: libp2p_total_dial_attempts_total has 1
|
|
2025-12-22 04:23:42.844 DEBUG [src.steps.metrics] Found metric: libp2p_total_dial_attempts_total with value 1.0
|
|
2025-12-22 04:23:42.844 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-22 04:23:42.847 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-22 04:23:42.850 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-22 04:23:42.851 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-22 04:23:42.851 DEBUG [src.node.waku_node] Stopping container with id 7e9299ebf676
|
|
2025-12-22 04:23:43.399 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:23:43.399 DEBUG [src.node.waku_node] Stopping container with id c237bcfcc691
|
|
2025-12-22 04:23:43.954 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:23:43.957 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-22 04:23:43.962 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-22 04:23:43.966 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|