mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
68 lines
12 KiB
Plaintext
68 lines
12 KiB
Plaintext
2026-02-02 04:45:21.234 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-02 04:45:21.235 DEBUG [tests.conftest] Running test: test_relay_peers_on_shard_schema with id: 2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665
|
|
2026-02-02 04:45:21.235 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-02 04:45:21.235 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-02-02 04:45:21.236 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-02-02 04:45:21.241 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:45:21.241 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:45:21.247 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:45:21.247 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:45:21.251 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:45:21.252 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:45:21.256 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:45:21.256 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:45:21.256 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-02 04:45:21.257 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-02-02 04:45:21.257 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:45:21.257 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:45:21.259 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:45:21.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.36
|
|
2026-02-02 04:45:21.259 DEBUG [src.node.docker_mananger] Generated ports ['48356', '48357', '48358', '48359', '48360']
|
|
2026-02-02 04:45:21.259 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:45:21.259 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:45:21.259 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:45:21.259 DEBUG [src.node.docker_mananger] docker run -i -t -p 48356:48356 -p 48357:48357 -p 48358:48358 -p 48359:48359 -p 48360:48360 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=48358 --rest-port=48356 --tcp-port=48357 --discv5-udp-port=48359 --rest-address=0.0.0.0 --nat=extip:172.18.255.36 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=5d3c5f7c1252cf414eb137d20e733b8e7cd69e09cdea2fa8e95e6ee4f9787c60 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48360 --metrics-logging=true --relay=true --dns-discovery=false
|
|
2026-02-02 04:45:21.417 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.36 waku 909831b0d583022cbe8ad1544a667ff2f99081c285b464fb43934539dd4651a8
|
|
2026-02-02 04:45:21.441 DEBUG [src.node.docker_mananger] Container started with ID 909831b0d583. Setting up logs at ./log/docker/node1_2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:45:21.441 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48356
|
|
2026-02-02 04:45:21.442 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:45:21.593 ERROR [src.node.docker_mananger] Max retries reached for container b1939ffd8ea7. Exiting log stream.
|
|
2026-02-02 04:45:22.032 ERROR [src.node.docker_mananger] Max retries reached for container 42d234418dea. Exiting log stream.
|
|
2026-02-02 04:45:22.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48356/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:45:22.445 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"}]}'
|
|
2026-02-02 04:45:22.446 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:45:22.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48356/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:45:22.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.36/tcp/48357/p2p/16Uiu2HAkwEBWsrC5s2dpNCQcpwbEXoBijSvKBtUKcq4iCF3RZ2Ce","/ip4/172.18.255.36/tcp/48358/ws/p2p/16Uiu2HAkwEBWsrC5s2dpNCQcpwbEXoBijSvKBtUKcq4iCF3RZ2Ce"],"enrUri":"enr:-La4QPGn50f_V6atieTzzblSZ4b1IUHypxNKTH2zn8WdEkQvHTaQvTxAWiZGHQvA-3vUS2iJ5tFQPwsCdRxeuoE9f7sCgmlkgnY0gmlwhKwS_ySKbXVsdGlhZGRyc5YACASsEv8kBrzlAAoErBL_JAa85t0DgnJzhQADAQAAiXNlY3AyNTZrMaECGsXM71vJ2SQwg0fY27NH30_9g7YK3C6xnMBa2tTIk4eDdGNwgrzlhXdha3UyAQ"}'
|
|
2026-02-02 04:45:22.448 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:45:22.448 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:45:22.448 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:45:22.449 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:45:22.450 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.245
|
|
2026-02-02 04:45:22.450 DEBUG [src.node.docker_mananger] Generated ports ['25694', '25695', '25696', '25697', '25698']
|
|
2026-02-02 04:45:22.450 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:45:22.450 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:45:22.450 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:45:22.450 DEBUG [src.node.docker_mananger] docker run -i -t -p 25694:25694 -p 25695:25695 -p 25696:25696 -p 25697:25697 -p 25698:25698 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=25696 --rest-port=25694 --tcp-port=25695 --discv5-udp-port=25697 --rest-address=0.0.0.0 --nat=extip:172.18.184.245 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=19f9feaa8caf38ea11e6f7e1ece41a1ef95e3dce7157d6d00bc2e42adaf2e65f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25698 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QPGn50f_V6atieTzzblSZ4b1IUHypxNKTH2zn8WdEkQvHTaQvTxAWiZGHQvA-3vUS2iJ5tFQPwsCdRxeuoE9f7sCgmlkgnY0gmlwhKwS_ySKbXVsdGlhZGRyc5YACASsEv8kBrzlAAoErBL_JAa85t0DgnJzhQADAQAAiXNlY3AyNTZrMaECGsXM71vJ2SQwg0fY27NH30_9g7YK3C6xnMBa2tTIk4eDdGNwgrzlhXdha3UyAQ
|
|
2026-02-02 04:45:22.604 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.245 waku d82770b72833f556e9c839a3eb48b8d09169c0575db2bfccb25ab4029a2f4269
|
|
2026-02-02 04:45:22.632 DEBUG [src.node.docker_mananger] Container started with ID d82770b72833. Setting up logs at ./log/docker/node2_2026-02-02_04-45-21__c0d83211-7d64-4601-b3c8-e04a9ff5f665__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:45:22.632 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25694
|
|
2026-02-02 04:45:22.633 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:45:23.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25694/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:45:23.636 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"}]}'
|
|
2026-02-02 04:45:23.637 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:45:23.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25694/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:45:23.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.245/tcp/25695/p2p/16Uiu2HAmKnVwVz9cZavKV367JL8kcorvwNSqb5ApihwoDw2v31Hg","/ip4/172.18.184.245/tcp/25696/ws/p2p/16Uiu2HAmKnVwVz9cZavKV367JL8kcorvwNSqb5ApihwoDw2v31Hg"],"enrUri":"enr:-La4QBg5OvanOv6L5eGwif8sZXJHshDwX5Noh8pJq9VjjLpCQfEw0YYLaPnI7RvwAnm9YrF8cziUyAqlMhYAN_y_SjECgmlkgnY0gmlwhKwSuPWKbXVsdGlhZGRyc5YACASsErj1BmRfAAoErBK49QZkYN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDae5U3EX76c-QJejbo2FaAj3ymsADhugsH-AFOxdtU4eDdGNwgmRfhXdha3UyAQ"}'
|
|
2026-02-02 04:45:23.639 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:45:24.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48356/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:45:24.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[]}'
|
|
2026-02-02 04:45:24.642 DEBUG [tests.rest_flags.test_admin_flags] relay peers on shard=0 (schema): {'shard': 0, 'peers': []}
|
|
2026-02-02 04:45:24.644 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-02 04:45:24.645 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-02 04:45:24.645 DEBUG [src.node.waku_node] Stopping container with id 909831b0d583
|
|
2026-02-02 04:45:25.110 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:45:25.110 DEBUG [src.node.waku_node] Stopping container with id d82770b72833
|
|
2026-02-02 04:45:25.596 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:45:25.597 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-02 04:45:25.599 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-02 04:45:25.601 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|