waku-interop-tests/nim/357/data/attachments/3f921f9ce46fffd9.txt

81 lines
14 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_main_node_full__peer_full with id: 2024-09-12_04-23-39__8c44a2a7-3f2b-42a3-9fdf-20ac4c9a0894
DEBUG  src.steps.common:common.py:17 Running fixture setup: common_setup
DEBUG  src.steps.light_push:light_push.py:27 Running fixture setup: light_push_setup
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/receiving_node1_2024-09-12_04-23-39__8c44a2a7-3f2b-42a3-9fdf-20ac4c9a0894__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.133.177
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['22792', '22793', '22794', '22795', '22796']
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 22792:22792 -p 22793:22793 -p 22794:22794 -p 22795:22795 -p 22796:22796 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=22794 --rest-port=22792 --tcp-port=22793 --discv5-udp-port=22795 --rest-address=0.0.0.0 --nat=extip:172.18.133.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c495dadeed3c4ead2aaf5f2838e3cd09adddc9dede03c1f5b4f4b20a8f8f89df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22796 --metrics-logging=true --lightpush=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.133.177 waku 05ceb5ebb67d0d192e8ad18daba490f3ac54fafdc9c8a9b24b8c3188b0430afe
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 05ceb5ebb67d. Setting up logs at ./log/docker/receiving_node1_2024-09-12_04-23-39__8c44a2a7-3f2b-42a3-9fdf-20ac4c9a0894__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 22792
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:22792/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:22792/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.133.177/tcp/22793/p2p/16Uiu2HAm4F6ZWunaZDByZDaDJY1xmUZmscHpLS9wiGLfWM1qXU2s","/ip4/172.18.133.177/tcp/22794/ws/p2p/16Uiu2HAm4F6ZWunaZDByZDaDJY1xmUZmscHpLS9wiGLfWM1qXU2s"],"enrUri":"enr:-LO4QF91MTkO-EGUNmOL0sauNB5DXD1REROJuazGhaaJTPotA9AvKphw8D7JM7CwD8vQbbdX-CAmjrLvlAVz4AN45r4BgmlkgnY0gmlwhKwShbGKbXVsdGlhZGRyc4wACgSsEoWxBlkK3QOCcnOFAAMBAACJc2VjcDI1NmsxoQKDA5Z2xh_pvUl-utS6cS9Heu1rn50rBUlWhU-xU_uMaIN0Y3CCWQmDdWRwglkLhXdha3UyDQ"}'
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/lightpush_node1_2024-09-12_04-23-39__8c44a2a7-3f2b-42a3-9fdf-20ac4c9a0894__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.143.66
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['45358', '45359', '45360', '45361', '45362']
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 45358:45358 -p 45359:45359 -p 45360:45360 -p 45361:45361 -p 45362:45362 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=45360 --rest-port=45358 --tcp-port=45359 --discv5-udp-port=45361 --rest-address=0.0.0.0 --nat=extip:172.18.143.66 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a3f1a6bc8b9647aea9c13ed860fa4efd5d4f1cc8fe0f0f1527d0faf66523d2b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45362 --metrics-logging=true --discv5-bootstrap-node=enr:-LO4QF91MTkO-EGUNmOL0sauNB5DXD1REROJuazGhaaJTPotA9AvKphw8D7JM7CwD8vQbbdX-CAmjrLvlAVz4AN45r4BgmlkgnY0gmlwhKwShbGKbXVsdGlhZGRyc4wACgSsEoWxBlkK3QOCcnOFAAMBAACJc2VjcDI1NmsxoQKDA5Z2xh_pvUl-utS6cS9Heu1rn50rBUlWhU-xU_uMaIN0Y3CCWQmDdWRwglkLhXdha3UyDQ --lightpushnode=/ip4/172.18.133.177/tcp/22793/p2p/16Uiu2HAm4F6ZWunaZDByZDaDJY1xmUZmscHpLS9wiGLfWM1qXU2s --lightpush=true --relay=true --filter=true
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.185.57
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['23131', '23132', '23133', '23134', '23135']
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 23131:23131 -p 23132:23132 -p 23133:23133 -p 23134:23134 -p 23135:23135 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=23133 --rest-port=23131 --tcp-port=23132 --discv5-udp-port=23134 --rest-address=0.0.0.0 --nat=extip:172.18.185.57 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5f6dbc973678e562d742fbbe2c6deda1aa9a9d71bd3de71d9b6d66ec1fbac9ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23135 --metrics-logging=true --discv5-bootstrap-node=enr:-LO4QF91MTkO-EGUNmOL0sauNB5DXD1REROJuazGhaaJTPotA9AvKphw8D7JM7CwD8vQbbdX-CAmjrLvlAVz4AN45r4BgmlkgnY0gmlwhKwShbGKbXVsdGlhZGRyc4wACgSsEoWxBlkK3QOCcnOFAAMBAACJc2VjcDI1NmsxoQKDA5Z2xh_pvUl-utS6cS9Heu1rn50rBUlWhU-xU_uMaIN0Y3CCWQmDdWRwglkLhXdha3UyDQ --lightpushnode=/ip4/172.18.133.177/tcp/22793/p2p/16Uiu2HAm4F6ZWunaZDByZDaDJY1xmUZmscHpLS9wiGLfWM1qXU2s --lightpush=true --relay=true --filter=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.185.57 waku 9191d44e809d0d8d5857e5f31ed44ff860c1263d1a72e53b43848caa8fd0ee18
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 9191d44e809d. Setting up logs at ./log/docker/lightpush_node1_2024-09-12_04-23-39__8c44a2a7-3f2b-42a3-9fdf-20ac4c9a0894__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 23131
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:23131/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:23131/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.185.57/tcp/23132/p2p/16Uiu2HAmGzhPwQFxbty7Ddv6fBmgHDzPCu1mfFWF3X1yZMcuRkKC","/ip4/172.18.185.57/tcp/23133/ws/p2p/16Uiu2HAmGzhPwQFxbty7Ddv6fBmgHDzPCu1mfFWF3X1yZMcuRkKC"],"enrUri":"enr:-LO4QN_rdDha4bgSzdl5tb09H_7xjX8XcDsc7wbBM7E2iYdwUhampjQh_QsgEbJUcJa7o4Y49_aDMbFhNvh8JTXqGA0BgmlkgnY0gmlwhKwSuTmKbXVsdGlhZGRyc4wACgSsErk5Blpd3QOCcnOFAAMBAACJc2VjcDI1NmsxoQNAezGNgODxppKT2wlLDQ4MuzBxsgqpaDtaUYqE5Ey2C4N0Y3CCWlyDdWRwglpehXdha3UyDQ"}'
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:23131/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.177/tcp/22793/p2p/16Uiu2HAm4F6ZWunaZDByZDaDJY1xmUZmscHpLS9wiGLfWM1qXU2s"]'
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:22792/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
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:23131/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.5 seconds
DEBUG  src.steps.light_push:light_push.py:120 Lightpushing message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23131/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1726115032301052416}}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
DEBUG  src.libs.common:common.py:35 Sleeping for 0.1 seconds
DEBUG  src.steps.light_push:light_push.py:124 Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22792/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -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'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1726115032301052416,"ephemeral":false}]'
DEBUG  src.steps.light_push:light_push.py:124 Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23131/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -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'[{"payload":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1726115032301052416,"ephemeral":false}]'
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 05ceb5ebb67d
DEBUG  src.node.waku_node:waku_node.py:228 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:221 Stopping container with id 9191d44e809d
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.