mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-11 02:13:07 +00:00
113 lines
17 KiB
Plaintext
113 lines
17 KiB
Plaintext
2025-12-08 12:11:00.579 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-08 12:11:00.580 DEBUG [tests.conftest] Running test: test_metrics_after_store_get with id: 2025-12-08_12-11-00__d4c71d0e-e516-483d-8331-94d80afcf01d
|
|
2025-12-08 12:11:00.580 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-08 12:11:00.580 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-08 12:11:00.581 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-08 12:11:00.581 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-08 12:11:00.581 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-08 12:11:00.582 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2025-12-08 12:11:00.588 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:11:00.588 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-08_12-11-00__d4c71d0e-e516-483d-8331-94d80afcf01d__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:00.588 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:11:00.588 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:11:00.589 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:11:00.589 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.141
|
|
2025-12-08 12:11:00.590 DEBUG [src.node.docker_mananger] Generated ports ['25913', '25914', '25915', '25916', '25917']
|
|
2025-12-08 12:11:00.590 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:11:00.590 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:11:00.590 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:11:00.590 DEBUG [src.node.docker_mananger] docker run -i -t -p 25913:25913 -p 25914:25914 -p 25915:25915 -p 25916:25916 -p 25917:25917 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=25915 --rest-port=25913 --tcp-port=25914 --discv5-udp-port=25916 --rest-address=0.0.0.0 --nat=extip:172.18.236.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bf31c1cfccadc7c72acbabfd6830d5feebcc3fc668fcaee63a10d01483a0a6dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25917 --metrics-logging=true --store=true --relay=true
|
|
2025-12-08 12:11:00.734 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.141 waku 81d8865f90db2acee1284d8887417cf7c10a0e8b81af51b9085912e294cacaab
|
|
2025-12-08 12:11:00.760 DEBUG [src.node.docker_mananger] Container started with ID 81d8865f90db. Setting up logs at ./log/docker/publishing_node1_2025-12-08_12-11-00__d4c71d0e-e516-483d-8331-94d80afcf01d__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:00.761 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25913
|
|
2025-12-08 12:11:00.763 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:11:00.931 ERROR [src.node.docker_mananger] Max retries reached for container 081abe2c5bc7. Exiting log stream.
|
|
2025-12-08 12:11:01.373 ERROR [src.node.docker_mananger] Max retries reached for container 384d80c55007. Exiting log stream.
|
|
2025-12-08 12:11:01.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25913/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:01.767 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-08 12:11:01.767 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:11:01.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25913/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:01.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.141/tcp/25914/p2p/16Uiu2HAmGGzotBFf3FWiRuZKDhsRgW9Cut3v12Nwpri8kdsfRbbg","/ip4/172.18.236.141/tcp/25915/ws/p2p/16Uiu2HAmGGzotBFf3FWiRuZKDhsRgW9Cut3v12Nwpri8kdsfRbbg"],"enrUri":"enr:-L24QJ0E_ZMeyn6WQnHl_T0l9A5tr1lZ37s56BR1xjwc-NW9cWqR-DDlmXg_XQ_hv0odvmoDmi92BbgFUJS5dIlC1dgCgmlkgnY0gmlwhKwS7I2KbXVsdGlhZGRyc5YACASsEuyNBmU6AAoErBLsjQZlO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDNcx9A8vnhrk0J_0ilWFD3vsWQQz9ZRCFBMgmxXGk1YODdGNwgmU6g3VkcIJlPIV3YWt1MgM"}'
|
|
2025-12-08 12:11:01.770 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:11:01.776 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-08 12:11:01.776 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-08_12-11-00__d4c71d0e-e516-483d-8331-94d80afcf01d__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:01.776 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-08 12:11:01.776 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-08 12:11:01.778 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-08 12:11:01.778 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.202.237
|
|
2025-12-08 12:11:01.778 DEBUG [src.node.docker_mananger] Generated ports ['34637', '34638', '34639', '34640', '34641']
|
|
2025-12-08 12:11:01.778 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-08 12:11:01.778 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-08 12:11:01.778 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-08 12:11:01.778 DEBUG [src.node.docker_mananger] docker run -i -t -p 34637:34637 -p 34638:34638 -p 34639:34639 -p 34640:34640 -p 34641:34641 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=34639 --rest-port=34637 --tcp-port=34638 --discv5-udp-port=34640 --rest-address=0.0.0.0 --nat=extip:172.18.202.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0fd4d7f00bd93e50cd5f7e5dfcc874a5e28e2f23bd1dfce0d0b04a2e019a2e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34641 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJ0E_ZMeyn6WQnHl_T0l9A5tr1lZ37s56BR1xjwc-NW9cWqR-DDlmXg_XQ_hv0odvmoDmi92BbgFUJS5dIlC1dgCgmlkgnY0gmlwhKwS7I2KbXVsdGlhZGRyc5YACASsEuyNBmU6AAoErBLsjQZlO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDNcx9A8vnhrk0J_0ilWFD3vsWQQz9ZRCFBMgmxXGk1YODdGNwgmU6g3VkcIJlPIV3YWt1MgM --storenode=/ip4/172.18.236.141/tcp/25914/p2p/16Uiu2HAmGGzotBFf3FWiRuZKDhsRgW9Cut3v12Nwpri8kdsfRbbg --store=true --relay=true
|
|
2025-12-08 12:11:01.924 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.202.237 waku 55900e6357db393a7f7992256bb9fe04ab1f839999907cb092fba0bf34f9519a
|
|
2025-12-08 12:11:01.948 DEBUG [src.node.docker_mananger] Container started with ID 55900e6357db. Setting up logs at ./log/docker/store_node1_2025-12-08_12-11-00__d4c71d0e-e516-483d-8331-94d80afcf01d__wakuorg_nwaku:latest.log
|
|
2025-12-08 12:11:01.950 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34637
|
|
2025-12-08 12:11:01.950 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-08 12:11:02.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34637/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:02.954 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-08 12:11:02.955 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-08 12:11:02.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34637/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:02.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.202.237/tcp/34638/p2p/16Uiu2HAmVXyd6Utx3JniJqyavnd2BVBunLaLf2LnmjuQrj9UJ1Po","/ip4/172.18.202.237/tcp/34639/ws/p2p/16Uiu2HAmVXyd6Utx3JniJqyavnd2BVBunLaLf2LnmjuQrj9UJ1Po"],"enrUri":"enr:-L24QJt6RNH25Kzz9un_Ob_FMHgw8lZCNjIRNDWc4SAAgJ4jau-_WnZ-CubrY3J1lDj47F2dCpD4zOMAjacQy6tkOtECgmlkgnY0gmlwhKwSyu2KbXVsdGlhZGRyc5YACASsEsrtBodOAAoErBLK7QaHT90DgnJzhQADAQAAiXNlY3AyNTZrMaED-srKHRNx9EO_AznB7MfSBrY7GqkSI-vRZ2jCbg1Zb4KDdGNwgodOg3VkcIKHUIV3YWt1MgM"}'
|
|
2025-12-08 12:11:02.957 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-08 12:11:02.957 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34637/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.141/tcp/25914/p2p/16Uiu2HAmGGzotBFf3FWiRuZKDhsRgW9Cut3v12Nwpri8kdsfRbbg"]'
|
|
2025-12-08 12:11:02.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:02.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25913/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 12:11:02.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:02.964 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34637/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-08 12:11:02.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:02.971 DEBUG [src.steps.store] Relaying message
|
|
2025-12-08 12:11:02.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25913/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-08 12:11:02.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-08 12:11:02.977 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-08 12:11:03.177 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-08 12:11:03.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25913/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:03.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1300712b80e98f143a679729ba77e393b85cff9a29fe4f32193f2de98647f226"}]}'
|
|
2025-12-08 12:11:03.181 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-08 12:11:03.181 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-08 12:11:03.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34637/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-08 12:11:03.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1300712b80e98f143a679729ba77e393b85cff9a29fe4f32193f2de98647f226"}]}'
|
|
2025-12-08 12:11:03.184 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-08 12:11:03.184 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2025-12-08 12:11:08.185 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-08 12:11:08.189 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-08 12:11:08.189 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-08 12:11:08.192 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-08 12:11:08.192 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-08 12:11:08.195 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-08 12:11:08.195 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-08 12:11:08.198 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-08 12:11:08.198 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-08 12:11:08.201 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-08 12:11:08.202 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-08 12:11:08.204 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-08 12:11:08.205 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-08 12:11:08.207 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-08 12:11:08.208 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.236.141/tcp/25914"} has 1
|
|
2025-12-08 12:11:08.211 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.236.141/tcp/25914"} with value 1.0
|
|
2025-12-08 12:11:08.211 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.236.141/tcp/25914"} has 1
|
|
2025-12-08 12:11:08.214 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.236.141/tcp/25914"} with value 1.0
|
|
2025-12-08 12:11:08.214 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-08 12:11:08.217 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-08 12:11:08.217 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-08 12:11:08.220 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-08 12:11:08.220 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-08 12:11:08.223 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-08 12:11:08.223 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-08 12:11:08.226 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-08 12:11:08.226 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-08 12:11:08.229 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-08 12:11:08.229 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-08 12:11:08.232 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-08 12:11:08.233 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-08 12:11:08.235 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-08 12:11:08.237 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-08 12:11:08.238 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-08 12:11:08.238 DEBUG [src.node.waku_node] Stopping container with id 81d8865f90db
|
|
2025-12-08 12:11:08.719 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:11:08.720 DEBUG [src.node.waku_node] Stopping container with id 55900e6357db
|
|
2025-12-08 12:11:09.172 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-08 12:11:09.174 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-08 12:11:09.180 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-08 12:11:09.186 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|