waku-interop-tests/nim/357/data/attachments/f003ebb31738bdfe.txt

66 lines
11 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_unsubscribe_with_no_content_topic with id: 2024-09-12_04-19-29__3c52c92f-1b75-4350-9532-20e7c4c1cf45
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-19-29__3c52c92f-1b75-4350-9532-20e7c4c1cf45__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.128.236
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['41545', '41546', '41547', '41548', '41549']
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 41545:41545 -p 41546:41546 -p 41547:41547 -p 41548:41548 -p 41549:41549 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=41547 --rest-port=41545 --tcp-port=41546 --discv5-udp-port=41548 --rest-address=0.0.0.0 --nat=extip:172.18.128.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=32c54a7eabdd53cd6e5220d7b7db95dde36aebaaaf9b8b56cbb33a7ddfa97eda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41549 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.128.236 waku 7f58f6bc64f2bb427408104d718a752e2a719dd4f31dbaf412f18cec185d7fbc
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 7f58f6bc64f2. Setting up logs at ./log/docker/node1_2024-09-12_04-19-29__3c52c92f-1b75-4350-9532-20e7c4c1cf45__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 41545
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:41545/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:41545/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.128.236/tcp/41546/p2p/16Uiu2HAmMeLYomU3JLTbvBkBqWwvLGzhHxexAQM5r9xLQGC4n3NH","/ip4/172.18.128.236/tcp/41547/ws/p2p/16Uiu2HAmMeLYomU3JLTbvBkBqWwvLGzhHxexAQM5r9xLQGC4n3NH"],"enrUri":"enr:-LO4QDRVpxHiBelG7uYi0vp58CmVUp5NYrcDZY-jJS-PwO3gfqiLV6GPnCBlUSMm1NKIcDPUDsu9M64iTfwWbCZoXBoBgmlkgnY0gmlwhKwSgOyKbXVsdGlhZGRyc4wACgSsEoDsBqJL3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOFjnCsOZo_1Q9ggUSy_npDDAEOicQCXgAGQSvqP_btcoN0Y3CCokqDdWRwgqJMhXdha3UyBQ"}'
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-19-29__3c52c92f-1b75-4350-9532-20e7c4c1cf45__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.151.25
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['29085', '29086', '29087', '29088', '29089']
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 29085:29085 -p 29086:29086 -p 29087:29087 -p 29088:29088 -p 29089:29089 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=29087 --rest-port=29085 --tcp-port=29086 --discv5-udp-port=29088 --rest-address=0.0.0.0 --nat=extip:172.18.151.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2add4a4bceacdea0edc744ae9adea7a2ccb45dad1772531f7ea0868c06dafd2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29089 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-LO4QDRVpxHiBelG7uYi0vp58CmVUp5NYrcDZY-jJS-PwO3gfqiLV6GPnCBlUSMm1NKIcDPUDsu9M64iTfwWbCZoXBoBgmlkgnY0gmlwhKwSgOyKbXVsdGlhZGRyc4wACgSsEoDsBqJL3QOCcnOFAAMBAACJc2VjcDI1NmsxoQOFjnCsOZo_1Q9ggUSy_npDDAEOicQCXgAGQSvqP_btcoN0Y3CCokqDdWRwgqJMhXdha3UyBQ --filternode=/ip4/172.18.128.236/tcp/41546/p2p/16Uiu2HAmMeLYomU3JLTbvBkBqWwvLGzhHxexAQM5r9xLQGC4n3NH
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.151.25 waku 0d1ec1699303e6d9bd66ee03def6899caffd6f71418788b985b4e52178d476eb
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 0d1ec1699303. Setting up logs at ./log/docker/node2_2024-09-12_04-19-29__3c52c92f-1b75-4350-9532-20e7c4c1cf45__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 29085
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:29085/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:29085/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.151.25/tcp/29086/p2p/16Uiu2HAmE228uof8fybuX6eJ588ZD6K46yrAZ7QE3tvJQaVcheJF","/ip4/172.18.151.25/tcp/29087/ws/p2p/16Uiu2HAmE228uof8fybuX6eJ588ZD6K46yrAZ7QE3tvJQaVcheJF"],"enrUri":"enr:-LO4QBqUmhpLu5RLYOPyblG8N6WS33fuhV2z6LPSlFfDX3KCcL7BM_N7iqY4mckBAdk13XrRV3NJuo8O7DY4EX6J4IoBgmlkgnY0gmlwhKwSlxmKbXVsdGlhZGRyc4wACgSsEpcZBnGf3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMUPudszYXHDiaoPQrVU-AuiCJO1RNhqIs96Olx8JxlzIN0Y3CCcZ6DdWRwgnGghXdha3UyAA"}'
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:29085/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.128.236/tcp/41546/p2p/16Uiu2HAmMeLYomU3JLTbvBkBqWwvLGzhHxexAQM5r9xLQGC4n3NH"]'
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:41545/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:29085/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "373794a3-41f4-4483-b032-225d81091405", "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":"373794a3-41f4-4483-b032-225d81091405","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:29085/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
ERROR  src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:29085/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data\\", contentType: \\"text/plain\\"))"}'
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 7f58f6bc64f2
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 0d1ec1699303
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.