mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
113 lines
17 KiB
Plaintext
113 lines
17 KiB
Plaintext
2025-12-10 04:11:27.889 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:11:27.889 DEBUG [tests.conftest] Running test: test_metrics_after_store_get with id: 2025-12-10_04-11-27__207ea13f-8ccc-49f5-bffa-34349eee86a7
|
|
2025-12-10 04:11:27.890 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:11:27.890 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-10 04:11:27.890 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-10 04:11:27.891 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:11:27.891 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-10 04:11:27.891 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2025-12-10 04:11:27.898 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:27.898 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-10_04-11-27__207ea13f-8ccc-49f5-bffa-34349eee86a7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:27.898 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:27.898 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:27.900 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:27.900 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.250
|
|
2025-12-10 04:11:27.900 DEBUG [src.node.docker_mananger] Generated ports ['32822', '32823', '32824', '32825', '32826']
|
|
2025-12-10 04:11:27.900 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:27.900 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:27.901 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:27.901 DEBUG [src.node.docker_mananger] docker run -i -t -p 32822:32822 -p 32823:32823 -p 32824:32824 -p 32825:32825 -p 32826:32826 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=32824 --rest-port=32822 --tcp-port=32823 --discv5-udp-port=32825 --rest-address=0.0.0.0 --nat=extip:172.18.108.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=191aa855cc0afbee342a5fedeffeb829e058f7faeb865f0c71f3884dbeda62bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32826 --metrics-logging=true --store=true --relay=true
|
|
2025-12-10 04:11:28.090 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.250 waku 07bc07d1a1fcec2cdd8587493dc0307565aae1d8c50b49394582ed61f916e182
|
|
2025-12-10 04:11:28.125 DEBUG [src.node.docker_mananger] Container started with ID 07bc07d1a1fc. Setting up logs at ./log/docker/publishing_node1_2025-12-10_04-11-27__207ea13f-8ccc-49f5-bffa-34349eee86a7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:28.127 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32822
|
|
2025-12-10 04:11:28.127 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:28.179 ERROR [src.node.docker_mananger] Max retries reached for container 7d7bcf8ac684. Exiting log stream.
|
|
2025-12-10 04:11:28.687 ERROR [src.node.docker_mananger] Max retries reached for container 5d0efa21c59a. Exiting log stream.
|
|
2025-12-10 04:11:29.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:29.130 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_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"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-10 04:11:29.131 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:29.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:29.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.108.250/tcp/32823/p2p/16Uiu2HAm8LjajLg5awVU1cE7owwgkmTa14AJFNdzKmzVrnS4uwtQ","/ip4/172.18.108.250/tcp/32824/ws/p2p/16Uiu2HAm8LjajLg5awVU1cE7owwgkmTa14AJFNdzKmzVrnS4uwtQ"],"enrUri":"enr:-L24QKxZQkQvDmFb3lnKsyHbCeMW3GD6KUxETZ87r6ciS41xdxNck2SiXnNDBQwS8VJI_wtgWKgiX37v0qFEKFCQUL0CgmlkgnY0gmlwhKwSbPqKbXVsdGlhZGRyc5YACASsEmz6BoA3AAoErBJs-gaAON0DgnJzhQADAQAAiXNlY3AyNTZrMaECv-QZZZm8IJV4EuUrint3Nw3FdYFK0kY5PN0p7z_NVu2DdGNwgoA3g3VkcIKAOYV3YWt1MgM"}'
|
|
2025-12-10 04:11:29.133 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:29.140 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:11:29.140 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-10_04-11-27__207ea13f-8ccc-49f5-bffa-34349eee86a7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:29.140 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:11:29.140 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:11:29.142 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:11:29.142 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.255
|
|
2025-12-10 04:11:29.142 DEBUG [src.node.docker_mananger] Generated ports ['32165', '32166', '32167', '32168', '32169']
|
|
2025-12-10 04:11:29.142 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:11:29.142 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:11:29.142 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:11:29.142 DEBUG [src.node.docker_mananger] docker run -i -t -p 32165:32165 -p 32166:32166 -p 32167:32167 -p 32168:32168 -p 32169:32169 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=32167 --rest-port=32165 --tcp-port=32166 --discv5-udp-port=32168 --rest-address=0.0.0.0 --nat=extip:172.18.31.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ddcb879c547c0e42baffdc0ff9f9a37916239be283d7387529b0b4838a5b5acc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32169 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKxZQkQvDmFb3lnKsyHbCeMW3GD6KUxETZ87r6ciS41xdxNck2SiXnNDBQwS8VJI_wtgWKgiX37v0qFEKFCQUL0CgmlkgnY0gmlwhKwSbPqKbXVsdGlhZGRyc5YACASsEmz6BoA3AAoErBJs-gaAON0DgnJzhQADAQAAiXNlY3AyNTZrMaECv-QZZZm8IJV4EuUrint3Nw3FdYFK0kY5PN0p7z_NVu2DdGNwgoA3g3VkcIKAOYV3YWt1MgM --storenode=/ip4/172.18.108.250/tcp/32823/p2p/16Uiu2HAm8LjajLg5awVU1cE7owwgkmTa14AJFNdzKmzVrnS4uwtQ --store=true --relay=true
|
|
2025-12-10 04:11:29.342 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.255 waku 677629d37d995eab7f0f7334a6191133a015b3372aea48625d35a9f01aa3eb0e
|
|
2025-12-10 04:11:29.373 DEBUG [src.node.docker_mananger] Container started with ID 677629d37d99. Setting up logs at ./log/docker/store_node1_2025-12-10_04-11-27__207ea13f-8ccc-49f5-bffa-34349eee86a7__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:11:29.373 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32165
|
|
2025-12-10 04:11:29.374 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:11:30.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32165/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:30.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
|
2025-12-10 04:11:30.378 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:11:30.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32165/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:30.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.255/tcp/32166/p2p/16Uiu2HAm2BdW8rSXz7bEsvcdbuyuxHdUnEVv5p6sLaBovoZ6daXj","/ip4/172.18.31.255/tcp/32167/ws/p2p/16Uiu2HAm2BdW8rSXz7bEsvcdbuyuxHdUnEVv5p6sLaBovoZ6daXj"],"enrUri":"enr:-L24QKPCGvz_cDCEBKhGN8LSc1nwwM8WwFyCP2_knCRloj77XTtNWtZysYrluXT8PEhrbh3kRBSBqNFt0H3pyzeA3s4CgmlkgnY0gmlwhKwSH_-KbXVsdGlhZGRyc5YACASsEh__Bn2mAAoErBIf_wZ9p90DgnJzhQADAQAAiXNlY3AyNTZrMaECZGjgZyX0hg_X_lKP9NbiZwkGU7VPl86HfqchUpK49YqDdGNwgn2mg3VkcIJ9qIV3YWt1MgM"}'
|
|
2025-12-10 04:11:30.381 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:11:30.381 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32165/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.108.250/tcp/32823/p2p/16Uiu2HAm8LjajLg5awVU1cE7owwgkmTa14AJFNdzKmzVrnS4uwtQ"]'
|
|
2025-12-10 04:11:30.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:30.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-10 04:11:30.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:30.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32165/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-10 04:11:30.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:30.396 DEBUG [src.steps.store] Relaying message
|
|
2025-12-10 04:11:30.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32822/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-10 04:11:30.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:11:30.403 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-10 04:11:30.604 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-10 04:11:30.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32822/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:30.607 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8841ec5836023b761be544d38859d78784d6f88fef8f2165a8f0e4aa7c078cd2"}]}'
|
|
2025-12-10 04:11:30.608 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-10 04:11:30.608 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-10 04:11:30.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32165/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:11:30.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x8841ec5836023b761be544d38859d78784d6f88fef8f2165a8f0e4aa7c078cd2"}]}'
|
|
2025-12-10 04:11:30.611 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-10 04:11:30.611 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2025-12-10 04:11:35.612 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-10 04:11:35.616 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-10 04:11:35.616 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-10 04:11:35.619 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-10 04:11:35.619 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-10 04:11:35.622 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-10 04:11:35.623 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-10 04:11:35.626 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-10 04:11:35.626 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-10 04:11:35.629 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-10 04:11:35.630 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-10 04:11:35.633 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-10 04:11:35.633 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-10 04:11:35.636 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-10 04:11:35.637 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.108.250/tcp/32823"} has 1
|
|
2025-12-10 04:11:35.640 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.108.250/tcp/32823"} with value 1.0
|
|
2025-12-10 04:11:35.640 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.108.250/tcp/32823"} has 1
|
|
2025-12-10 04:11:35.644 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.108.250/tcp/32823"} with value 1.0
|
|
2025-12-10 04:11:35.644 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-10 04:11:35.647 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-10 04:11:35.647 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-10 04:11:35.650 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-10 04:11:35.650 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-10 04:11:35.653 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-10 04:11:35.654 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-10 04:11:35.657 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-10 04:11:35.657 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-10 04:11:35.660 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-10 04:11:35.661 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-10 04:11:35.664 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-10 04:11:35.664 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-10 04:11:35.667 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-10 04:11:35.669 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:11:35.670 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:11:35.670 DEBUG [src.node.waku_node] Stopping container with id 07bc07d1a1fc
|
|
2025-12-10 04:11:36.250 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:36.252 DEBUG [src.node.waku_node] Stopping container with id 677629d37d99
|
|
2025-12-10 04:11:36.787 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:11:36.787 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:11:36.800 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:11:36.806 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|