mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-01 08:03:29 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2026-03-12 04:38:17.740 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-12 04:38:17.740 DEBUG [tests.conftest] Running test: test_get_debug_version_is_string with id: 2026-03-12_04-38-17__631d3bff-29a4-4862-9f6f-6ed78d65d28d
|
|
2026-03-12 04:38:17.741 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-12 04:38:17.741 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-12 04:38:17.741 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-12 04:38:17.748 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-12 04:38:17.748 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-12_04-38-17__631d3bff-29a4-4862-9f6f-6ed78d65d28d__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:38:17.748 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-12 04:38:17.748 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-12 04:38:17.749 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-12 04:38:17.749 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-12 04:38:17.751 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-12 04:38:17.751 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.180
|
|
2026-03-12 04:38:17.751 DEBUG [src.node.docker_mananger] Generated ports ['22963', '22964', '22965', '22966', '22967']
|
|
2026-03-12 04:38:17.751 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-12 04:38:17.751 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-12 04:38:17.752 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-12 04:38:17.752 DEBUG [src.node.docker_mananger] docker run -i -t -p 22963:22963 -p 22964:22964 -p 22965:22965 -p 22966:22966 -p 22967:22967 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=22965 --rest-port=22963 --tcp-port=22964 --discv5-udp-port=22966 --rest-address=0.0.0.0 --nat=extip:172.18.178.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1ba6fc2a4e1582e70aef1bafa6c1628cb883bb7abe8e5cf88edc0a1c93fe32b6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22967 --metrics-logging=true --relay=true
|
|
2026-03-12 04:38:17.943 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.180 waku ade3fd279ad0c02584693f2904a4f695a4a18c02453929bcb1725dece91d786b
|
|
2026-03-12 04:38:17.973 ERROR [src.node.docker_mananger] Max retries reached for container 9d25ff1d317d. Exiting log stream.
|
|
2026-03-12 04:38:17.978 DEBUG [src.node.docker_mananger] Container started with ID ade3fd279ad0. Setting up logs at ./log/docker/node1_2026-03-12_04-38-17__631d3bff-29a4-4862-9f6f-6ed78d65d28d__wakuorg_nwaku:latest.log
|
|
2026-03-12 04:38:17.979 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22963
|
|
2026-03-12 04:38:17.980 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-12 04:38:18.544 ERROR [src.node.docker_mananger] Max retries reached for container 7d992fc471c8. Exiting log stream.
|
|
2026-03-12 04:38:18.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22963/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:18.983 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-12 04:38:18.984 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-12 04:38:18.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22963/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:18.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.180/tcp/22964/p2p/16Uiu2HAm2fMh7xAAu33p5tFAYGgV5UtAT8nSE8Uwv7MQtL2mUY2y","/ip4/172.18.178.180/tcp/22965/ws/p2p/16Uiu2HAm2fMh7xAAu33p5tFAYGgV5UtAT8nSE8Uwv7MQtL2mUY2y"],"enrUri":"enr:-L24QMDbWroS50oMdgeRVIjrrHvTm-omvq4gx47PQaaj9wZPR3SYrWNHoLfZ7l6lDWWpJYH6HrzoN2iSY032R7x6ZTACgmlkgnY0gmlwhKwSsrSKbXVsdGlhZGRyc5YACASsErK0Blm0AAoErBKytAZZtd0DgnJzhQADAQAAiXNlY3AyNTZrMaECa4NDGbdUqW-6xYgiR_SuqInQAj0KABuvi4TWF6Z5W6aDdGNwglm0g3VkcIJZtoV3YWt1MgE"}'
|
|
2026-03-12 04:38:18.986 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-12 04:38:18.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22963/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-12 04:38:18.988 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
|
2026-03-12 04:38:18.989 DEBUG [tests.rest_flags.test_debug_flags] debug version returned: v0.36.0-164-g0ad551
|
|
2026-03-12 04:38:18.991 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-12 04:38:18.992 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-12 04:38:18.992 DEBUG [src.node.waku_node] Stopping container with id ade3fd279ad0
|
|
2026-03-12 04:38:19.558 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-12 04:38:19.559 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-12 04:38:19.561 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|