mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
68 lines
12 KiB
Plaintext
68 lines
12 KiB
Plaintext
2025-12-22 04:34:58.968 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-22 04:34:58.969 DEBUG [tests.conftest] Running test: test_relay_peers_on_shard_schema with id: 2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65
|
|
2025-12-22 04:34:58.969 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-22 04:34:58.969 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-22 04:34:58.969 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-22 04:34:58.975 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:34:58.976 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:34:58.981 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:34:58.981 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:34:58.987 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:34:58.987 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:34:58.992 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-22 04:34:58.992 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:34:58.993 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-22 04:34:58.993 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-22 04:34:58.994 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:34:58.994 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:34:58.995 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:34:58.995 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.54
|
|
2025-12-22 04:34:58.995 DEBUG [src.node.docker_mananger] Generated ports ['8422', '8423', '8424', '8425', '8426']
|
|
2025-12-22 04:34:58.996 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:34:58.996 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:34:58.996 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:34:58.996 DEBUG [src.node.docker_mananger] docker run -i -t -p 8422:8422 -p 8423:8423 -p 8424:8424 -p 8425:8425 -p 8426:8426 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=8424 --rest-port=8422 --tcp-port=8423 --discv5-udp-port=8425 --rest-address=0.0.0.0 --nat=extip:172.18.210.54 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=2b4f1c85cfebab27acdaeea0cfdc87eb6f9d21e7c817b57befe2a8be14e09caf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8426 --metrics-logging=true --relay=true --dns-discovery=false
|
|
2025-12-22 04:34:59.172 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.54 waku 3075ec0ad90ff79a78ed2ef155d8ee71bfce592b52579a2464dab632ddd76424
|
|
2025-12-22 04:34:59.203 DEBUG [src.node.docker_mananger] Container started with ID 3075ec0ad90f. Setting up logs at ./log/docker/node1_2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:34:59.204 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8422
|
|
2025-12-22 04:34:59.205 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:34:59.256 ERROR [src.node.docker_mananger] Max retries reached for container 7653e6464875. Exiting log stream.
|
|
2025-12-22 04:34:59.773 ERROR [src.node.docker_mananger] Max retries reached for container b99212f9132c. Exiting log stream.
|
|
2025-12-22 04:35:00.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8422/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:35:00.208 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-22 04:35:00.208 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:35:00.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8422/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:35:00.211 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.54/tcp/8423/p2p/16Uiu2HAkyKXiV2PxRLZR7wtsx2GkDqNQw3tRMvmiQ3JatnC5kLHK","/ip4/172.18.210.54/tcp/8424/ws/p2p/16Uiu2HAkyKXiV2PxRLZR7wtsx2GkDqNQw3tRMvmiQ3JatnC5kLHK"],"enrUri":"enr:-La4QHZX9rA0NY_6FoQ3GLV5g2l74ziczixmSP-a7bbsKQXPX3P_TTUYxOMcFKWVQsyWVtjpZD5QQRl1OtV_T5MHxf0CgmlkgnY0gmlwhKwS0jaKbXVsdGlhZGRyc5YACASsEtI2BiDnAAoErBLSNgYg6N0DgnJzhQADAQAAiXNlY3AyNTZrMaECOdvrNCfKqxfdGnjcGsiOHVq2ml2pKe3pzXg35rlov_aDdGNwgiDnhXdha3UyAQ"}'
|
|
2025-12-22 04:35:00.211 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:35:00.211 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-22 04:35:00.211 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-22 04:35:00.213 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-22 04:35:00.213 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.110
|
|
2025-12-22 04:35:00.213 DEBUG [src.node.docker_mananger] Generated ports ['54833', '54834', '54835', '54836', '54837']
|
|
2025-12-22 04:35:00.213 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-22 04:35:00.213 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-22 04:35:00.213 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-22 04:35:00.214 DEBUG [src.node.docker_mananger] docker run -i -t -p 54833:54833 -p 54834:54834 -p 54835:54835 -p 54836:54836 -p 54837:54837 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=54835 --rest-port=54833 --tcp-port=54834 --discv5-udp-port=54836 --rest-address=0.0.0.0 --nat=extip:172.18.23.110 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=aec1f08606f231167df480f7a8158d244cdc50b2b8ba4bf3142ee827ea6786eb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54837 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QHZX9rA0NY_6FoQ3GLV5g2l74ziczixmSP-a7bbsKQXPX3P_TTUYxOMcFKWVQsyWVtjpZD5QQRl1OtV_T5MHxf0CgmlkgnY0gmlwhKwS0jaKbXVsdGlhZGRyc5YACASsEtI2BiDnAAoErBLSNgYg6N0DgnJzhQADAQAAiXNlY3AyNTZrMaECOdvrNCfKqxfdGnjcGsiOHVq2ml2pKe3pzXg35rlov_aDdGNwgiDnhXdha3UyAQ
|
|
2025-12-22 04:35:00.388 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.110 waku 8141da9ef83a65490ffd526cf2d43ad0c04bc7c23d531dab58d304084fa8e67b
|
|
2025-12-22 04:35:00.417 DEBUG [src.node.docker_mananger] Container started with ID 8141da9ef83a. Setting up logs at ./log/docker/node2_2025-12-22_04-34-58__ec4d1419-bebf-4b0c-8adc-fa18eb6abb65__wakuorg_nwaku:latest.log
|
|
2025-12-22 04:35:00.417 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54833
|
|
2025-12-22 04:35:00.417 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-22 04:35:01.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54833/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:35:01.421 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-22 04:35:01.421 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-22 04:35:01.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54833/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:35:01.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.110/tcp/54834/p2p/16Uiu2HAmP1iK8gqfEMqiRHTN8uQFUvG3f7FKLG6fHyKVnH4HqPD7","/ip4/172.18.23.110/tcp/54835/ws/p2p/16Uiu2HAmP1iK8gqfEMqiRHTN8uQFUvG3f7FKLG6fHyKVnH4HqPD7"],"enrUri":"enr:-La4QPV_lXUH79mDl-yr_PXPEahDnsjD13ru3sCLPzQJL3wNfsn2W62hCgnZAUxTWlzH7fTjSVtuwF2lbtGexLqsznoCgmlkgnY0gmlwhKwSF26KbXVsdGlhZGRyc5YACASsEhduBtYyAAoErBIXbgbWM90DgnJzhQADAQAAiXNlY3AyNTZrMaEDmePu1iZIeo3PZIoFguj_Q3pttcQqp-dxSFnYNnNlKbaDdGNwgtYyhXdha3UyAQ"}'
|
|
2025-12-22 04:35:01.423 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-22 04:35:02.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8422/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-22 04:35:02.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[]}'
|
|
2025-12-22 04:35:02.427 DEBUG [tests.rest_flags.test_admin_flags] relay peers on shard=0 (schema): {'shard': 0, 'peers': []}
|
|
2025-12-22 04:35:02.428 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-22 04:35:02.430 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-22 04:35:02.430 DEBUG [src.node.waku_node] Stopping container with id 3075ec0ad90f
|
|
2025-12-22 04:35:02.938 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:35:02.938 DEBUG [src.node.waku_node] Stopping container with id 8141da9ef83a
|
|
2025-12-22 04:35:03.479 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-22 04:35:03.480 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-22 04:35:03.483 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-22 04:35:03.485 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|