waku-interop-tests/nim/357/data/attachments/bfeef60cbad36389.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_all_with_extra_field with id: 2024-09-12_04-20-05__33464991-33f6-49d6-9e7e-2e0a63a32ecf
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-20-05__33464991-33f6-49d6-9e7e-2e0a63a32ecf__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.227.32
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['41367', '41368', '41369', '41370', '41371']
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 41367:41367 -p 41368:41368 -p 41369:41369 -p 41370:41370 -p 41371:41371 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=41369 --rest-port=41367 --tcp-port=41368 --discv5-udp-port=41370 --rest-address=0.0.0.0 --nat=extip:172.18.227.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de8f6ec583f7ee7fa0c1f4bbca99fd5c4dbed3f9f52eaed247a023eef094c222 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41371 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.227.32 waku e3312878450e6316db9fa7fd8ab4a7f4681d58d711d45dbc0a5200b9a3f78476
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID e3312878450e. Setting up logs at ./log/docker/node1_2024-09-12_04-20-05__33464991-33f6-49d6-9e7e-2e0a63a32ecf__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 41367
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:41367/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:41367/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.227.32/tcp/41368/p2p/16Uiu2HAmVE9L4ASJfFthPZ9PNx1XZJ36RwVQJLKMxWPDDd5eQdT6","/ip4/172.18.227.32/tcp/41369/ws/p2p/16Uiu2HAmVE9L4ASJfFthPZ9PNx1XZJ36RwVQJLKMxWPDDd5eQdT6"],"enrUri":"enr:-LO4QLTX9RRD3yr7YtOc_G5GyN7HZ7XbsESDT4kDZsmQzfUVe4B0z0BZbWV0pkuXTK0o1HqvInBfCDNwfuwL-FtcjqcBgmlkgnY0gmlwhKwS4yCKbXVsdGlhZGRyc4wACgSsEuMgBqGZ3QOCcnOFAAMBAACJc2VjcDI1NmsxoQP2OU9OK2cFLH3zvzXZnA9YxRh-qyQtkBrfSNITmYmFYYN0Y3CCoZiDdWRwgqGahXdha3UyBQ"}'
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-20-05__33464991-33f6-49d6-9e7e-2e0a63a32ecf__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.93.172
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['45520', '45521', '45522', '45523', '45524']
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 45520:45520 -p 45521:45521 -p 45522:45522 -p 45523:45523 -p 45524:45524 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=45522 --rest-port=45520 --tcp-port=45521 --discv5-udp-port=45523 --rest-address=0.0.0.0 --nat=extip:172.18.93.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffe6cd432d6d3adff2d4f0ca2aef6adcaebd8abd55ab4e68a3d4dacad4ffb3cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45524 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-LO4QLTX9RRD3yr7YtOc_G5GyN7HZ7XbsESDT4kDZsmQzfUVe4B0z0BZbWV0pkuXTK0o1HqvInBfCDNwfuwL-FtcjqcBgmlkgnY0gmlwhKwS4yCKbXVsdGlhZGRyc4wACgSsEuMgBqGZ3QOCcnOFAAMBAACJc2VjcDI1NmsxoQP2OU9OK2cFLH3zvzXZnA9YxRh-qyQtkBrfSNITmYmFYYN0Y3CCoZiDdWRwgqGahXdha3UyBQ --filternode=/ip4/172.18.227.32/tcp/41368/p2p/16Uiu2HAmVE9L4ASJfFthPZ9PNx1XZJ36RwVQJLKMxWPDDd5eQdT6
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.93.172 waku 159c879bc7333f10a6740755e6323ece26797c6029e8d398ae88b320229b5929
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 159c879bc733. Setting up logs at ./log/docker/node2_2024-09-12_04-20-05__33464991-33f6-49d6-9e7e-2e0a63a32ecf__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 45520
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:45520/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:45520/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.93.172/tcp/45521/p2p/16Uiu2HAmC2sCVNKKt5iQJFZvdKoPLSPmKFQoskxBXWQs5dGPRgq4","/ip4/172.18.93.172/tcp/45522/ws/p2p/16Uiu2HAmC2sCVNKKt5iQJFZvdKoPLSPmKFQoskxBXWQs5dGPRgq4"],"enrUri":"enr:-LO4QJFHBMfu2d72IYxUz47gWwLgYFIx4w5AT7VgfaqTQ7FTDNRR46wpuV4ff4b9-IVGXSyVx75kpTZDsbL2rDP2j9IBgmlkgnY0gmlwhKwSXayKbXVsdGlhZGRyc4wACgSsEl2sBrHS3QOCcnOFAAMBAACJc2VjcDI1NmsxoQL2vwEf8oJj4CDv4DJpS2CR6a5OQx5yftm98_g0mXD534N0Y3CCsdGDdWRwgrHThXdha3UyAA"}'
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:45520/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.32/tcp/41368/p2p/16Uiu2HAmVE9L4ASJfFthPZ9PNx1XZJ36RwVQJLKMxWPDDd5eQdT6"]'
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:41367/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:45520/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1cce3d59-f9cf-4c18-91c3-90706302241b", "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":"1cce3d59-f9cf-4c18-91c3-90706302241b","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:45520/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": 1, "extraField": "extraValue"}'
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:45520/filter/v2/subscriptions/all. 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 e3312878450e
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 159c879bc733
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.