mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2025-12-10 04:15:59.249 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:15:59.250 DEBUG [tests.conftest] Running test: test_verify_node_version2 with id: 2025-12-10_04-15-59__962e18fc-13f7-4d95-960c-29b17ebc0e8a
|
|
2025-12-10 04:15:59.250 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:15:59.250 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-10 04:15:59.250 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2025-12-10 04:15:59.256 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:15:59.256 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-15-59__962e18fc-13f7-4d95-960c-29b17ebc0e8a__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:15:59.257 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:15:59.257 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2025-12-10 04:15:59.257 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:15:59.258 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:15:59.259 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:15:59.259 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.21.214
|
|
2025-12-10 04:15:59.259 DEBUG [src.node.docker_mananger] Generated ports ['13373', '13374', '13375', '13376', '13377']
|
|
2025-12-10 04:15:59.259 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:15:59.259 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:15:59.260 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:15:59.260 DEBUG [src.node.docker_mananger] docker run -i -t -p 13373:13373 -p 13374:13374 -p 13375:13375 -p 13376:13376 -p 13377:13377 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=13375 --rest-port=13373 --tcp-port=13374 --discv5-udp-port=13376 --rest-address=0.0.0.0 --nat=extip:172.18.21.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=df0d4a33cc62c0f2d82ccc357c7dbf44e8ec7fa6bbd7adcbd99efe9a5f72b0a0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13377 --metrics-logging=true --relay=true
|
|
2025-12-10 04:15:59.421 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.21.214 waku 36097fdba7fbb9219079136eda3f4f52232bc9c2b91d37059395420781740ddc
|
|
2025-12-10 04:15:59.451 DEBUG [src.node.docker_mananger] Container started with ID 36097fdba7fb. Setting up logs at ./log/docker/node1_2025-12-10_04-15-59__962e18fc-13f7-4d95-960c-29b17ebc0e8a__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:15:59.451 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13373
|
|
2025-12-10 04:15:59.451 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:15:59.605 ERROR [src.node.docker_mananger] Max retries reached for container 1fc7355f051a. Exiting log stream.
|
|
2025-12-10 04:16:00.058 ERROR [src.node.docker_mananger] Max retries reached for container a08cd50e552b. Exiting log stream.
|
|
2025-12-10 04:16:00.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13373/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:00.455 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-10 04:16:00.455 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:16:00.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13373/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:00.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.21.214/tcp/13374/p2p/16Uiu2HAmSL17pVRccvZvaiW3jobo93cwcJA1dVxofBqoeZu2qN2J","/ip4/172.18.21.214/tcp/13375/ws/p2p/16Uiu2HAmSL17pVRccvZvaiW3jobo93cwcJA1dVxofBqoeZu2qN2J"],"enrUri":"enr:-L24QJxLOdM1aXlOpwMIpcK5xF_hzJBE58wqD52_fPCsn3YxNJHApVday4afmbj5TNWwaaCX48XRbH30cIlWO34HS04CgmlkgnY0gmlwhKwSFdaKbXVsdGlhZGRyc5YACASsEhXWBjQ-AAoErBIV1gY0P90DgnJzhQADAQAAiXNlY3AyNTZrMaEDyyZzH3WDHm18fxd8ncaphdTK5dMcVi6B1eReYRkWX8-DdGNwgjQ-g3VkcII0QIV3YWt1MgE"}'
|
|
2025-12-10 04:16:00.458 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:16:00.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13373/version" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:00.460 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-112-g12952d'
|
|
2025-12-10 04:16:00.460 DEBUG [tests.rest_flags.test_debug_flags] version of created node is v0.36.0-112-g12952d
|
|
2025-12-10 04:16:00.462 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:16:00.463 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:16:00.463 DEBUG [src.node.waku_node] Stopping container with id 36097fdba7fb
|
|
2025-12-10 04:16:00.997 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:16:00.999 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:16:01.001 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|