mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-04 06:53:07 +00:00
74 lines
13 KiB
Plaintext
74 lines
13 KiB
Plaintext
2025-12-14 04:33:17.521 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-14 04:33:17.521 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2025-12-14_04-33-17__eb1b3cf1-bc8b-42e5-a7d3-c3b3cb431635
|
|
2025-12-14 04:33:17.521 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-14 04:33:17.522 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-14 04:33:17.522 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-14 04:33:17.529 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-14 04:33:17.529 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-14_04-33-17__eb1b3cf1-bc8b-42e5-a7d3-c3b3cb431635__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:33:17.529 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-14 04:33:17.529 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-14 04:33:17.530 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-14 04:33:17.530 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.178.129
|
|
2025-12-14 04:33:17.531 DEBUG [src.node.docker_mananger] Generated ports ['8363', '8364', '8365', '8366', '8367']
|
|
2025-12-14 04:33:17.531 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-14 04:33:17.531 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-14 04:33:17.531 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-14 04:33:17.531 DEBUG [src.node.docker_mananger] docker run -i -t -p 8363:8363 -p 8364:8364 -p 8365:8365 -p 8366:8366 -p 8367:8367 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=8365 --rest-port=8363 --tcp-port=8364 --discv5-udp-port=8366 --rest-address=0.0.0.0 --nat=extip:172.18.178.129 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bed48e3d2d91fb877e4afbb13de03fd0c0e6fb4b026d7f916aaea7f41daaf7b5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8367 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2025-12-14 04:33:17.718 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.178.129 waku 4b068aafb8226485257bf8ec338aa1ed3585ab2cc8dec071530e93c4ff9e8824
|
|
2025-12-14 04:33:17.750 DEBUG [src.node.docker_mananger] Container started with ID 4b068aafb822. Setting up logs at ./log/docker/node1_2025-12-14_04-33-17__eb1b3cf1-bc8b-42e5-a7d3-c3b3cb431635__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:33:17.751 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8363
|
|
2025-12-14 04:33:17.751 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-14 04:33:17.777 ERROR [src.node.docker_mananger] Max retries reached for container 77622e1f460a. Exiting log stream.
|
|
2025-12-14 04:33:18.327 ERROR [src.node.docker_mananger] Max retries reached for container e7206a655591. Exiting log stream.
|
|
2025-12-14 04:33:18.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8363/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:33:18.754 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-14 04:33:18.755 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-14 04:33:18.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8363/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:33:18.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.178.129/tcp/8364/p2p/16Uiu2HAmEqmRkrTMz764B373YdTFvgz3US4HUufpqgGGWV6GoCUK","/ip4/172.18.178.129/tcp/8365/ws/p2p/16Uiu2HAmEqmRkrTMz764B373YdTFvgz3US4HUufpqgGGWV6GoCUK"],"enrUri":"enr:-L24QDQXfjGJKJFsyIwDMP2lpCL-DkI2D1kx77DmqWHFUN-6ZXTBNrISSItVQktG809RdlO927NnjSN54Z4GJICSk7oCgmlkgnY0gmlwhKwSsoGKbXVsdGlhZGRyc5YACASsErKBBiCsAAoErBKygQYgrd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIHomk5pqzphGyERa5hcorfrvPllrIpKRfcYGAwbjenyDdGNwgiCsg3VkcIIgroV3YWt1MgU"}'
|
|
2025-12-14 04:33:18.757 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-14 04:33:18.763 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-14 04:33:18.764 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-14_04-33-17__eb1b3cf1-bc8b-42e5-a7d3-c3b3cb431635__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:33:18.764 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-14 04:33:18.764 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-14 04:33:18.765 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-14 04:33:18.765 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.131
|
|
2025-12-14 04:33:18.766 DEBUG [src.node.docker_mananger] Generated ports ['5034', '5035', '5036', '5037', '5038']
|
|
2025-12-14 04:33:18.766 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-14 04:33:18.766 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-14 04:33:18.766 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-14 04:33:18.766 DEBUG [src.node.docker_mananger] docker run -i -t -p 5034:5034 -p 5035:5035 -p 5036:5036 -p 5037:5037 -p 5038:5038 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=5036 --rest-port=5034 --tcp-port=5035 --discv5-udp-port=5037 --rest-address=0.0.0.0 --nat=extip:172.18.142.131 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4a71ab4deba0dae9febc9edfe6bedbe3a5b62fe9fb95376bdb6da7e942be9bfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5038 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDQXfjGJKJFsyIwDMP2lpCL-DkI2D1kx77DmqWHFUN-6ZXTBNrISSItVQktG809RdlO927NnjSN54Z4GJICSk7oCgmlkgnY0gmlwhKwSsoGKbXVsdGlhZGRyc5YACASsErKBBiCsAAoErBKygQYgrd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIHomk5pqzphGyERa5hcorfrvPllrIpKRfcYGAwbjenyDdGNwgiCsg3VkcIIgroV3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
|
|
2025-12-14 04:33:18.961 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.131 waku 3e03b4f4112a7aca4efa2479ec430e42ce8fef87e35bf65145557712cdcc08f0
|
|
2025-12-14 04:33:18.993 DEBUG [src.node.docker_mananger] Container started with ID 3e03b4f4112a. Setting up logs at ./log/docker/node2_2025-12-14_04-33-17__eb1b3cf1-bc8b-42e5-a7d3-c3b3cb431635__wakuorg_nwaku:latest.log
|
|
2025-12-14 04:33:18.994 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5034
|
|
2025-12-14 04:33:18.994 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-14 04:33:19.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5034/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:33:20.008 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-14 04:33:20.010 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-14 04:33:20.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5034/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:33:20.015 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.131/tcp/5035/p2p/16Uiu2HAkwv6669eRbjp8sM3RUKu5rj9TVUqLffNf3xqEesTgdJhx","/ip4/172.18.142.131/tcp/5036/ws/p2p/16Uiu2HAkwv6669eRbjp8sM3RUKu5rj9TVUqLffNf3xqEesTgdJhx"],"enrUri":"enr:-L24QMNUPdfROIl2YjCUbqLG9KImPwitO9wtthj4gZUBfmGSSWMweE2MX6YIyNyOfKN_rRQHWWCedB4HyZFTpx5CKlgCgmlkgnY0gmlwhKwSjoOKbXVsdGlhZGRyc5YACASsEo6DBhOrAAoErBKOgwYTrN0DgnJzhQACAQAAiXNlY3AyNTZrMaECJP7laRRE2cchqzKHxVCaICgVn-YQepHTTLKBSeKjm_uDdGNwghOrg3VkcIITrYV3YWt1MgE"}'
|
|
2025-12-14 04:33:20.015 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-14 04:33:20.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5034/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.178.129/tcp/8364/p2p/16Uiu2HAmEqmRkrTMz764B373YdTFvgz3US4HUufpqgGGWV6GoCUK"]'
|
|
2025-12-14 04:33:20.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:33:20.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8363/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2025-12-14 04:33:20.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:33:20.024 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5034/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2025-12-14 04:33:20.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:33:20.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8363/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-14 04:33:20.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-14 04:33:20.031 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-14 04:33:20.131 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2025-12-14 04:33:20.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8363/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:33:20.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1765686800026588194,"ephemeral":false,"proof":""}]'
|
|
2025-12-14 04:33:20.136 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-14 04:33:20.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5034/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-14 04:33:20.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1765686800026588194,"ephemeral":false,"proof":""}]'
|
|
2025-12-14 04:33:20.141 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-14 04:33:20.142 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-14 04:33:20.143 DEBUG [src.node.waku_node] Stopping container with id 4b068aafb822
|
|
2025-12-14 04:33:20.678 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-14 04:33:20.678 DEBUG [src.node.waku_node] Stopping container with id 3e03b4f4112a
|
|
2025-12-14 04:33:21.168 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-14 04:33:21.171 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-14 04:33:21.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-14 04:33:21.180 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|