mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 00:53:08 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-02-02 04:46:25.622 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-02 04:46:25.622 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/999/999] with id: 2026-02-02_04-46-25__db6a085b-749a-49d7-9b1d-68de31e33892
|
|
2026-02-02 04:46:25.622 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-02 04:46:25.622 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-02 04:46:25.623 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-02 04:46:25.631 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:46:25.631 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-02_04-46-25__db6a085b-749a-49d7-9b1d-68de31e33892__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:46:25.631 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:46:25.631 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:46:25.633 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:46:25.633 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.44
|
|
2026-02-02 04:46:25.633 DEBUG [src.node.docker_mananger] Generated ports ['23714', '23715', '23716', '23717', '23718']
|
|
2026-02-02 04:46:25.633 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2026-02-02 04:46:25.633 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-02 04:46:25.634 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:46:25.634 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:46:25.634 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:46:25.634 DEBUG [src.node.docker_mananger] docker run -i -t -p 23714:23714 -p 23715:23715 -p 23716:23716 -p 23717:23717 -p 23718:23718 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=23716 --rest-port=23714 --tcp-port=23715 --discv5-udp-port=23717 --rest-address=0.0.0.0 --nat=extip:172.18.251.44 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=cea5e7261d9d2f5ec6fb1ee657bbbd9e9a9d8d41ebb5fcbbaee02da630938c49 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23718 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-02 04:46:25.822 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.44 waku 75698175d97a2a8932da71ea286f1f36ad3d89bf50af4251c40fc5a7ed009b38
|
|
2026-02-02 04:46:25.834 ERROR [src.node.docker_mananger] Max retries reached for container eed62573eeea. Exiting log stream.
|
|
2026-02-02 04:46:25.857 DEBUG [src.node.docker_mananger] Container started with ID 75698175d97a. Setting up logs at ./log/docker/node1_2026-02-02_04-46-25__db6a085b-749a-49d7-9b1d-68de31e33892__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:46:25.857 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23714
|
|
2026-02-02 04:46:25.857 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:46:26.418 ERROR [src.node.docker_mananger] Max retries reached for container a6b43b4dadd5. Exiting log stream.
|
|
2026-02-02 04:46:26.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23714/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:46:26.861 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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"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"}]}'
|
|
2026-02-02 04:46:26.861 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:46:26.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23714/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:46:26.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.44/tcp/23715/p2p/16Uiu2HAmB2E31TvipEheK5LcZP9ZNj97SJ623DLME1rBbTHLYBQq","/ip4/172.18.251.44/tcp/23716/ws/p2p/16Uiu2HAmB2E31TvipEheK5LcZP9ZNj97SJ623DLME1rBbTHLYBQq"],"enrUri":"enr:-L24QCoT3FgSYQdOHOm2o59YnptgKdLg24hgLAdKm97T-CUANu82lSSKP3e3MTkBFdJxwiLiJZjBHL5n0kG4lAOP30gCgmlkgnY0gmlwhKwS-yyKbXVsdGlhZGRyc5YACASsEvssBlyjAAoErBL7LAZcpN0DgnJzhQPnAQAAiXNlY3AyNTZrMaEC57lL7g4HMvGsL8Tj2XcI9OkkwLXgnHnHXKoOoS2tWVaDdGNwglyjg3VkcIJcpYV3YWt1MgU"}'
|
|
2026-02-02 04:46:26.864 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:46:26.871 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-02 04:46:26.871 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-02_04-46-25__db6a085b-749a-49d7-9b1d-68de31e33892__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:46:26.871 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-02 04:46:26.871 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-02 04:46:26.873 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-02 04:46:26.873 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.107
|
|
2026-02-02 04:46:26.873 DEBUG [src.node.docker_mananger] Generated ports ['11453', '11454', '11455', '11456', '11457']
|
|
2026-02-02 04:46:26.873 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
|
2026-02-02 04:46:26.873 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-02 04:46:26.873 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-02 04:46:26.874 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-02 04:46:26.874 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-02 04:46:26.874 DEBUG [src.node.docker_mananger] docker run -i -t -p 11453:11453 -p 11454:11454 -p 11455:11455 -p 11456:11456 -p 11457:11457 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=11455 --rest-port=11453 --tcp-port=11454 --discv5-udp-port=11456 --rest-address=0.0.0.0 --nat=extip:172.18.188.107 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=344107ce08b8f690a23ad7e63ae713be690019edb0cfe1fd241f1ccefa8beaae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11457 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCoT3FgSYQdOHOm2o59YnptgKdLg24hgLAdKm97T-CUANu82lSSKP3e3MTkBFdJxwiLiJZjBHL5n0kG4lAOP30gCgmlkgnY0gmlwhKwS-yyKbXVsdGlhZGRyc5YACASsEvssBlyjAAoErBL7LAZcpN0DgnJzhQPnAQAAiXNlY3AyNTZrMaEC57lL7g4HMvGsL8Tj2XcI9OkkwLXgnHnHXKoOoS2tWVaDdGNwglyjg3VkcIJcpYV3YWt1MgU
|
|
2026-02-02 04:46:27.058 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.107 waku 182f9dbcfd59ba840f1dc8df72088e726a576a266f9f6f9890a81a1e22ba1293
|
|
2026-02-02 04:46:27.088 DEBUG [src.node.docker_mananger] Container started with ID 182f9dbcfd59. Setting up logs at ./log/docker/node2_2026-02-02_04-46-25__db6a085b-749a-49d7-9b1d-68de31e33892__wakuorg_nwaku:latest.log
|
|
2026-02-02 04:46:27.089 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11453
|
|
2026-02-02 04:46:27.089 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-02 04:46:28.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11453/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:46:28.101 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":"READY"}]}'
|
|
2026-02-02 04:46:28.102 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-02 04:46:28.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11453/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:46:28.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.107/tcp/11454/p2p/16Uiu2HAmCd5nbbixfK6Fb3RanuPs9GFd89RrgrYSTbGLvk8RYaSp","/ip4/172.18.188.107/tcp/11455/ws/p2p/16Uiu2HAmCd5nbbixfK6Fb3RanuPs9GFd89RrgrYSTbGLvk8RYaSp"],"enrUri":"enr:-L24QDurLYZn7Z4_MSn6dy24871VQwBHhnFXwAaeApC2RPFwezPMFgB0nrq6bqr6pKyiZlaCHp75LutF0Tm9p9pmrBQCgmlkgnY0gmlwhKwSvGuKbXVsdGlhZGRyc5YACASsErxrBiy-AAoErBK8awYsv90DgnJzhQPnAQAAiXNlY3AyNTZrMaEC_4L8OmfQs-CYQCeipgGtc0_Iqw4C8kApEuzNzUp3DXWDdGNwgiy-g3VkcIIswIV3YWt1MgE"}'
|
|
2026-02-02 04:46:28.109 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-02 04:46:28.110 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11453/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.44/tcp/23715/p2p/16Uiu2HAmB2E31TvipEheK5LcZP9ZNj97SJ623DLME1rBbTHLYBQq"]'
|
|
2026-02-02 04:46:28.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:46:28.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23714/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2026-02-02 04:46:28.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:46:28.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11453/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
|
2026-02-02 04:46:28.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:46:28.123 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23714/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-02 04:46:28.129 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-02 04:46:28.129 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-02 04:46:28.229 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:46:28.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23714/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:46:28.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007588122986227,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:46:28.234 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-02 04:46:28.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11453/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-02 04:46:28.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770007588122986227,"ephemeral":false,"proof":""}]'
|
|
2026-02-02 04:46:28.239 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-02 04:46:28.240 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-02 04:46:28.241 DEBUG [src.node.waku_node] Stopping container with id 75698175d97a
|
|
2026-02-02 04:46:28.836 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:46:28.837 DEBUG [src.node.waku_node] Stopping container with id 182f9dbcfd59
|
|
2026-02-02 04:46:29.378 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-02 04:46:29.381 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-02 04:46:29.387 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-02 04:46:29.392 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|