2026-04-14 22:06:45 +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-04-14_06-57-13__b8b076a0-c15f-4e94-9f9e-0c8da5e8b953
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:20 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:102 WakuNode instance initialized with log path ./log/docker/node1_2026-04-14_06-57-13__b8b076a0-c15f-4e94-9f9e-0c8da5e8b953__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:106 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:23 Attempting to create or retrieve network tests-functional_default
DEBUG  src.node.docker_mananger:docker_mananger.py:34 Network tests-functional_default created
DEBUG  src.node.docker_mananger:docker_mananger.py:146 Generated random external IP 172.18.219.139
DEBUG  src.node.docker_mananger:docker_mananger.py:139 Generated ports ['43350', '43351', '43352', '43353', '43354']
DEBUG  src.node.waku_node:waku_node.py:489 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:192 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:194 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:50 docker run -i -t -p 43350:43350 -p 43351:43351 -p 43352:43352 -p 43353:43353 -p 43354:43354 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=43352 --rest-port=43350 --tcp-port=43351 --discv5-udp-port=43353 --rest-address=0.0.0.0 --nat=extip:172.18.219.139 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=0fff4aba74e44caa1baf711bc1ca16c509bd5685fe6b1e1cb15c9b77ff347aa6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43354 --metrics-logging=true --relay=true --store=true
DEBUG  src.node.docker_mananger:docker_mananger.py:61 docker network connect --ip 172.18.219.139 tests-functional_default 4d2b8e0be35fb38abff7132b4d9fcfb999afe9173277aa21e13d7bf9b955815f
DEBUG  src.node.docker_mananger:docker_mananger.py:71 Container started with ID 4d2b8e0be35f. Setting up logs at ./log/docker/node1_2026-04-14_06-57-13__b8b076a0-c15f-4e94-9f9e-0c8da5e8b953__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:206 Started container from image wakuorg/nwaku:latest. REST: 43350
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:43350/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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:322 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43350/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.219.139/tcp/43351/p2p/16Uiu2HAmS6vkaLPT1vnSUqVcn68m6dwAut5PDSWjovQCnt2guyDT","/ip4/172.18.219.139/tcp/43352/ws/p2p/16Uiu2HAmS6vkaLPT1vnSUqVcn68m6dwAut5PDSWjovQCnt2guyDT"],"enrUri":"enr:-L24QJTtTT9dJ3Z1Ghb5djXvxtl9EKQrXaVowVdU4zp7nSmABXp_buf7SqjUjXCubbzk5dJeYB_lVyFzqk9sIYJBB04CgmlkgnY0gmlwhKwS24uKbXVsdGlhZGRyc5YACASsEtuLBqlXAAoErBLbiwapWN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDx8z2U8P_4v3Q-9PXrTBpNAoS80ejDyg1ukK9jVO04iKDdGNwgqlXg3VkcIKpWYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:327 REST service is ready !!
DEBUG  src.node.docker_mananger:docker_mananger.py:20 Docker client initialized with image wakuorg/nwaku:latest
DEBUG  src.node.waku_node:waku_node.py:102 WakuNode instance initialized with log path ./log/docker/node1_2026-04-14_06-57-13__b8b076a0-c15f-4e94-9f9e-0c8da5e8b953__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:106 Starting Node...
DEBUG  src.node.docker_mananger:docker_mananger.py:23 Attempting to create or retrieve network tests-functional_default
DEBUG  src.node.docker_mananger:docker_mananger.py:26 Network tests-functional_default already exists
DEBUG  src.node.docker_mananger:docker_mananger.py:146 Generated random external IP 172.18.252.27
DEBUG  src.node.docker_mananger:docker_mananger.py:139 Generated ports ['37636', '37637', '37638', '37639', '37640']
DEBUG  src.node.waku_node:waku_node.py:489 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:192 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:194 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:50 docker run -i -t -p 37636:37636 -p 37637:37637 -p 37638:37638 -p 37639:37639 -p 37640:37640 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=37638 --rest-port=37636 --tcp-port=37637 --discv5-udp-port=37639 --rest-address=0.0.0.0 --nat=extip:172.18.252.27 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=dfb928e192a2e303fcaca4dbde057b3fa3ddfa3e0c8c8f11b34dbe476657a5f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37640 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QJTtTT9dJ3Z1Ghb5djXvxtl9EKQrXaVowVdU4zp7nSmABXp_buf7SqjUjXCubbzk5dJeYB_lVyFzqk9sIYJBB04CgmlkgnY0gmlwhKwS24uKbXVsdGlhZGRyc5YACASsEtuLBqlXAAoErBLbiwapWN0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDx8z2U8P_4v3Q-9PXrTBpNAoS80ejDyg1ukK9jVO04iKDdGNwgqlXg3VkcIKpWYV3YWt1MgM --storenode=/ip4/172.18.219.139/tcp/43351/p2p/16Uiu2HAmS6vkaLPT1vnSUqVcn68m6dwAut5PDSWjovQCnt2guyDT
DEBUG  src.node.docker_mananger:docker_mananger.py:61 docker network connect --ip 172.18.252.27 tests-functional_default b2f3e06e1f8f0a287d213f3c447c37633cdd1317663822223b4a393df7738d03
DEBUG  src.node.docker_mananger:docker_mananger.py:71 Container started with ID b2f3e06e1f8f. Setting up logs at ./log/docker/node1_2026-04-14_06-57-13__b8b076a0-c15f-4e94-9f9e-0c8da5e8b953__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:206 Started container from image wakuorg/nwaku:latest. REST: 37636
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:37636/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"},{"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"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
INFO  src.node.waku_node:waku_node.py:322 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37636/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.252.27/tcp/37637/p2p/16Uiu2HAmMkXyYeELzgBzLi9rbyjvFMkTxoeYNhuN3pjje3MEEZQy","/ip4/172.18.252.27/tcp/37638/ws/p2p/16Uiu2HAmMkXyYeELzgBzLi9rbyjvFMkTxoeYNhuN3pjje3MEEZQy"],"enrUri":"enr:-L24QBgymxZRGzXMxpWATVz4V_ecdcpUtCHAx2QFsckrEdhgQoAWT1J-BYzjRXYezT9RuTcXYR6m3wiRcdgb0xHJvMMCgmlkgnY0gmlwhKwS_BuKbXVsdGlhZGRyc5YACASsEvwbBpMFAAoErBL8GwaTBt0DgnJzhQDGAQAAiXNlY3AyNTZrMaEDhyTYUpzvFnF5_DHG_gJgQF6kTMZDUISZOSeX4Nyqc0aDdGNwgpMFg3VkcIKTB4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:327 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:43350/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/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:37636/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/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:43350/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%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:37636/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%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":"0x5c7a52abb5cae2093980b3b49ca6a4e1e47faed9e94ddc63572756931fa345a2"}]}'
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:269 Stopping container with id 4d2b8e0be35f
DEBUG  src.node.waku_node:waku_node.py:276 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:269 Stopping container with id b2f3e06e1f8f
DEBUG  src.node.waku_node:waku_node.py:276 Container stopped.
DEBUG  tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
DEBUG  src.node.docker_mananger:docker_mananger.py:182 No errors found in the waku logs.
DEBUG  src.node.docker_mananger:docker_mananger.py:182 No errors found in the waku logs.