waku-interop-tests/nim/357/data/attachments/84601746ae420613.txt

114 lines
16 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_metrics_initial_value with id: 2024-09-12_04-24-15__c5d5cc01-8a8e-4f5c-bbc3-38beb7732da0
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.light_push:light_push.py:27 Running fixture setup: light_push_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:28 Running fixture setup: store_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/node1_2024-09-12_04-24-15__c5d5cc01-8a8e-4f5c-bbc3-38beb7732da0__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.109.31
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['45052', '45053', '45054', '45055', '45056']
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 45052:45052 -p 45053:45053 -p 45054:45054 -p 45055:45055 -p 45056:45056 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=45054 --rest-port=45052 --tcp-port=45053 --discv5-udp-port=45055 --rest-address=0.0.0.0 --nat=extip:172.18.109.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eaef5750beaabf9ddfbf76a780a9fec8f4ac0a1cb615f21293378cc7a0b2b289 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45056 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.109.31 waku 8322fbd8a07554c6221657992caa548961b67413ef1bd0def97de00ea02ba02a
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 8322fbd8a075. Setting up logs at ./log/docker/node1_2024-09-12_04-24-15__c5d5cc01-8a8e-4f5c-bbc3-38beb7732da0__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 45052
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:45052/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:45052/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.109.31/tcp/45053/p2p/16Uiu2HAm2oyfanTcUUTx2mxYLrWPfFjdqbaRM8DjmXnLt5RWUnTd","/ip4/172.18.109.31/tcp/45054/ws/p2p/16Uiu2HAm2oyfanTcUUTx2mxYLrWPfFjdqbaRM8DjmXnLt5RWUnTd"],"enrUri":"enr:-LO4QOcAXRqLwe4bQr0ZnNg2srlwjK_EDxdiDfkQFqlcMGwRXgdk6DNFskpyd8p6BOi8NzP2cqB7Q8Ccu3cBk0dRxrYBgmlkgnY0gmlwhKwSbR-KbXVsdGlhZGRyc4wACgSsEm0fBq_-3QOCcnOFAAMBAACJc2VjcDI1NmsxoQJtuJV9RW53ASAEeHukVkLMmYHJZGc1gYJE4Aebz81G5IN0Y3CCr_2DdWRwgq__hXdha3UyDw"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
DEBUG  src.libs.common:common.py:35 Sleeping for 5 seconds
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 8322fbd8a075
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  tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
DEBUG  tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
DEBUG  src.libs.common:common.py:30 Attaching file ./log/docker/node1_2024-09-12_04-24-15__c5d5cc01-8a8e-4f5c-bbc3-38beb7732da0__wakuorg_nwaku:latest.log
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_metrics_initial_value with id: 2024-09-12_04-24-25__f70ec246-686a-4aba-a5e6-a487c90fb1d6
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.light_push:light_push.py:27 Running fixture setup: light_push_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:28 Running fixture setup: store_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/node1_2024-09-12_04-24-25__f70ec246-686a-4aba-a5e6-a487c90fb1d6__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.173.15
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['36755', '36756', '36757', '36758', '36759']
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 36755:36755 -p 36756:36756 -p 36757:36757 -p 36758:36758 -p 36759:36759 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=36757 --rest-port=36755 --tcp-port=36756 --discv5-udp-port=36758 --rest-address=0.0.0.0 --nat=extip:172.18.173.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f56de84b6804c97b3b88faaa0b1b8a4fd2dcdd778aafe8d0dcdd64698c3da201 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36759 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.173.15 waku 0e1638504fc52ff00a2a0465ada3b12aca2a759c02c58701fd0cab82c4f9cb51
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 0e1638504fc5. Setting up logs at ./log/docker/node1_2024-09-12_04-24-25__f70ec246-686a-4aba-a5e6-a487c90fb1d6__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 36755
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:36755/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:36755/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.173.15/tcp/36756/p2p/16Uiu2HAm7iidcXWQpUXpvWGR7FdxDEmTB4GEx4hJGtbKV34pZqEq","/ip4/172.18.173.15/tcp/36757/ws/p2p/16Uiu2HAm7iidcXWQpUXpvWGR7FdxDEmTB4GEx4hJGtbKV34pZqEq"],"enrUri":"enr:-LO4QKfTcGFWJ6lPde5yPsEy6AskVWbYojlUR17x4UqyQ-GgLbrb6a1R7TiB1VF6CunMQsSIm5kl4-6giyAoq48EWvQBgmlkgnY0gmlwhKwSrQ-KbXVsdGlhZGRyc4wACgSsEq0PBo-V3QOCcnOFAAMBAACJc2VjcDI1NmsxoQK2qh2WDVV2GUyUVkpjzr120WxfyTwJOf8MwapyXFbyMoN0Y3CCj5SDdWRwgo-WhXdha3UyDw"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
DEBUG  src.libs.common:common.py:35 Sleeping for 5 seconds
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 0e1638504fc5
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  tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
DEBUG  tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
DEBUG  src.libs.common:common.py:30 Attaching file ./log/docker/node1_2024-09-12_04-24-25__f70ec246-686a-4aba-a5e6-a487c90fb1d6__wakuorg_nwaku:latest.log
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_metrics_initial_value with id: 2024-09-12_04-24-35__0df4182e-2bd4-4847-ad85-d7b0b2e6f103
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.light_push:light_push.py:27 Running fixture setup: light_push_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:28 Running fixture setup: store_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/node1_2024-09-12_04-24-35__0df4182e-2bd4-4847-ad85-d7b0b2e6f103__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.134.211
DEBUG  src.node.docker_mananger:docker_mananger.py:74 Generated ports ['49263', '49264', '49265', '49266', '49267']
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 49263:49263 -p 49264:49264 -p 49265:49265 -p 49266:49266 -p 49267:49267 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=49265 --rest-port=49263 --tcp-port=49264 --discv5-udp-port=49266 --rest-address=0.0.0.0 --nat=extip:172.18.134.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=598dcf84e4f24c7c8abbca46bcec50f98db2a1368bc7a2d00ad0c77dc4ef5ac0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49267 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
DEBUG  src.node.docker_mananger:docker_mananger.py:54 docker network connect --ip 172.18.134.211 waku 38c313dc2966425db1a4f2c5f926dc4490afee500d035b0f6438211599974046
DEBUG  src.node.docker_mananger:docker_mananger.py:57 Container started with ID 38c313dc2966. Setting up logs at ./log/docker/node1_2024-09-12_04-24-35__0df4182e-2bd4-4847-ad85-d7b0b2e6f103__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:177 Started container from image wakuorg/nwaku:latest. REST: 49263
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:49263/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:49263/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.134.211/tcp/49264/p2p/16Uiu2HAmCPCjEhpxz3ez67LjrqGc3McKD8VJQbqz8K14RyoDMrw9","/ip4/172.18.134.211/tcp/49265/ws/p2p/16Uiu2HAmCPCjEhpxz3ez67LjrqGc3McKD8VJQbqz8K14RyoDMrw9"],"enrUri":"enr:-LO4QEkmHfq-Vm4UFmM8NYyeFOWXUo9tzjZ6pvAdxWFmXrDCUXbMFny3bjGOvDunuBPJatunakh1kv6MGRPt8X8OaI0BgmlkgnY0gmlwhKwShtOKbXVsdGlhZGRyc4wACgSsEobTBsBx3QOCcnOFAAMBAACJc2VjcDI1NmsxoQL79LQPLWSHAnO0rjqAQMPARIf1ODxtDsb0veO3ihlHyIN0Y3CCwHCDdWRwgsByhXdha3UyDw"}'
INFO  src.node.waku_node:waku_node.py:282 REST service is ready !!
DEBUG  src.libs.common:common.py:35 Sleeping for 5 seconds
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 38c313dc2966
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  tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
DEBUG  tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
DEBUG  src.libs.common:common.py:30 Attaching file ./log/docker/node1_2024-09-12_04-24-35__0df4182e-2bd4-4847-ad85-d7b0b2e6f103__wakuorg_nwaku:latest.log