mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
113 lines
17 KiB
Plaintext
113 lines
17 KiB
Plaintext
2025-12-09 04:09:00.708 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-09 04:09:00.708 DEBUG [tests.conftest] Running test: test_metrics_after_store_get with id: 2025-12-09_04-09-00__47768366-3302-4e69-9b35-414273b9d6bb
|
|
2025-12-09 04:09:00.708 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-09 04:09:00.709 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-09 04:09:00.709 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-09 04:09:00.709 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-09 04:09:00.710 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-09 04:09:00.710 DEBUG [src.steps.store] Running fixture setup: node_setup
|
|
2025-12-09 04:09:00.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-09 04:09:00.717 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-09_04-09-00__47768366-3302-4e69-9b35-414273b9d6bb__wakuorg_nwaku:latest.log
|
|
2025-12-09 04:09:00.717 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-09 04:09:00.717 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-09 04:09:00.718 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-09 04:09:00.718 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.83
|
|
2025-12-09 04:09:00.719 DEBUG [src.node.docker_mananger] Generated ports ['2430', '2431', '2432', '2433', '2434']
|
|
2025-12-09 04:09:00.719 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-09 04:09:00.719 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-09 04:09:00.719 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-09 04:09:00.719 DEBUG [src.node.docker_mananger] docker run -i -t -p 2430:2430 -p 2431:2431 -p 2432:2432 -p 2433:2433 -p 2434:2434 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=2432 --rest-port=2430 --tcp-port=2431 --discv5-udp-port=2433 --rest-address=0.0.0.0 --nat=extip:172.18.200.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a913ea2aafdfbb06c403dca738ad61bcd7eaf8bd1dc9c23416f32c45b6a8b403 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2434 --metrics-logging=true --store=true --relay=true
|
|
2025-12-09 04:09:00.908 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.83 waku 30a9b67c57464ee601925a47685407a8ddd2f130ba409ccc4c625e28be54f8e6
|
|
2025-12-09 04:09:00.939 DEBUG [src.node.docker_mananger] Container started with ID 30a9b67c5746. Setting up logs at ./log/docker/publishing_node1_2025-12-09_04-09-00__47768366-3302-4e69-9b35-414273b9d6bb__wakuorg_nwaku:latest.log
|
|
2025-12-09 04:09:00.939 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2430
|
|
2025-12-09 04:09:00.940 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-09 04:09:00.958 ERROR [src.node.docker_mananger] Max retries reached for container d119da7f7a98. Exiting log stream.
|
|
2025-12-09 04:09:01.499 ERROR [src.node.docker_mananger] Max retries reached for container 68f0bdf8be2d. Exiting log stream.
|
|
2025-12-09 04:09:01.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2430/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:09:01.943 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-09 04:09:01.943 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-09 04:09:01.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2430/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:09:01.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.83/tcp/2431/p2p/16Uiu2HAm3ExWJhBJbZmgXwDduW7rku4HWj72vYBX8dkaQ7gQMxAn","/ip4/172.18.200.83/tcp/2432/ws/p2p/16Uiu2HAm3ExWJhBJbZmgXwDduW7rku4HWj72vYBX8dkaQ7gQMxAn"],"enrUri":"enr:-L24QHLJRZpz4mImMZ42fx_pSSF-81QpmQsutn42qubGkL6RMOqZwmEbpr1ovhFPOIrQklT-pVKLSkBk62RbjMZhM8gCgmlkgnY0gmlwhKwSyFOKbXVsdGlhZGRyc5YACASsEshTBgl_AAoErBLIUwYJgN0DgnJzhQADAQAAiXNlY3AyNTZrMaECdB7K6BAJPJx6aG2241oXWWW4H6XuYpPbVGTG-UbrFeODdGNwggl_g3VkcIIJgYV3YWt1MgM"}'
|
|
2025-12-09 04:09:01.946 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-09 04:09:01.953 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-09 04:09:01.954 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-09_04-09-00__47768366-3302-4e69-9b35-414273b9d6bb__wakuorg_nwaku:latest.log
|
|
2025-12-09 04:09:01.954 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-09 04:09:01.954 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-09 04:09:01.955 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-09 04:09:01.956 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.223
|
|
2025-12-09 04:09:01.956 DEBUG [src.node.docker_mananger] Generated ports ['27505', '27506', '27507', '27508', '27509']
|
|
2025-12-09 04:09:01.956 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-09 04:09:01.956 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-09 04:09:01.956 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-09 04:09:01.956 DEBUG [src.node.docker_mananger] docker run -i -t -p 27505:27505 -p 27506:27506 -p 27507:27507 -p 27508:27508 -p 27509:27509 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=27507 --rest-port=27505 --tcp-port=27506 --discv5-udp-port=27508 --rest-address=0.0.0.0 --nat=extip:172.18.77.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbf7d144aa6ffd3cae27ed9e2fa2e8eda49a1dc4abc7c1ea4e2fc1cc004dc8cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27509 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHLJRZpz4mImMZ42fx_pSSF-81QpmQsutn42qubGkL6RMOqZwmEbpr1ovhFPOIrQklT-pVKLSkBk62RbjMZhM8gCgmlkgnY0gmlwhKwSyFOKbXVsdGlhZGRyc5YACASsEshTBgl_AAoErBLIUwYJgN0DgnJzhQADAQAAiXNlY3AyNTZrMaECdB7K6BAJPJx6aG2241oXWWW4H6XuYpPbVGTG-UbrFeODdGNwggl_g3VkcIIJgYV3YWt1MgM --storenode=/ip4/172.18.200.83/tcp/2431/p2p/16Uiu2HAm3ExWJhBJbZmgXwDduW7rku4HWj72vYBX8dkaQ7gQMxAn --store=true --relay=true
|
|
2025-12-09 04:09:02.137 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.223 waku e3b0948ae831fcc39451af8568ecdeb9b9fc15a03b64947c0afccbbdeb9b4e40
|
|
2025-12-09 04:09:02.167 DEBUG [src.node.docker_mananger] Container started with ID e3b0948ae831. Setting up logs at ./log/docker/store_node1_2025-12-09_04-09-00__47768366-3302-4e69-9b35-414273b9d6bb__wakuorg_nwaku:latest.log
|
|
2025-12-09 04:09:02.168 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27505
|
|
2025-12-09 04:09:02.169 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-09 04:09:03.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27505/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:09:03.174 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-09 04:09:03.174 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-09 04:09:03.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27505/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:09:03.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.223/tcp/27506/p2p/16Uiu2HAmQrLeUaQnj9rEUSFLh9BY5QPaH145wuLmbQrdUeLEqYFe","/ip4/172.18.77.223/tcp/27507/ws/p2p/16Uiu2HAmQrLeUaQnj9rEUSFLh9BY5QPaH145wuLmbQrdUeLEqYFe"],"enrUri":"enr:-L24QNiR46H0t3k1-BhgiHUdsFtgs_-1g5hYjAvAfRd6I_GKchSneFfMqjq-UyxMaX6NCC0cUdR-UdgPSAL-vCTMFuUCgmlkgnY0gmlwhKwSTd-KbXVsdGlhZGRyc5YACASsEk3fBmtyAAoErBJN3wZrc90DgnJzhQADAQAAiXNlY3AyNTZrMaEDtTSUxUH0VjZcWFwRfCylXLKS0ONfwZWfscsJ-VDkc52DdGNwgmtyg3VkcIJrdIV3YWt1MgM"}'
|
|
2025-12-09 04:09:03.177 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-09 04:09:03.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27505/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.83/tcp/2431/p2p/16Uiu2HAm3ExWJhBJbZmgXwDduW7rku4HWj72vYBX8dkaQ7gQMxAn"]'
|
|
2025-12-09 04:09:03.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-09 04:09:03.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2430/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-09 04:09:03.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-09 04:09:03.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27505/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-09 04:09:03.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-09 04:09:03.191 DEBUG [src.steps.store] Relaying message
|
|
2025-12-09 04:09:03.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2430/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-09 04:09:03.196 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-09 04:09:03.196 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
|
2025-12-09 04:09:03.397 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-09 04:09:03.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2430/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:09:03.401 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa8eec63ebf06377638e55a1332032e3cb0b6923c1cd8a300d504b27924c1954f"}]}'
|
|
2025-12-09 04:09:03.401 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-09 04:09:03.401 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
|
2025-12-09 04:09:03.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27505/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:09:03.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa8eec63ebf06377638e55a1332032e3cb0b6923c1cd8a300d504b27924c1954f"}]}'
|
|
2025-12-09 04:09:03.404 DEBUG [src.steps.store] messages length is 1
|
|
2025-12-09 04:09:03.405 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2025-12-09 04:09:08.405 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-09 04:09:08.410 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-09 04:09:08.410 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-09 04:09:08.414 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-09 04:09:08.414 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-09 04:09:08.417 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-09 04:09:08.417 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-09 04:09:08.420 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-09 04:09:08.421 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-09 04:09:08.424 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-09 04:09:08.424 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-09 04:09:08.427 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-09 04:09:08.428 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-09 04:09:08.431 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-09 04:09:08.431 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.200.83/tcp/2431"} has 1
|
|
2025-12-09 04:09:08.434 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store/2.0.0-beta4",peerId="/ip4/172.18.200.83/tcp/2431"} with value 1.0
|
|
2025-12-09 04:09:08.435 DEBUG [src.steps.metrics] Checking metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.200.83/tcp/2431"} has 1
|
|
2025-12-09 04:09:08.438 DEBUG [src.steps.metrics] Found metric: waku_service_peers{protocol="/vac/waku/store-query/3.0.0",peerId="/ip4/172.18.200.83/tcp/2431"} with value 1.0
|
|
2025-12-09 04:09:08.438 DEBUG [src.steps.metrics] Checking metric: libp2p_peers has 1
|
|
2025-12-09 04:09:08.441 DEBUG [src.steps.metrics] Found metric: libp2p_peers with value 1.0
|
|
2025-12-09 04:09:08.442 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_peers has 1
|
|
2025-12-09 04:09:08.445 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_peers with value 1.0
|
|
2025-12-09 04:09:08.445 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_topics has 1
|
|
2025-12-09 04:09:08.448 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_topics with value 2.0
|
|
2025-12-09 04:09:08.448 DEBUG [src.steps.metrics] Checking metric: libp2p_pubsub_subscriptions_total has 1
|
|
2025-12-09 04:09:08.451 DEBUG [src.steps.metrics] Found metric: libp2p_pubsub_subscriptions_total with value 2.0
|
|
2025-12-09 04:09:08.452 DEBUG [src.steps.metrics] Checking metric: waku_peer_store_size has 1
|
|
2025-12-09 04:09:08.455 DEBUG [src.steps.metrics] Found metric: waku_peer_store_size with value 1.0
|
|
2025-12-09 04:09:08.455 DEBUG [src.steps.metrics] Checking metric: waku_histogram_message_size_count has 1
|
|
2025-12-09 04:09:08.458 DEBUG [src.steps.metrics] Found metric: waku_histogram_message_size_count with value 1.0
|
|
2025-12-09 04:09:08.458 DEBUG [src.steps.metrics] Checking metric: waku_node_messages_total{type="relay"} has 1
|
|
2025-12-09 04:09:08.461 DEBUG [src.steps.metrics] Found metric: waku_node_messages_total{type="relay"} with value 1.0
|
|
2025-12-09 04:09:08.464 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-09 04:09:08.465 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-09 04:09:08.465 DEBUG [src.node.waku_node] Stopping container with id 30a9b67c5746
|
|
2025-12-09 04:09:09.021 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-09 04:09:09.022 DEBUG [src.node.waku_node] Stopping container with id e3b0948ae831
|
|
2025-12-09 04:09:09.542 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-09 04:09:09.542 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-09 04:09:09.556 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-09 04:09:09.563 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|