mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-20 10:44:00 +00:00
39 lines
6.0 KiB
Plaintext
39 lines
6.0 KiB
Plaintext
2026-03-06 04:34:29.860 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-06 04:34:29.860 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-03-06_04-34-29__a613cab8-2112-4301-b2a4-844f915caaee
|
|
2026-03-06 04:34:29.860 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-06 04:34:29.861 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-06 04:34:29.861 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-06 04:34:29.861 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-06 04:34:29.861 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-06 04:34:29.869 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-06 04:34:29.869 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-29__a613cab8-2112-4301-b2a4-844f915caaee__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:29.869 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-06 04:34:29.869 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-06 04:34:29.870 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-06 04:34:29.871 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.170
|
|
2026-03-06 04:34:29.871 DEBUG [src.node.docker_mananger] Generated ports ['31539', '31540', '31541', '31542', '31543']
|
|
2026-03-06 04:34:29.871 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-06 04:34:29.871 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-06 04:34:29.871 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-06 04:34:29.871 DEBUG [src.node.docker_mananger] docker run -i -t -p 31539:31539 -p 31540:31540 -p 31541:31541 -p 31542:31542 -p 31543:31543 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=31541 --rest-port=31539 --tcp-port=31540 --discv5-udp-port=31542 --rest-address=0.0.0.0 --nat=extip:172.18.52.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=00f60f6bc8e40cccdd3a6aa83fb44c484d28aebfbcf23cd10a0f27fa9c3dac36 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31543 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
|
2026-03-06 04:34:30.056 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.170 waku 88fa33ee1555040b88436bf83028b7a868d8ba5f4ce0595c3fd030a06b9f0d8c
|
|
2026-03-06 04:34:30.096 DEBUG [src.node.docker_mananger] Container started with ID 88fa33ee1555. Setting up logs at ./log/docker/node1_2026-03-06_04-34-29__a613cab8-2112-4301-b2a4-844f915caaee__wakuorg_nwaku:latest.log
|
|
2026-03-06 04:34:30.097 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31539
|
|
2026-03-06 04:34:30.098 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-06 04:34:30.105 ERROR [src.node.docker_mananger] Max retries reached for container aed020df4d0f. Exiting log stream.
|
|
2026-03-06 04:34:30.637 ERROR [src.node.docker_mananger] Max retries reached for container 151108f36e96. Exiting log stream.
|
|
2026-03-06 04:34:31.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31539/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:31.103 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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"READY"},{"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":"READY"},{"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-06 04:34:31.103 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-06 04:34:31.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31539/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-06 04:34:31.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.170/tcp/31540/p2p/16Uiu2HAmQ2tHC4kgRvEafbKgUoMCgycFFYvv6LgwU1oDz4cotHZd","/ip4/172.18.52.170/tcp/31541/ws/p2p/16Uiu2HAmQ2tHC4kgRvEafbKgUoMCgycFFYvv6LgwU1oDz4cotHZd"],"enrUri":"enr:-L24QLuUs_PCk3D-6hkeX5Kwv5fxuemIsH1_ZYRstU6mzuAHJyO3c5lpobpH5Ug46sDRnYw5NU67chkb-M25EssEwhECgmlkgnY0gmlwhKwSNKqKbXVsdGlhZGRyc5YACASsEjSqBns0AAoErBI0qgZ7Nd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqQx4SYuQW9JpOPIhAGGbjEdSkurIIQ9MPAdHv-gSNpyDdGNwgns0g3VkcIJ7NoV3YWt1Mg8"}'
|
|
2026-03-06 04:34:31.106 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-06 04:34:31.107 DEBUG [src.libs.common] Sleeping for 5 seconds
|
|
2026-03-06 04:34:36.112 DEBUG [src.steps.metrics] All metrics are present and have valid values.
|
|
2026-03-06 04:34:36.114 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-06 04:34:36.115 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-06 04:34:36.115 DEBUG [src.node.waku_node] Stopping container with id 88fa33ee1555
|
|
2026-03-06 04:34:36.685 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-06 04:34:36.686 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-06 04:34:36.691 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|