mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
39 lines
6.1 KiB
Plaintext
39 lines
6.1 KiB
Plaintext
2026-03-05 15:08:59.145 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:08:59.146 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-03-05_15-08-59__097be9d8-4c8e-40f0-9552-2f17e60e51f6
|
|
2026-03-05 15:08:59.147 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:08:59.147 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-05 15:08:59.148 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 15:08:59.148 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:08:59.149 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:08:59.162 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:08:59.163 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-08-59__097be9d8-4c8e-40f0-9552-2f17e60e51f6__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:59.163 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:08:59.164 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:08:59.166 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:08:59.167 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.12
|
|
2026-03-05 15:08:59.167 DEBUG [src.node.docker_mananger] Generated ports ['3854', '3855', '3856', '3857', '3858']
|
|
2026-03-05 15:08:59.167 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:08:59.168 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:08:59.168 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:08:59.168 DEBUG [src.node.docker_mananger] docker run -i -t -p 3854:3854 -p 3855:3855 -p 3856:3856 -p 3857:3857 -p 3858:3858 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3856 --rest-port=3854 --tcp-port=3855 --discv5-udp-port=3857 --rest-address=0.0.0.0 --nat=extip:172.18.210.12 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7662b8eebd55ef7cdc5d26210a6a261d1d6e6072f1bab70b958169ebadb629fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3858 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
|
2026-03-05 15:08:59.361 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.12 waku bd80b34006ba646e8aa84854a77a39bc8001711ffd998514e8d40ded670646f0
|
|
2026-03-05 15:08:59.387 ERROR [src.node.docker_mananger] Max retries reached for container 04dcf3fc3f21. Exiting log stream.
|
|
2026-03-05 15:08:59.398 DEBUG [src.node.docker_mananger] Container started with ID bd80b34006ba. Setting up logs at ./log/docker/node1_2026-03-05_15-08-59__097be9d8-4c8e-40f0-9552-2f17e60e51f6__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:08:59.398 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 3854
|
|
2026-03-05 15:08:59.398 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:08:59.991 ERROR [src.node.docker_mananger] Max retries reached for container 7609b135378f. Exiting log stream.
|
|
2026-03-05 15:09:00.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3854/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:00.401 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-03-05 15:09:00.402 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:09:00.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3854/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:09:00.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.12/tcp/3855/p2p/16Uiu2HAmDhJHH1tNvoJCvyPqFtRnidX5LLvCEYad9NFkRLJhA6Pi","/ip4/172.18.210.12/tcp/3856/ws/p2p/16Uiu2HAmDhJHH1tNvoJCvyPqFtRnidX5LLvCEYad9NFkRLJhA6Pi"],"enrUri":"enr:-L24QHnqidav9D5XKLe_4ArLNCDEjlbPl-WplxB-eq1LRlapErdQg1wKBSMJcmwPBqWmAHAU0yZy8eRUZCjFB0okdQsCgmlkgnY0gmlwhKwS0gyKbXVsdGlhZGRyc5YACASsEtIMBg8PAAoErBLSDAYPEN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDD3Mfe3cNiJ-LUuTAK_uapz3aXZtzqmq5cHt4gkTqCiGDdGNwgg8Pg3VkcIIPEYV3YWt1Mg8"}'
|
|
2026-03-05 15:09:00.404 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:09:00.404 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-03-05 15:09:05.409 DEBUG [src.steps.metrics] All metrics are present and have valid values.
|
|
2026-03-05 15:09:05.412 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:09:05.413 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:09:05.413 DEBUG [src.node.waku_node] Stopping container with id bd80b34006ba
|
|
2026-03-05 15:09:05.977 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:09:05.979 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:09:05.983 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|