Skip to content

Commit

Permalink
deploy: 25b9952
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarbu15 committed Dec 23, 2024
1 parent 80e2514 commit 68839a7
Show file tree
Hide file tree
Showing 768 changed files with 67,607 additions and 6 deletions.
2 changes: 2 additions & 0 deletions go/403/app.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions go/403/data/attachments/1059381ac8137e00.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEBUG  tests.conftest:conftest.py:33 Running fixture teardown: set_allure_env_variables
82 changes: 82 additions & 0 deletions go/403/data/attachments/111aaa822a2fb4c0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
DEBUG  tests.conftest:conftest.py:51 Running fixture setup: test_id
DEBUG  tests.conftest:conftest.py:57 Running test: test_publish_with_invalid_version with id: 2024-12-23_03-18-26__86c3b457-5fd1-454b-a171-4fe3d2b10738
DEBUG  src.steps.common:common.py:18 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:19 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-12-23_03-18-26__86c3b457-5fd1-454b-a171-4fe3d2b10738__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.13.250
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39426', '39427', '39428', '39429', '39430']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:168 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:170 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39426:39426 -p 39427:39427 -p 39428:39428 -p 39429:39429 -p 39430:39430 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=39428 --rest-port=39426 --tcp-port=39427 --discv5-udp-port=39429 --rest-address=0.0.0.0 --nat=extip:172.18.13.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdc8a0fd6dec1bfc4bdafab10e8b3fec5bb794ffcc55d6824b4ad1f85c5adf02 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39430 --metrics-logging=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.13.250 waku d846a818d0d52a51d5371fdd73a9e6224552c9b1e0e2fd205baf72fd5af48dfd
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID d846a818d0d5. Setting up logs at ./log/docker/node1_2024-12-23_03-18-26__86c3b457-5fd1-454b-a171-4fe3d2b10738__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:182 Started container from image wakuorg/nwaku:latest. REST: 39426
DEBUG  src.libs.common:common.py:35 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 369380e0bace. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39426/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:282 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39426/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.13.250/tcp/39427/p2p/16Uiu2HAm5ZUXfT2cG3HY4JDjXvFUP57M9SJX7YEzoygyZEPHzwkd","/ip4/172.18.13.250/tcp/39428/ws/p2p/16Uiu2HAm5ZUXfT2cG3HY4JDjXvFUP57M9SJX7YEzoygyZEPHzwkd"],"enrUri":"enr:-L24QARAbv8uMo67VgWUNdvMuKLouiLGKipyHksTmHHXMbWWADF1wolQw0KzOSs_uTDkxbsYxJaYHL7gdk1_u1U7xRECgmlkgnY0gmlwhKwSDfqKbXVsdGlhZGRyc5YACASsEg36BpoDAAoErBIN-gaaBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEClpSRj7WD7-W4OgDMSFJaf_ydHZ6HTll6I1DQSvAefmKDdGNwgpoDg3VkcIKaBYV3YWt1MgE"}'
INFO  src.node.waku_node:waku_node.py:287 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/go-waku:latest
DEBUG  src.node.waku_node:waku_node.py:85 WakuNode instance initialized with log path ./log/docker/node2_2024-12-23_03-18-26__86c3b457-5fd1-454b-a171-4fe3d2b10738__wakuorg_go-waku:latest.log
DEBUG  src.node.waku_node:waku_node.py:89 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
DEBUG  src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.55.113
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42860', '42861', '42862', '42863', '42864']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:168 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:170 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42860:42860 -p 42861:42861 -p 42862:42862 -p 42863:42863 -p 42864:42864 wakuorg/go-waku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=DEBUG --rest-relay-cache-capacity=100 --websocket-port=42862 --rest-port=42860 --tcp-port=42861 --discv5-udp-port=42863 --rest-address=0.0.0.0 --nat=extip:172.18.55.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=27a4eeebfed6be3bbdc1d7df7ee6e14dedb828cdfb4fa2e469bd193e2edbef98 --min-relay-peers-to-publish=1 --rest-filter-cache-capacity=50 --peer-store-capacity=10 --relay=true --discv5-bootstrap-node=enr:-L24QARAbv8uMo67VgWUNdvMuKLouiLGKipyHksTmHHXMbWWADF1wolQw0KzOSs_uTDkxbsYxJaYHL7gdk1_u1U7xRECgmlkgnY0gmlwhKwSDfqKbXVsdGlhZGRyc5YACASsEg36BpoDAAoErBIN-gaaBN0DgnJzhQADAQAAiXNlY3AyNTZrMaEClpSRj7WD7-W4OgDMSFJaf_ydHZ6HTll6I1DQSvAefmKDdGNwgpoDg3VkcIKaBYV3YWt1MgE
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.55.113 waku 190272b7f1170009bafc3a7e846829644bdeadda5df4c4c6a12f07860ddf37fb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 190272b7f117. Setting up logs at ./log/docker/node2_2024-12-23_03-18-26__86c3b457-5fd1-454b-a171-4fe3d2b10738__wakuorg_go-waku:latest.log
DEBUG  src.node.waku_node:waku_node.py:182 Started container from image wakuorg/go-waku:latest. REST: 42860
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:42860/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'{"enrUri":"enr:-J-4QMaImY3U4To5JGhf5K9VZzwtoO_MoaroJLeZzJ7UeiouKCRwC0BpulNLbCVuZxQVeiVmhchVYNPTuwfyZU0PAleGAZPxhfahgmlkgnY0gmlwhKwRAAeCcnODAAMAiXNlY3AyNTZrMaED_Q7_hZKO8z7B3ugguGgdMEXS4k0u7GOekneXxVj5RaeDdGNwgqdtg3VkcIKnb4V3YWt1MgE","listenAddresses":["/ip4/127.0.0.1/tcp/42861/p2p/16Uiu2HAmVgpmBbFDcttCEX2BQg9WU6E4VzPzzgnQsJykRcBntVTC","/ip4/127.0.0.1/tcp/42862/ws/p2p/16Uiu2HAmVgpmBbFDcttCEX2BQg9WU6E4VzPzzgnQsJykRcBntVTC","/ip4/172.17.0.7/tcp/42861/p2p/16Uiu2HAmVgpmBbFDcttCEX2BQg9WU6E4VzPzzgnQsJykRcBntVTC","/ip4/172.17.0.7/tcp/42862/ws/p2p/16Uiu2HAmVgpmBbFDcttCEX2BQg9WU6E4VzPzzgnQsJykRcBntVTC"]}'
INFO  src.node.waku_node:waku_node.py:287 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42860/admin/v1/peers" -H "Content-Type: application/json" -d '{"multiaddr": "/ip4/172.18.13.250/tcp/39427/p2p/16Uiu2HAm5ZUXfT2cG3HY4JDjXvFUP57M9SJX7YEzoygyZEPHzwkd", "protocols": ["/vac/waku/relay/2.0.0"], "shards": [0, 1, 2, 3, 4, 5, 6, 7, 8]}'
INFO  src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'null'
DEBUG  src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39426/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:42860/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'true'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
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.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -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":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1734923909835732480,"ephemeral":false}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/go-waku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42860/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -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'null'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
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.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -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":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1734923910960674816,"ephemeral":false}]'
DEBUG  src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/go-waku:latest can find the published message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42860/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -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":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1734923910960674816,"ephemeral":false}]'
INFO  src.steps.relay:relay.py:71 WARM UP successful!!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "version": 2.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:39426/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. 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:226 Stopping container with id d846a818d0d5
DEBUG  src.node.waku_node:waku_node.py:233 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:226 Stopping container with id 190272b7f117
DEBUG  src.node.waku_node:waku_node.py:233 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
Loading

0 comments on commit 68839a7

Please sign in to comment.