mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 18:09:25 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-21 04:32:58.374 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:32:58.374 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/999] with id: 2026-03-21_04-32-58__31b70c41-f56e-4587-a358-62b0b09cc91f
|
|
2026-03-21 04:32:58.375 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:32:58.375 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:32:58.375 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:32:58.382 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:32:58.382 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-32-58__31b70c41-f56e-4587-a358-62b0b09cc91f__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:32:58.382 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:32:58.382 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:32:58.384 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:32:58.384 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.197
|
|
2026-03-21 04:32:58.384 DEBUG [src.node.docker_mananger] Generated ports ['6095', '6096', '6097', '6098', '6099']
|
|
2026-03-21 04:32:58.384 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-21 04:32:58.384 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-21 04:32:58.384 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:32:58.384 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:32:58.385 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:32:58.385 DEBUG [src.node.docker_mananger] docker run -i -t -p 6095:6095 -p 6096:6096 -p 6097:6097 -p 6098:6098 -p 6099:6099 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=6097 --rest-port=6095 --tcp-port=6096 --discv5-udp-port=6098 --rest-address=0.0.0.0 --nat=extip:172.18.167.197 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=2bd4ed60aadebadd0a6d74c07ecee2c05afcffb2b653386b964124793d30b14c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6099 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-21 04:32:58.574 ERROR [src.node.docker_mananger] Max retries reached for container 8c4ba22d6d4a. Exiting log stream.
|
|
2026-03-21 04:32:58.582 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.197 waku 36fbab63fe55220b6d1c748f51e232df75bc352922f397207d79f080be3c0929
|
|
2026-03-21 04:32:58.619 DEBUG [src.node.docker_mananger] Container started with ID 36fbab63fe55. Setting up logs at ./log/docker/node1_2026-03-21_04-32-58__31b70c41-f56e-4587-a358-62b0b09cc91f__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:32:58.621 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6095
|
|
2026-03-21 04:32:58.622 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:32:59.154 ERROR [src.node.docker_mananger] Max retries reached for container 048ffb01eeca. Exiting log stream.
|
|
2026-03-21 04:32:59.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6095/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:32:59.626 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-21 04:32:59.627 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:32:59.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6095/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:32:59.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.197/tcp/6096/p2p/16Uiu2HAmMeR9xaYK8rtDBn6enpGPvGiDdPtmCkgVDKpAbxVJTymi","/ip4/172.18.167.197/tcp/6097/ws/p2p/16Uiu2HAmMeR9xaYK8rtDBn6enpGPvGiDdPtmCkgVDKpAbxVJTymi"],"enrUri":"enr:-L24QC8He0auDHeTHVEigbTY45jmXLUi0Ala8M5Z7O9W850eYznJbyyWrOsXbxtqUftI4su67FVtUVqCx5ugpUlOglkCgmlkgnY0gmlwhKwSp8WKbXVsdGlhZGRyc5YACASsEqfFBhfQAAoErBKnxQYX0d0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDhZOl8hcbYqXgw0W9goUE-yMBAeXIj1oSLGHWhHwfYWGDdGNwghfQg3VkcIIX0oV3YWt1MgU"}'
|
|
2026-03-21 04:32:59.629 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:32:59.636 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:32:59.637 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-32-58__31b70c41-f56e-4587-a358-62b0b09cc91f__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:32:59.637 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:32:59.637 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:32:59.638 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:32:59.638 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.58.201
|
|
2026-03-21 04:32:59.638 DEBUG [src.node.docker_mananger] Generated ports ['51796', '51797', '51798', '51799', '51800']
|
|
2026-03-21 04:32:59.639 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-21 04:32:59.639 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-21 04:32:59.639 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:32:59.639 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:32:59.639 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:32:59.639 DEBUG [src.node.docker_mananger] docker run -i -t -p 51796:51796 -p 51797:51797 -p 51798:51798 -p 51799:51799 -p 51800:51800 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=51798 --rest-port=51796 --tcp-port=51797 --discv5-udp-port=51799 --rest-address=0.0.0.0 --nat=extip:172.18.58.201 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=ac2fa761bafbcefbd303f195af1dfabb1bbaebb0c178a321eab3f438ce340e49 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51800 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC8He0auDHeTHVEigbTY45jmXLUi0Ala8M5Z7O9W850eYznJbyyWrOsXbxtqUftI4su67FVtUVqCx5ugpUlOglkCgmlkgnY0gmlwhKwSp8WKbXVsdGlhZGRyc5YACASsEqfFBhfQAAoErBKnxQYX0d0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDhZOl8hcbYqXgw0W9goUE-yMBAeXIj1oSLGHWhHwfYWGDdGNwghfQg3VkcIIX0oV3YWt1MgU
|
|
2026-03-21 04:32:59.836 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.58.201 waku f5c5a1cd186a80f70e11ac85e60c87c56f8682f78c44f1f8d24fb712e8c5c53d
|
|
2026-03-21 04:32:59.870 DEBUG [src.node.docker_mananger] Container started with ID f5c5a1cd186a. Setting up logs at ./log/docker/node2_2026-03-21_04-32-58__31b70c41-f56e-4587-a358-62b0b09cc91f__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:32:59.871 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51796
|
|
2026-03-21 04:32:59.871 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:00.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51796/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:00.890 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-21 04:33:00.891 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:00.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51796/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:00.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.58.201/tcp/51797/p2p/16Uiu2HAm7zvcUyiWBLDJ7D5RkDe8mWJpPfHwpm3PdA1qsA4YHYmN","/ip4/172.18.58.201/tcp/51798/ws/p2p/16Uiu2HAm7zvcUyiWBLDJ7D5RkDe8mWJpPfHwpm3PdA1qsA4YHYmN"],"enrUri":"enr:-L24QCMsJTM6_8oIywXleyjQXAhFsxfPXbZcyCpTQPp1PAGFHiIZfKwkQiOug2HqhOtqKP71yijjIaqq2M_BOOV-oTECgmlkgnY0gmlwhKwSOsmKbXVsdGlhZGRyc5YACASsEjrJBspVAAoErBI6yQbKVt0DgnJzhQAFAQAAiXNlY3AyNTZrMaECutD0dh6hSpTVHN2baO2sbGy4TnubsTpYw2IWk1OKMvmDdGNwgspVg3VkcILKV4V3YWt1MgE"}'
|
|
2026-03-21 04:33:00.901 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:00.901 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51796/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.167.197/tcp/6096/p2p/16Uiu2HAmMeR9xaYK8rtDBn6enpGPvGiDdPtmCkgVDKpAbxVJTymi"]'
|
|
2026-03-21 04:33:00.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:00.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6095/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
|
2026-03-21 04:33:00.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:00.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51796/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
|
2026-03-21 04:33:00.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:00.921 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:00.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:00.928 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:01.029 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:01.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:01.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067580921676358,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:01.033 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:01.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:01.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774067580921676358,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:01.039 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:33:01.040 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:33:01.040 DEBUG [src.node.waku_node] Stopping container with id 36fbab63fe55
|
|
2026-03-21 04:33:01.616 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:01.617 DEBUG [src.node.waku_node] Stopping container with id f5c5a1cd186a
|
|
2026-03-21 04:33:02.170 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:02.171 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:33:02.182 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:02.189 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|