70 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_store with id: 2026-03-05_04-32-19__b0ca1eda-716e-4de1-a7eb-99c77ce53d07
DEBUG  src.steps.common:common.py:19 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:28 Running fixture setup: light_push_setup
DEBUG  src.steps.relay:relay.py:28 Running fixture setup: relay_setup
DEBUG  src.steps.store:store.py:31 Running fixture setup: store_setup
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:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-32-19__b0ca1eda-716e-4de1-a7eb-99c77ce53d07__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 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:33 Network waku created
DEBUG  src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.70.114
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19566', '19567', '19568', '19569', '19570']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 19566:19566 -p 19567:19567 -p 19568:19568 -p 19569:19569 -p 19570:19570 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=19568 --rest-port=19566 --tcp-port=19567 --discv5-udp-port=19569 --rest-address=0.0.0.0 --nat=extip:172.18.70.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbdea1a87ab7b554efb43aace73bbcddaaa41addef2f515fcfecabcf1cf5edda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19570 --metrics-logging=true --relay=true --store=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.70.114 waku ee3a66401cbae3a78784c84bd1db5728830acdaf53388b5cf6a795d24a7a15ab
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ee3a66401cba. Setting up logs at ./log/docker/node1_2026-03-05_04-32-19__b0ca1eda-716e-4de1-a7eb-99c77ce53d07__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19566
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19566/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","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19566/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.70.114/tcp/19567/p2p/16Uiu2HAmVKAVU8WwcxfkdorQaFbZ2eYXFFZunRBrJUeHscrEKb35","/ip4/172.18.70.114/tcp/19568/ws/p2p/16Uiu2HAmVKAVU8WwcxfkdorQaFbZ2eYXFFZunRBrJUeHscrEKb35"],"enrUri":"enr:-L24QARrE0jFVd68AXbdXc5EUvudwCJiezGYaRCCkwH8ZQR0UwnIucohgGVKVP-Ds52OCH7wnJnlG7ulGLiSFMw9nK0CgmlkgnY0gmlwhKwSRnKKbXVsdGlhZGRyc5YACASsEkZyBkxvAAoErBJGcgZMcN0DgnJzhQADAQAAiXNlY3AyNTZrMaED94KHLfjzJcQGVtJM7KxFYIRzUZrTDFFGNmimN586YUCDdGNwgkxvg3VkcIJMcYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
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:86 WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-32-19__b0ca1eda-716e-4de1-a7eb-99c77ce53d07__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:90 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.67.187
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64390', '64391', '64392', '64393', '64394']
DEBUG  src.node.waku_node:waku_node.py:439 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:178 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64390:64390 -p 64391:64391 -p 64392:64392 -p 64393:64393 -p 64394:64394 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=64392 --rest-port=64390 --tcp-port=64391 --discv5-udp-port=64393 --rest-address=0.0.0.0 --nat=extip:172.18.67.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc91be4f4bfac99bae80eef4fa733ad0fa89e2b2eb8a5fefaf6ba3c3c09fe6f6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64394 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QARrE0jFVd68AXbdXc5EUvudwCJiezGYaRCCkwH8ZQR0UwnIucohgGVKVP-Ds52OCH7wnJnlG7ulGLiSFMw9nK0CgmlkgnY0gmlwhKwSRnKKbXVsdGlhZGRyc5YACASsEkZyBkxvAAoErBJGcgZMcN0DgnJzhQADAQAAiXNlY3AyNTZrMaED94KHLfjzJcQGVtJM7KxFYIRzUZrTDFFGNmimN586YUCDdGNwgkxvg3VkcIJMcYV3YWt1MgM --storenode=/ip4/172.18.70.114/tcp/19567/p2p/16Uiu2HAmVKAVU8WwcxfkdorQaFbZ2eYXFFZunRBrJUeHscrEKb35
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.187 waku e44416b9292747a4f2e2139c472f69e95105281561c1a29ac52ec5543b11c9a7
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e44416b92927. Setting up logs at ./log/docker/node1_2026-03-05_04-32-19__b0ca1eda-716e-4de1-a7eb-99c77ce53d07__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64390
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64390/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","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64390/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.67.187/tcp/64391/p2p/16Uiu2HAm8faVikZDKfctrm1iVvJk4RhSrLezT1cjqKuQbEcALu2B","/ip4/172.18.67.187/tcp/64392/ws/p2p/16Uiu2HAm8faVikZDKfctrm1iVvJk4RhSrLezT1cjqKuQbEcALu2B"],"enrUri":"enr:-L24QARxQ2SjAQyPhHLZrAPhPGxsbk8HB58STY1apXLvnAp7UZbPwj1bgpWTUNHwc4fZo99kBHagmxvWcFeCVUWTM4cCgmlkgnY0gmlwhKwSQ7uKbXVsdGlhZGRyc5YACASsEkO7BvuHAAoErBJDuwb7iN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxLfcTpn98goCmPuvilWvliRGBv-KiSefRBcYMuMoBDyDdGNwgvuHg3VkcIL7iYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:292 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19566/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:64390/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'
DEBUG  src.steps.store:store.py:132 Relaying message
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19566/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:47 Sleeping for 0.2 seconds
DEBUG  src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64390/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=5&ascending=true" -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'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x880ade67d5d32aa57851b538d5e1d6763d6d0b65a6b2e84fc752a2a1bc6879b7"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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:234 Stopping container with id ee3a66401cba
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e44416b92927
DEBUG  src.node.waku_node:waku_node.py:241 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.