mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-05 10:03:16 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-02-04 17:16:23.776 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-04 17:16:23.776 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_same_shard with id: 2026-02-04_17-16-23__7b99732a-83be-4acc-a3bf-3ed88ff9d37b
|
|
2026-02-04 17:16:23.776 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-04 17:16:23.777 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-04 17:16:23.777 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-04 17:16:23.784 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:16:23.784 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-04_17-16-23__7b99732a-83be-4acc-a3bf-3ed88ff9d37b__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:23.784 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:16:23.784 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:16:23.786 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:16:23.786 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.4
|
|
2026-02-04 17:16:23.786 DEBUG [src.node.docker_mananger] Generated ports ['40256', '40257', '40258', '40259', '40260']
|
|
2026-02-04 17:16:23.786 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
|
2026-02-04 17:16:23.786 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:16:23.786 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:16:23.786 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:16:23.787 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:16:23.787 DEBUG [src.node.docker_mananger] docker run -i -t -p 40256:40256 -p 40257:40257 -p 40258:40258 -p 40259:40259 -p 40260:40260 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=40258 --rest-port=40256 --tcp-port=40257 --discv5-udp-port=40259 --rest-address=0.0.0.0 --nat=extip:172.18.194.4 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c107df1e9da8898b65fa81d5d239eefcabe1eb292197e8be123ea0bd82acc90c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40260 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-04 17:16:23.950 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.4 waku 24414b20119e11578ce8f3416c94c1f52aa56ed950d39ddac81c605718224b8d
|
|
2026-02-04 17:16:23.977 DEBUG [src.node.docker_mananger] Container started with ID 24414b20119e. Setting up logs at ./log/docker/node1_2026-02-04_17-16-23__7b99732a-83be-4acc-a3bf-3ed88ff9d37b__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:23.978 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40256
|
|
2026-02-04 17:16:23.979 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:16:24.076 ERROR [src.node.docker_mananger] Max retries reached for container 2af26f03a8b5. Exiting log stream.
|
|
2026-02-04 17:16:24.578 ERROR [src.node.docker_mananger] Max retries reached for container b2f57705de75. Exiting log stream.
|
|
2026-02-04 17:16:24.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40256/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:24.982 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"}]}'
|
|
2026-02-04 17:16:24.983 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:16:24.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40256/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:24.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.4/tcp/40257/p2p/16Uiu2HAmH7QsPQMsqaTnAfVtEiV5beNqpd8o8ngRXPxD8Gp1oFwx","/ip4/172.18.194.4/tcp/40258/ws/p2p/16Uiu2HAmH7QsPQMsqaTnAfVtEiV5beNqpd8o8ngRXPxD8Gp1oFwx"],"enrUri":"enr:-L24QFLNeOKrm2mDNOyTv_9Sc2MOBaKf2BW-CtGSwSMZ0iwtU41I-6UuFWflWGbQQQwZRK1iX_-DGeq5bVWtWxgKf4ECgmlkgnY0gmlwhKwSwgSKbXVsdGlhZGRyc5YACASsEsIEBp1BAAoErBLCBAadQt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDQjOShsyGdjRNHvQ22_fNIkkzzMee5DqcW1Vhg6DNoTuDdGNwgp1Bg3VkcIKdQ4V3YWt1MgU"}'
|
|
2026-02-04 17:16:24.986 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:16:24.992 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-04 17:16:24.992 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-04_17-16-23__7b99732a-83be-4acc-a3bf-3ed88ff9d37b__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:24.993 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-04 17:16:24.993 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-04 17:16:24.994 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-04 17:16:24.994 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.22
|
|
2026-02-04 17:16:24.994 DEBUG [src.node.docker_mananger] Generated ports ['4211', '4212', '4213', '4214', '4215']
|
|
2026-02-04 17:16:24.994 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
|
|
2026-02-04 17:16:24.995 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-04 17:16:24.995 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-04 17:16:24.995 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-04 17:16:24.995 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-04 17:16:24.995 DEBUG [src.node.docker_mananger] docker run -i -t -p 4211:4211 -p 4212:4212 -p 4213:4213 -p 4214:4214 -p 4215:4215 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=4213 --rest-port=4211 --tcp-port=4212 --discv5-udp-port=4214 --rest-address=0.0.0.0 --nat=extip:172.18.69.22 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=d317efbfaf125337ecb9a92ea7d4fed6a9438c473dc436e220b9a024ba8ef066 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4215 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFLNeOKrm2mDNOyTv_9Sc2MOBaKf2BW-CtGSwSMZ0iwtU41I-6UuFWflWGbQQQwZRK1iX_-DGeq5bVWtWxgKf4ECgmlkgnY0gmlwhKwSwgSKbXVsdGlhZGRyc5YACASsEsIEBp1BAAoErBLCBAadQt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDQjOShsyGdjRNHvQ22_fNIkkzzMee5DqcW1Vhg6DNoTuDdGNwgp1Bg3VkcIKdQ4V3YWt1MgU
|
|
2026-02-04 17:16:25.155 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.22 waku a8b6826f470f3ce79da2c51fca1ff9b5fa9874d177ca643f9efcfece131f638a
|
|
2026-02-04 17:16:25.181 DEBUG [src.node.docker_mananger] Container started with ID a8b6826f470f. Setting up logs at ./log/docker/node2_2026-02-04_17-16-23__7b99732a-83be-4acc-a3bf-3ed88ff9d37b__wakuorg_nwaku:latest.log
|
|
2026-02-04 17:16:25.181 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4211
|
|
2026-02-04 17:16:25.181 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-04 17:16:26.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4211/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:26.195 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"}]}'
|
|
2026-02-04 17:16:26.196 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-04 17:16:26.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4211/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:26.202 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.22/tcp/4212/p2p/16Uiu2HAmBo1GhGdmmBL3wcUmboJ9EfxENtiMtsh4DzAnHsYCgjrz","/ip4/172.18.69.22/tcp/4213/ws/p2p/16Uiu2HAmBo1GhGdmmBL3wcUmboJ9EfxENtiMtsh4DzAnHsYCgjrz"],"enrUri":"enr:-L24QKeECj6dVmE089E0SCrfTtdYRxJar-Pyg93k_zDHz7XGMwc_tPlVbm9l2Ne4ij_qur0weFkGaPP04YmmT2fCcTcCgmlkgnY0gmlwhKwSRRaKbXVsdGlhZGRyc5YACASsEkUWBhB0AAoErBJFFgYQdd0DgnJzhQAEAQAAiXNlY3AyNTZrMaEC8zIALEYzu3QtjSE1dX7K8bwherXI9vtIVJ9gbcq7iOODdGNwghB0g3VkcIIQdoV3YWt1MgE"}'
|
|
2026-02-04 17:16:26.203 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-04 17:16:26.204 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4211/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.194.4/tcp/40257/p2p/16Uiu2HAmH7QsPQMsqaTnAfVtEiV5beNqpd8o8ngRXPxD8Gp1oFwx"]'
|
|
2026-02-04 17:16:26.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:26.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2026-02-04 17:16:26.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:26.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4211/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/0"]'
|
|
2026-02-04 17:16:26.240 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:26.241 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40256/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-04 17:16:26.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-04 17:16:26.244 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-04 17:16:26.344 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:26.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:26.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770225386241151422,"ephemeral":false,"proof":""}]'
|
|
2026-02-04 17:16:26.350 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-04 17:16:26.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4211/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-04 17:16:26.353 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:4211/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
|
2026-02-04 17:16:26.355 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-04 17:16:26.356 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-04 17:16:26.356 DEBUG [src.node.waku_node] Stopping container with id 24414b20119e
|
|
2026-02-04 17:16:26.838 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:16:26.839 DEBUG [src.node.waku_node] Stopping container with id a8b6826f470f
|
|
2026-02-04 17:16:27.345 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-04 17:16:27.348 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-04 17:16:27.355 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-04 17:16:27.361 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|