mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2026-03-03 04:38:19.651 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:38:19.652 DEBUG [tests.conftest] Running test: test_verify_node_version2 with id: 2026-03-03_04-38-19__eae3a536-16ab-458f-bb11-3fa8dc6181b4
|
|
2026-03-03 04:38:19.653 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:38:19.653 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-03 04:38:19.653 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-03 04:38:19.661 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:38:19.662 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-38-19__eae3a536-16ab-458f-bb11-3fa8dc6181b4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:38:19.662 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:38:19.663 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-03 04:38:19.665 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:38:19.665 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:38:19.668 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:38:19.669 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.137.172
|
|
2026-03-03 04:38:19.669 DEBUG [src.node.docker_mananger] Generated ports ['17743', '17744', '17745', '17746', '17747']
|
|
2026-03-03 04:38:19.669 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:38:19.669 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:38:19.670 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:38:19.670 DEBUG [src.node.docker_mananger] docker run -i -t -p 17743:17743 -p 17744:17744 -p 17745:17745 -p 17746:17746 -p 17747:17747 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=17745 --rest-port=17743 --tcp-port=17744 --discv5-udp-port=17746 --rest-address=0.0.0.0 --nat=extip:172.18.137.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4d646ef910cf74bfdee8dd0a55f0ab72fc16fcd9e8f53faa74fea378056df8bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17747 --metrics-logging=true --relay=true
|
|
2026-03-03 04:38:19.860 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.137.172 waku 94f06a00f31818e61d4691c3fddf740c03714830c00552e7b7ddbc64c21916e8
|
|
2026-03-03 04:38:19.889 ERROR [src.node.docker_mananger] Max retries reached for container 8dc53768c6b3. Exiting log stream.
|
|
2026-03-03 04:38:19.894 DEBUG [src.node.docker_mananger] Container started with ID 94f06a00f318. Setting up logs at ./log/docker/node1_2026-03-03_04-38-19__eae3a536-16ab-458f-bb11-3fa8dc6181b4__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:38:19.894 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17743
|
|
2026-03-03 04:38:19.894 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:38:20.480 ERROR [src.node.docker_mananger] Max retries reached for container 325301b8e0ce. Exiting log stream.
|
|
2026-03-03 04:38:20.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17743/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:38:20.898 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":"NOT_MOUNTED"},{"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":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"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-03 04:38:20.898 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:38:20.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17743/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:38:20.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.137.172/tcp/17744/p2p/16Uiu2HAkwftDX4eKCTjxgSVrxN2jDArPSdxf4XaUSLdRh5zr8z9R","/ip4/172.18.137.172/tcp/17745/ws/p2p/16Uiu2HAkwftDX4eKCTjxgSVrxN2jDArPSdxf4XaUSLdRh5zr8z9R"],"enrUri":"enr:-L24QHE9aHZZs2YpT8cxGu8H7ts9ya0ONunD69fATbTZbYPWOqbOZ50Pgcx7UdHkaT17QorS0UJpXtOvLbWbF7YNPH4CgmlkgnY0gmlwhKwSiayKbXVsdGlhZGRyc5YACASsEomsBkVQAAoErBKJrAZFUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECIVtXWQyfWcWpMGr87sgQhQL8rb5s0PGVMUFB5dCyt7SDdGNwgkVQg3VkcIJFUoV3YWt1MgE"}'
|
|
2026-03-03 04:38:20.901 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:38:20.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17743/version" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:38:20.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-157-gba8587'
|
|
2026-03-03 04:38:20.903 DEBUG [tests.rest_flags.test_debug_flags] version of created node is v0.36.0-157-gba8587
|
|
2026-03-03 04:38:20.905 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:38:20.906 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:38:20.906 DEBUG [src.node.waku_node] Stopping container with id 94f06a00f318
|
|
2026-03-03 04:38:21.467 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:38:21.468 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:38:21.470 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|