mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-28 05:19:29 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-04-23 05:11:02.170 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-04-23 05:11:02.170 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/8/0] with id: 2026-04-23_05-11-02__3d84246e-158f-4a56-8c5a-ddfb0a674ce7
|
|
2026-04-23 05:11:02.171 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-04-23 05:11:02.171 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-04-23 05:11:02.171 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-04-23 05:11:02.179 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:11:02.179 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-04-23_05-11-02__3d84246e-158f-4a56-8c5a-ddfb0a674ce7__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:11:02.179 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:11:02.179 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:11:02.180 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:11:02.181 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.50.54
|
|
2026-04-23 05:11:02.181 DEBUG [src.node.docker_mananger] Generated ports ['31677', '31678', '31679', '31680', '31681']
|
|
2026-04-23 05:11:02.181 DEBUG [src.node.waku_node] Cluster id was resolved to: 8
|
|
2026-04-23 05:11:02.181 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-23 05:11:02.181 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:11:02.181 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:11:02.181 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:11:02.182 DEBUG [src.node.docker_mananger] docker run -i -t -p 31677:31677 -p 31678:31678 -p 31679:31679 -p 31680:31680 -p 31681:31681 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=31679 --rest-port=31677 --tcp-port=31678 --discv5-udp-port=31680 --rest-address=0.0.0.0 --nat=extip:172.18.50.54 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=f37d42833e1ffc23c4b010fefdd4a6374a4cb7eae4cac12d8c68add137f0a1dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31681 --metrics-logging=true --relay=true --filter=true
|
|
2026-04-23 05:11:02.375 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.50.54 waku 4e740dcb300b243f6bb129d30236e0089b7a9c2c2d4aa44c2c7fee81168b9907
|
|
2026-04-23 05:11:02.407 DEBUG [src.node.docker_mananger] Container started with ID 4e740dcb300b. Setting up logs at ./log/docker/node1_2026-04-23_05-11-02__3d84246e-158f-4a56-8c5a-ddfb0a674ce7__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:11:02.408 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31677
|
|
2026-04-23 05:11:02.408 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:11:02.552 ERROR [src.node.docker_mananger] Max retries reached for container 89f7fd555e84. Exiting log stream.
|
|
2026-04-23 05:11:02.959 ERROR [src.node.docker_mananger] Max retries reached for container 7b7bd37997f0. Exiting log stream.
|
|
2026-04-23 05:11:03.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31677/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:11:03.412 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:11:03.413 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:11:03.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31677/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:11:03.415 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.50.54/tcp/31678/p2p/16Uiu2HAm7g4NrqHjSDmRAatkGsfJxEbDvtGMZXUwM1GcGwZymzM5","/ip4/172.18.50.54/tcp/31679/ws/p2p/16Uiu2HAm7g4NrqHjSDmRAatkGsfJxEbDvtGMZXUwM1GcGwZymzM5"],"enrUri":"enr:-L24QOmMgcQtrPITMP_1HQrYOU9Yq9yBO0EiwgNHVX9GnlUiV7KvTpIKcP7O8Rx5-QWzWULdX2d0D9AsSIPM04hRCYECgmlkgnY0gmlwhKwSMjaKbXVsdGlhZGRyc5YACASsEjI2Bnu-AAoErBIyNgZ7v90DgnJzhQAIAQAAiXNlY3AyNTZrMaECtfuzGQ6yTq5IOtK8mVGbJdy6SbmUymxiviWnsQM1l_CDdGNwgnu-g3VkcIJ7wIV3YWt1MgU"}'
|
|
2026-04-23 05:11:03.415 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:11:03.422 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-04-23 05:11:03.422 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-04-23_05-11-02__3d84246e-158f-4a56-8c5a-ddfb0a674ce7__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:11:03.422 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-04-23 05:11:03.422 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-04-23 05:11:03.424 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-04-23 05:11:03.424 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.20.59
|
|
2026-04-23 05:11:03.424 DEBUG [src.node.docker_mananger] Generated ports ['43884', '43885', '43886', '43887', '43888']
|
|
2026-04-23 05:11:03.424 DEBUG [src.node.waku_node] Cluster id was resolved to: 8
|
|
2026-04-23 05:11:03.424 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-04-23 05:11:03.424 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-04-23 05:11:03.424 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-04-23 05:11:03.425 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-04-23 05:11:03.425 DEBUG [src.node.docker_mananger] docker run -i -t -p 43884:43884 -p 43885:43885 -p 43886:43886 -p 43887:43887 -p 43888:43888 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=43886 --rest-port=43884 --tcp-port=43885 --discv5-udp-port=43887 --rest-address=0.0.0.0 --nat=extip:172.18.20.59 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=cda4d1f1db93a92f9eefaeb74100acfa339b56d15d6ea9d0fce023ebf2b57bde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43888 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOmMgcQtrPITMP_1HQrYOU9Yq9yBO0EiwgNHVX9GnlUiV7KvTpIKcP7O8Rx5-QWzWULdX2d0D9AsSIPM04hRCYECgmlkgnY0gmlwhKwSMjaKbXVsdGlhZGRyc5YACASsEjI2Bnu-AAoErBIyNgZ7v90DgnJzhQAIAQAAiXNlY3AyNTZrMaECtfuzGQ6yTq5IOtK8mVGbJdy6SbmUymxiviWnsQM1l_CDdGNwgnu-g3VkcIJ7wIV3YWt1MgU
|
|
2026-04-23 05:11:03.630 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.20.59 waku 3f092b386c5f4a792d52ae308d429afc50224b53ad014bcd2d77058715471bf9
|
|
2026-04-23 05:11:03.662 DEBUG [src.node.docker_mananger] Container started with ID 3f092b386c5f. Setting up logs at ./log/docker/node2_2026-04-23_05-11-02__3d84246e-158f-4a56-8c5a-ddfb0a674ce7__wakuorg_nwaku:latest.log
|
|
2026-04-23 05:11:03.663 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43884
|
|
2026-04-23 05:11:03.663 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-04-23 05:11:04.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43884/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:11:04.675 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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-04-23 05:11:04.676 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-04-23 05:11:04.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43884/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:11:04.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.20.59/tcp/43885/p2p/16Uiu2HAmBSnBDos8HR5ZJboc76AtdzU2YrKCmffyZdVcNpo3yQqB","/ip4/172.18.20.59/tcp/43886/ws/p2p/16Uiu2HAmBSnBDos8HR5ZJboc76AtdzU2YrKCmffyZdVcNpo3yQqB"],"enrUri":"enr:-L24QDArgPwpeYfUCubYM8GvD3rwgp5ryLENO-2dwx62Kk6eaO5-uEKnHZxvWlzK-6Ug1mdBBtzj-b9TVMUGga2bmqECgmlkgnY0gmlwhKwSFDuKbXVsdGlhZGRyc5YACASsEhQ7BqttAAoErBIUOwarbt0DgnJzhQAIAQAAiXNlY3AyNTZrMaEC7gOUIejUnfVFK0vkftF2Y7OquRh_902cm-erIqzBHAaDdGNwgqttg3VkcIKrb4V3YWt1MgE"}'
|
|
2026-04-23 05:11:04.682 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-04-23 05:11:04.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43884/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.50.54/tcp/31678/p2p/16Uiu2HAm7g4NrqHjSDmRAatkGsfJxEbDvtGMZXUwM1GcGwZymzM5"]'
|
|
2026-04-23 05:11:04.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:11:04.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31677/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/0"]'
|
|
2026-04-23 05:11:04.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:11:04.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43884/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/0"]'
|
|
2026-04-23 05:11:04.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:11:04.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31677/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-04-23 05:11:04.697 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-04-23 05:11:04.697 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-04-23 05:11:04.798 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 05:11:04.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31677/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:11:04.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776921064693421939,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 05:11:04.802 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-04-23 05:11:04.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43884/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-04-23 05:11:04.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1776921064693421939,"ephemeral":false,"proof":""}]'
|
|
2026-04-23 05:11:04.807 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-04-23 05:11:04.808 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-04-23 05:11:04.809 DEBUG [src.node.waku_node] Stopping container with id 4e740dcb300b
|
|
2026-04-23 05:11:05.262 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:11:05.263 DEBUG [src.node.waku_node] Stopping container with id 3f092b386c5f
|
|
2026-04-23 05:11:05.702 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-04-23 05:11:05.705 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-04-23 05:11:05.718 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-04-23 05:11:05.725 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|