mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-05 23:43:07 +00:00
81 lines
14 KiB
Plaintext
81 lines
14 KiB
Plaintext
2025-12-29 04:21:46.787 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2025-12-29 04:21:46.788 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_from_single_content_topic with id: 2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9
|
|
2025-12-29 04:21:46.788 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2025-12-29 04:21:46.788 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
|
2025-12-29 04:21:46.788 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
|
2025-12-29 04:21:46.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-29 04:21:46.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
|
2025-12-29 04:21:46.795 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-29 04:21:46.795 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-29 04:21:46.796 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-29 04:21:46.796 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.231
|
|
2025-12-29 04:21:46.797 DEBUG [src.node.docker_mananger] Generated ports ['20009', '20010', '20011', '20012', '20013']
|
|
2025-12-29 04:21:46.797 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-29 04:21:46.797 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-29 04:21:46.797 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-29 04:21:46.797 DEBUG [src.node.docker_mananger] docker run -i -t -p 20009:20009 -p 20010:20010 -p 20011:20011 -p 20012:20012 -p 20013:20013 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=20011 --rest-port=20009 --tcp-port=20010 --discv5-udp-port=20012 --rest-address=0.0.0.0 --nat=extip:172.18.34.231 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a9ffc9022cc1aaf061c7ba47cbfaf836cafa82aefe1fbf6ba5ec35bbab69eda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20013 --metrics-logging=true --relay=true --filter=true
|
|
2025-12-29 04:21:46.979 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.231 waku ede7ffb9cc74bb821a967b04806722deb2438fe3d7b64fbe8ed076b60142152b
|
|
2025-12-29 04:21:47.010 DEBUG [src.node.docker_mananger] Container started with ID ede7ffb9cc74. Setting up logs at ./log/docker/node1_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
|
2025-12-29 04:21:47.010 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20009
|
|
2025-12-29 04:21:47.011 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-29 04:21:47.095 ERROR [src.node.docker_mananger] Max retries reached for container d1e11b9c6cb4. Exiting log stream.
|
|
2025-12-29 04:21:47.596 ERROR [src.node.docker_mananger] Max retries reached for container 8ebd45edd7f7. Exiting log stream.
|
|
2025-12-29 04:21:48.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20009/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-29 04:21:48.014 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-29 04:21:48.014 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-29 04:21:48.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20009/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-29 04:21:48.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.231/tcp/20010/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa","/ip4/172.18.34.231/tcp/20011/ws/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa"],"enrUri":"enr:-L24QIaImYLtYcRYBldF0Pv8DIwYz9H58_TP2BsAWBzLVmKGd-gqBBqYsfmw8X-uX7MitUaaYHPqtTraUBymKGumGNMCgmlkgnY0gmlwhKwSIueKbXVsdGlhZGRyc5YACASsEiLnBk4qAAoErBIi5wZOK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDwW7lwnV5KtEy_YhVfO5ee8nI8K92pHTrDz4urOmoGI-DdGNwgk4qg3VkcIJOLIV3YWt1MgU"}'
|
|
2025-12-29 04:21:48.017 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-29 04:21:48.017 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
|
2025-12-29 04:21:48.024 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2025-12-29 04:21:48.024 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
|
2025-12-29 04:21:48.024 DEBUG [src.node.waku_node] Starting Node...
|
|
2025-12-29 04:21:48.024 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2025-12-29 04:21:48.025 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2025-12-29 04:21:48.025 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.127
|
|
2025-12-29 04:21:48.026 DEBUG [src.node.docker_mananger] Generated ports ['46895', '46896', '46897', '46898', '46899']
|
|
2025-12-29 04:21:48.026 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2025-12-29 04:21:48.026 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2025-12-29 04:21:48.026 DEBUG [src.node.waku_node] Using volumes []
|
|
2025-12-29 04:21:48.026 DEBUG [src.node.docker_mananger] docker run -i -t -p 46895:46895 -p 46896:46896 -p 46897:46897 -p 46898:46898 -p 46899:46899 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=46897 --rest-port=46895 --tcp-port=46896 --discv5-udp-port=46898 --rest-address=0.0.0.0 --nat=extip:172.18.182.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=00b662a2b9b9eb5f846deedeafb8651e6f12233c3dfcc1fbf6881ed3e5d859ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46899 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QIaImYLtYcRYBldF0Pv8DIwYz9H58_TP2BsAWBzLVmKGd-gqBBqYsfmw8X-uX7MitUaaYHPqtTraUBymKGumGNMCgmlkgnY0gmlwhKwSIueKbXVsdGlhZGRyc5YACASsEiLnBk4qAAoErBIi5wZOK90DgnJzhQADAQAAiXNlY3AyNTZrMaEDwW7lwnV5KtEy_YhVfO5ee8nI8K92pHTrDz4urOmoGI-DdGNwgk4qg3VkcIJOLIV3YWt1MgU --filternode=/ip4/172.18.34.231/tcp/20010/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa
|
|
2025-12-29 04:21:48.201 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.127 waku 7505c40be07fb414aaacb830d94fd2169bea5080d8ffdae6f999f4fed4aa2662
|
|
2025-12-29 04:21:48.232 DEBUG [src.node.docker_mananger] Container started with ID 7505c40be07f. Setting up logs at ./log/docker/node2_2025-12-29_04-21-46__f6fe2763-d284-4e15-b022-2f9c31333fb9__wakuorg_nwaku:latest.log
|
|
2025-12-29 04:21:48.232 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46895
|
|
2025-12-29 04:21:48.232 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2025-12-29 04:21:49.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/health" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-29 04:21:49.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"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-29 04:21:49.239 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2025-12-29 04:21:49.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-29 04:21:49.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.127/tcp/46896/p2p/16Uiu2HAmLtEqGQdRhs6r1dTXzvo1pa67JmLHcQma15Z2AVtBPAWj","/ip4/172.18.182.127/tcp/46897/ws/p2p/16Uiu2HAmLtEqGQdRhs6r1dTXzvo1pa67JmLHcQma15Z2AVtBPAWj"],"enrUri":"enr:-L24QJqjyMoICG5ZXHA1qPw_YFvf-59g6WFDSsaTnHVLnA6WDn8MB5noukcWlHZogVJ9M1tD8EG02Qyn-VqPXn0cu4QCgmlkgnY0gmlwhKwStn-KbXVsdGlhZGRyc5YACASsErZ_BrcwAAoErBK2fwa3Md0DgnJzhQADAQAAiXNlY3AyNTZrMaEDekJr0m7C4cFvtWL9wOm0-ByQgEoGMmom9Yfsfgjw3HCDdGNwgrcwg3VkcIK3MoV3YWt1MgA"}'
|
|
2025-12-29 04:21:49.242 INFO [src.node.waku_node] REST service is ready !!
|
|
2025-12-29 04:21:49.242 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46895/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.231/tcp/20010/p2p/16Uiu2HAmRg57bnd27veqso1AzkuMgfWNUKGhqmMRrNEU4WkJzRxa"]'
|
|
2025-12-29 04:21:49.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-29 04:21:49.276 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
|
2025-12-29 04:21:49.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20009/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
|
2025-12-29 04:21:49.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-29 04:21:49.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46895/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9f6cbee2-400a-43ac-ab08-735f0e719a4a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-29 04:21:49.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9f6cbee2-400a-43ac-ab08-735f0e719a4a","statusDesc":"OK"}'
|
|
2025-12-29 04:21:49.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20009/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-29 04:21:49.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-29 04:21:49.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-29 04:21:49.408 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-29 04:21:49.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-29 04:21:49.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1766982109301027754,"ephemeral":false}]'
|
|
2025-12-29 04:21:49.413 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:46895/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
|
2025-12-29 04:21:49.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
|
2025-12-29 04:21:49.422 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:20009/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
|
2025-12-29 04:21:49.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2025-12-29 04:21:49.425 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2025-12-29 04:21:49.526 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2025-12-29 04:21:49.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46895/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
|
2025-12-29 04:21:49.528 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:46895/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
|
2025-12-29 04:21:49.531 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2025-12-29 04:21:49.532 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2025-12-29 04:21:49.532 DEBUG [src.node.waku_node] Stopping container with id ede7ffb9cc74
|
|
2025-12-29 04:21:50.042 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-29 04:21:50.042 DEBUG [src.node.waku_node] Stopping container with id 7505c40be07f
|
|
2025-12-29 04:21:50.558 DEBUG [src.node.waku_node] Container stopped.
|
|
2025-12-29 04:21:50.561 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2025-12-29 04:21:50.570 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2025-12-29 04:21:50.575 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|