waku-interop-tests/nim/357/data/attachments/2e6494f6355ee4a5.txt

70 lines
12 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_filter_ping_on_unsubscribed_peer with id: 2024-09-12_04-17-44__5e3ceef6-e4ff-49cc-ad24-0dfcb451598d
DEBUG  src.steps.common:common.py:17 Running fixture setup: common_setup
DEBUG  src.steps.filter:filter.py:28 Running fixture setup: filter_setup
DEBUG  src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
DEBUG  src.node.docker_mananger:docker_mananger.py:18 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/node1_2024-09-12_04-17-44__5e3ceef6-e4ff-49cc-ad24-0dfcb451598d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:21 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:24 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:81 Generated random external IP 172.18.195.92
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['52548', '52549', '52550', '52551', '52552']
DEBUG  src.node.waku_node:waku_node.py:434 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:163 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:165 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:48 docker run -i -t -p 52548:52548 -p 52549:52549 -p 52550:52550 -p 52551:52551 -p 52552:52552 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=52550 --rest-port=52548 --tcp-port=52549 --discv5-udp-port=52551 --rest-address=0.0.0.0 --nat=extip:172.18.195.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=872dafa040592dcc988a92eb91609946d5ec4283c6beff4ed8f167157df6ef85 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52552 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.195.92 waku 52f1f9c4a33796923a4993c4b064a43777bb05c691c987d610ae885e186ed0e2
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 52f1f9c4a337. Setting up logs at ./log/docker/node1_2024-09-12_04-17-44__5e3ceef6-e4ff-49cc-ad24-0dfcb451598d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 52548
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52548/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Ready","protocolsHealth":[]}'
INFO  src.node.waku_node:waku_node.py:277 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52548/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.92/tcp/52549/p2p/16Uiu2HAmUtvmXUpverLt1Rm8LYRQyanXSoaJbBEt9ZjufobxNjK4","/ip4/172.18.195.92/tcp/52550/ws/p2p/16Uiu2HAmUtvmXUpverLt1Rm8LYRQyanXSoaJbBEt9ZjufobxNjK4"],"enrUri":"enr:-LO4QChCNUJyq5tw9wk2AY7a5ZU51wtJQ1xK7xIjr2VwyQL_JKIa2nQ2of_unKq4gQqUt-A6JyxaVSRDRZyQYzicVCsBgmlkgnY0gmlwhKwSw1yKbXVsdGlhZGRyc4wACgSsEsNcBs1G3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPxTRJi4MVXM0d9XWK33NYmh_04-Ga7HA-5U8V3YiF1d4N0Y3CCzUWDdWRwgs1HhXdha3UyBQ"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
DEBUG  src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
DEBUG  src.node.docker_mananger:docker_mananger.py:18 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/node2_2024-09-12_04-17-44__5e3ceef6-e4ff-49cc-ad24-0dfcb451598d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:21 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:24 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:81 Generated random external IP 172.18.46.144
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['32540', '32541', '32542', '32543', '32544']
DEBUG  src.node.waku_node:waku_node.py:434 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:163 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:165 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:48 docker run -i -t -p 32540:32540 -p 32541:32541 -p 32542:32542 -p 32543:32543 -p 32544:32544 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=32542 --rest-port=32540 --tcp-port=32541 --discv5-udp-port=32543 --rest-address=0.0.0.0 --nat=extip:172.18.46.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec6eeb27fbbacd36211dce6587dd3b76367001aa144033ab4ce5ec36f8e7ad8d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32544 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-LO4QChCNUJyq5tw9wk2AY7a5ZU51wtJQ1xK7xIjr2VwyQL_JKIa2nQ2of_unKq4gQqUt-A6JyxaVSRDRZyQYzicVCsBgmlkgnY0gmlwhKwSw1yKbXVsdGlhZGRyc4wACgSsEsNcBs1G3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPxTRJi4MVXM0d9XWK33NYmh_04-Ga7HA-5U8V3YiF1d4N0Y3CCzUWDdWRwgs1HhXdha3UyBQ --filternode=/ip4/172.18.195.92/tcp/52549/p2p/16Uiu2HAmUtvmXUpverLt1Rm8LYRQyanXSoaJbBEt9ZjufobxNjK4
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.46.144 waku 72c87f7636bf02b2eb755ebedd25813293684e0dae33afdac73a8e6f5879b445
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 72c87f7636bf. Setting up logs at ./log/docker/node2_2024-09-12_04-17-44__5e3ceef6-e4ff-49cc-ad24-0dfcb451598d__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 32540
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32540/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"Ready","protocolsHealth":[]}'
INFO  src.node.waku_node:waku_node.py:277 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32540/debug/v1/info" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.144/tcp/32541/p2p/16Uiu2HAmQ1gE4bUYTPbbmpEp7jAcPaFhbuEU1ZgwusiUg34aCW7f","/ip4/172.18.46.144/tcp/32542/ws/p2p/16Uiu2HAmQ1gE4bUYTPbbmpEp7jAcPaFhbuEU1ZgwusiUg34aCW7f"],"enrUri":"enr:-LO4QKyfI7O6FA02MkVXPEeCMwGqnAjMqIKlyOw654nMmx3iVV6tatxTdP9gqVUVqtt58CdNRHwiemnEbeFlElGJ0CQBgmlkgnY0gmlwhKwSLpCKbXVsdGlhZGRyc4wACgSsEi6QBn8e3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOovUJ2vOT0FA0ooSNGYsvmXAmdTksqQUyEWg9B5QbhPoN0Y3CCfx2DdWRwgn8fhXdha3UyAA"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32540/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.92/tcp/52549/p2p/16Uiu2HAmUtvmXUpverLt1Rm8LYRQyanXSoaJbBEt9ZjufobxNjK4"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:52548/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:32540/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5cd180e5-d65c-46ce-88b8-f07b1218f2c3", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"5cd180e5-d65c-46ce-88b8-f07b1218f2c3","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32540/filter/v2/subscriptions/69b6f052-b4c1-4c3b-97c1-64aded208a92" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"69b6f052-b4c1-4c3b-97c1-64aded208a92","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:32540/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "12345", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"12345","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32540/filter/v2/subscriptions/faedb88d-d540-4bd3-8b5b-7877d897f816" -H "Content-Type: application/json" -d 'None'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:32540/filter/v2/subscriptions/faedb88d-d540-4bd3-8b5b-7877d897f816. Response content: b'{"requestId":"faedb88d-d540-4bd3-8b5b-7877d897f816","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
DEBUG  tests.conftest:conftest.py:59 Running fixture teardown: test_setup
DEBUG  tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 52f1f9c4a337
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 72c87f7636bf
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:117 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:117 No errors found in the waku logs.