mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
78 lines
13 KiB
Plaintext
78 lines
13 KiB
Plaintext
2026-02-03 04:35:23.651 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-02-03 04:35:23.651 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/999] with id: 2026-02-03_04-35-23__4351b593-baaa-4419-93a2-5480a66b1a9c
|
|
2026-02-03 04:35:23.651 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-02-03 04:35:23.652 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-02-03 04:35:23.652 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-02-03 04:35:23.659 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-03 04:35:23.659 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-02-03_04-35-23__4351b593-baaa-4419-93a2-5480a66b1a9c__wakuorg_nwaku:latest.log
|
|
2026-02-03 04:35:23.659 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-03 04:35:23.659 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-03 04:35:23.660 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-03 04:35:23.661 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.182
|
|
2026-02-03 04:35:23.661 DEBUG [src.node.docker_mananger] Generated ports ['45631', '45632', '45633', '45634', '45635']
|
|
2026-02-03 04:35:23.661 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-02-03 04:35:23.661 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-03 04:35:23.661 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-03 04:35:23.661 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-03 04:35:23.661 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-03 04:35:23.662 DEBUG [src.node.docker_mananger] docker run -i -t -p 45631:45631 -p 45632:45632 -p 45633:45633 -p 45634:45634 -p 45635:45635 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=45633 --rest-port=45631 --tcp-port=45632 --discv5-udp-port=45634 --rest-address=0.0.0.0 --nat=extip:172.18.66.182 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=780ae0dbaae6ccc9e4b4e4496edc7fffdb0f1265397f5fcf13d6ad1a2b54b3bf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45635 --metrics-logging=true --relay=true --filter=true
|
|
2026-02-03 04:35:23.852 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.182 waku 315c650d9fe4f0877e9e7742435f1d8a5b0e7ddfa314f6a8b84dfdc24818e548
|
|
2026-02-03 04:35:23.881 DEBUG [src.node.docker_mananger] Container started with ID 315c650d9fe4. Setting up logs at ./log/docker/node1_2026-02-03_04-35-23__4351b593-baaa-4419-93a2-5480a66b1a9c__wakuorg_nwaku:latest.log
|
|
2026-02-03 04:35:23.881 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45631
|
|
2026-02-03 04:35:23.881 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-03 04:35:23.954 ERROR [src.node.docker_mananger] Max retries reached for container 6c4e00ad69fe. Exiting log stream.
|
|
2026-02-03 04:35:24.459 ERROR [src.node.docker_mananger] Max retries reached for container 58a80dcd12bf. Exiting log stream.
|
|
2026-02-03 04:35:24.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45631/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-03 04:35:24.885 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-03 04:35:24.885 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-03 04:35:24.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45631/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-03 04:35:24.888 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.182/tcp/45632/p2p/16Uiu2HAm4m9e8oXCY4fBvDyVMW2PSwHohUL26ciiCRvFt1q31WEg","/ip4/172.18.66.182/tcp/45633/ws/p2p/16Uiu2HAm4m9e8oXCY4fBvDyVMW2PSwHohUL26ciiCRvFt1q31WEg"],"enrUri":"enr:-L24QM0E6erj8iFFw0y7ZN3a0O6OfZeXqiDcWRRODVSFdBJwa0eOdf4hm_UDIAFb-D92vqSVdgrnN01v1MyOE4TDkg0CgmlkgnY0gmlwhKwSQraKbXVsdGlhZGRyc5YACASsEkK2BrJAAAoErBJCtgayQd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECirZ-gljd8YNNIE8qOzBisPfOvcvF7wj3DZcUj4p5d82DdGNwgrJAg3VkcIKyQoV3YWt1MgU"}'
|
|
2026-02-03 04:35:24.888 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-03 04:35:24.895 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-02-03 04:35:24.895 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-02-03_04-35-23__4351b593-baaa-4419-93a2-5480a66b1a9c__wakuorg_nwaku:latest.log
|
|
2026-02-03 04:35:24.895 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-02-03 04:35:24.895 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-02-03 04:35:24.896 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-02-03 04:35:24.897 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.247
|
|
2026-02-03 04:35:24.897 DEBUG [src.node.docker_mananger] Generated ports ['60170', '60171', '60172', '60173', '60174']
|
|
2026-02-03 04:35:24.897 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
|
2026-02-03 04:35:24.897 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
|
2026-02-03 04:35:24.897 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-02-03 04:35:24.897 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-02-03 04:35:24.897 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-02-03 04:35:24.898 DEBUG [src.node.docker_mananger] docker run -i -t -p 60170:60170 -p 60171:60171 -p 60172:60172 -p 60173:60173 -p 60174:60174 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=60172 --rest-port=60170 --tcp-port=60171 --discv5-udp-port=60173 --rest-address=0.0.0.0 --nat=extip:172.18.191.247 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=fdd81d7edbd8c74deaca369dfb07e954aebb628ef72e82a2daa8d642ea0c98fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60174 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QM0E6erj8iFFw0y7ZN3a0O6OfZeXqiDcWRRODVSFdBJwa0eOdf4hm_UDIAFb-D92vqSVdgrnN01v1MyOE4TDkg0CgmlkgnY0gmlwhKwSQraKbXVsdGlhZGRyc5YACASsEkK2BrJAAAoErBJCtgayQd0DgnJzhQAFAQAAiXNlY3AyNTZrMaECirZ-gljd8YNNIE8qOzBisPfOvcvF7wj3DZcUj4p5d82DdGNwgrJAg3VkcIKyQoV3YWt1MgU
|
|
2026-02-03 04:35:25.088 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.247 waku df878d795c6fffaa730b76c5a4d3ce66a73ab2638d5d6affd9d5903e955bc8aa
|
|
2026-02-03 04:35:25.122 DEBUG [src.node.docker_mananger] Container started with ID df878d795c6f. Setting up logs at ./log/docker/node2_2026-02-03_04-35-23__4351b593-baaa-4419-93a2-5480a66b1a9c__wakuorg_nwaku:latest.log
|
|
2026-02-03 04:35:25.123 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60170
|
|
2026-02-03 04:35:25.123 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-02-03 04:35:26.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60170/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-03 04:35:26.135 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-03 04:35:26.136 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-02-03 04:35:26.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60170/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-03 04:35:26.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.247/tcp/60171/p2p/16Uiu2HAkydjUMUTDbAoKQWycdT6EXEoVSdVo2GDyGyXZ4NhktnLL","/ip4/172.18.191.247/tcp/60172/ws/p2p/16Uiu2HAkydjUMUTDbAoKQWycdT6EXEoVSdVo2GDyGyXZ4NhktnLL"],"enrUri":"enr:-L24QGILdnSDdOnNV9sadc5q5trl45dsVxiR9u1V3LgDOlOaeQqFh0Xb1YFt-3hHf6LSo3N8oXsBSuP69t_D6YccJncCgmlkgnY0gmlwhKwSv_eKbXVsdGlhZGRyc5YACASsEr_3BusLAAoErBK_9wbrDN0DgnJzhQAFAQAAiXNlY3AyNTZrMaECPoWqkvM1tqzXYztR4UCvqddct_1WbrbVS_PrPGoZox2DdGNwgusLg3VkcILrDYV3YWt1MgE"}'
|
|
2026-02-03 04:35:26.141 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-02-03 04:35:26.144 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60170/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.182/tcp/45632/p2p/16Uiu2HAm4m9e8oXCY4fBvDyVMW2PSwHohUL26ciiCRvFt1q31WEg"]'
|
|
2026-02-03 04:35:26.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-03 04:35:26.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45631/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
|
2026-02-03 04:35:26.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-03 04:35:26.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60170/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
|
2026-02-03 04:35:26.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-03 04:35:26.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45631/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
|
2026-02-03 04:35:26.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-02-03 04:35:26.163 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-02-03 04:35:26.264 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-02-03 04:35:26.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45631/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-03 04:35:26.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770093326157936815,"ephemeral":false,"proof":""}]'
|
|
2026-02-03 04:35:26.268 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-02-03 04:35:26.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60170/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
|
2026-02-03 04:35:26.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1770093326157936815,"ephemeral":false,"proof":""}]'
|
|
2026-02-03 04:35:26.273 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-02-03 04:35:26.274 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-02-03 04:35:26.274 DEBUG [src.node.waku_node] Stopping container with id 315c650d9fe4
|
|
2026-02-03 04:35:26.808 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-03 04:35:26.809 DEBUG [src.node.waku_node] Stopping container with id df878d795c6f
|
|
2026-02-03 04:35:27.357 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-02-03 04:35:27.358 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-02-03 04:35:27.364 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-02-03 04:35:27.370 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|