73 lines
13 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_main_node_relay_and_store__peer_neither_relay_nor_store with id: 2026-01-31_04-35-41__ae72e158-edb5-4979-aead-acd793e07ece
DEBUG  src.steps.common:common.py:19 Running fixture setup: common_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/publishing_node1_2026-01-31_04-35-41__ae72e158-edb5-4979-aead-acd793e07ece__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.124.221
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30466', '30467', '30468', '30469', '30470']
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 30466:30466 -p 30467:30467 -p 30468:30468 -p 30469:30469 -p 30470:30470 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=30468 --rest-port=30466 --tcp-port=30467 --discv5-udp-port=30469 --rest-address=0.0.0.0 --nat=extip:172.18.124.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ab37dd08ac56eaf0fbf636d27aedaafcf3cab0be72cafe71c0e29ebda915a9b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30470 --metrics-logging=true --store=true --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4a08ac13ff74. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.221 waku 239f4382d8f300807d4a5d9b268fe2947001166317ae01043ff0a178eba72521
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 239f4382d8f3. Setting up logs at ./log/docker/publishing_node1_2026-01-31_04-35-41__ae72e158-edb5-4979-aead-acd793e07ece__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30466
DEBUG  src.libs.common:common.py:47 Sleeping for 1 seconds
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2010058b260e. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30466/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:30466/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.124.221/tcp/30467/p2p/16Uiu2HAmP7Jc7nL5gWXbGozGRrbhhvTbbG6kayu44ou8Ko1mZ3sb","/ip4/172.18.124.221/tcp/30468/ws/p2p/16Uiu2HAmP7Jc7nL5gWXbGozGRrbhhvTbbG6kayu44ou8Ko1mZ3sb"],"enrUri":"enr:-L24QLqVpoIgOwCC6SXeb68kabR08T5sqjFGCVB3BhD9Zlf9GbIfqQbKHBP0zR-cI5SKeU3c778CsbI35ERZawo5PhMCgmlkgnY0gmlwhKwSfN2KbXVsdGlhZGRyc5YACASsEnzdBncDAAoErBJ83QZ3BN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDm1Kcrh--oGYD24N57vzLUi3uxzBqqoBsW0BuLtT_VP6DdGNwgncDg3VkcIJ3BYV3YWt1MgM"}'
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/store_node1_2026-01-31_04-35-41__ae72e158-edb5-4979-aead-acd793e07ece__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.152.123
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48742', '48743', '48744', '48745', '48746']
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 48742:48742 -p 48743:48743 -p 48744:48744 -p 48745:48745 -p 48746:48746 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=48744 --rest-port=48742 --tcp-port=48743 --discv5-udp-port=48745 --rest-address=0.0.0.0 --nat=extip:172.18.152.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6e61a50dda7ea0fa7fed862bb663fa1f2a73faac1da291f59c3e9b4d942cd5a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48746 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLqVpoIgOwCC6SXeb68kabR08T5sqjFGCVB3BhD9Zlf9GbIfqQbKHBP0zR-cI5SKeU3c778CsbI35ERZawo5PhMCgmlkgnY0gmlwhKwSfN2KbXVsdGlhZGRyc5YACASsEnzdBncDAAoErBJ83QZ3BN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDm1Kcrh--oGYD24N57vzLUi3uxzBqqoBsW0BuLtT_VP6DdGNwgncDg3VkcIJ3BYV3YWt1MgM --storenode=/ip4/172.18.124.221/tcp/30467/p2p/16Uiu2HAmP7Jc7nL5gWXbGozGRrbhhvTbbG6kayu44ou8Ko1mZ3sb --store=false --relay=false
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.152.123 waku e8e1f22568f2aa60460b97d9120982cf1ce2bfdcbbf41478aed804eb2fd95e98
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID e8e1f22568f2. Setting up logs at ./log/docker/store_node1_2026-01-31_04-35-41__ae72e158-edb5-4979-aead-acd793e07ece__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48742
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:48742/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_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"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:48742/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.152.123/tcp/48743/p2p/16Uiu2HAmKbS2rpngZcYXPLSYSqtkUU7SghsY6DVWzYX1PshkwdRn","/ip4/172.18.152.123/tcp/48744/ws/p2p/16Uiu2HAmKbS2rpngZcYXPLSYSqtkUU7SghsY6DVWzYX1PshkwdRn"],"enrUri":"enr:-L24QDUTUXk7ijL639QVFI1a4BZGyKdcWnlwlgsc-df2I84XHrITegNJuwbkqBY9E79YDQjgzQZ1mct0sxhTBTrkfyECgmlkgnY0gmlwhKwSmHuKbXVsdGlhZGRyc5YACASsEph7Br5nAAoErBKYewa-aN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZxiGNUjRQgF-zewNe6l-gDSO1FpBOZCFMzlw-Si2FU2DdGNwgr5ng3VkcIK-aYV3YWt1MgA"}'
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:48742/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.221/tcp/30467/p2p/16Uiu2HAmP7Jc7nL5gWXbGozGRrbhhvTbbG6kayu44ou8Ko1mZ3sb"]'
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:30466/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
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:30466/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/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:30466/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"0xe348f208a658acc001f65e96d6ff195f99dcee216dc03d78f8543e7f87dc321c"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
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:48742/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&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":"c2d00289014152943804","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe348f208a658acc001f65e96d6ff195f99dcee216dc03d78f8543e7f87dc321c"}]}'
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 239f4382d8f3
DEBUG  src.node.waku_node:waku_node.py:241 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:234 Stopping container with id e8e1f22568f2
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.