mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
97 lines
15 KiB
Plaintext
97 lines
15 KiB
Plaintext
2026-02-25 07:24:17.376 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 07:24:17.376 DEBUG [tests.conftest] Running test: test_metrics_after_filter_get with id: 2026-02-25_07-24-17__b9198348-e286-4d77-a299-c21de6163796
|
|
2026-02-25 07:24:17.376 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 07:24:17.377 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 07:24:17.377 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-02-25 07:24:17.377 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 07:24:17.377 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-02-25 07:24:17.377 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-02-25 07:24:17.385 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:24:17.385 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-24-17__b9198348-e286-4d77-a299-c21de6163796__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:17.385 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:24:17.385 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:24:17.386 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:24:17.387 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.180
|
|
2026-02-25 07:24:17.387 DEBUG [src.node.docker_mananger] Generated ports ['34600', '34601', '34602', '34603', '34604']
|
|
2026-02-25 07:24:17.387 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:24:17.387 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:24:17.387 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:24:17.387 DEBUG [src.node.docker_mananger] docker run -i -t -p 34600:34600 -p 34601:34601 -p 34602:34602 -p 34603:34603 -p 34604:34604 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=34602 --rest-port=34600 --tcp-port=34601 --discv5-udp-port=34603 --rest-address=0.0.0.0 --nat=extip:172.18.208.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1bc43d59ae7df5a4ad688f5c2e36dc4d2bbc31eca16e36be8870babfcf763e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34604 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-25 07:24:17.566 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.180 waku b5eb55512ab0cc9d80951a6c06dce2dbb85127ffd3555adfd91e2b98a7913a06
|
|
2026-02-25 07:24:17.600 DEBUG [src.node.docker_mananger] Container started with ID b5eb55512ab0. Setting up logs at ./log/docker/node1_2026-02-25_07-24-17__b9198348-e286-4d77-a299-c21de6163796__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:17.600 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34600
|
|
2026-02-25 07:24:17.600 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:24:18.181 ERROR [src.node.docker_mananger] Max retries reached for container ac207efbe6b9. Exiting log stream.
|
|
2026-02-25 07:24:18.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34600/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:18.604 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 07:24:18.604 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:24:18.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34600/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:18.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.180/tcp/34601/p2p/16Uiu2HAmQrezpDb4VNhvigChCPc9JFSVfWdTqf1XBC4zn6qHGtNd","/ip4/172.18.208.180/tcp/34602/ws/p2p/16Uiu2HAmQrezpDb4VNhvigChCPc9JFSVfWdTqf1XBC4zn6qHGtNd"],"enrUri":"enr:-L24QFgITAc22T21rZahVbXoGHG40uriYYCk9xbPv3Czp11kLYiUp6jQNxx0v0OuLWs1qvUlUbtCT5wdGYmed0Cv6lsCgmlkgnY0gmlwhKwS0LSKbXVsdGlhZGRyc5YACASsEtC0BocpAAoErBLQtAaHKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtUlUjn6k9aRTyUajPn3NkdwgZ8irr0MjGeqi08wbJSqDdGNwgocpg3VkcIKHK4V3YWt1MgU"}'
|
|
2026-02-25 07:24:18.607 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:24:18.607 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-02-25 07:24:18.614 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:24:18.614 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-25_07-24-17__b9198348-e286-4d77-a299-c21de6163796__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:18.614 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:24:18.614 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:24:18.616 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:24:18.616 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.28
|
|
2026-02-25 07:24:18.616 DEBUG [src.node.docker_mananger] Generated ports ['30771', '30772', '30773', '30774', '30775']
|
|
2026-02-25 07:24:18.616 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:24:18.616 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:24:18.616 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:24:18.616 DEBUG [src.node.docker_mananger] docker run -i -t -p 30771:30771 -p 30772:30772 -p 30773:30773 -p 30774:30774 -p 30775:30775 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=30773 --rest-port=30771 --tcp-port=30772 --discv5-udp-port=30774 --rest-address=0.0.0.0 --nat=extip:172.18.251.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2262bfe14dffee48bfa1ec0c6d0ed1ac5dddfc2108834bd81a7fdd0a187e7daa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30775 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFgITAc22T21rZahVbXoGHG40uriYYCk9xbPv3Czp11kLYiUp6jQNxx0v0OuLWs1qvUlUbtCT5wdGYmed0Cv6lsCgmlkgnY0gmlwhKwS0LSKbXVsdGlhZGRyc5YACASsEtC0BocpAAoErBLQtAaHKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtUlUjn6k9aRTyUajPn3NkdwgZ8irr0MjGeqi08wbJSqDdGNwgocpg3VkcIKHK4V3YWt1MgU --filternode=/ip4/172.18.208.180/tcp/34601/p2p/16Uiu2HAmQrezpDb4VNhvigChCPc9JFSVfWdTqf1XBC4zn6qHGtNd
|
|
2026-02-25 07:24:18.790 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.28 waku f871a4bc6ab02a3a75c74e2022e52d350002175ee42b75c12a111a8cf3bbba34
|
|
2026-02-25 07:24:18.820 DEBUG [src.node.docker_mananger] Container started with ID f871a4bc6ab0. Setting up logs at ./log/docker/node2_2026-02-25_07-24-17__b9198348-e286-4d77-a299-c21de6163796__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:24:18.820 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30771
|
|
2026-02-25 07:24:18.820 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:24:19.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30771/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:19.825 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 07:24:19.825 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:24:19.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30771/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:19.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.28/tcp/30772/p2p/16Uiu2HAkwsZUznXv1p2DEimrwSueZiJTTA5M3ewwegAzMZkCTPoy","/ip4/172.18.251.28/tcp/30773/ws/p2p/16Uiu2HAkwsZUznXv1p2DEimrwSueZiJTTA5M3ewwegAzMZkCTPoy"],"enrUri":"enr:-L24QKpcXZ7VDB2WY_jdC15pRNheFz2DiVK37PTOo2a22GfXaEur4NlUAzQokstort1up3aE9pf0dHQJLBBdmWijj5sCgmlkgnY0gmlwhKwS-xyKbXVsdGlhZGRyc5YACASsEvscBng0AAoErBL7HAZ4Nd0DgnJzhQADAQAAiXNlY3AyNTZrMaECJFkhGMXgLjqrbYw8telOpj2oVpoEfWr_6g5UzyHEZlyDdGNwgng0g3VkcIJ4NoV3YWt1MgA"}'
|
|
2026-02-25 07:24:19.827 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:24:19.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30771/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.180/tcp/34601/p2p/16Uiu2HAmQrezpDb4VNhvigChCPc9JFSVfWdTqf1XBC4zn6qHGtNd"]'
|
|
2026-02-25 07:24:19.861 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:24:19.861 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-02-25 07:24:19.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34600/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2026-02-25 07:24:19.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:24:19.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30771/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e033f17f-234b-444d-852b-d5e175448bc2", "contentFilters": ["/test/1/waku-relay/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2026-02-25 07:24:19.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e033f17f-234b-444d-852b-d5e175448bc2","statusDesc":"OK"}'
|
|
2026-02-25 07:24:19.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34600/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)'}'
|
|
2026-02-25 07:24:19.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-25 07:24:19.904 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2026-02-25 07:24:20.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30771/filter/v2/messages/%2Ftest%2F1%2Fwaku-relay%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:24:20.408 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":1772004259897425577,"ephemeral":false}]'
|
|
2026-02-25 07:24:20.408 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-02-25 07:24:25.409 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-02-25 07:24:25.413 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-02-25 07:24:25.413 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-02-25 07:24:25.417 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-02-25 07:24:25.417 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-02-25 07:24:25.421 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-02-25 07:24:25.421 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-02-25 07:24:25.424 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-02-25 07:24:25.424 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-02-25 07:24:25.428 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-02-25 07:24:25.428 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-02-25 07:24:25.431 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-02-25 07:24:25.432 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-02-25 07:24:25.435 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-02-25 07:24:25.435 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.208.180/tcp/34601"} has 1
|
|
2026-02-25 07:24:25.439 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.208.180/tcp/34601"} with value 1.0
|
|
2026-02-25 07:24:25.439 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-02-25 07:24:25.442 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-02-25 07:24:25.443 DEBUG [src.steps.metrics] Checking metric: libp2p_total_dial_attempts_total has 1
|
|
2026-02-25 07:24:25.446 DEBUG [src.steps.metrics] Found metric: libp2p_total_dial_attempts_total with value 1.0
|
|
2026-02-25 07:24:25.446 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-02-25 07:24:25.449 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-02-25 07:24:25.452 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 07:24:25.453 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 07:24:25.453 DEBUG [src.node.waku_node] Stopping container with id b5eb55512ab0
|
|
2026-02-25 07:24:26.035 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:24:26.035 DEBUG [src.node.waku_node] Stopping container with id f871a4bc6ab0
|
|
2026-02-25 07:24:26.580 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:24:26.582 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 07:24:26.588 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-25 07:24:26.593 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|