mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-03 22:43:10 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2025-12-18 04:32:35.426 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-18 04:32:35.427 DEBUG [tests.conftest] Running test: test_verify_node_version2 with id: 2025-12-18_04-32-35__9c79d87c-740d-4fc7-9c69-de0795f1ecfc
|
|
2025-12-18 04:32:35.427 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-18 04:32:35.427 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-18 04:32:35.427 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-18 04:32:35.434 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-18 04:32:35.434 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-18_04-32-35__9c79d87c-740d-4fc7-9c69-de0795f1ecfc__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:32:35.435 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-18 04:32:35.435 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-18 04:32:35.436 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-18 04:32:35.436 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-18 04:32:35.437 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-18 04:32:35.437 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.53
|
|
2025-12-18 04:32:35.438 DEBUG [src.node.docker_mananger] Generated ports ['27870', '27871', '27872', '27873', '27874']
|
|
2025-12-18 04:32:35.438 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-18 04:32:35.438 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-18 04:32:35.438 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-18 04:32:35.438 DEBUG [src.node.docker_mananger] docker run -i -t -p 27870:27870 -p 27871:27871 -p 27872:27872 -p 27873:27873 -p 27874:27874 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=27872 --rest-port=27870 --tcp-port=27871 --discv5-udp-port=27873 --rest-address=0.0.0.0 --nat=extip:172.18.44.53 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18eb3fdb54fffa228cd53a16f8864b492eacc6a23a37a9a4c8fb1fceb0f0c56c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27874 --metrics-logging=true --relay=true
|
|
2025-12-18 04:32:35.631 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.53 waku 36d4166154ff4a2e3e0d3e40939eb965776269823047083610887fe10dcf68aa
|
|
2025-12-18 04:32:35.664 DEBUG [src.node.docker_mananger] Container started with ID 36d4166154ff. Setting up logs at ./log/docker/node1_2025-12-18_04-32-35__9c79d87c-740d-4fc7-9c69-de0795f1ecfc__wakuorg_nwaku:latest.log
|
|
2025-12-18 04:32:35.664 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27870
|
|
2025-12-18 04:32:35.664 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-18 04:32:35.722 ERROR [src.node.docker_mananger] Max retries reached for container 98692306e1d6. Exiting log stream.
|
|
2025-12-18 04:32:36.235 ERROR [src.node.docker_mananger] Max retries reached for container 87db242eb480. Exiting log stream.
|
|
2025-12-18 04:32:36.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27870/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:32:36.669 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-18 04:32:36.669 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-18 04:32:36.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27870/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:32:36.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.53/tcp/27871/p2p/16Uiu2HAmQotN2DqjKNHj6B134y8PhXViguyY73x4Dv57B6C142iw","/ip4/172.18.44.53/tcp/27872/ws/p2p/16Uiu2HAmQotN2DqjKNHj6B134y8PhXViguyY73x4Dv57B6C142iw"],"enrUri":"enr:-L24QHP-T_uAvn22QPvNK-FJ_6Im5eqQWWxcUk21JLIbIWGxV4zxjgsdR_rBnQcTSCyroxapJsasHvU4Em9uSSbtXwsCgmlkgnY0gmlwhKwSLDWKbXVsdGlhZGRyc5YACASsEiw1BmzfAAoErBIsNQZs4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDtJOzUHZf-q3au_73XkmzRdUEfwrgGMY5hNThY1kbTTyDdGNwgmzfg3VkcIJs4YV3YWt1MgE"}'
|
|
2025-12-18 04:32:36.672 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-18 04:32:36.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27870/version" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-18 04:32:36.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-119-gbc5059'
|
|
2025-12-18 04:32:36.675 DEBUG [tests.rest_flags.test_debug_flags] version of created node is v0.36.0-119-gbc5059
|
|
2025-12-18 04:32:36.677 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-18 04:32:36.678 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-18 04:32:36.678 DEBUG [src.node.waku_node] Stopping container with id 36d4166154ff
|
|
2025-12-18 04:32:37.262 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-18 04:32:37.264 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-18 04:32:37.266 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|