mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
40 lines
7.0 KiB
Plaintext
40 lines
7.0 KiB
Plaintext
2026-03-13 04:36:37.547 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-13 04:36:37.548 DEBUG [tests.conftest] Running test: test_verify_node_info with id: 2026-03-13_04-36-37__dc8c80d2-0935-4140-afb5-acf70ad19d43
|
|
2026-03-13 04:36:37.548 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-13 04:36:37.548 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-13 04:36:37.549 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-13 04:36:37.555 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-13 04:36:37.555 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-36-37__dc8c80d2-0935-4140-afb5-acf70ad19d43__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:37.556 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-13 04:36:37.556 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-13 04:36:37.557 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-13 04:36:37.557 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-13 04:36:37.558 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-13 04:36:37.558 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.145
|
|
2026-03-13 04:36:37.559 DEBUG [src.node.docker_mananger] Generated ports ['23818', '23819', '23820', '23821', '23822']
|
|
2026-03-13 04:36:37.559 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-13 04:36:37.559 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-13 04:36:37.559 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-13 04:36:37.559 DEBUG [src.node.docker_mananger] docker run -i -t -p 23818:23818 -p 23819:23819 -p 23820:23820 -p 23821:23821 -p 23822:23822 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=23820 --rest-port=23818 --tcp-port=23819 --discv5-udp-port=23821 --rest-address=0.0.0.0 --nat=extip:172.18.24.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6cbf2d80a2adf5ec4fba98ffe34b460b8c07906f7a9eb513ffff7f1c9856c00a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23822 --metrics-logging=true --relay=true
|
|
2026-03-13 04:36:37.755 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.145 waku 9d6e8e85c260845372831e3347981cc41fae7fd84c8ea4c0e3a2b6d43b092834
|
|
2026-03-13 04:36:37.770 ERROR [src.node.docker_mananger] Max retries reached for container 90ab83220398. Exiting log stream.
|
|
2026-03-13 04:36:37.790 DEBUG [src.node.docker_mananger] Container started with ID 9d6e8e85c260. Setting up logs at ./log/docker/node1_2026-03-13_04-36-37__dc8c80d2-0935-4140-afb5-acf70ad19d43__wakuorg_nwaku:latest.log
|
|
2026-03-13 04:36:37.790 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23818
|
|
2026-03-13 04:36:37.790 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-13 04:36:38.328 ERROR [src.node.docker_mananger] Max retries reached for container a13c3e7fdf6f. Exiting log stream.
|
|
2026-03-13 04:36:38.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23818/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:38.794 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-13 04:36:38.794 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-13 04:36:38.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23818/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:38.796 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.145/tcp/23819/p2p/16Uiu2HAm9Dc4PqtY5Va6PnNmE7imfhqYX52qmwKJG7GW5scBaKKG","/ip4/172.18.24.145/tcp/23820/ws/p2p/16Uiu2HAm9Dc4PqtY5Va6PnNmE7imfhqYX52qmwKJG7GW5scBaKKG"],"enrUri":"enr:-L24QLj2DAlb_-cCdZ3BQy46Fb1VN3ToL03gYsbPvmimfjKkEtz5loBQudfTPyhFj6k_fT7XJvzFn1jGD4fclU2g1XgCgmlkgnY0gmlwhKwSGJGKbXVsdGlhZGRyc5YACASsEhiRBl0LAAoErBIYkQZdDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzOw20iqJPfTjz8AXPtTIpx3luXaXW76hPDoX1hUHzNODdGNwgl0Lg3VkcIJdDYV3YWt1MgE"}'
|
|
2026-03-13 04:36:38.796 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-13 04:36:38.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23818/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-13 04:36:38.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.145/tcp/23819/p2p/16Uiu2HAm9Dc4PqtY5Va6PnNmE7imfhqYX52qmwKJG7GW5scBaKKG","/ip4/172.18.24.145/tcp/23820/ws/p2p/16Uiu2HAm9Dc4PqtY5Va6PnNmE7imfhqYX52qmwKJG7GW5scBaKKG"],"enrUri":"enr:-L24QLj2DAlb_-cCdZ3BQy46Fb1VN3ToL03gYsbPvmimfjKkEtz5loBQudfTPyhFj6k_fT7XJvzFn1jGD4fclU2g1XgCgmlkgnY0gmlwhKwSGJGKbXVsdGlhZGRyc5YACASsEhiRBl0LAAoErBIYkQZdDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzOw20iqJPfTjz8AXPtTIpx3luXaXW76hPDoX1hUHzNODdGNwgl0Lg3VkcIJdDYV3YWt1MgE"}'
|
|
2026-03-13 04:36:38.799 DEBUG [tests.rest_flags.test_debug_flags] node info: {'listenAddresses': ['/ip4/172.18.24.145/tcp/23819/p2p/16Uiu2HAm9Dc4PqtY5Va6PnNmE7imfhqYX52qmwKJG7GW5scBaKKG', '/ip4/172.18.24.145/tcp/23820/ws/p2p/16Uiu2HAm9Dc4PqtY5Va6PnNmE7imfhqYX52qmwKJG7GW5scBaKKG'], 'enrUri': 'enr:-L24QLj2DAlb_-cCdZ3BQy46Fb1VN3ToL03gYsbPvmimfjKkEtz5loBQudfTPyhFj6k_fT7XJvzFn1jGD4fclU2g1XgCgmlkgnY0gmlwhKwSGJGKbXVsdGlhZGRyc5YACASsEhiRBl0LAAoErBIYkQZdDN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzOw20iqJPfTjz8AXPtTIpx3luXaXW76hPDoX1hUHzNODdGNwgl0Lg3VkcIJdDYV3YWt1MgE'}
|
|
2026-03-13 04:36:38.801 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-13 04:36:38.802 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-13 04:36:38.803 DEBUG [src.node.waku_node] Stopping container with id 9d6e8e85c260
|
|
2026-03-13 04:36:39.382 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-13 04:36:39.384 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-13 04:36:39.386 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|