mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-25 19:59:26 +00:00
97 lines
15 KiB
Plaintext
97 lines
15 KiB
Plaintext
2026-04-23 05:14:58.865 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 05:14:58.865 DEBUG [tests.conftest] Running test: test_metrics_after_filter_get with id: 2026-04-23_05-14-58__e9b5df7e-6419-49b7-8e4d-56b050f8bd68
|
|
2026-04-23 05:14:58.866 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 05:14:58.866 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-04-23 05:14:58.866 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-04-23 05:14:58.866 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 05:14:58.867 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-04-23 05:14:58.867 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2026-04-23 05:14:58.874 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:14:58.874 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_05-14-58__e9b5df7e-6419-49b7-8e4d-56b050f8bd68__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:14:58.874 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:14:58.874 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:14:58.875 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:14:58.876 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.57
|
|
2026-04-23 05:14:58.876 DEBUG [src.node.docker_mananger] Generated ports ['19131', '19132', '19133', '19134', '19135']
|
|
2026-04-23 05:14:58.876 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:14:58.876 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:14:58.876 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:14:58.877 DEBUG [src.node.docker_mananger] docker run -i -t -p 19131:19131 -p 19132:19132 -p 19133:19133 -p 19134:19134 -p 19135:19135 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=19133 --rest-port=19131 --tcp-port=19132 --discv5-udp-port=19134 --rest-address=0.0.0.0 --nat=extip:172.18.118.57 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=07cc81360e6e2a564efb5cf52d185ebbbd4f3dadfcfcaacb7b1aaecc35b45de7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19135 --metrics-logging=true --relay=true --filter=true
|
|
2026-04-23 05:14:59.077 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.57 waku f7598fc8a28043133eca1ad1da3ff28d1713d1f289b5df96c013e56331305d18
|
|
2026-04-23 05:14:59.109 DEBUG [src.node.docker_mananger] Container started with ID f7598fc8a280. Setting up logs at ./log/docker/node1_2026-04-23_05-14-58__e9b5df7e-6419-49b7-8e4d-56b050f8bd68__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:14:59.110 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19131
|
|
2026-04-23 05:14:59.110 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:14:59.671 ERROR [src.node.docker_mananger] Max retries reached for container 08c7ff30bd27. Exiting log stream.
|
|
2026-04-23 05:15:00.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19131/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:15:00.115 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:15:00.115 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:15:00.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19131/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:15:00.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.57/tcp/19132/p2p/16Uiu2HAmPzNt2Hw4PoMdAapEH8q4wYnBJDrrkQ7wi6GnhNbaBzbQ","/ip4/172.18.118.57/tcp/19133/ws/p2p/16Uiu2HAmPzNt2Hw4PoMdAapEH8q4wYnBJDrrkQ7wi6GnhNbaBzbQ"],"enrUri":"enr:-L24QEmha-o2uHleWLbufi3S8R3w3pJ_PubZahHniP-K-VXtYrM7gpnYNaBIpdgFEh6zZvyahyHW5TezjyM1NRCjgrYCgmlkgnY0gmlwhKwSdjmKbXVsdGlhZGRyc5YACASsEnY5Bkq8AAoErBJ2OQZKvd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDqGgQ8VHQ9By5kk9VWvMps4TMMKmE_p7G-w99-SV6Xu-DdGNwgkq8g3VkcIJKvoV3YWt1MgU"}'
|
|
2026-04-23 05:15:00.118 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:15:00.118 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2026-04-23 05:15:00.125 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:15:00.125 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_05-14-58__e9b5df7e-6419-49b7-8e4d-56b050f8bd68__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:15:00.125 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:15:00.125 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:15:00.127 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:15:00.127 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.11
|
|
2026-04-23 05:15:00.127 DEBUG [src.node.docker_mananger] Generated ports ['4242', '4243', '4244', '4245', '4246']
|
|
2026-04-23 05:15:00.127 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:15:00.127 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:15:00.127 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:15:00.127 DEBUG [src.node.docker_mananger] docker run -i -t -p 4242:4242 -p 4243:4243 -p 4244:4244 -p 4245:4245 -p 4246:4246 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=4244 --rest-port=4242 --tcp-port=4243 --discv5-udp-port=4245 --rest-address=0.0.0.0 --nat=extip:172.18.100.11 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=5afbfecf8bccfbfb1efee9fc794c048d6be39af176ac8ceb66fe49abe6ec9d4d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4246 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEmha-o2uHleWLbufi3S8R3w3pJ_PubZahHniP-K-VXtYrM7gpnYNaBIpdgFEh6zZvyahyHW5TezjyM1NRCjgrYCgmlkgnY0gmlwhKwSdjmKbXVsdGlhZGRyc5YACASsEnY5Bkq8AAoErBJ2OQZKvd0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDqGgQ8VHQ9By5kk9VWvMps4TMMKmE_p7G-w99-SV6Xu-DdGNwgkq8g3VkcIJKvoV3YWt1MgU --filternode=/ip4/172.18.118.57/tcp/19132/p2p/16Uiu2HAmPzNt2Hw4PoMdAapEH8q4wYnBJDrrkQ7wi6GnhNbaBzbQ
|
|
2026-04-23 05:15:00.315 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.11 waku 75afe9fcd4e96190dfcd4f885322d2ffd78f8146b16f435b4c56322125e5055d
|
|
2026-04-23 05:15:00.349 DEBUG [src.node.docker_mananger] Container started with ID 75afe9fcd4e9. Setting up logs at ./log/docker/node2_2026-04-23_05-14-58__e9b5df7e-6419-49b7-8e4d-56b050f8bd68__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:15:00.349 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4242
|
|
2026-04-23 05:15:00.350 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:15:01.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4242/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:15:01.353 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:15:01.353 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:15:01.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4242/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:15:01.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.11/tcp/4243/p2p/16Uiu2HAm8PY9Gv6mDHQC2HRkQt92nKTbb6v7WYpBSnEpgRy2qB8U","/ip4/172.18.100.11/tcp/4244/ws/p2p/16Uiu2HAm8PY9Gv6mDHQC2HRkQt92nKTbb6v7WYpBSnEpgRy2qB8U"],"enrUri":"enr:-L24QGOJwXF-rutfxGtLA5dwUF9HGdk1hEp0yHSGIgqM6UkcYavmRsPolcCDQUKgZ06PLl_VG8XSuk4FsTX9h1EEu64CgmlkgnY0gmlwhKwSZAuKbXVsdGlhZGRyc5YACASsEmQLBhCTAAoErBJkCwYQlN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECwJvoWx6yiERSFhZRW-7jw8Nm6IwsFN7AVlATAsijISmDdGNwghCTg3VkcIIQlYV3YWt1MgA"}'
|
|
2026-04-23 05:15:01.356 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:15:01.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4242/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.118.57/tcp/19132/p2p/16Uiu2HAmPzNt2Hw4PoMdAapEH8q4wYnBJDrrkQ7wi6GnhNbaBzbQ"]'
|
|
2026-04-23 05:15:01.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:15:01.382 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2026-04-23 05:15:01.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19131/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-04-23 05:15:01.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:15:01.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4242/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9a15c501-3eb9-4e7c-be36-62733ba3f0a4", "contentFilters": ["/test/1/waku-relay/proto"], "pubsubTopic": "/waku/2/rs/198/1"}'
|
|
2026-04-23 05:15:01.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9a15c501-3eb9-4e7c-be36-62733ba3f0a4","statusDesc":"OK"}'
|
|
2026-04-23 05:15:01.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 05:15:01.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:15:01.411 DEBUG [src.libs.common] Sleeping for 0.5 seconds
|
|
2026-04-23 05:15:01.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4242/filter/v2/messages/%2Ftest%2F1%2Fwaku-relay%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:15:01.915 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":1776921301403602609,"ephemeral":false}]'
|
|
2026-04-23 05:15:01.916 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-04-23 05:15:06.916 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-04-23 05:15:06.921 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-04-23 05:15:06.921 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-04-23 05:15:06.925 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-04-23 05:15:06.925 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-04-23 05:15:06.928 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-04-23 05:15:06.928 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-04-23 05:15:06.932 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-04-23 05:15:06.932 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-04-23 05:15:06.935 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-04-23 05:15:06.935 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-04-23 05:15:06.938 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-04-23 05:15:06.939 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-04-23 05:15:06.942 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-04-23 05:15:06.942 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.118.57/tcp/19132"} has 1
|
|
2026-04-23 05:15:06.945 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/filter-subscribe/2.0.0-beta1",peerId="/ip4/172.18.118.57/tcp/19132"} with value 1.0
|
|
2026-04-23 05:15:06.946 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-04-23 05:15:06.949 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-04-23 05:15:06.949 DEBUG [src.steps.metrics] Checking metric: libp2p_total_dial_attempts_total has 1
|
|
2026-04-23 05:15:06.952 DEBUG [src.steps.metrics] Found metric: libp2p_total_dial_attempts_total with value 1.0
|
|
2026-04-23 05:15:06.952 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-04-23 05:15:06.955 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-04-23 05:15:06.958 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 05:15:06.959 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 05:15:06.959 DEBUG [src.node.waku_node] Stopping container with id f7598fc8a280
|
|
2026-04-23 05:15:07.427 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:15:07.429 DEBUG [src.node.waku_node] Stopping container with id 75afe9fcd4e9
|
|
2026-04-23 05:15:07.887 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:15:07.888 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 05:15:07.895 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:15:07.901 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|