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-03 04:35:32.828 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-03 04:35:32.828 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_different_shard with id: 2026-03-03_04-35-32__4cb7d82b-bdc6-4c05-9e9a-01d9c4a6c11f
|
|
2026-03-03 04:35:32.828 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-03 04:35:32.828 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-03 04:35:32.829 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-03 04:35:32.836 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:32.836 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-03_04-35-32__4cb7d82b-bdc6-4c05-9e9a-01d9c4a6c11f__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:32.836 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:32.836 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:32.837 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:32.838 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.246
|
|
2026-03-03 04:35:32.838 DEBUG [src.node.docker_mananger] Generated ports ['51989', '51990', '51991', '51992', '51993']
|
|
2026-03-03 04:35:32.838 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-03-03 04:35:32.838 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:35:32.838 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:32.838 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:32.838 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:32.839 DEBUG [src.node.docker_mananger] docker run -i -t -p 51989:51989 -p 51990:51990 -p 51991:51991 -p 51992:51992 -p 51993:51993 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=51991 --rest-port=51989 --tcp-port=51990 --discv5-udp-port=51992 --rest-address=0.0.0.0 --nat=extip:172.18.12.246 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bcebac1b1bf05765c071f6fe55402f0798b9df49a492a6c3dc9340cd0bea048b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51993 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-03 04:35:33.026 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.246 waku e87f8deb8ed5b4f09fa4d24d810cac7954a3fefa54ccdddd34d9e7b87249fa2e
|
|
2026-03-03 04:35:33.060 DEBUG [src.node.docker_mananger] Container started with ID e87f8deb8ed5. Setting up logs at ./log/docker/node1_2026-03-03_04-35-32__4cb7d82b-bdc6-4c05-9e9a-01d9c4a6c11f__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:33.060 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51989
|
|
2026-03-03 04:35:33.061 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:33.072 ERROR [src.node.docker_mananger] Max retries reached for container d066d6112cc8. Exiting log stream.
|
|
2026-03-03 04:35:33.625 ERROR [src.node.docker_mananger] Max retries reached for container 33a78c3f6a9f. Exiting log stream.
|
|
2026-03-03 04:35:34.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51989/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:34.065 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-03 04:35:34.065 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:34.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51989/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:34.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.246/tcp/51990/p2p/16Uiu2HAmSmEGyXUcJy9jymoZ8VAcettup7jsN51tF49jTspeJE4G","/ip4/172.18.12.246/tcp/51991/ws/p2p/16Uiu2HAmSmEGyXUcJy9jymoZ8VAcettup7jsN51tF49jTspeJE4G"],"enrUri":"enr:-L24QHsIbvp-D5680h0q_aBYisY_yY-QTczdmTc2fZTvZtEWB3p-PQChZxNcvtsnlFI7wNwDZ7krjJVeGC4aMxND-CsCgmlkgnY0gmlwhKwSDPaKbXVsdGlhZGRyc5YACASsEgz2BssWAAoErBIM9gbLF90DgnJzhQACAQAAiXNlY3AyNTZrMaED0ZzY-euWr8g1Fr04646Mpmawx9SNl537PR5OjCQE82mDdGNwgssWg3VkcILLGIV3YWt1MgU"}'
|
|
2026-03-03 04:35:34.068 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:34.075 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-03 04:35:34.075 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-03_04-35-32__4cb7d82b-bdc6-4c05-9e9a-01d9c4a6c11f__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:34.075 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-03 04:35:34.076 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-03 04:35:34.077 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-03 04:35:34.077 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.38
|
|
2026-03-03 04:35:34.077 DEBUG [src.node.docker_mananger] Generated ports ['46337', '46338', '46339', '46340', '46341']
|
|
2026-03-03 04:35:34.078 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2026-03-03 04:35:34.078 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-03 04:35:34.078 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-03 04:35:34.078 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-03 04:35:34.078 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-03 04:35:34.078 DEBUG [src.node.docker_mananger] docker run -i -t -p 46337:46337 -p 46338:46338 -p 46339:46339 -p 46340:46340 -p 46341:46341 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=46339 --rest-port=46337 --tcp-port=46338 --discv5-udp-port=46340 --rest-address=0.0.0.0 --nat=extip:172.18.66.38 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=ebd4d3ac8bbf7bdd4c2bbdbdb047bfde3baf1dd5ffabe5ecfe9cefb7399eb2dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46341 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHsIbvp-D5680h0q_aBYisY_yY-QTczdmTc2fZTvZtEWB3p-PQChZxNcvtsnlFI7wNwDZ7krjJVeGC4aMxND-CsCgmlkgnY0gmlwhKwSDPaKbXVsdGlhZGRyc5YACASsEgz2BssWAAoErBIM9gbLF90DgnJzhQACAQAAiXNlY3AyNTZrMaED0ZzY-euWr8g1Fr04646Mpmawx9SNl537PR5OjCQE82mDdGNwgssWg3VkcILLGIV3YWt1MgU
|
|
2026-03-03 04:35:34.274 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.38 waku f5857488749417a6fe7f019cbcdb86f28f5f97d38e2f9ad2ad5d394503c9692c
|
|
2026-03-03 04:35:34.309 DEBUG [src.node.docker_mananger] Container started with ID f58574887494. Setting up logs at ./log/docker/node2_2026-03-03_04-35-32__4cb7d82b-bdc6-4c05-9e9a-01d9c4a6c11f__wakuorg_nwaku:latest.log
|
|
2026-03-03 04:35:34.309 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46337
|
|
2026-03-03 04:35:34.310 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-03 04:35:35.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46337/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:35.334 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-03 04:35:35.336 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-03 04:35:35.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46337/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:35.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.38/tcp/46338/p2p/16Uiu2HAkxdS212mqGijToZa6Y8S4ELPkF8KtdXr1YmfLYVe8fxQ6","/ip4/172.18.66.38/tcp/46339/ws/p2p/16Uiu2HAkxdS212mqGijToZa6Y8S4ELPkF8KtdXr1YmfLYVe8fxQ6"],"enrUri":"enr:-L24QAK41tDv4SjVHFD1Qnf7gTsmR2ic3YY9EgeTrRrmZbvpNNXGcqFnzzTZTfrvpAMo2P06RWNgKPxi3RGZaGHlnEkCgmlkgnY0gmlwhKwSQiaKbXVsdGlhZGRyc5YACASsEkImBrUCAAoErBJCJga1A90DgnJzhQAEAQAAiXNlY3AyNTZrMaECL5Y-YbxCsI4GJb4uA68e2hkwLR_iiWn-XTfYa81ugPeDdGNwgrUCg3VkcIK1BIV3YWt1MgE"}'
|
|
2026-03-03 04:35:35.345 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-03 04:35:35.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46337/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.246/tcp/51990/p2p/16Uiu2HAmSmEGyXUcJy9jymoZ8VAcettup7jsN51tF49jTspeJE4G"]'
|
|
2026-03-03 04:35:35.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:35.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51989/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-03-03 04:35:35.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:35.386 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46337/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
|
|
2026-03-03 04:35:35.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:35.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51989/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-03-03 04:35:35.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-03 04:35:35.399 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-03 04:35:35.499 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:35.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51989/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:35.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772512535391757766,"ephemeral":false,"proof":""}]'
|
|
2026-03-03 04:35:35.503 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-03 04:35:35.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-03 04:35:35.506 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:46337/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2026-03-03 04:35:35.508 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-03 04:35:35.509 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-03 04:35:35.510 DEBUG [src.node.waku_node] Stopping container with id e87f8deb8ed5
|
|
2026-03-03 04:35:36.092 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:36.094 DEBUG [src.node.waku_node] Stopping container with id f58574887494
|
|
2026-03-03 04:35:36.652 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-03 04:35:36.653 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-03 04:35:36.661 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-03 04:35:36.669 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|