mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 09:33:42 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-15 04:49:54.104 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-15 04:49:54.104 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/0] with id: 2026-03-15_04-49-54__418aa6dc-acd6-41a4-b495-4b76c4ea436d
|
|
2026-03-15 04:49:54.104 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-15 04:49:54.104 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-15 04:49:54.105 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-15 04:49:54.113 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:49:54.113 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-15_04-49-54__418aa6dc-acd6-41a4-b495-4b76c4ea436d__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:49:54.113 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:49:54.113 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:49:54.115 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:49:54.115 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.169.249
|
|
2026-03-15 04:49:54.115 DEBUG [src.node.docker_mananger] Generated ports ['6005', '6006', '6007', '6008', '6009']
|
|
2026-03-15 04:49:54.115 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-15 04:49:54.115 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-15 04:49:54.116 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:49:54.116 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:49:54.116 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:49:54.116 DEBUG [src.node.docker_mananger] docker run -i -t -p 6005:6005 -p 6006:6006 -p 6007:6007 -p 6008:6008 -p 6009:6009 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=6007 --rest-port=6005 --tcp-port=6006 --discv5-udp-port=6008 --rest-address=0.0.0.0 --nat=extip:172.18.169.249 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=f7157d8bc30df472cb8dcff390aaf5fc22e60560cf02a4e6f85bd96960cfb379 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6009 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-15 04:49:54.299 ERROR [src.node.docker_mananger] Max retries reached for container f4ff0c0d667b. Exiting log stream.
|
|
2026-03-15 04:49:54.314 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.169.249 waku 490eccbbee586ac5b3119d6edd89200b329fcde339f35b6aa0c3ef3ee001d03a
|
|
2026-03-15 04:49:54.351 DEBUG [src.node.docker_mananger] Container started with ID 490eccbbee58. Setting up logs at ./log/docker/node1_2026-03-15_04-49-54__418aa6dc-acd6-41a4-b495-4b76c4ea436d__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:49:54.351 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6005
|
|
2026-03-15 04:49:54.351 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:49:54.879 ERROR [src.node.docker_mananger] Max retries reached for container 1ddb253c3b65. Exiting log stream.
|
|
2026-03-15 04:49:55.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6005/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:49:55.357 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"},{"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-15 04:49:55.357 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:49:55.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6005/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:49:55.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.249/tcp/6006/p2p/16Uiu2HAmBsixzptu3P5v5VkAek81ztgp4CefGNzNcA6bdzTJCuvH","/ip4/172.18.169.249/tcp/6007/ws/p2p/16Uiu2HAmBsixzptu3P5v5VkAek81ztgp4CefGNzNcA6bdzTJCuvH"],"enrUri":"enr:-L24QKz-FI6uQhOGWNPgoEGmf_XriHkxDvedpUHbBkXzK35SRi9P1MKtH7i0KDJDDiYWe_8leQF6I95-DcnXlWJnhcoCgmlkgnY0gmlwhKwSqfmKbXVsdGlhZGRyc5YACASsEqn5Bhd2AAoErBKp-QYXd90DgnJzhQAFAQAAiXNlY3AyNTZrMaEC9Gd37L9ecoJ6XAWnWrf7qrywkCnWC3NYuYq1xUWxlaqDdGNwghd2g3VkcIIXeIV3YWt1MgU"}'
|
|
2026-03-15 04:49:55.360 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:49:55.367 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-15 04:49:55.367 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-15_04-49-54__418aa6dc-acd6-41a4-b495-4b76c4ea436d__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:49:55.367 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-15 04:49:55.367 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-15 04:49:55.368 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-15 04:49:55.369 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.136
|
|
2026-03-15 04:49:55.369 DEBUG [src.node.docker_mananger] Generated ports ['11441', '11442', '11443', '11444', '11445']
|
|
2026-03-15 04:49:55.369 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-15 04:49:55.369 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-15 04:49:55.369 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-15 04:49:55.369 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-15 04:49:55.369 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-15 04:49:55.370 DEBUG [src.node.docker_mananger] docker run -i -t -p 11441:11441 -p 11442:11442 -p 11443:11443 -p 11444:11444 -p 11445:11445 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=11443 --rest-port=11441 --tcp-port=11442 --discv5-udp-port=11444 --rest-address=0.0.0.0 --nat=extip:172.18.40.136 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=f33aff7e25ece1a2cfc2c5a470bcef4daf6e0e0c07bd82727b1f937fcadbdbd0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11445 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKz-FI6uQhOGWNPgoEGmf_XriHkxDvedpUHbBkXzK35SRi9P1MKtH7i0KDJDDiYWe_8leQF6I95-DcnXlWJnhcoCgmlkgnY0gmlwhKwSqfmKbXVsdGlhZGRyc5YACASsEqn5Bhd2AAoErBKp-QYXd90DgnJzhQAFAQAAiXNlY3AyNTZrMaEC9Gd37L9ecoJ6XAWnWrf7qrywkCnWC3NYuYq1xUWxlaqDdGNwghd2g3VkcIIXeIV3YWt1MgU
|
|
2026-03-15 04:49:55.561 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.136 waku be886e32ab3a31f66d00263d2c48397cf3c7321195b1e217a682fa2f4a12dba1
|
|
2026-03-15 04:49:55.599 DEBUG [src.node.docker_mananger] Container started with ID be886e32ab3a. Setting up logs at ./log/docker/node2_2026-03-15_04-49-54__418aa6dc-acd6-41a4-b495-4b76c4ea436d__wakuorg_nwaku:latest.log
|
|
2026-03-15 04:49:55.599 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11441
|
|
2026-03-15 04:49:55.600 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-15 04:49:56.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11441/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:49:56.615 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-15 04:49:56.619 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-15 04:49:56.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11441/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:49:56.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.136/tcp/11442/p2p/16Uiu2HAmUMMqzUqPzwNCd4eDEW7VSKhKza6fMWP63qBrtvXMCxvb","/ip4/172.18.40.136/tcp/11443/ws/p2p/16Uiu2HAmUMMqzUqPzwNCd4eDEW7VSKhKza6fMWP63qBrtvXMCxvb"],"enrUri":"enr:-L24QHQPEfwGJk7txPcBfsRmuEG_YyMOxlbWLO795InYSqD3BQU4X1qlG1xgijI9N-ZIpYrr2e1zIEIxpCbW-CLY6ugCgmlkgnY0gmlwhKwSKIiKbXVsdGlhZGRyc5YACASsEiiIBiyyAAoErBIoiAYss90DgnJzhQAFAQAAiXNlY3AyNTZrMaED6TbXL_mU4B2aoRz0X6MBjV0sz2207lZF_-VmS5vCRFiDdGNwgiyyg3VkcIIstIV3YWt1MgE"}'
|
|
2026-03-15 04:49:56.626 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-15 04:49:56.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11441/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.249/tcp/6006/p2p/16Uiu2HAmBsixzptu3P5v5VkAek81ztgp4CefGNzNcA6bdzTJCuvH"]'
|
|
2026-03-15 04:49:56.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:49:56.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6005/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
|
|
2026-03-15 04:49:56.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:49:56.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11441/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/0"]'
|
|
2026-03-15 04:49:56.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:49:56.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6005/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-15 04:49:56.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-15 04:49:56.640 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-15 04:49:56.741 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-15 04:49:56.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6005/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:49:56.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773550196635190157,"ephemeral":false,"proof":""}]'
|
|
2026-03-15 04:49:56.746 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-15 04:49:56.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-15 04:49:56.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773550196635190157,"ephemeral":false,"proof":""}]'
|
|
2026-03-15 04:49:56.751 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-15 04:49:56.752 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-15 04:49:56.752 DEBUG [src.node.waku_node] Stopping container with id 490eccbbee58
|
|
2026-03-15 04:49:57.336 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:49:57.336 DEBUG [src.node.waku_node] Stopping container with id be886e32ab3a
|
|
2026-03-15 04:49:57.887 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-15 04:49:57.890 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-15 04:49:57.895 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-15 04:49:57.899 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|