mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-07 16:33:13 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2025-12-11 04:14:30.803 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-11 04:14:30.803 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_different_shard with id: 2025-12-11_04-14-30__4696d296-36bd-4756-a7c8-c7569dccdfc7
|
|
2025-12-11 04:14:30.803 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-11 04:14:30.804 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-11 04:14:30.804 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-11 04:14:30.810 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:14:30.810 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-14-30__4696d296-36bd-4756-a7c8-c7569dccdfc7__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:30.810 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:14:30.810 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:14:30.812 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:14:30.812 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.143
|
|
2025-12-11 04:14:30.812 DEBUG [src.node.docker_mananger] Generated ports ['37450', '37451', '37452', '37453', '37454']
|
|
2025-12-11 04:14:30.812 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2025-12-11 04:14:30.812 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-11 04:14:30.812 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:14:30.813 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:14:30.813 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:14:30.813 DEBUG [src.node.docker_mananger] docker run -i -t -p 37450:37450 -p 37451:37451 -p 37452:37452 -p 37453:37453 -p 37454:37454 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=37452 --rest-port=37450 --tcp-port=37451 --discv5-udp-port=37453 --rest-address=0.0.0.0 --nat=extip:172.18.60.143 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d5ba3ad178b28fdd51916adb828c5a583d6822ffa65fe2faacedabf6aa31efdb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37454 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-11 04:14:30.968 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.143 waku 61ad0b547e59202c5c640981f1b8def179462c71e5c796fb6b66fb4cdb235ff2
|
|
2025-12-11 04:14:30.990 DEBUG [src.node.docker_mananger] Container started with ID 61ad0b547e59. Setting up logs at ./log/docker/node1_2025-12-11_04-14-30__4696d296-36bd-4756-a7c8-c7569dccdfc7__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:30.990 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37450
|
|
2025-12-11 04:14:30.991 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:14:31.144 ERROR [src.node.docker_mananger] Max retries reached for container 6076bceff867. Exiting log stream.
|
|
2025-12-11 04:14:31.609 ERROR [src.node.docker_mananger] Max retries reached for container f0213b0ce2bf. Exiting log stream.
|
|
2025-12-11 04:14:31.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37450/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:31.995 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"}]}'
|
|
2025-12-11 04:14:31.995 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:14:31.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37450/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:31.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.143/tcp/37451/p2p/16Uiu2HAmRcfEe6BHiZP21qpqKjpTmQf1KaCfmvQT4zQJvNC1pAVt","/ip4/172.18.60.143/tcp/37452/ws/p2p/16Uiu2HAmRcfEe6BHiZP21qpqKjpTmQf1KaCfmvQT4zQJvNC1pAVt"],"enrUri":"enr:-L24QFtifze2wlM6hdfRefEhsqX2UJh7fEk__BAtT9K392ZVfD37AVG13_-yet9nVe1d0rn1v8y23KbMzuc-hIUilysCgmlkgnY0gmlwhKwSPI-KbXVsdGlhZGRyc5YACASsEjyPBpJLAAoErBI8jwaSTN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwI8nycv-hoXvshWxh-2B9SJYhCdwr2Qmck6ZRqVDCseDdGNwgpJLg3VkcIKSTYV3YWt1MgU"}'
|
|
2025-12-11 04:14:31.998 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:14:32.003 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-11 04:14:32.004 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-14-30__4696d296-36bd-4756-a7c8-c7569dccdfc7__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:32.004 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-11 04:14:32.004 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-11 04:14:32.005 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-11 04:14:32.005 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.198
|
|
2025-12-11 04:14:32.005 DEBUG [src.node.docker_mananger] Generated ports ['22475', '22476', '22477', '22478', '22479']
|
|
2025-12-11 04:14:32.005 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2025-12-11 04:14:32.006 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-11 04:14:32.006 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-11 04:14:32.006 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-11 04:14:32.006 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-11 04:14:32.006 DEBUG [src.node.docker_mananger] docker run -i -t -p 22475:22475 -p 22476:22476 -p 22477:22477 -p 22478:22478 -p 22479:22479 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=22477 --rest-port=22475 --tcp-port=22476 --discv5-udp-port=22478 --rest-address=0.0.0.0 --nat=extip:172.18.38.198 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=cc9319c3f7fca478f8fa71d35a4c8d6ceea2db6a63c19e4dbccd5e282f69eda2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22479 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFtifze2wlM6hdfRefEhsqX2UJh7fEk__BAtT9K392ZVfD37AVG13_-yet9nVe1d0rn1v8y23KbMzuc-hIUilysCgmlkgnY0gmlwhKwSPI-KbXVsdGlhZGRyc5YACASsEjyPBpJLAAoErBI8jwaSTN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDwI8nycv-hoXvshWxh-2B9SJYhCdwr2Qmck6ZRqVDCseDdGNwgpJLg3VkcIKSTYV3YWt1MgU
|
|
2025-12-11 04:14:32.163 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.198 waku 1e7f5d11718a8d1fca4f8a51aff8978cecc0db51fd5cf9af1256786d1e15a289
|
|
2025-12-11 04:14:32.187 DEBUG [src.node.docker_mananger] Container started with ID 1e7f5d11718a. Setting up logs at ./log/docker/node2_2025-12-11_04-14-30__4696d296-36bd-4756-a7c8-c7569dccdfc7__wakuorg_nwaku:latest.log
|
|
2025-12-11 04:14:32.188 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22475
|
|
2025-12-11 04:14:32.188 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-11 04:14:33.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22475/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:33.210 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"}]}'
|
|
2025-12-11 04:14:33.212 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-11 04:14:33.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22475/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:33.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.198/tcp/22476/p2p/16Uiu2HAmETJfbrBCFj6SHAJ4egBZbWJZYBVQ7De8Q6ZoXwZJL6Uv","/ip4/172.18.38.198/tcp/22477/ws/p2p/16Uiu2HAmETJfbrBCFj6SHAJ4egBZbWJZYBVQ7De8Q6ZoXwZJL6Uv"],"enrUri":"enr:-L24QE7z4DL92xeDNxsgIZDJ9WqU4iCtD6sohk73ffv0YLdTe7EmjtJ76LLliI7D7BnztkQ-ddYfsBbcDKpeLC6vp78CgmlkgnY0gmlwhKwSJsaKbXVsdGlhZGRyc5YACASsEibGBlfMAAoErBImxgZXzd0DgnJzhQAEAQAAiXNlY3AyNTZrMaEDGrkdIaOOv5QW4dGEWL45COowpqE7NBqHAied3ie4oY-DdGNwglfMg3VkcIJXzoV3YWt1MgE"}'
|
|
2025-12-11 04:14:33.220 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-11 04:14:33.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22475/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.60.143/tcp/37451/p2p/16Uiu2HAmRcfEe6BHiZP21qpqKjpTmQf1KaCfmvQT4zQJvNC1pAVt"]'
|
|
2025-12-11 04:14:33.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:33.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37450/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-11 04:14:33.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:33.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
|
|
2025-12-11 04:14:33.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:33.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37450/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)'}'
|
|
2025-12-11 04:14:33.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-11 04:14:33.258 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-11 04:14:33.358 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-11 04:14:33.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37450/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:33.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765426473255353920,"ephemeral":false,"proof":""}]'
|
|
2025-12-11 04:14:33.363 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-11 04:14:33.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-11 04:14:33.365 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:22475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2025-12-11 04:14:33.367 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-11 04:14:33.368 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-11 04:14:33.368 DEBUG [src.node.waku_node] Stopping container with id 61ad0b547e59
|
|
2025-12-11 04:14:33.835 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:14:33.836 DEBUG [src.node.waku_node] Stopping container with id 1e7f5d11718a
|
|
2025-12-11 04:14:34.322 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-11 04:14:34.323 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-11 04:14:34.330 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-11 04:14:34.336 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|