mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-02-27 04:38:42.736 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-27 04:38:42.737 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_same_shard with id: 2026-02-27_04-38-42__2d00fc97-e36d-4667-9bf9-b6cdaf61765c
|
|
2026-02-27 04:38:42.737 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-27 04:38:42.737 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-27 04:38:42.738 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-27 04:38:42.745 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:38:42.745 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-27_04-38-42__2d00fc97-e36d-4667-9bf9-b6cdaf61765c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:38:42.745 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:38:42.746 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:38:42.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:38:42.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.207
|
|
2026-02-27 04:38:42.747 DEBUG [src.node.docker_mananger] Generated ports ['35722', '35723', '35724', '35725', '35726']
|
|
2026-02-27 04:38:42.748 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-27 04:38:42.748 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:38:42.748 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:38:42.748 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:38:42.748 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:38:42.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 35722:35722 -p 35723:35723 -p 35724:35724 -p 35725:35725 -p 35726:35726 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=35724 --rest-port=35722 --tcp-port=35723 --discv5-udp-port=35725 --rest-address=0.0.0.0 --nat=extip:172.18.244.207 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3873e8bf7cdd1a231af30a361feb3f5ff8cbce8fbd9fbf7eddafaa9df3f1395c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35726 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-27 04:38:42.938 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.207 waku 46fc4f1f4a34667803ac6c2aff2a247a8898c3fa4103f1dc23535ec5da118e20
|
|
2026-02-27 04:38:42.970 DEBUG [src.node.docker_mananger] Container started with ID 46fc4f1f4a34. Setting up logs at ./log/docker/node1_2026-02-27_04-38-42__2d00fc97-e36d-4667-9bf9-b6cdaf61765c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:38:42.970 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35722
|
|
2026-02-27 04:38:42.971 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:38:42.987 ERROR [src.node.docker_mananger] Max retries reached for container 75dc7bf85f37. Exiting log stream.
|
|
2026-02-27 04:38:43.530 ERROR [src.node.docker_mananger] Max retries reached for container 871f72dcf566. Exiting log stream.
|
|
2026-02-27 04:38:43.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35722/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:38:43.974 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-02-27 04:38:43.974 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:38:43.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35722/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:38:43.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.207/tcp/35723/p2p/16Uiu2HAm4Fv5qqrajyLTpQwb62RapGrQUyCqtekPH5owcjMfBtg2","/ip4/172.18.244.207/tcp/35724/ws/p2p/16Uiu2HAm4Fv5qqrajyLTpQwb62RapGrQUyCqtekPH5owcjMfBtg2"],"enrUri":"enr:-L24QBEFI9VGrrd3-qYvtt9lWZG-b7zriOBdxsw7KYntGiiyJQ28nFk_SMQDC6zVIXfdmdCeb9pqpWdMQJolFlHYo44CgmlkgnY0gmlwhKwS9M-KbXVsdGlhZGRyc5YACASsEvTPBouLAAoErBL0zwaLjN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgzlScIVu32RqI483NGlLpP9h97mP3hrqO4O_7Sia1XODdGNwgouLg3VkcIKLjYV3YWt1MgU"}'
|
|
2026-02-27 04:38:43.977 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:38:43.983 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-27 04:38:43.983 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-27_04-38-42__2d00fc97-e36d-4667-9bf9-b6cdaf61765c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:38:43.984 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-27 04:38:43.984 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-27 04:38:43.985 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-27 04:38:43.985 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.33.22
|
|
2026-02-27 04:38:43.985 DEBUG [src.node.docker_mananger] Generated ports ['20517', '20518', '20519', '20520', '20521']
|
|
2026-02-27 04:38:43.985 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2026-02-27 04:38:43.986 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-27 04:38:43.986 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-27 04:38:43.986 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-27 04:38:43.986 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-27 04:38:43.986 DEBUG [src.node.docker_mananger] docker run -i -t -p 20517:20517 -p 20518:20518 -p 20519:20519 -p 20520:20520 -p 20521:20521 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=20519 --rest-port=20517 --tcp-port=20518 --discv5-udp-port=20520 --rest-address=0.0.0.0 --nat=extip:172.18.33.22 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=f73a3e7ac4776c2bf6e68226af7cbffc8ac12d60e3a52bcacc43d2c891daec62 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20521 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBEFI9VGrrd3-qYvtt9lWZG-b7zriOBdxsw7KYntGiiyJQ28nFk_SMQDC6zVIXfdmdCeb9pqpWdMQJolFlHYo44CgmlkgnY0gmlwhKwS9M-KbXVsdGlhZGRyc5YACASsEvTPBouLAAoErBL0zwaLjN0DgnJzhQACAQAAiXNlY3AyNTZrMaECgzlScIVu32RqI483NGlLpP9h97mP3hrqO4O_7Sia1XODdGNwgouLg3VkcIKLjYV3YWt1MgU
|
|
2026-02-27 04:38:44.177 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.33.22 waku 33d7d71c9f383518a1425e98c9c47eb67827988c6d8436be5a52e6e6c1feb595
|
|
2026-02-27 04:38:44.211 DEBUG [src.node.docker_mananger] Container started with ID 33d7d71c9f38. Setting up logs at ./log/docker/node2_2026-02-27_04-38-42__2d00fc97-e36d-4667-9bf9-b6cdaf61765c__wakuorg_nwaku:latest.log
|
|
2026-02-27 04:38:44.212 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20517
|
|
2026-02-27 04:38:44.212 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-27 04:38:45.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20517/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:38:45.239 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-02-27 04:38:45.241 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-27 04:38:45.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20517/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:38:45.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.33.22/tcp/20518/p2p/16Uiu2HAm3nEWPzPfHQTLLRR6oySsK31wtAJ6JUeAKaHrfYWcFcRy","/ip4/172.18.33.22/tcp/20519/ws/p2p/16Uiu2HAm3nEWPzPfHQTLLRR6oySsK31wtAJ6JUeAKaHrfYWcFcRy"],"enrUri":"enr:-L24QMGf7FlScS3V_uTg59nYoidf0YHxCB38Ks7k6w9aVEjTczk6CRyx_Lx5vJ1OR9d62qolNLIoRuqh4-m_sct37_wCgmlkgnY0gmlwhKwSIRaKbXVsdGlhZGRyc5YACASsEiEWBlAmAAoErBIhFgZQJ90DgnJzhQAEAQAAiXNlY3AyNTZrMaECfCHkBmmJRgtDrIqDGR-tOnW3rhbFehwnbI5ikVpTgdSDdGNwglAmg3VkcIJQKIV3YWt1MgE"}'
|
|
2026-02-27 04:38:45.250 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-27 04:38:45.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20517/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.244.207/tcp/35723/p2p/16Uiu2HAm4Fv5qqrajyLTpQwb62RapGrQUyCqtekPH5owcjMfBtg2"]'
|
|
2026-02-27 04:38:45.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:38:45.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35722/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-27 04:38:45.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:38:45.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20517/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/0"]'
|
|
2026-02-27 04:38:45.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:38:45.290 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35722/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-27 04:38:45.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-27 04:38:45.296 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-27 04:38:45.397 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:38:45.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35722/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:38:45.400 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772167125290093912,"ephemeral":false,"proof":""}]'
|
|
2026-02-27 04:38:45.402 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-27 04:38:45.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20517/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-27 04:38:45.404 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:20517/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2026-02-27 04:38:45.407 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-27 04:38:45.408 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-27 04:38:45.408 DEBUG [src.node.waku_node] Stopping container with id 46fc4f1f4a34
|
|
2026-02-27 04:38:45.958 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:38:45.959 DEBUG [src.node.waku_node] Stopping container with id 33d7d71c9f38
|
|
2026-02-27 04:38:46.561 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-27 04:38:46.564 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-27 04:38:46.578 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-27 04:38:46.584 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|