mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2025-12-09 04:13:39.387 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-09 04:13:39.388 DEBUG [tests.conftest] Running test: test_verify_node_version2 with id: 2025-12-09_04-13-39__4454294c-c4bf-4a3c-8d67-86defcf105b7
|
|
2025-12-09 04:13:39.389 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-09 04:13:39.389 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-09 04:13:39.389 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-09 04:13:39.397 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-09 04:13:39.398 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-09_04-13-39__4454294c-c4bf-4a3c-8d67-86defcf105b7__wakuorg_nwaku:latest.log
|
|
2025-12-09 04:13:39.398 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-09 04:13:39.399 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-09 04:13:39.400 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-09 04:13:39.400 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-09 04:13:39.402 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-09 04:13:39.403 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.21
|
|
2025-12-09 04:13:39.403 DEBUG [src.node.docker_mananger] Generated ports ['58491', '58492', '58493', '58494', '58495']
|
|
2025-12-09 04:13:39.403 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-09 04:13:39.403 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-09 04:13:39.403 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-09 04:13:39.403 DEBUG [src.node.docker_mananger] docker run -i -t -p 58491:58491 -p 58492:58492 -p 58493:58493 -p 58494:58494 -p 58495:58495 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=58493 --rest-port=58491 --tcp-port=58492 --discv5-udp-port=58494 --rest-address=0.0.0.0 --nat=extip:172.18.156.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6d54a3d50c46a840bd293f4fb5cca4ce1c9f73baad9cd28af12bfe7a8f198ebf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58495 --metrics-logging=true --relay=true
|
|
2025-12-09 04:13:39.587 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.21 waku 10d6335664b3d52f7953ae602077b93ee76dda4706b61e7bb2aac2f695253695
|
|
2025-12-09 04:13:39.622 DEBUG [src.node.docker_mananger] Container started with ID 10d6335664b3. Setting up logs at ./log/docker/node1_2025-12-09_04-13-39__4454294c-c4bf-4a3c-8d67-86defcf105b7__wakuorg_nwaku:latest.log
|
|
2025-12-09 04:13:39.623 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58491
|
|
2025-12-09 04:13:39.623 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-09 04:13:39.669 ERROR [src.node.docker_mananger] Max retries reached for container 185a8a435e62. Exiting log stream.
|
|
2025-12-09 04:13:40.214 ERROR [src.node.docker_mananger] Max retries reached for container 6674bb20016e. Exiting log stream.
|
|
2025-12-09 04:13:40.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58491/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:13:40.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
|
|
2025-12-09 04:13:40.627 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-09 04:13:40.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58491/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:13:40.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.21/tcp/58492/p2p/16Uiu2HAmBSe9hLQPexsQb3x2G2VtYFt9StN3HQfPLuTpT2TeH8wy","/ip4/172.18.156.21/tcp/58493/ws/p2p/16Uiu2HAmBSe9hLQPexsQb3x2G2VtYFt9StN3HQfPLuTpT2TeH8wy"],"enrUri":"enr:-L24QLmFc3q5-w91ZpINbIHMPl4r4FJhVJmAlGjMPWN_8WN2ONGiCa6g0uXHwBcQqKXE7VO-OcdVq7dpziJMAUJgNwECgmlkgnY0gmlwhKwSnBWKbXVsdGlhZGRyc5YACASsEpwVBuR8AAoErBKcFQbkfd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7fqA1rHtUQJPqHqrH67Faa2dC2ZjxgB2xxpOVKNCEsCDdGNwguR8g3VkcILkfoV3YWt1MgE"}'
|
|
2025-12-09 04:13:40.630 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-09 04:13:40.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58491/version" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-09 04:13:40.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-111-g792036'
|
|
2025-12-09 04:13:40.633 DEBUG [tests.rest_flags.test_debug_flags] version of created node is v0.36.0-111-g792036
|
|
2025-12-09 04:13:40.635 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-09 04:13:40.636 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-09 04:13:40.636 DEBUG [src.node.waku_node] Stopping container with id 10d6335664b3
|
|
2025-12-09 04:13:41.185 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-09 04:13:41.185 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-09 04:13:41.187 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|