mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-08 17:03:12 +00:00
72 lines
12 KiB
Plaintext
72 lines
12 KiB
Plaintext
2025-12-10 04:16:08.761 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-10 04:16:08.761 DEBUG [tests.conftest] Running test: test_sender_uses_auto_api_receiver_uses_regular_api with id: 2025-12-10_04-16-08__f38273e4-9391-44b9-abb2-8d7089cbb69c
|
|
2025-12-10 04:16:08.762 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-10 04:16:08.762 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2025-12-10 04:16:08.762 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2025-12-10 04:16:08.769 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:16:08.769 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-10_04-16-08__f38273e4-9391-44b9-abb2-8d7089cbb69c__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:16:08.769 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:16:08.769 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:16:08.771 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:16:08.771 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.236
|
|
2025-12-10 04:16:08.771 DEBUG [src.node.docker_mananger] Generated ports ['20518', '20519', '20520', '20521', '20522']
|
|
2025-12-10 04:16:08.771 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:16:08.771 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:16:08.771 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:16:08.772 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:16:08.772 DEBUG [src.node.docker_mananger] docker run -i -t -p 20518:20518 -p 20519:20519 -p 20520:20520 -p 20521:20521 -p 20522:20522 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=20520 --rest-port=20518 --tcp-port=20519 --discv5-udp-port=20521 --rest-address=0.0.0.0 --nat=extip:172.18.142.236 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8a4adbfda06adbff6eeb9bfb5cfedbe8c2789dfdff5831e5af16ebb81c9edadf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20522 --metrics-logging=true --relay=true --filter=true --num-shards-in-network=1
|
|
2025-12-10 04:16:08.923 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.236 waku 1a7d30d7c5ea5349861a54319b4d4a38261dc9825d693bec70dcc74d571a6973
|
|
2025-12-10 04:16:08.950 DEBUG [src.node.docker_mananger] Container started with ID 1a7d30d7c5ea. Setting up logs at ./log/docker/node1_2025-12-10_04-16-08__f38273e4-9391-44b9-abb2-8d7089cbb69c__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:16:08.951 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20518
|
|
2025-12-10 04:16:08.951 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:16:09.054 ERROR [src.node.docker_mananger] Max retries reached for container b8e1c8ef58be. Exiting log stream.
|
|
2025-12-10 04:16:09.563 ERROR [src.node.docker_mananger] Max retries reached for container 74222b91fe25. Exiting log stream.
|
|
2025-12-10 04:16:09.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20518/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:09.955 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-10 04:16:09.956 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:16:09.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20518/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:09.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.236/tcp/20519/p2p/16Uiu2HAm2Q9443EpSezzPAqodmFzVfH1rxtRvnwNdCabiBA4NpaQ","/ip4/172.18.142.236/tcp/20520/ws/p2p/16Uiu2HAm2Q9443EpSezzPAqodmFzVfH1rxtRvnwNdCabiBA4NpaQ"],"enrUri":"enr:-L24QGA77twKdcfKtSy8Emnfeivb24S-VKe3Ibc1BYGi5YqmdAzbWXd79dgg3BrvMgL3KNlcxmWH_bpukBe432lOVoUCgmlkgnY0gmlwhKwSjuyKbXVsdGlhZGRyc5YACASsEo7sBlAnAAoErBKO7AZQKN0DgnJzhQACAQAAiXNlY3AyNTZrMaECZ51CR6aveYbDgTxasPSYtCDFyw27Ldlb8U5JwRtTRUWDdGNwglAng3VkcIJQKYV3YWt1MgU"}'
|
|
2025-12-10 04:16:09.958 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:16:09.965 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-10 04:16:09.965 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-10_04-16-08__f38273e4-9391-44b9-abb2-8d7089cbb69c__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:16:09.965 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-10 04:16:09.965 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-10 04:16:09.966 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-10 04:16:09.966 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.171
|
|
2025-12-10 04:16:09.967 DEBUG [src.node.docker_mananger] Generated ports ['29645', '29646', '29647', '29648', '29649']
|
|
2025-12-10 04:16:09.967 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2025-12-10 04:16:09.967 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-10 04:16:09.967 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-10 04:16:09.967 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-10 04:16:09.967 DEBUG [src.node.docker_mananger] docker run -i -t -p 29645:29645 -p 29646:29646 -p 29647:29647 -p 29648:29648 -p 29649:29649 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=29647 --rest-port=29645 --tcp-port=29646 --discv5-udp-port=29648 --rest-address=0.0.0.0 --nat=extip:172.18.24.171 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dde0cb0ea05aafa1fd91fc1befd5daeaabdeafde0ff9b6499e4561bde42de0c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29649 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGA77twKdcfKtSy8Emnfeivb24S-VKe3Ibc1BYGi5YqmdAzbWXd79dgg3BrvMgL3KNlcxmWH_bpukBe432lOVoUCgmlkgnY0gmlwhKwSjuyKbXVsdGlhZGRyc5YACASsEo7sBlAnAAoErBKO7AZQKN0DgnJzhQACAQAAiXNlY3AyNTZrMaECZ51CR6aveYbDgTxasPSYtCDFyw27Ldlb8U5JwRtTRUWDdGNwglAng3VkcIJQKYV3YWt1MgU --num-shards-in-network=1
|
|
2025-12-10 04:16:10.130 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.171 waku f1377f6d5c8e14ba6aa09d0e6b6052825c72df4a75ad393e2fc277f30c52aa88
|
|
2025-12-10 04:16:10.157 DEBUG [src.node.docker_mananger] Container started with ID f1377f6d5c8e. Setting up logs at ./log/docker/node2_2025-12-10_04-16-08__f38273e4-9391-44b9-abb2-8d7089cbb69c__wakuorg_nwaku:latest.log
|
|
2025-12-10 04:16:10.157 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29645
|
|
2025-12-10 04:16:10.157 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-10 04:16:11.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29645/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:11.177 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-10 04:16:11.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-10 04:16:11.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29645/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:11.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.171/tcp/29646/p2p/16Uiu2HAmUnSz186ap98sUugmEgkMZYW4FqBVf7z2m9nVjTJPbThR","/ip4/172.18.24.171/tcp/29647/ws/p2p/16Uiu2HAmUnSz186ap98sUugmEgkMZYW4FqBVf7z2m9nVjTJPbThR"],"enrUri":"enr:-L24QPX4kBmzwhmL-jEbBTlWF6X3aSaAy42gqSm6jOUeF9kWQ9PcxwXQB1jShixkJ1XV0wcYO-yMB6NhRgrf7jYh7j0CgmlkgnY0gmlwhKwSGKuKbXVsdGlhZGRyc5YACASsEhirBnPOAAoErBIYqwZzz90DgnJzhQACAQAAiXNlY3AyNTZrMaED76QrpZvwhlzchnv8C96-x0gkqJNUSz1Zw_xayaxTIKCDdGNwgnPOg3VkcIJz0IV3YWt1MgE"}'
|
|
2025-12-10 04:16:11.186 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-10 04:16:11.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29645/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.236/tcp/20519/p2p/16Uiu2HAm2Q9443EpSezzPAqodmFzVfH1rxtRvnwNdCabiBA4NpaQ"]'
|
|
2025-12-10 04:16:11.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:16:11.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20518/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
|
2025-12-10 04:16:11.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:16:11.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29645/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
|
2025-12-10 04:16:11.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:16:11.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20518/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-10 04:16:11.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-10 04:16:11.199 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-10 04:16:11.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29645/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-10 04:16:11.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1765340171194318609,"ephemeral":false,"proof":""}]'
|
|
2025-12-10 04:16:11.303 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-10 04:16:11.304 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-10 04:16:11.305 DEBUG [src.node.waku_node] Stopping container with id 1a7d30d7c5ea
|
|
2025-12-10 04:16:11.825 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:16:11.826 DEBUG [src.node.waku_node] Stopping container with id f1377f6d5c8e
|
|
2025-12-10 04:16:12.295 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-10 04:16:12.296 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-10 04:16:12.301 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-10 04:16:12.305 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|