mirror of
https://github.com/logos-messaging/logos-delivery-interop-tests.git
synced 2026-03-14 13:53:33 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2026-02-25 07:30:19.022 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-25 07:30:19.022 DEBUG [tests.conftest] Running test: test_verify_node_version2 with id: 2026-02-25_07-30-19__2fa7b35a-a298-4f80-b522-9baa7153d6bf
|
|
2026-02-25 07:30:19.023 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-25 07:30:19.023 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-25 07:30:19.023 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-02-25 07:30:19.030 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-25 07:30:19.031 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-25_07-30-19__2fa7b35a-a298-4f80-b522-9baa7153d6bf__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:30:19.031 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-25 07:30:19.031 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-02-25 07:30:19.032 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-25 07:30:19.032 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-25 07:30:19.033 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-25 07:30:19.034 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.8
|
|
2026-02-25 07:30:19.034 DEBUG [src.node.docker_mananger] Generated ports ['63900', '63901', '63902', '63903', '63904']
|
|
2026-02-25 07:30:19.034 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-25 07:30:19.034 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-25 07:30:19.034 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-25 07:30:19.034 DEBUG [src.node.docker_mananger] docker run -i -t -p 63900:63900 -p 63901:63901 -p 63902:63902 -p 63903:63903 -p 63904:63904 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=63902 --rest-port=63900 --tcp-port=63901 --discv5-udp-port=63903 --rest-address=0.0.0.0 --nat=extip:172.18.173.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2fe62e84befc7d8fbeac0344f2e1f5aac9df722aac9b09e94bb33da7535cdc0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63904 --metrics-logging=true --relay=true
|
|
2026-02-25 07:30:19.223 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.8 waku c328ea21f668cea91909f4f79d13fb00530641f6920da00b7a641120b25cb3da
|
|
2026-02-25 07:30:19.254 DEBUG [src.node.docker_mananger] Container started with ID c328ea21f668. Setting up logs at ./log/docker/node1_2026-02-25_07-30-19__2fa7b35a-a298-4f80-b522-9baa7153d6bf__wakuorg_nwaku:latest.log
|
|
2026-02-25 07:30:19.254 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63900
|
|
2026-02-25 07:30:19.255 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-25 07:30:19.279 ERROR [src.node.docker_mananger] Max retries reached for container e27595473292. Exiting log stream.
|
|
2026-02-25 07:30:19.821 ERROR [src.node.docker_mananger] Max retries reached for container ecacdfe0a2e9. Exiting log stream.
|
|
2026-02-25 07:30:20.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63900/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:30:20.259 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-02-25 07:30:20.259 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-25 07:30:20.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63900/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:30:20.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.8/tcp/63901/p2p/16Uiu2HAmPjBUbiut3AhRt1M9chhpexKkXvGJScLYRhVi6wf59ZXw","/ip4/172.18.173.8/tcp/63902/ws/p2p/16Uiu2HAmPjBUbiut3AhRt1M9chhpexKkXvGJScLYRhVi6wf59ZXw"],"enrUri":"enr:-L24QGkS3Oej-NOjT-AKzu4JIIqSeJku8HgM3nUlsQTN-Z-PTq0Q94SqL7eSGQoNBHDhVOb2JXC312dFtqse50YBV6kCgmlkgnY0gmlwhKwSrQiKbXVsdGlhZGRyc5YACASsEq0IBvmdAAoErBKtCAb5nt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpIN1rKhR9e7HtlTAwuSkMzn4Dfk8DHsXyscCPoHqHcKDdGNwgvmdg3VkcIL5n4V3YWt1MgE"}'
|
|
2026-02-25 07:30:20.262 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-25 07:30:20.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63900/version" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-25 07:30:20.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-156-gc7e0cc'
|
|
2026-02-25 07:30:20.264 DEBUG [tests.rest_flags.test_debug_flags] version of created node is v0.36.0-156-gc7e0cc
|
|
2026-02-25 07:30:20.266 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-25 07:30:20.267 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-25 07:30:20.267 DEBUG [src.node.waku_node] Stopping container with id c328ea21f668
|
|
2026-02-25 07:30:20.810 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-25 07:30:20.812 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-25 07:30:20.814 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|