mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
40 lines
7.1 KiB
Plaintext
40 lines
7.1 KiB
Plaintext
2026-03-18 09:10:38.275 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-18 09:10:38.277 DEBUG [tests.conftest] Running test: test_verify_node_info with id: 2026-03-18_09-10-38__6583eae3-c815-47d3-b872-951053162124
|
|
2026-03-18 09:10:38.277 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-18 09:10:38.278 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-18 09:10:38.279 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-18 09:10:38.288 DEBUG [src.node.docker_mananger] Docker client initialized with image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0
|
|
2026-03-18 09:10:38.289 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-18_09-10-38__6583eae3-c815-47d3-b872-951053162124__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:10:38.289 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-18 09:10:38.289 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-18 09:10:38.291 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-18 09:10:38.292 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-18 09:10:38.296 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-18 09:10:38.296 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.103
|
|
2026-03-18 09:10:38.296 DEBUG [src.node.docker_mananger] Generated ports ['28357', '28358', '28359', '28360', '28361']
|
|
2026-03-18 09:10:38.297 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-18 09:10:38.297 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-18 09:10:38.298 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-18 09:10:38.298 DEBUG [src.node.docker_mananger] docker run -i -t -p 28357:28357 -p 28358:28358 -p 28359:28359 -p 28360:28360 -p 28361:28361 harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0 --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28359 --rest-port=28357 --tcp-port=28358 --discv5-udp-port=28360 --rest-address=0.0.0.0 --nat=extip:172.18.111.103 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=a1bb6790d6757eb69aff4beabe9ee9c87c04c15a6efceac5296dd658c60e7c25 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28361 --metrics-logging=true --relay=true
|
|
2026-03-18 09:10:38.468 ERROR [src.node.docker_mananger] Max retries reached for container 0b6cc9653d7f. Exiting log stream.
|
|
2026-03-18 09:10:38.515 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.103 waku 4e5e2d36250ff4429da0a157fd870fff5de6fb5fab4f141ae244893658aa47b1
|
|
2026-03-18 09:10:38.552 DEBUG [src.node.docker_mananger] Container started with ID 4e5e2d36250f. Setting up logs at ./log/docker/node1_2026-03-18_09-10-38__6583eae3-c815-47d3-b872-951053162124__harbor.status.im_wakuorg_nwaku:v0.38.0-rc.0.log
|
|
2026-03-18 09:10:38.552 DEBUG [src.node.waku_node] Started container from image harbor.status.im/wakuorg/nwaku:v0.38.0-rc.0. REST: 28357
|
|
2026-03-18 09:10:38.553 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-18 09:10:39.184 ERROR [src.node.docker_mananger] Max retries reached for container 15e1dec9a09b. Exiting log stream.
|
|
2026-03-18 09:10:39.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28357/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:10:39.557 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-18 09:10:39.557 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-18 09:10:39.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28357/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:10:39.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.103/tcp/28358/p2p/16Uiu2HAmCMfj5wEDo8kmXwYLxWXYbEomeMFmh9SS8JC74P5HHWVX","/ip4/172.18.111.103/tcp/28359/ws/p2p/16Uiu2HAmCMfj5wEDo8kmXwYLxWXYbEomeMFmh9SS8JC74P5HHWVX"],"enrUri":"enr:-L24QG7sRCI_NlTdaGJE4GIuvcheXq59spiigNhwQK_jkqiSWNW_-TSarW4x14VG1JLqFmFxNmMR4QsL1FFWUJuIf8UCgmlkgnY0gmlwhKwSb2eKbXVsdGlhZGRyc5YACASsEm9nBm7GAAoErBJvZwZux90DgnJzhQDGAQAAiXNlY3AyNTZrMaEC-5ARWpPn0CgqyUlnpxSn14sDYaGXXquusOc3aMO-RoqDdGNwgm7Gg3VkcIJuyIV3YWt1MgE"}'
|
|
2026-03-18 09:10:39.560 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-18 09:10:39.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28357/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-18 09:10:39.562 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.103/tcp/28358/p2p/16Uiu2HAmCMfj5wEDo8kmXwYLxWXYbEomeMFmh9SS8JC74P5HHWVX","/ip4/172.18.111.103/tcp/28359/ws/p2p/16Uiu2HAmCMfj5wEDo8kmXwYLxWXYbEomeMFmh9SS8JC74P5HHWVX"],"enrUri":"enr:-L24QG7sRCI_NlTdaGJE4GIuvcheXq59spiigNhwQK_jkqiSWNW_-TSarW4x14VG1JLqFmFxNmMR4QsL1FFWUJuIf8UCgmlkgnY0gmlwhKwSb2eKbXVsdGlhZGRyc5YACASsEm9nBm7GAAoErBJvZwZux90DgnJzhQDGAQAAiXNlY3AyNTZrMaEC-5ARWpPn0CgqyUlnpxSn14sDYaGXXquusOc3aMO-RoqDdGNwgm7Gg3VkcIJuyIV3YWt1MgE"}'
|
|
2026-03-18 09:10:39.563 DEBUG [tests.rest_flags.test_debug_flags] node info: {'listenAddresses': ['/ip4/172.18.111.103/tcp/28358/p2p/16Uiu2HAmCMfj5wEDo8kmXwYLxWXYbEomeMFmh9SS8JC74P5HHWVX', '/ip4/172.18.111.103/tcp/28359/ws/p2p/16Uiu2HAmCMfj5wEDo8kmXwYLxWXYbEomeMFmh9SS8JC74P5HHWVX'], 'enrUri': 'enr:-L24QG7sRCI_NlTdaGJE4GIuvcheXq59spiigNhwQK_jkqiSWNW_-TSarW4x14VG1JLqFmFxNmMR4QsL1FFWUJuIf8UCgmlkgnY0gmlwhKwSb2eKbXVsdGlhZGRyc5YACASsEm9nBm7GAAoErBJvZwZux90DgnJzhQDGAQAAiXNlY3AyNTZrMaEC-5ARWpPn0CgqyUlnpxSn14sDYaGXXquusOc3aMO-RoqDdGNwgm7Gg3VkcIJuyIV3YWt1MgE'}
|
|
2026-03-18 09:10:39.564 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-18 09:10:39.566 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-18 09:10:39.566 DEBUG [src.node.waku_node] Stopping container with id 4e5e2d36250f
|
|
2026-03-18 09:10:40.216 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-18 09:10:40.219 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-18 09:10:40.221 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|