mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-04 17:43:17 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-03-01 04:41:31.394 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-01 04:41:31.395 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/1] with id: 2026-03-01_04-41-31__e44b075e-5566-43d7-9330-eb232dd7b0a1
|
|
2026-03-01 04:41:31.396 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-01 04:41:31.396 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-01 04:41:31.397 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-01 04:41:31.410 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:41:31.410 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-01_04-41-31__e44b075e-5566-43d7-9330-eb232dd7b0a1__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:41:31.411 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:41:31.411 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:41:31.413 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:41:31.413 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.92.20
|
|
2026-03-01 04:41:31.414 DEBUG [src.node.docker_mananger] Generated ports ['16369', '16370', '16371', '16372', '16373']
|
|
2026-03-01 04:41:31.414 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-01 04:41:31.414 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:41:31.415 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:41:31.415 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:41:31.415 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:41:31.416 DEBUG [src.node.docker_mananger] docker run -i -t -p 16369:16369 -p 16370:16370 -p 16371:16371 -p 16372:16372 -p 16373:16373 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=16371 --rest-port=16369 --tcp-port=16370 --discv5-udp-port=16372 --rest-address=0.0.0.0 --nat=extip:172.18.92.20 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=cbba7bbe5dacaec2846a9bdb24de8e25fd3acfe9b7dc0badbdf58ccd55dd311a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16373 --metrics-logging=true --relay=true --filter=true
|
|
2026-03-01 04:41:31.610 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.92.20 waku 8c52a57d4c73b4e3f09048cca64d97624c6974ddddc0daf28d6a2bebdebcf940
|
|
2026-03-01 04:41:31.614 ERROR [src.node.docker_mananger] Max retries reached for container b33019597d98. Exiting log stream.
|
|
2026-03-01 04:41:31.651 DEBUG [src.node.docker_mananger] Container started with ID 8c52a57d4c73. Setting up logs at ./log/docker/node1_2026-03-01_04-41-31__e44b075e-5566-43d7-9330-eb232dd7b0a1__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:41:31.652 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16369
|
|
2026-03-01 04:41:31.653 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:41:32.240 ERROR [src.node.docker_mananger] Max retries reached for container 3ac5e90681b0. Exiting log stream.
|
|
2026-03-01 04:41:32.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16369/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:41:32.657 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-01 04:41:32.657 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:41:32.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16369/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:41:32.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.92.20/tcp/16370/p2p/16Uiu2HAmHdGGHCoCfj8AkrnG7g9D896jwwrcD21zxXLCNiGEEmu9","/ip4/172.18.92.20/tcp/16371/ws/p2p/16Uiu2HAmHdGGHCoCfj8AkrnG7g9D896jwwrcD21zxXLCNiGEEmu9"],"enrUri":"enr:-L24QGXVyhDBQkFC0m-KNBb4aUkvfKy6ymnMqvVPhS60bpz3GI9bXXfVUXErA-33McUCB2bJR9smZB552DkPUHsWKDgCgmlkgnY0gmlwhKwSXBSKbXVsdGlhZGRyc5YACASsElwUBj_yAAoErBJcFAY_890DgnJzhQAFAQAAiXNlY3AyNTZrMaEDSdlEQGqbBu2EyrBCr8M-D7W0CbZN-rPACXlymoSMpfiDdGNwgj_yg3VkcII_9IV3YWt1MgU"}'
|
|
2026-03-01 04:41:32.660 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:41:32.667 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-01 04:41:32.667 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-01_04-41-31__e44b075e-5566-43d7-9330-eb232dd7b0a1__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:41:32.667 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-01 04:41:32.667 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-01 04:41:32.669 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-01 04:41:32.669 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.143
|
|
2026-03-01 04:41:32.669 DEBUG [src.node.docker_mananger] Generated ports ['35767', '35768', '35769', '35770', '35771']
|
|
2026-03-01 04:41:32.669 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-03-01 04:41:32.669 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-03-01 04:41:32.670 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-01 04:41:32.670 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-01 04:41:32.670 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-01 04:41:32.670 DEBUG [src.node.docker_mananger] docker run -i -t -p 35767:35767 -p 35768:35768 -p 35769:35769 -p 35770:35770 -p 35771:35771 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=35769 --rest-port=35767 --tcp-port=35768 --discv5-udp-port=35770 --rest-address=0.0.0.0 --nat=extip:172.18.31.143 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=6e102cf5ddff98cedcadcd4d25ee071c062aceaad4cf4048e5a72aac94fe29be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35771 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGXVyhDBQkFC0m-KNBb4aUkvfKy6ymnMqvVPhS60bpz3GI9bXXfVUXErA-33McUCB2bJR9smZB552DkPUHsWKDgCgmlkgnY0gmlwhKwSXBSKbXVsdGlhZGRyc5YACASsElwUBj_yAAoErBJcFAY_890DgnJzhQAFAQAAiXNlY3AyNTZrMaEDSdlEQGqbBu2EyrBCr8M-D7W0CbZN-rPACXlymoSMpfiDdGNwgj_yg3VkcII_9IV3YWt1MgU
|
|
2026-03-01 04:41:32.864 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.143 waku 4d5f51f423f88ae191a9fd51c063ea998965e164d1d513463577959e91b53603
|
|
2026-03-01 04:41:32.899 DEBUG [src.node.docker_mananger] Container started with ID 4d5f51f423f8. Setting up logs at ./log/docker/node2_2026-03-01_04-41-31__e44b075e-5566-43d7-9330-eb232dd7b0a1__wakuorg_nwaku:latest.log
|
|
2026-03-01 04:41:32.899 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35767
|
|
2026-03-01 04:41:32.900 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-01 04:41:33.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35767/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:41:33.914 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-01 04:41:33.914 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-01 04:41:33.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35767/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:41:33.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.143/tcp/35768/p2p/16Uiu2HAm3ictoWJrwzjkXnkn3C4qiEvsKc5MVRKjhR8eKKSvJRXp","/ip4/172.18.31.143/tcp/35769/ws/p2p/16Uiu2HAm3ictoWJrwzjkXnkn3C4qiEvsKc5MVRKjhR8eKKSvJRXp"],"enrUri":"enr:-L24QJ2FRKe6Kv-DKBE-tBJaik9KqCmMVEeBVgnNTeq_p3fYDzdNt19w8yHEytMDdguQn4ggS4qP16nw4dpXl4blWX8CgmlkgnY0gmlwhKwSH4-KbXVsdGlhZGRyc5YACASsEh-PBou4AAoErBIfjwaLud0DgnJzhQAFAQAAiXNlY3AyNTZrMaECezThN8oWaW404iCAuPJe8iQXEn8BF-a-7xyCltOKuHODdGNwgou4g3VkcIKLuoV3YWt1MgE"}'
|
|
2026-03-01 04:41:33.925 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-01 04:41:33.926 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35767/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.92.20/tcp/16370/p2p/16Uiu2HAmHdGGHCoCfj8AkrnG7g9D896jwwrcD21zxXLCNiGEEmu9"]'
|
|
2026-03-01 04:41:33.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:41:33.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16369/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
|
2026-03-01 04:41:33.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:41:33.933 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35767/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
|
2026-03-01 04:41:33.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:41:33.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-01 04:41:33.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-01 04:41:33.948 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-01 04:41:34.048 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:41:34.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16369/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:41:34.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340093940215348,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:41:34.053 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-01 04:41:34.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35767/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-01 04:41:34.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772340093940215348,"ephemeral":false,"proof":""}]'
|
|
2026-03-01 04:41:34.059 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-01 04:41:34.060 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-01 04:41:34.060 DEBUG [src.node.waku_node] Stopping container with id 8c52a57d4c73
|
|
2026-03-01 04:41:34.648 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:41:34.648 DEBUG [src.node.waku_node] Stopping container with id 4d5f51f423f8
|
|
2026-03-01 04:41:35.184 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-01 04:41:35.185 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-01 04:41:35.192 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-01 04:41:35.198 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|