mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 01:53:28 +00:00
113 lines
17 KiB
Plaintext
113 lines
17 KiB
Plaintext
2026-03-30 10:13:36.153 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 10:13:36.153 DEBUG [tests.conftest] Running test: test_metrics_after_store_get with id: 2026-03-30_10-13-36__b44eb217-219a-44df-ae66-3d27c798f4c7
|
|
2026-03-30 10:13:36.154 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 10:13:36.154 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-30 10:13:36.154 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-30 10:13:36.154 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 10:13:36.155 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-30 10:13:36.155 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-03-30 10:13:36.162 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:13:36.162 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-03-30_10-13-36__b44eb217-219a-44df-ae66-3d27c798f4c7__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:36.162 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:13:36.162 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:13:36.164 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:13:36.164 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.135
|
|
2026-03-30 10:13:36.164 DEBUG [src.node.docker_mananger] Generated ports ['9352', '9353', '9354', '9355', '9356']
|
|
2026-03-30 10:13:36.164 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:13:36.164 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:13:36.165 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:13:36.165 DEBUG [src.node.docker_mananger] docker run -i -t -p 9352:9352 -p 9353:9353 -p 9354:9354 -p 9355:9355 -p 9356:9356 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=9354 --rest-port=9352 --tcp-port=9353 --discv5-udp-port=9355 --rest-address=0.0.0.0 --nat=extip:172.18.110.135 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=cea184d0bfc3cbca8d76d4336a4bb7abf24e6b2fbb39aec8dbfcef2cab5a73cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9356 --metrics-logging=true --store=true --relay=true
|
|
2026-03-30 10:13:36.355 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.135 waku b14a1aa43df1a84d6fd802f311ecc5a1a4618bf377fdd77173a017eebd2ad8d2
|
|
2026-03-30 10:13:36.389 DEBUG [src.node.docker_mananger] Container started with ID b14a1aa43df1. Setting up logs at ./log/docker/publishing_node1_2026-03-30_10-13-36__b44eb217-219a-44df-ae66-3d27c798f4c7__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:36.390 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9352
|
|
2026-03-30 10:13:36.390 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:13:36.489 ERROR [src.node.docker_mananger] Max retries reached for container 7f40ac0b677a. Exiting log stream.
|
|
2026-03-30 10:13:36.942 ERROR [src.node.docker_mananger] Max retries reached for container 88ce4c0cc06c. Exiting log stream.
|
|
2026-03-30 10:13:37.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9352/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:37.393 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_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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 10:13:37.393 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:13:37.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9352/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:37.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.135/tcp/9353/p2p/16Uiu2HAm7mtWQYnLPtZBn2MVEYT5rvAx16r2MiwJU3NwNKBoCwp6","/ip4/172.18.110.135/tcp/9354/ws/p2p/16Uiu2HAm7mtWQYnLPtZBn2MVEYT5rvAx16r2MiwJU3NwNKBoCwp6"],"enrUri":"enr:-L24QNl9QaDZS1QVqGtt4g2EZ1KPtDPtZffJ2cBWJM5SiA4UYcPGvraAKnIhqohzKj8H58GAMS469pU4eqkh6pgcENMCgmlkgnY0gmlwhKwSboeKbXVsdGlhZGRyc5YACASsEm6HBiSJAAoErBJuhwYkit0DgnJzhQDGAQAAiXNlY3AyNTZrMaECt3oGSIHHYPlTK9DekN92Y33R-Ko6xYszi43a6u0I9huDdGNwgiSJg3VkcIIki4V3YWt1MgM"}'
|
|
2026-03-30 10:13:37.396 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:13:37.403 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 10:13:37.403 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-03-30_10-13-36__b44eb217-219a-44df-ae66-3d27c798f4c7__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:37.403 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 10:13:37.404 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 10:13:37.405 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 10:13:37.405 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.127
|
|
2026-03-30 10:13:37.405 DEBUG [src.node.docker_mananger] Generated ports ['37910', '37911', '37912', '37913', '37914']
|
|
2026-03-30 10:13:37.405 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 10:13:37.406 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 10:13:37.406 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 10:13:37.406 DEBUG [src.node.docker_mananger] docker run -i -t -p 37910:37910 -p 37911:37911 -p 37912:37912 -p 37913:37913 -p 37914:37914 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=37912 --rest-port=37910 --tcp-port=37911 --discv5-udp-port=37913 --rest-address=0.0.0.0 --nat=extip:172.18.237.127 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=203fbe2f1f4bbf2ffa0c3b3f8f9d2494fcd2d3c95dd76bacbf31fc964d1a1ea3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37914 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNl9QaDZS1QVqGtt4g2EZ1KPtDPtZffJ2cBWJM5SiA4UYcPGvraAKnIhqohzKj8H58GAMS469pU4eqkh6pgcENMCgmlkgnY0gmlwhKwSboeKbXVsdGlhZGRyc5YACASsEm6HBiSJAAoErBJuhwYkit0DgnJzhQDGAQAAiXNlY3AyNTZrMaECt3oGSIHHYPlTK9DekN92Y33R-Ko6xYszi43a6u0I9huDdGNwgiSJg3VkcIIki4V3YWt1MgM --storenode=/ip4/172.18.110.135/tcp/9353/p2p/16Uiu2HAm7mtWQYnLPtZBn2MVEYT5rvAx16r2MiwJU3NwNKBoCwp6 --store=true --relay=true
|
|
2026-03-30 10:13:37.598 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.127 waku 324bb760c60ddbe8ae5197a5ce0959875f3d5481e347c9ad9b06c2a5efdc22bc
|
|
2026-03-30 10:13:37.633 DEBUG [src.node.docker_mananger] Container started with ID 324bb760c60d. Setting up logs at ./log/docker/store_node1_2026-03-30_10-13-36__b44eb217-219a-44df-ae66-3d27c798f4c7__wakuorg_nwaku:latest.log
|
|
2026-03-30 10:13:37.634 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37910
|
|
2026-03-30 10:13:37.635 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 10:13:38.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37910/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:38.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"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"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-30 10:13:38.640 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 10:13:38.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37910/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:38.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.127/tcp/37911/p2p/16Uiu2HAm3QRaaSy677VRG1LcqssiziRzFQGLBJaXtYopiFshrg2C","/ip4/172.18.237.127/tcp/37912/ws/p2p/16Uiu2HAm3QRaaSy677VRG1LcqssiziRzFQGLBJaXtYopiFshrg2C"],"enrUri":"enr:-L24QKHxhE33muaP3I2Vi9A1LPtfM6g7FIftzYkQd1IcgIqHRAQRyEJGZp7l4fpYxuxfs0sKZFlOB7Ru9esK-qrNvaICgmlkgnY0gmlwhKwS7X-KbXVsdGlhZGRyc5YACASsEu1_BpQXAAoErBLtfwaUGN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECdouh1RSwWBViNN1OMXaxlmynPTyvWC033q2WTnOd2ymDdGNwgpQXg3VkcIKUGYV3YWt1MgM"}'
|
|
2026-03-30 10:13:38.642 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 10:13:38.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37910/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.110.135/tcp/9353/p2p/16Uiu2HAm7mtWQYnLPtZBn2MVEYT5rvAx16r2MiwJU3NwNKBoCwp6"]'
|
|
2026-03-30 10:13:38.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:38.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9352/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-30 10:13:38.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:38.651 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37910/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-03-30 10:13:38.655 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:38.657 DEBUG [src.steps.store] Relaying message
|
|
2026-03-30 10:13:38.657 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9352/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-03-30 10:13:38.666 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-30 10:13:38.667 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-03-30 10:13:38.867 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-30 10:13:38.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9352/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:38.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x15cf9d4aed4a60a9530c3e58b2ca7ff993062e5b1cff40e17bb24e48d5b3a4cf"}]}'
|
|
2026-03-30 10:13:38.871 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-30 10:13:38.871 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-03-30 10:13:38.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37910/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 10:13:38.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x15cf9d4aed4a60a9530c3e58b2ca7ff993062e5b1cff40e17bb24e48d5b3a4cf"}]}'
|
|
2026-03-30 10:13:38.875 DEBUG [src.steps.store] messages length is 1
|
|
2026-03-30 10:13:38.875 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-03-30 10:13:43.875 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-03-30 10:13:43.880 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-03-30 10:13:43.880 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-03-30 10:13:43.883 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-03-30 10:13:43.884 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-03-30 10:13:43.887 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-03-30 10:13:43.887 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-03-30 10:13:43.890 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-03-30 10:13:43.891 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-03-30 10:13:43.894 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-03-30 10:13:43.894 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-03-30 10:13:43.897 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-03-30 10:13:43.897 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-03-30 10:13:43.901 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-03-30 10:13:43.901 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.110.135/tcp/9353"} has 1
|
|
2026-03-30 10:13:43.905 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.110.135/tcp/9353"} with value 1.0
|
|
2026-03-30 10:13:43.905 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.110.135/tcp/9353"} has 1
|
|
2026-03-30 10:13:43.909 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.110.135/tcp/9353"} with value 1.0
|
|
2026-03-30 10:13:43.909 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-03-30 10:13:43.913 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-03-30 10:13:43.913 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-03-30 10:13:43.916 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-03-30 10:13:43.917 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-03-30 10:13:43.920 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-03-30 10:13:43.920 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-03-30 10:13:43.923 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-03-30 10:13:43.924 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-03-30 10:13:43.927 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-03-30 10:13:43.927 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-03-30 10:13:43.931 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-03-30 10:13:43.931 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-03-30 10:13:43.934 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-03-30 10:13:43.936 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 10:13:43.937 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 10:13:43.938 DEBUG [src.node.waku_node] Stopping container with id b14a1aa43df1
|
|
2026-03-30 10:13:44.403 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:13:44.405 DEBUG [src.node.waku_node] Stopping container with id 324bb760c60d
|
|
2026-03-30 10:13:44.901 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 10:13:44.903 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 10:13:44.911 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-30 10:13:44.917 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|