mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
39 lines
6.1 KiB
Plaintext
39 lines
6.1 KiB
Plaintext
2026-02-25 20:06:20.643 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 20:06:20.644 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-02-25_20-06-20__3fb5cdf9-a1fb-4bd5-a2bb-12478ac57696
|
|
2026-02-25 20:06:20.644 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 20:06:20.644 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 20:06:20.645 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-02-25 20:06:20.645 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 20:06:20.645 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-02-25 20:06:20.653 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-02-25 20:06:20.654 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_20-06-20__3fb5cdf9-a1fb-4bd5-a2bb-12478ac57696__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-02-25 20:06:20.654 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 20:06:20.654 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 20:06:20.655 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 20:06:20.655 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.184
|
|
2026-02-25 20:06:20.655 DEBUG [src.node.docker_mananger] Generated ports ['63594', '63595', '63596', '63597', '63598']
|
|
2026-02-25 20:06:20.656 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 20:06:20.656 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 20:06:20.656 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 20:06:20.656 DEBUG [src.node.docker_mananger] docker run -i -t -p 63594:63594 -p 63595:63595 -p 63596:63596 -p 63597:63597 -p 63598:63598 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63596 --rest-port=63594 --tcp-port=63595 --discv5-udp-port=63597 --rest-address=0.0.0.0 --nat=extip:172.18.128.184 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=081fa71b6dbec12f8a5bd8d9a919d8abe8dac71642dccc99c6db2c8fd8a5dfd8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63598 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
|
2026-02-25 20:06:20.883 ERROR [src.node.docker_mananger] Max retries reached for container 783230d7d9e7. Exiting log stream.
|
|
2026-02-25 20:06:21.435 ERROR [src.node.docker_mananger] Max retries reached for container 2dda647ec5bb. Exiting log stream.
|
|
2026-02-25 20:06:32.134 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.184 waku 8b78a09e8f4c223f30737c6ca4e04011fd194049d6d786cdaaac12151be62126
|
|
2026-02-25 20:06:32.168 DEBUG [src.node.docker_mananger] Container started with ID 8b78a09e8f4c. Setting up logs at ./log/docker/node1_2026-02-25_20-06-20__3fb5cdf9-a1fb-4bd5-a2bb-12478ac57696__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-02-25 20:06:32.170 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 63594
|
|
2026-02-25 20:06:32.171 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 20:06:33.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63594/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:33.176 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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-02-25 20:06:33.176 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 20:06:33.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63594/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 20:06:33.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.184/tcp/63595/p2p/16Uiu2HAm3XBDgEMWByqAt996WZWMb9xnK6N9vnFtFjyE1iYwDBbh","/ip4/172.18.128.184/tcp/63596/ws/p2p/16Uiu2HAm3XBDgEMWByqAt996WZWMb9xnK6N9vnFtFjyE1iYwDBbh"],"enrUri":"enr:-L24QD4CFpV4a6WzelTmPeBdRGGqh5NWko-dF-zEzjJPYwrXF-RkynDkyGjO5crivTC2IHZN1m1N0OEDmDRc9KBmnSMCgmlkgnY0gmlwhKwSgLiKbXVsdGlhZGRyc5YACASsEoC4BvhrAAoErBKAuAb4bN0DgnJzhQADAQAAiXNlY3AyNTZrMaECeEZ15L5F3TefuZy_Uz50jJWNuvEF0MCIQXenGe35CiSDdGNwgvhrg3VkcIL4bYV3YWt1Mg8"}'
|
|
2026-02-25 20:06:33.179 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 20:06:33.179 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-02-25 20:06:38.184 DEBUG [src.steps.metrics] All metrics are present and have valid values.
|
|
2026-02-25 20:06:38.187 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 20:06:38.188 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 20:06:38.188 DEBUG [src.node.waku_node] Stopping container with id 8b78a09e8f4c
|
|
2026-02-25 20:06:38.743 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 20:06:38.746 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 20:06:38.751 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|