waku-interop-tests/nim/357/data/attachments/5bcce535a03c66d9.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_subscribe_with_invalid_pubsub_topic_format with id: 2024-09-12_04-27-21__a1236b29-f788-4461-9360-0f91e7bea431
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-21__a1236b29-f788-4461-9360-0f91e7bea431__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.193.5
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['9979', '9980', '9981', '9982', '9983']
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 9979:9979 -p 9980:9980 -p 9981:9981 -p 9982:9982 -p 9983:9983 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=9981 --rest-port=9979 --tcp-port=9980 --discv5-udp-port=9982 --rest-address=0.0.0.0 --nat=extip:172.18.193.5 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf269e1692cdfd95a84bb10ceebafc6f9ed54fffdc8d819decf145ba3a3d8d75 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9983 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.193.5 waku 5597993fd510c95754378b4baad0b1874f760505ea11dfa49d756cb0caf9e637
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 5597993fd510. Setting up logs at ./log/docker/node1_2024-09-12_04-27-21__a1236b29-f788-4461-9360-0f91e7bea431__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 9979
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:9979/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:9979/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.193.5/tcp/9980/p2p/16Uiu2HAkv9RpBR4NJuGdoLdWJFQHDbWdSB5XCR6JGEKjbWJiWVTD","/ip4/172.18.193.5/tcp/9981/ws/p2p/16Uiu2HAkv9RpBR4NJuGdoLdWJFQHDbWdSB5XCR6JGEKjbWJiWVTD"],"enrUri":"enr:-LO4QBiX9uevSiv23pA8daPBiEXbI_Cg7d3eQR76S_VQvpyGbQZQ3heRvWkeR5piOzxjvZRWIfTkjxytm1mtwGwnS_oBgmlkgnY0gmlwhKwSwQWKbXVsdGlhZGRyc4wACgSsEsEFBib93QOCcnOFAAMBAACJc2VjcDI1NmsxoQIKsmBw9nTz33N8W2ze1Kkm2aJFdrOi7yKxWvHhkSxn2IN0Y3CCJvyDdWRwgib-hXdha3UyAQ"}'
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-21__a1236b29-f788-4461-9360-0f91e7bea431__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.135
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['51965', '51966', '51967', '51968', '51969']
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 51965:51965 -p 51966:51966 -p 51967:51967 -p 51968:51968 -p 51969:51969 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=51967 --rest-port=51965 --tcp-port=51966 --discv5-udp-port=51968 --rest-address=0.0.0.0 --nat=extip:172.18.169.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc10e5ef1a3ad59e441cffcdbe79db6f824bbec58df8ce408a98de585761da6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51969 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-LO4QBiX9uevSiv23pA8daPBiEXbI_Cg7d3eQR76S_VQvpyGbQZQ3heRvWkeR5piOzxjvZRWIfTkjxytm1mtwGwnS_oBgmlkgnY0gmlwhKwSwQWKbXVsdGlhZGRyc4wACgSsEsEFBib93QOCcnOFAAMBAACJc2VjcDI1NmsxoQIKsmBw9nTz33N8W2ze1Kkm2aJFdrOi7yKxWvHhkSxn2IN0Y3CCJvyDdWRwgib-hXdha3UyAQ
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.169.135 waku 2851857697c0793786e69720e810392740fa2cdc8c04c437a6e2432e6fb5915e
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 2851857697c0. Setting up logs at ./log/docker/node2_2024-09-12_04-27-21__a1236b29-f788-4461-9360-0f91e7bea431__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 51965
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:51965/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:51965/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.135/tcp/51966/p2p/16Uiu2HAmDsxThm4o6tXPYfbDm3p5CW4AFgtkcS5HtNVjL9msjkpN","/ip4/172.18.169.135/tcp/51967/ws/p2p/16Uiu2HAmDsxThm4o6tXPYfbDm3p5CW4AFgtkcS5HtNVjL9msjkpN"],"enrUri":"enr:-LO4QOy9Iu3ootqWVEb8YFTxWYuou5seN3_7l7WVERMyj_vVE4S3HZrfxfcbDNT_xG1d7xaF-DF5Z0rqKmdTSL1IWsoBgmlkgnY0gmlwhKwSqYeKbXVsdGlhZGRyc4wACgSsEqmHBsr_3QOCcnOFAAMBAACJc2VjcDI1NmsxoQMSLhnf0IOuXpKWomlLkGJrmBqbkGLfZ3S5fH5M8bGWd4N0Y3CCyv6DdWRwgssAhXdha3UyAQ"}'
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:51965/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.193.5/tcp/9980/p2p/16Uiu2HAkv9RpBR4NJuGdoLdWJFQHDbWdSB5XCR6JGEKjbWJiWVTD"]'
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:37 Running test with payload /test/2/rs/0/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9979/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:9979/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:37 Running test with payload /waku/3/rs/0/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9979/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:9979/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:37 Running test with payload /waku/2/test/0/1
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9979/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:9979/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:37 Running test with payload /waku/2/rs/3/b
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9979/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:9979/relay/v1/subscriptions. Response content: b'Invalid content body, could not decode. Unable to deserialize data'
DEBUG  tests.relay.test_subscribe:test_subscribe.py:37 Running test with payload /waku/2/rs/0
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9979/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:9979/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 5597993fd510
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 2851857697c0
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.