mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-27 21:09:29 +00:00
111 lines
16 KiB
Plaintext
111 lines
16 KiB
Plaintext
2026-04-23 05:20:56.915 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 05:20:56.915 DEBUG [tests.conftest] Running test: test_metrics_after_store_get with id: 2026-04-23_05-20-56__17f66225-dbd6-4ac2-be01-8c03f6120d0a
|
|
2026-04-23 05:20:56.916 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 05:20:56.916 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-04-23 05:20:56.916 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-04-23 05:20:56.916 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 05:20:56.916 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-04-23 05:20:56.917 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2026-04-23 05:20:56.923 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:20:56.923 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-04-23_05-20-56__17f66225-dbd6-4ac2-be01-8c03f6120d0a__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:20:56.923 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:20:56.923 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:20:56.924 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:20:56.925 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.25.31
|
|
2026-04-23 05:20:56.925 DEBUG [src.node.docker_mananger] Generated ports ['13367', '13368', '13369', '13370', '13371']
|
|
2026-04-23 05:20:56.925 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:20:56.925 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:20:56.925 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:20:56.925 DEBUG [src.node.docker_mananger] docker run -i -t -p 13367:13367 -p 13368:13368 -p 13369:13369 -p 13370:13370 -p 13371:13371 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=13369 --rest-port=13367 --tcp-port=13368 --discv5-udp-port=13370 --rest-address=0.0.0.0 --nat=extip:172.18.25.31 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=d13cabf29edabe7174ac46e9d79762ef7e18372fcb47ecfabac35efce3f0ac8b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13371 --metrics-logging=true --store=true --relay=true
|
|
2026-04-23 05:20:57.083 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.25.31 waku 099c607253820bb456a8fa8612e362b11b385482b46d116c9c74172e8dc9fff1
|
|
2026-04-23 05:20:57.111 DEBUG [src.node.docker_mananger] Container started with ID 099c60725382. Setting up logs at ./log/docker/publishing_node1_2026-04-23_05-20-56__17f66225-dbd6-4ac2-be01-8c03f6120d0a__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:20:57.113 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13367
|
|
2026-04-23 05:20:57.113 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:20:57.320 ERROR [src.node.docker_mananger] Max retries reached for container cbff80778bb9. Exiting log stream.
|
|
2026-04-23 05:20:57.690 ERROR [src.node.docker_mananger] Max retries reached for container 5672e2e07183. Exiting log stream.
|
|
2026-04-23 05:20:58.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13367/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:20:58.116 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:20:58.116 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:20:58.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13367/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:20:58.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.25.31/tcp/13368/p2p/16Uiu2HAkwbfpsyhwefvDniz3TLExuKa2KwZJ1QUg9pGZikznem1r","/ip4/172.18.25.31/tcp/13369/ws/p2p/16Uiu2HAkwbfpsyhwefvDniz3TLExuKa2KwZJ1QUg9pGZikznem1r"],"enrUri":"enr:-L24QJXHdIFLZg1qUcx-TaLr9C8YmQbMvuxIbGc5BlX-5ICtLG54QyWKVJbAv8eXqF2PmXs19Hc5cxplLjyGrqvdemkCgmlkgnY0gmlwhKwSGR-KbXVsdGlhZGRyc5YACASsEhkfBjQ4AAoErBIZHwY0Od0DgnJzhQDGAQAAiXNlY3AyNTZrMaECIEcCF3R68hdt1HMJufU6qfzSL9WZprk03gMbWRGBM9mDdGNwgjQ4g3VkcII0OoV3YWt1MgM"}'
|
|
2026-04-23 05:20:58.119 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:20:58.126 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:20:58.126 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-04-23_05-20-56__17f66225-dbd6-4ac2-be01-8c03f6120d0a__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:20:58.126 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:20:58.126 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:20:58.127 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:20:58.128 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.24
|
|
2026-04-23 05:20:58.128 DEBUG [src.node.docker_mananger] Generated ports ['21256', '21257', '21258', '21259', '21260']
|
|
2026-04-23 05:20:58.128 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:20:58.128 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:20:58.128 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:20:58.128 DEBUG [src.node.docker_mananger] docker run -i -t -p 21256:21256 -p 21257:21257 -p 21258:21258 -p 21259:21259 -p 21260:21260 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=21258 --rest-port=21256 --tcp-port=21257 --discv5-udp-port=21259 --rest-address=0.0.0.0 --nat=extip:172.18.185.24 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=a061afc3e0d9bbfac1d630dd1efced1fae08f7aaf6bb6028788c319de9cb6b37 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21260 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJXHdIFLZg1qUcx-TaLr9C8YmQbMvuxIbGc5BlX-5ICtLG54QyWKVJbAv8eXqF2PmXs19Hc5cxplLjyGrqvdemkCgmlkgnY0gmlwhKwSGR-KbXVsdGlhZGRyc5YACASsEhkfBjQ4AAoErBIZHwY0Od0DgnJzhQDGAQAAiXNlY3AyNTZrMaECIEcCF3R68hdt1HMJufU6qfzSL9WZprk03gMbWRGBM9mDdGNwgjQ4g3VkcII0OoV3YWt1MgM --storenode=/ip4/172.18.25.31/tcp/13368/p2p/16Uiu2HAkwbfpsyhwefvDniz3TLExuKa2KwZJ1QUg9pGZikznem1r --store=true --relay=true
|
|
2026-04-23 05:20:58.292 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.24 waku 0ae7876111a6d554ba9b3bf5702d6ba023a2aca5b62a3ea98205189994bd048c
|
|
2026-04-23 05:20:58.321 DEBUG [src.node.docker_mananger] Container started with ID 0ae7876111a6. Setting up logs at ./log/docker/store_node1_2026-04-23_05-20-56__17f66225-dbd6-4ac2-be01-8c03f6120d0a__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:20:58.322 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21256
|
|
2026-04-23 05:20:58.322 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:20:59.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21256/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:20:59.325 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:20:59.325 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:20:59.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21256/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:20:59.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.24/tcp/21257/p2p/16Uiu2HAkvxs1WXYzU9gzgpfhhASQyW1sKpncaVGqWes4ZSYrKtHK","/ip4/172.18.185.24/tcp/21258/ws/p2p/16Uiu2HAkvxs1WXYzU9gzgpfhhASQyW1sKpncaVGqWes4ZSYrKtHK"],"enrUri":"enr:-L24QP2ELKgp0BeZqsvUjnYrLDBNsE-EGW4Nya8oWQEcEm2ACxk-DRW_MYkzAkdD47WB8KcYWqdHXVen55-W_U5uwMUCgmlkgnY0gmlwhKwSuRiKbXVsdGlhZGRyc5YACASsErkYBlMJAAoErBK5GAZTCt0DgnJzhQDGAQAAiXNlY3AyNTZrMaECFtkpx__IAKiK7Rtqhg66ASj5rp4aq4aTbb6NEI4Dtl6DdGNwglMJg3VkcIJTC4V3YWt1MgM"}'
|
|
2026-04-23 05:20:59.328 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:20:59.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21256/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.25.31/tcp/13368/p2p/16Uiu2HAkwbfpsyhwefvDniz3TLExuKa2KwZJ1QUg9pGZikznem1r"]'
|
|
2026-04-23 05:20:59.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:20:59.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13367/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-04-23 05:20:59.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:20:59.335 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/1"]'
|
|
2026-04-23 05:20:59.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:20:59.345 DEBUG [src.steps.store] Relaying message
|
|
2026-04-23 05:20:59.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13367/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:20:59.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:20:59.350 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2026-04-23 05:20:59.551 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-04-23 05:20:59.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13367/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:20:59.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3299ce5f8e3147ab5f8ad6591aa15ecada67f9b36b2aa8e29b1ef658abc912b8"}]}'
|
|
2026-04-23 05:20:59.554 DEBUG [src.steps.store] messages length is 1
|
|
2026-04-23 05:20:59.555 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2026-04-23 05:20:59.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21256/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:20:59.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x3299ce5f8e3147ab5f8ad6591aa15ecada67f9b36b2aa8e29b1ef658abc912b8"}]}'
|
|
2026-04-23 05:20:59.559 DEBUG [src.steps.store] messages length is 1
|
|
2026-04-23 05:20:59.559 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-04-23 05:21:04.560 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-04-23 05:21:04.565 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-04-23 05:21:04.565 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-04-23 05:21:04.568 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-04-23 05:21:04.569 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-04-23 05:21:04.572 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-04-23 05:21:04.572 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-04-23 05:21:04.575 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-04-23 05:21:04.576 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-04-23 05:21:04.579 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-04-23 05:21:04.579 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-04-23 05:21:04.582 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-04-23 05:21:04.582 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-04-23 05:21:04.585 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-04-23 05:21:04.585 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.25.31/tcp/13368"} has 1
|
|
2026-04-23 05:21:04.589 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.25.31/tcp/13368"} with value 1.0
|
|
2026-04-23 05:21:04.589 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2026-04-23 05:21:04.592 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2026-04-23 05:21:04.592 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2026-04-23 05:21:04.595 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2026-04-23 05:21:04.596 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2026-04-23 05:21:04.599 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2026-04-23 05:21:04.599 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2026-04-23 05:21:04.602 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2026-04-23 05:21:04.603 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2026-04-23 05:21:04.609 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2026-04-23 05:21:04.610 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2026-04-23 05:21:04.613 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2026-04-23 05:21:04.613 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2026-04-23 05:21:04.616 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2026-04-23 05:21:04.625 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 05:21:04.626 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 05:21:04.626 DEBUG [src.node.waku_node] Stopping container with id 099c60725382
|
|
2026-04-23 05:21:05.073 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:21:05.073 DEBUG [src.node.waku_node] Stopping container with id 0ae7876111a6
|
|
2026-04-23 05:21:05.500 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:21:05.503 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 05:21:05.518 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:21:05.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|