2026-02-04 17:29:28 +00:00

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-02-04_17-10-38__b3fb8917-f51b-43e0-80ea-11b17472005a
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-02-04_17-10-38__b3fb8917-f51b-43e0-80ea-11b17472005a__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.140.65
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7566', '7567', '7568', '7569', '7570']
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 7566:7566 -p 7567:7567 -p 7568:7568 -p 7569:7569 -p 7570:7570 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=7568 --rest-port=7566 --tcp-port=7567 --discv5-udp-port=7569 --rest-address=0.0.0.0 --nat=extip:172.18.140.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6fef4ed9b255cf2a29e7f221e1be1978feb77ccfebfb5b936fb62ef68accaf49 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7570 --metrics-logging=true --relay=true --store=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.140.65 waku ddcf54425ad5801429eea2464feb9862faa8a008331e45852095c6d6572055eb
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID ddcf54425ad5. Setting up logs at ./log/docker/node1_2026-02-04_17-10-38__b3fb8917-f51b-43e0-80ea-11b17472005a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7566
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:7566/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":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"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"}]}'
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:7566/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.140.65/tcp/7567/p2p/16Uiu2HAm9Pa4tbEroARAW4sirD1kHxbtc24U7k2otq76QM3dpcDg","/ip4/172.18.140.65/tcp/7568/ws/p2p/16Uiu2HAm9Pa4tbEroARAW4sirD1kHxbtc24U7k2otq76QM3dpcDg"],"enrUri":"enr:-L24QFUwR3YrB-kRhathyp54gfw4l83oV61StWlz_5vSFsswMGG9MlJrN_z0pHhAITOsZw2CXMoMgzON-HU12YkcLEsCgmlkgnY0gmlwhKwSjEGKbXVsdGlhZGRyc5YACASsEoxBBh2PAAoErBKMQQYdkN0DgnJzhQADAQAAiXNlY3AyNTZrMaECz3nFPt0LKf5izeYifJnmGq1sL5bTjH3Kvywj8xz1xSODdGNwgh2Pg3VkcIIdkYV3YWt1MgM"}'
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-02-04_17-10-38__b3fb8917-f51b-43e0-80ea-11b17472005a__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.87.87
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28931', '28932', '28933', '28934', '28935']
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 28931:28931 -p 28932:28932 -p 28933:28933 -p 28934:28934 -p 28935:28935 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=28933 --rest-port=28931 --tcp-port=28932 --discv5-udp-port=28934 --rest-address=0.0.0.0 --nat=extip:172.18.87.87 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae8e3e2a8b880f691518beebeaed0ffaa2fdd5afdaecec9c3b3a31112d0ceb7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28935 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QFUwR3YrB-kRhathyp54gfw4l83oV61StWlz_5vSFsswMGG9MlJrN_z0pHhAITOsZw2CXMoMgzON-HU12YkcLEsCgmlkgnY0gmlwhKwSjEGKbXVsdGlhZGRyc5YACASsEoxBBh2PAAoErBKMQQYdkN0DgnJzhQADAQAAiXNlY3AyNTZrMaECz3nFPt0LKf5izeYifJnmGq1sL5bTjH3Kvywj8xz1xSODdGNwgh2Pg3VkcIIdkYV3YWt1MgM --storenode=/ip4/172.18.140.65/tcp/7567/p2p/16Uiu2HAm9Pa4tbEroARAW4sirD1kHxbtc24U7k2otq76QM3dpcDg
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.87.87 waku 619de4ebf2c1659bde1d5398873d642cac21cf3d97df7c4cfc23b2efe12b165a
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 619de4ebf2c1. Setting up logs at ./log/docker/node1_2026-02-04_17-10-38__b3fb8917-f51b-43e0-80ea-11b17472005a__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28931
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:28931/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":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"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":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
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:28931/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.87.87/tcp/28932/p2p/16Uiu2HAmV7K8xwknKUTtwFGe7CNNkYPTnS7P4d1JBgiXwutB7hXA","/ip4/172.18.87.87/tcp/28933/ws/p2p/16Uiu2HAmV7K8xwknKUTtwFGe7CNNkYPTnS7P4d1JBgiXwutB7hXA"],"enrUri":"enr:-L24QEQqDbXi4ICnqWuPqBXz7Bx39PFZTGwThTwC2CrDvB4OLi5lkFB5AvcpnaoQOJhwN5Ew090lChH4hUKbXP7147gCgmlkgnY0gmlwhKwSV1eKbXVsdGlhZGRyc5YACASsEldXBnEEAAoErBJXVwZxBd0DgnJzhQADAQAAiXNlY3AyNTZrMaED9HlVwAPykXH8nQW66qZ-AfD-hy_lQ_9uu-Tw0dlMouWDdGNwgnEEg3VkcIJxBoV3YWt1MgM"}'
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:7566/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:28931/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:7566/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:28931/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":"0x2a4020af869dd53722ce2a6c73d3007e019610dadf77d5fc1440dde7e8c18fd4"}]}'
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 ddcf54425ad5
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id 619de4ebf2c1
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.