waku-interop-tests/nim/357/data/attachments/3b94af25c3ab2fec.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_subscribe_with_no_request_id with id: 2024-09-12_04-18-22__b2688fe3-68f8-42d3-919f-506c08c41b6a
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-18-22__b2688fe3-68f8-42d3-919f-506c08c41b6a__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.146.23
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['15552', '15553', '15554', '15555', '15556']
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 15552:15552 -p 15553:15553 -p 15554:15554 -p 15555:15555 -p 15556:15556 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=15554 --rest-port=15552 --tcp-port=15553 --discv5-udp-port=15555 --rest-address=0.0.0.0 --nat=extip:172.18.146.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c41be40d942a8c8aaa4a08bf2b5e1f4662fa43be9ebc71596ecbcc7cd9f3faa8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15556 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.146.23 waku 2427a3553da3987a922475af8f39d283139957408577bb4ad5eff4845f79415a
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 2427a3553da3. Setting up logs at ./log/docker/node1_2024-09-12_04-18-22__b2688fe3-68f8-42d3-919f-506c08c41b6a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 15552
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:15552/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:15552/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.146.23/tcp/15553/p2p/16Uiu2HAm3mLk2eKSUwGNsTF9psdNvH3cvq5Ws6oavJuyMjfxkney","/ip4/172.18.146.23/tcp/15554/ws/p2p/16Uiu2HAm3mLk2eKSUwGNsTF9psdNvH3cvq5Ws6oavJuyMjfxkney"],"enrUri":"enr:-LO4QFiH7sw2vyTnAtpw9MLzmEvEyzupFtjRed89WFkgQKx7LS1KJbxlgzZZ7YgVZc1M7zxHE_5vaNGJ4A1-sqhdnIoBgmlkgnY0gmlwhKwSkheKbXVsdGlhZGRyc4wACgSsEpIXBjzC3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJ751whsA2EJ_zDw-D02n8quCS6YjUYX6sGQLwMo0NVVoN0Y3CCPMGDdWRwgjzDhXdha3UyBQ"}'
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-18-22__b2688fe3-68f8-42d3-919f-506c08c41b6a__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.79.203
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['53884', '53885', '53886', '53887', '53888']
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 53884:53884 -p 53885:53885 -p 53886:53886 -p 53887:53887 -p 53888:53888 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=53886 --rest-port=53884 --tcp-port=53885 --discv5-udp-port=53887 --rest-address=0.0.0.0 --nat=extip:172.18.79.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=89b88e978acaeabf6dfdf3f4bb0dd0da364ab8d2aa9ba9a29db64cf5dc27b0dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53888 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-LO4QFiH7sw2vyTnAtpw9MLzmEvEyzupFtjRed89WFkgQKx7LS1KJbxlgzZZ7YgVZc1M7zxHE_5vaNGJ4A1-sqhdnIoBgmlkgnY0gmlwhKwSkheKbXVsdGlhZGRyc4wACgSsEpIXBjzC3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJ751whsA2EJ_zDw-D02n8quCS6YjUYX6sGQLwMo0NVVoN0Y3CCPMGDdWRwgjzDhXdha3UyBQ --filternode=/ip4/172.18.146.23/tcp/15553/p2p/16Uiu2HAm3mLk2eKSUwGNsTF9psdNvH3cvq5Ws6oavJuyMjfxkney
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.79.203 waku 36c1a18e8da1cb4e51c93966865f400118fc71bcbece0351037e216e67bac24f
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 36c1a18e8da1. Setting up logs at ./log/docker/node2_2024-09-12_04-18-22__b2688fe3-68f8-42d3-919f-506c08c41b6a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 53884
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:53884/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:53884/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.79.203/tcp/53885/p2p/16Uiu2HAmRgrQLwS2bEtb43bd4hLZyqkXoMGKTrcKP7iza9u26tBU","/ip4/172.18.79.203/tcp/53886/ws/p2p/16Uiu2HAmRgrQLwS2bEtb43bd4hLZyqkXoMGKTrcKP7iza9u26tBU"],"enrUri":"enr:-LO4QM50w71-XkR8zGZmKaClS1uizmF6JgIXYD99Rk2UJsZLcRzSffQyhc1EoH7JJ3oe8eSEmERcc4hCcNTT0g6cXP8BgmlkgnY0gmlwhKwST8uKbXVsdGlhZGRyc4wACgSsEk_LBtJ-3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPBohsHfgIzC7WBkTv_VBIavzVsy2VUVuOvJG1zj9wsY4N0Y3CC0n2DdWRwgtJ_hXdha3UyAA"}'
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:53884/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.23/tcp/15553/p2p/16Uiu2HAm3mLk2eKSUwGNsTF9psdNvH3cvq5Ws6oavJuyMjfxkney"]'
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:15552/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:53884/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d206b67e-ae9c-4aaa-8d59-45ceac3d518f", "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":"d206b67e-ae9c-4aaa-8d59-45ceac3d518f","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53884/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "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:53884/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 2427a3553da3
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 36c1a18e8da1
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.