mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 17:13:09 +00:00
40 lines
6.1 KiB
Plaintext
40 lines
6.1 KiB
Plaintext
2026-03-07 04:34:39.715 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-07 04:34:39.716 DEBUG [tests.conftest] Running test: test_get_debug_version_is_string with id: 2026-03-07_04-34-39__88089d54-edd3-4c16-ab94-db4289948540
|
|
2026-03-07 04:34:39.716 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-07 04:34:39.716 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2026-03-07 04:34:39.716 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
|
2026-03-07 04:34:39.723 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-07 04:34:39.723 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-07_04-34-39__88089d54-edd3-4c16-ab94-db4289948540__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:39.724 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-07 04:34:39.724 DEBUG [src.steps.store] Running fixture setup: store_setup
|
|
2026-03-07 04:34:39.725 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-07 04:34:39.725 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-07 04:34:39.726 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-07 04:34:39.727 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.203.241
|
|
2026-03-07 04:34:39.727 DEBUG [src.node.docker_mananger] Generated ports ['56871', '56872', '56873', '56874', '56875']
|
|
2026-03-07 04:34:39.727 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-07 04:34:39.727 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-07 04:34:39.727 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-07 04:34:39.727 DEBUG [src.node.docker_mananger] docker run -i -t -p 56871:56871 -p 56872:56872 -p 56873:56873 -p 56874:56874 -p 56875:56875 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=56873 --rest-port=56871 --tcp-port=56872 --discv5-udp-port=56874 --rest-address=0.0.0.0 --nat=extip:172.18.203.241 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae6427a3c9dddc13a0dbaef0a5afeecf895bba515dbaefec26b8bf9fe2f10dc3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56875 --metrics-logging=true --relay=true
|
|
2026-03-07 04:34:39.888 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.203.241 waku 3c4b9d8bffe261f557e0143227f81908ba758b4b58b74ae50f680fd4f2bac48c
|
|
2026-03-07 04:34:39.915 DEBUG [src.node.docker_mananger] Container started with ID 3c4b9d8bffe2. Setting up logs at ./log/docker/node1_2026-03-07_04-34-39__88089d54-edd3-4c16-ab94-db4289948540__wakuorg_nwaku:latest.log
|
|
2026-03-07 04:34:39.915 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56871
|
|
2026-03-07 04:34:39.915 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-07 04:34:40.031 ERROR [src.node.docker_mananger] Max retries reached for container b62f98494cbe. Exiting log stream.
|
|
2026-03-07 04:34:40.519 ERROR [src.node.docker_mananger] Max retries reached for container 27f301d596fa. Exiting log stream.
|
|
2026-03-07 04:34:40.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56871/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:40.919 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-07 04:34:40.919 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-07 04:34:40.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56871/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:40.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.241/tcp/56872/p2p/16Uiu2HAmJcwBwRxsGmAPMJE7jGwCVDYR6EWPa47uWHWfzBhutkMz","/ip4/172.18.203.241/tcp/56873/ws/p2p/16Uiu2HAmJcwBwRxsGmAPMJE7jGwCVDYR6EWPa47uWHWfzBhutkMz"],"enrUri":"enr:-L24QCbaLV9_lEt5u9AfCVsjQH5pY9DKlfNOcQxOywlFiYs1Gpr-etTWd2IydFwT1IdyZHJSPj_Ml45Zh8ZubHo_ujYCgmlkgnY0gmlwhKwSy_GKbXVsdGlhZGRyc5YACASsEsvxBt4oAAoErBLL8QbeKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWJ9issJSgrPkj-_9Nj8vYr9r_pMOXK1ALlEgIPLmzQWDdGNwgt4og3VkcILeKoV3YWt1MgE"}'
|
|
2026-03-07 04:34:40.922 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-07 04:34:40.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56871/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-07 04:34:40.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-164-g0ad551'
|
|
2026-03-07 04:34:40.925 DEBUG [tests.rest_flags.test_debug_flags] debug version returned: v0.36.0-164-g0ad551
|
|
2026-03-07 04:34:40.926 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-07 04:34:40.927 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-07 04:34:40.927 DEBUG [src.node.waku_node] Stopping container with id 3c4b9d8bffe2
|
|
2026-03-07 04:34:41.447 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-07 04:34:41.448 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-07 04:34:41.450 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|