waku-interop-tests/nim/357/data/attachments/953973c7e10ab79a.txt

66 lines
10 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_without_request_id with id: 2024-09-12_04-17-39__43384a9b-2b10-45cb-8cf4-0af00066b0c9
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-39__43384a9b-2b10-45cb-8cf4-0af00066b0c9__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.121.112
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['46748', '46749', '46750', '46751', '46752']
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 46748:46748 -p 46749:46749 -p 46750:46750 -p 46751:46751 -p 46752:46752 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=46750 --rest-port=46748 --tcp-port=46749 --discv5-udp-port=46751 --rest-address=0.0.0.0 --nat=extip:172.18.121.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7bfba84dc3e26971bbce28f29e0e047277aa34c9cf6abcc3bf413bb8cfb4fefe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46752 --metrics-logging=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.121.112 waku fd9a7ccd72f05f3cdd6fb09d6dd5fb95fd4dc18a1c4fe1eac4196690e6672e72
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID fd9a7ccd72f0. Setting up logs at ./log/docker/node1_2024-09-12_04-17-39__43384a9b-2b10-45cb-8cf4-0af00066b0c9__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 46748
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:46748/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:46748/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.121.112/tcp/46749/p2p/16Uiu2HAm6Di7MgkGW8HgnXKuHrmkzjCevGbmcnbqKvY5Rs1hVSG6","/ip4/172.18.121.112/tcp/46750/ws/p2p/16Uiu2HAm6Di7MgkGW8HgnXKuHrmkzjCevGbmcnbqKvY5Rs1hVSG6"],"enrUri":"enr:-LO4QATVoK38XYbRiSmgEVFWLVdSnyQbd4g_PYjAGh4kkve9AXDlsILtopHyLPIXS2u3v_sKuWxvHXwqi7_6SHER7zYBgmlkgnY0gmlwhKwSeXCKbXVsdGlhZGRyc4wACgSsEnlwBrae3QOCcnOFAAMBAACJc2VjcDI1NmsxoQKgX_7PBZKQ6C8YdEbbJd18HIJsjsn6SpCvxGnGaiU1T4N0Y3CCtp2DdWRwgrafhXdha3UyBQ"}'
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-39__43384a9b-2b10-45cb-8cf4-0af00066b0c9__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.74.146
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['56460', '56461', '56462', '56463', '56464']
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 56460:56460 -p 56461:56461 -p 56462:56462 -p 56463:56463 -p 56464:56464 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=56462 --rest-port=56460 --tcp-port=56461 --discv5-udp-port=56463 --rest-address=0.0.0.0 --nat=extip:172.18.74.146 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f715ebc12e3e1e4250c4aa8d1fbd971f14588cd9dd83aa0c522e271a5ef6dcf9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56464 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-LO4QATVoK38XYbRiSmgEVFWLVdSnyQbd4g_PYjAGh4kkve9AXDlsILtopHyLPIXS2u3v_sKuWxvHXwqi7_6SHER7zYBgmlkgnY0gmlwhKwSeXCKbXVsdGlhZGRyc4wACgSsEnlwBrae3QOCcnOFAAMBAACJc2VjcDI1NmsxoQKgX_7PBZKQ6C8YdEbbJd18HIJsjsn6SpCvxGnGaiU1T4N0Y3CCtp2DdWRwgrafhXdha3UyBQ --filternode=/ip4/172.18.121.112/tcp/46749/p2p/16Uiu2HAm6Di7MgkGW8HgnXKuHrmkzjCevGbmcnbqKvY5Rs1hVSG6
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.74.146 waku 401e8abf8b011b27071b671e5d99a7a40764d7503475a5f64088c6777a5fe860
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 401e8abf8b01. Setting up logs at ./log/docker/node2_2024-09-12_04-17-39__43384a9b-2b10-45cb-8cf4-0af00066b0c9__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 56460
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:56460/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:56460/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.74.146/tcp/56461/p2p/16Uiu2HAmBfKcHPRx3qZmNJVibZ2Xr4jyTgJropd3q3p9vq9hvdCu","/ip4/172.18.74.146/tcp/56462/ws/p2p/16Uiu2HAmBfKcHPRx3qZmNJVibZ2Xr4jyTgJropd3q3p9vq9hvdCu"],"enrUri":"enr:-LO4QDv8_HxoybFO1pENQl2TsSt0_G3UVsHhdqPdtPDJkzTQcyTuPkzaR4y_ZL3wkRBvFfDpqYwRqE3ed9e0Ngy3ItEBgmlkgnY0gmlwhKwSSpKKbXVsdGlhZGRyc4wACgSsEkqSBtyO3QOCcnOFAAMBAACJc2VjcDI1NmsxoQLxOha3i7FEReRyvdi0sRK29cMp3NeYPeKsnm5vhVVsCoN0Y3CC3I2DdWRwgtyPhXdha3UyAA"}'
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:56460/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.121.112/tcp/46749/p2p/16Uiu2HAm6Di7MgkGW8HgnXKuHrmkzjCevGbmcnbqKvY5Rs1hVSG6"]'
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:46748/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:56460/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "6dcd1aba-014a-497d-a39a-3909bfa9814c", "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":"6dcd1aba-014a-497d-a39a-3909bfa9814c","statusDesc":"OK"}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56460/filter/v2/subscriptions/" -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":"","statusDesc":"OK"}'
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 fd9a7ccd72f0
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 401e8abf8b01
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.