mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2026-03-30 05:00:37.141 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-30 05:00:37.141 DEBUG [tests.conftest] Running test: test_get_debug_version_is_string with id: 2026-03-30_05-00-37__a7a72f8a-0252-497d-ab76-4523637ce625
|
|
2026-03-30 05:00:37.142 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-30 05:00:37.142 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-30 05:00:37.142 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-30 05:00:37.150 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-30 05:00:37.150 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-30_05-00-37__a7a72f8a-0252-497d-ab76-4523637ce625__wakuorg_nwaku:latest.log
|
|
2026-03-30 05:00:37.150 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-30 05:00:37.150 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-30 05:00:37.151 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-30 05:00:37.151 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-30 05:00:37.153 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-30 05:00:37.153 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.35.103
|
|
2026-03-30 05:00:37.153 DEBUG [src.node.docker_mananger] Generated ports ['35808', '35809', '35810', '35811', '35812']
|
|
2026-03-30 05:00:37.153 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-30 05:00:37.153 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-30 05:00:37.154 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-30 05:00:37.154 DEBUG [src.node.docker_mananger] docker run -i -t -p 35808:35808 -p 35809:35809 -p 35810:35810 -p 35811:35811 -p 35812:35812 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=35810 --rest-port=35808 --tcp-port=35809 --discv5-udp-port=35811 --rest-address=0.0.0.0 --nat=extip:172.18.35.103 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2d25eafbc1c2f5bce22d739f680249bf9fb71563ebab46477dc2e9eccf47c5e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35812 --metrics-logging=true --relay=true
|
|
2026-03-30 05:00:37.345 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.35.103 waku 143a594054671fad08fae00f9cd9f73928f423dac66be9333b15682f0dade87d
|
|
2026-03-30 05:00:37.379 DEBUG [src.node.docker_mananger] Container started with ID 143a59405467. Setting up logs at ./log/docker/node1_2026-03-30_05-00-37__a7a72f8a-0252-497d-ab76-4523637ce625__wakuorg_nwaku:latest.log
|
|
2026-03-30 05:00:37.380 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35808
|
|
2026-03-30 05:00:37.380 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-30 05:00:37.492 ERROR [src.node.docker_mananger] Max retries reached for container 42663c4c6df8. Exiting log stream.
|
|
2026-03-30 05:00:37.945 ERROR [src.node.docker_mananger] Max retries reached for container 541d0ce68b88. Exiting log stream.
|
|
2026-03-30 05:00:38.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35808/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 05:00:38.383 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-30 05:00:38.383 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-30 05:00:38.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35808/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 05:00:38.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.35.103/tcp/35809/p2p/16Uiu2HAkxafnSPjc6q1jkgdQgwqDkZBSW8XjDG76nGT7P2Jqhgwm","/ip4/172.18.35.103/tcp/35810/ws/p2p/16Uiu2HAkxafnSPjc6q1jkgdQgwqDkZBSW8XjDG76nGT7P2Jqhgwm"],"enrUri":"enr:-L24QNP3qCVDxSJhHLIx1_u9v-nJiAAM5KH1JfPBIz32SbvBX076MtEu8r6FeEEjqMqmQpfhE5Vi2lRw_aG9lG0mDyECgmlkgnY0gmlwhKwSI2eKbXVsdGlhZGRyc5YACASsEiNnBovhAAoErBIjZwaL4t0DgnJzhQADAQAAiXNlY3AyNTZrMaECLuEREx-o6OAvSE7DAL0n2VfUkmQEWVikMiaH-15wkQSDdGNwgovhg3VkcIKL44V3YWt1MgE"}'
|
|
2026-03-30 05:00:38.386 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-30 05:00:38.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35808/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-30 05:00:38.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.38.0-rc.0-14-g5c335c'
|
|
2026-03-30 05:00:38.388 DEBUG [tests.rest_flags.test_debug_flags] debug version returned: v0.38.0-rc.0-14-g5c335c
|
|
2026-03-30 05:00:38.390 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-30 05:00:38.391 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-30 05:00:38.392 DEBUG [src.node.waku_node] Stopping container with id 143a59405467
|
|
2026-03-30 05:00:38.857 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-30 05:00:38.858 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-30 05:00:38.860 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|