waku-interop-tests/nim/357/data/attachments/311b2262a75ccc59.txt

73 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_relay_unsubscribe_with_invalid_pubsub_topic_format with id: 2024-09-12_04-27-44__7646b6ef-7d62-46de-8a99-7674ac3518a7
DEBUG  src.steps.common:common.py:17 Running fixture setup: common_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
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-27-44__7646b6ef-7d62-46de-8a99-7674ac3518a7__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.169.217
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['12684', '12685', '12686', '12687', '12688']
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 12684:12684 -p 12685:12685 -p 12686:12686 -p 12687:12687 -p 12688:12688 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=12686 --rest-port=12684 --tcp-port=12685 --discv5-udp-port=12687 --rest-address=0.0.0.0 --nat=extip:172.18.169.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=254dbb2f05beab9c90ec889cf11a3abc88e60acfac039edaef2b3dc7e59d0be4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12688 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.169.217 waku 3f1470d0c94e3a5ae69ad2cf8ac88ba21fe52f76e0dba78c269c5b1647830af7
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 3f1470d0c94e. Setting up logs at ./log/docker/node1_2024-09-12_04-27-44__7646b6ef-7d62-46de-8a99-7674ac3518a7__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 12684
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:12684/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:12684/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.169.217/tcp/12685/p2p/16Uiu2HAmFpNqExwxcgZhFz8TdEqQHUcY6ckM65kU38FSuHu8RXKj","/ip4/172.18.169.217/tcp/12686/ws/p2p/16Uiu2HAmFpNqExwxcgZhFz8TdEqQHUcY6ckM65kU38FSuHu8RXKj"],"enrUri":"enr:-LO4QLFZi6NCJczsSpRx0UWn5MUnWVwz_RvcYRYG3ZwfOCBFDHwT5YkWgoCNQtu61OPvCP0uzbCBOChvjAlcg_8utv0BgmlkgnY0gmlwhKwSqdmKbXVsdGlhZGRyc4wACgSsEqnZBjGO3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMu-rVdV37ANtVqJZ-pfW1BmZuqfTJbYSj0eCM4T-npJoN0Y3CCMY2DdWRwgjGPhXdha3UyAQ"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
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-27-44__7646b6ef-7d62-46de-8a99-7674ac3518a7__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.117
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['8125', '8126', '8127', '8128', '8129']
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 8125:8125 -p 8126:8126 -p 8127:8127 -p 8128:8128 -p 8129:8129 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=8127 --rest-port=8125 --tcp-port=8126 --discv5-udp-port=8128 --rest-address=0.0.0.0 --nat=extip:172.18.227.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7227e291dd15e2aa3e2e91fd30c62a4dd3c10eaf0fd80f7d5fffece0e7fae0bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8129 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-LO4QLFZi6NCJczsSpRx0UWn5MUnWVwz_RvcYRYG3ZwfOCBFDHwT5YkWgoCNQtu61OPvCP0uzbCBOChvjAlcg_8utv0BgmlkgnY0gmlwhKwSqdmKbXVsdGlhZGRyc4wACgSsEqnZBjGO3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMu-rVdV37ANtVqJZ-pfW1BmZuqfTJbYSj0eCM4T-npJoN0Y3CCMY2DdWRwgjGPhXdha3UyAQ
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.227.117 waku cae9aa566d79d01a3f1ec5064b6944f0323aff3faaec901fa377a632926613b0
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID cae9aa566d79. Setting up logs at ./log/docker/node2_2024-09-12_04-27-44__7646b6ef-7d62-46de-8a99-7674ac3518a7__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 8125
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:8125/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:8125/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.117/tcp/8126/p2p/16Uiu2HAm9SUfHBDA8u3MzhLjvn8r8t5W5ahWznFzRVsDwgSt438U","/ip4/172.18.227.117/tcp/8127/ws/p2p/16Uiu2HAm9SUfHBDA8u3MzhLjvn8r8t5W5ahWznFzRVsDwgSt438U"],"enrUri":"enr:-LO4QBLFIwRvfs_Q1ehxV6nLo2T-SZ0ziZfSiJJDXTSpAxPPNeCg2g8TFvYMPC8woWhoRgv6Fof7qJoPOW3IaLYaYIsBgmlkgnY0gmlwhKwS43WKbXVsdGlhZGRyc4wACgSsEuN1Bh-_3QOCcnOFAAMBAACJc2VjcDI1NmsxoQLQOGYsUl76V7RfjaqRYN6NY9dCjhcDXBRVh-WG4jasAYN0Y3CCH76DdWRwgh_AhXdha3UyAQ"}'
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:8125/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.169.217/tcp/12685/p2p/16Uiu2HAmFpNqExwxcgZhFz8TdEqQHUcY6ckM65kU38FSuHu8RXKj"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:88 Running test with payload /test/2/rs/0/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:12684/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/test/2/rs/0/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:12684/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:88 Running test with payload /waku/3/rs/0/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:12684/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/3/rs/0/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:12684/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:88 Running test with payload /waku/2/test/0/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:12684/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/test/0/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:12684/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:88 Running test with payload /waku/2/rs/3/b
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:12684/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/3/b"'
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:12684/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:88 Running test with payload /waku/2/rs/0
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:12684/relay/v1/subscriptions" -H "Content-Type: application/json" -d '"/waku/2/rs/0"'
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:12684/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
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 3f1470d0c94e
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id cae9aa566d79
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.