mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
68 lines
12 KiB
Plaintext
68 lines
12 KiB
Plaintext
2026-03-05 15:11:10.993 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 15:11:10.994 DEBUG [tests.conftest] Running test: test_relay_peers_on_shard_schema with id: 2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f
|
|
2026-03-05 15:11:10.995 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 15:11:10.995 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-05 15:11:10.996 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-05 15:11:11.004 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:11:11.005 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:11:11.012 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:11:11.012 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:11:11.019 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:11:11.019 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:11:11.025 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-beta
|
|
2026-03-05 15:11:11.026 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:11:11.026 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 15:11:11.026 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-05 15:11:11.027 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:11:11.027 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:11:11.029 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:11:11.029 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.169
|
|
2026-03-05 15:11:11.029 DEBUG [src.node.docker_mananger] Generated ports ['13933', '13934', '13935', '13936', '13937']
|
|
2026-03-05 15:11:11.029 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:11:11.029 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:11:11.029 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:11:11.029 DEBUG [src.node.docker_mananger] docker run -i -t -p 13933:13933 -p 13934:13934 -p 13935:13935 -p 13936:13936 -p 13937:13937 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13935 --rest-port=13933 --tcp-port=13934 --discv5-udp-port=13936 --rest-address=0.0.0.0 --nat=extip:172.18.95.169 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=fe15ebfced47c9ca5fcf5f90ae7afddbcfdcb3dabadb7d1a8ba4fe21b50a90cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13937 --metrics-logging=true --relay=true --dns-discovery=false
|
|
2026-03-05 15:11:11.185 ERROR [src.node.docker_mananger] Max retries reached for container b3955f9eadc2. Exiting log stream.
|
|
2026-03-05 15:11:11.222 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.169 waku 27c009cc7c4eacdd3be8b57a89fb28dcc3dfc3cb0c73ab3fc55ad3426f9425d1
|
|
2026-03-05 15:11:11.265 DEBUG [src.node.docker_mananger] Container started with ID 27c009cc7c4e. Setting up logs at ./log/docker/node1_2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:11:11.265 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 13933
|
|
2026-03-05 15:11:11.265 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:11:11.820 ERROR [src.node.docker_mananger] Max retries reached for container 37519f8956ca. Exiting log stream.
|
|
2026-03-05 15:11:12.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13933/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:11:12.269 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-05 15:11:12.270 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:11:12.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13933/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:11:12.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.169/tcp/13934/p2p/16Uiu2HAmM847vGSi9cw1uiQYmxcC6P4mLTUP89Ck7xccepBRzxwd","/ip4/172.18.95.169/tcp/13935/ws/p2p/16Uiu2HAmM847vGSi9cw1uiQYmxcC6P4mLTUP89Ck7xccepBRzxwd"],"enrUri":"enr:-La4QGOv19Wo9WeYSRd2JPqQ3RyunhA3tiJmghqDVsql2GwgIwzZhF4STmNJES0nA4QXPwN_FefdGRSSaciDhOGLTesCgmlkgnY0gmlwhKwSX6mKbXVsdGlhZGRyc5YACASsEl-pBjZuAAoErBJfqQY2b90DgnJzhQADAQAAiXNlY3AyNTZrMaEDfcxwfTNswRonWSqraJFvyL2UeBCvKMAMgYmKFJqbewSDdGNwgjZuhXdha3UyAQ"}'
|
|
2026-03-05 15:11:12.272 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:11:12.273 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 15:11:12.273 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 15:11:12.274 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 15:11:12.274 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.150
|
|
2026-03-05 15:11:12.275 DEBUG [src.node.docker_mananger] Generated ports ['9810', '9811', '9812', '9813', '9814']
|
|
2026-03-05 15:11:12.275 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 15:11:12.275 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 15:11:12.275 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 15:11:12.275 DEBUG [src.node.docker_mananger] docker run -i -t -p 9810:9810 -p 9811:9811 -p 9812:9812 -p 9813:9813 -p 9814:9814 harbor.status.im/wakuorg/nwaku:v0.38.0-beta --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9812 --rest-port=9810 --tcp-port=9811 --discv5-udp-port=9813 --rest-address=0.0.0.0 --nat=extip:172.18.236.150 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=82d70f6daffdbca64cfabc1e6bc4f51e7a56d58d2ab2bb0a089e9feeacd04d97 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9814 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QGOv19Wo9WeYSRd2JPqQ3RyunhA3tiJmghqDVsql2GwgIwzZhF4STmNJES0nA4QXPwN_FefdGRSSaciDhOGLTesCgmlkgnY0gmlwhKwSX6mKbXVsdGlhZGRyc5YACASsEl-pBjZuAAoErBJfqQY2b90DgnJzhQADAQAAiXNlY3AyNTZrMaEDfcxwfTNswRonWSqraJFvyL2UeBCvKMAMgYmKFJqbewSDdGNwgjZuhXdha3UyAQ
|
|
2026-03-05 15:11:12.491 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.150 waku 4831590cb9ed63b1602b59652709771e7d849ede893e11017f4e12ae4c58fe99
|
|
2026-03-05 15:11:12.533 DEBUG [src.node.docker_mananger] Container started with ID 4831590cb9ed. Setting up logs at ./log/docker/node2_2026-03-05_15-11-10__d29426ad-9165-4b22-ab52-22ef4957517f__harbor.status.im_wakuorg_nwaku:v0.38.0-beta.log
|
|
2026-03-05 15:11:12.534 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-beta. REST: 9810
|
|
2026-03-05 15:11:12.534 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 15:11:13.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9810/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:11:13.538 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-05 15:11:13.538 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 15:11:13.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9810/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:11:13.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.150/tcp/9811/p2p/16Uiu2HAm4jnL8LsxweH4st8NMS63fqyhY563pNMMX1hivRfAzb69","/ip4/172.18.236.150/tcp/9812/ws/p2p/16Uiu2HAm4jnL8LsxweH4st8NMS63fqyhY563pNMMX1hivRfAzb69"],"enrUri":"enr:-La4QJ_D-2Qfq8H3ZA8Sj5TsYWE7qwBzoiTjK-zsmJvoFWPCPJtAFszgJqR1vkzvSwZU_2CnW2Me7moHwzRBZmDWgs4CgmlkgnY0gmlwhKwS7JaKbXVsdGlhZGRyc5YACASsEuyWBiZTAAoErBLslgYmVN0DgnJzhQADAQAAiXNlY3AyNTZrMaECilzRSZjnEq2qVv_KBM4YBOZ8qxkO1_K-AHp3gKh-aaqDdGNwgiZThXdha3UyAQ"}'
|
|
2026-03-05 15:11:13.541 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 15:11:14.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13933/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 15:11:14.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[]}'
|
|
2026-03-05 15:11:14.545 DEBUG [tests.rest_flags.test_admin_flags] relay peers on shard=0 (schema): {'shard': 0, 'peers': []}
|
|
2026-03-05 15:11:14.547 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 15:11:14.548 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 15:11:14.548 DEBUG [src.node.waku_node] Stopping container with id 27c009cc7c4e
|
|
2026-03-05 15:11:15.127 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:11:15.127 DEBUG [src.node.waku_node] Stopping container with id 4831590cb9ed
|
|
2026-03-05 15:11:15.706 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 15:11:15.708 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 15:11:15.711 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 15:11:15.714 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|