104 lines
19 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_publishing_node_restarts with id: 2026-04-23_22-07-49__09f176ca-b33c-4e29-b502-ae4f454da64c
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.steps.store:store.py:39 Running fixture setup: node_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-04-23_22-07-49__09f176ca-b33c-4e29-b502-ae4f454da64c__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.7.203
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8376', '8377', '8378', '8379', '8380']
DEBUG  src.node.waku_node:waku_node.py:455 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:186 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 8376:8376 -p 8377:8377 -p 8378:8378 -p 8379:8379 -p 8380:8380 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=8378 --rest-port=8376 --tcp-port=8377 --discv5-udp-port=8379 --rest-address=0.0.0.0 --nat=extip:172.18.7.203 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=9ac66d0225d1e92c1adb5d54ccf4aef1bec088aabc032ab77c6cdf73d9c1f0be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8380 --metrics-logging=true --store=true --relay=true
ERROR  src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1d4b23f48e89. Exiting log stream.
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.7.203 waku 53ee161db6fef2510b4add2812599c7d6123628d762020c9c842fbc1d493db9f
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 53ee161db6fe. Setting up logs at ./log/docker/publishing_node1_2026-04-23_22-07-49__09f176ca-b33c-4e29-b502-ae4f454da64c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 8376
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 bc84b42baf34. Exiting log stream.
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8376/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:294 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8376/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.7.203/tcp/8377/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax","/ip4/172.18.7.203/tcp/8378/ws/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax"],"enrUri":"enr:-L24QP3uWtD565MNoZIK5u6M1fIMcQKzskIGLySQ2zlfr7m4LyNtLxRrNrM92btdbzUmIubGS9zCeFAdI217tRhTdw4CgmlkgnY0gmlwhKwSB8uKbXVsdGlhZGRyc5YACASsEgfLBiC5AAoErBIHywYgut0DgnJzhQDGAQAAiXNlY3AyNTZrMaECyudamo137H4skltlbqyTDRm5quVqmlKeGdKB3e6sSoWDdGNwgiC5g3VkcIIgu4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:299 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-04-23_22-07-49__09f176ca-b33c-4e29-b502-ae4f454da64c__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.112.145
DEBUG  src.node.docker_mananger:docker_mananger.py:101 Generated ports ['12374', '12375', '12376', '12377', '12378']
DEBUG  src.node.waku_node:waku_node.py:455 RLN credentials were not set
INFO  src.node.waku_node:waku_node.py:180 RLN credentials not set or credential store not available, starting without RLN
DEBUG  src.node.waku_node:waku_node.py:186 Using volumes []
DEBUG  src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 12374:12374 -p 12375:12375 -p 12376:12376 -p 12377:12377 -p 12378:12378 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=12376 --rest-port=12374 --tcp-port=12375 --discv5-udp-port=12377 --rest-address=0.0.0.0 --nat=extip:172.18.112.145 --peer-exchange=true --discv5-discovery=true --cluster-id=198 --nodekey=8b2eae62a35e5c082e06e501347edac350c4d7c5cf5d384f6461caadafdd6fe4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12378 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QP3uWtD565MNoZIK5u6M1fIMcQKzskIGLySQ2zlfr7m4LyNtLxRrNrM92btdbzUmIubGS9zCeFAdI217tRhTdw4CgmlkgnY0gmlwhKwSB8uKbXVsdGlhZGRyc5YACASsEgfLBiC5AAoErBIHywYgut0DgnJzhQDGAQAAiXNlY3AyNTZrMaECyudamo137H4skltlbqyTDRm5quVqmlKeGdKB3e6sSoWDdGNwgiC5g3VkcIIgu4V3YWt1MgM --storenode=/ip4/172.18.7.203/tcp/8377/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax --store=true --relay=true
DEBUG  src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.112.145 waku 90b238f0f08677b801d93145a4705e65f8d217a29569d90afe39d832186811a5
DEBUG  src.node.docker_mananger:docker_mananger.py:58 Container started with ID 90b238f0f086. Setting up logs at ./log/docker/store_node1_2026-04-23_22-07-49__09f176ca-b33c-4e29-b502-ae4f454da64c__wakuorg_nwaku:latest.log
DEBUG  src.node.waku_node:waku_node.py:197 Started container from image wakuorg/nwaku:latest. REST: 12374
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:12374/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:294 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12374/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.112.145/tcp/12375/p2p/16Uiu2HAm3VDNDPBv3MwjqwW2q7jMMD7Vthfxr7cHiHirQ6P8Tzm1","/ip4/172.18.112.145/tcp/12376/ws/p2p/16Uiu2HAm3VDNDPBv3MwjqwW2q7jMMD7Vthfxr7cHiHirQ6P8Tzm1"],"enrUri":"enr:-L24QHhvo4xuO13B_Mo7cBw1ojkIA5p9BkEvag1dylrnwxmqCwBtAnuHLAoxYX4-Qt4P-WBjwe8rCg0aM3zu5xgUCpYCgmlkgnY0gmlwhKwScJGKbXVsdGlhZGRyc5YACASsEnCRBjBXAAoErBJwkQYwWN0DgnJzhQDGAQAAiXNlY3AyNTZrMaECd8W6C6zprqrDGRaQOqZV703S-IOyH694SztaLNWmqfyDdGNwgjBXg3VkcIIwWYV3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:299 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12374/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.7.203/tcp/8377/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax"]'
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:8376/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/0"]'
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:12374/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/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:8376/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%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:8376/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=5" -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":"0xcee44261e49f5efbb304fb3c98fb69e6391125c694638fd88609cf14fe826c4c"}]}'
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:12374/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=5" -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":"0xcee44261e49f5efbb304fb3c98fb69e6391125c694638fd88609cf14fe826c4c"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 1
DEBUG  src.node.waku_node:waku_node.py:264 Restarting container with id 53ee161db6fe
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8376/health" -H "Content-Type: application/json" -d 'None'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8376/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:294 Node protocols are initialized !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8376/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.7.203/tcp/8377/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax","/ip4/172.18.7.203/tcp/8378/ws/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax"],"enrUri":"enr:-L24QP3uWtD565MNoZIK5u6M1fIMcQKzskIGLySQ2zlfr7m4LyNtLxRrNrM92btdbzUmIubGS9zCeFAdI217tRhTdw4CgmlkgnY0gmlwhKwSB8uKbXVsdGlhZGRyc5YACASsEgfLBiC5AAoErBIHywYgut0DgnJzhQDGAQAAiXNlY3AyNTZrMaECyudamo137H4skltlbqyTDRm5quVqmlKeGdKB3e6sSoWDdGNwgiC5g3VkcIIgu4V3YWt1MgM"}'
INFO  src.node.waku_node:waku_node.py:299 REST service is ready !!
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:12374/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.7.203/tcp/8377/p2p/16Uiu2HAm95iwo1mhBtbx3fQi5NHF7VGSAcB6rutrj5iC8cTQc4ax"]'
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:8376/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/198/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:8376/relay/v1/messages/%2Fwaku%2F2%2Frs%2F198%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:8376/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=5" -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":"0xcee44261e49f5efbb304fb3c98fb69e6391125c694638fd88609cf14fe826c4c"},{"messageHash":"0x301333f8522ee8e3e5b51c1edec5b0d8695b6840b2057ea27c257248244b98ac"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
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:12374/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%2F0&pageSize=5" -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":"0xcee44261e49f5efbb304fb3c98fb69e6391125c694638fd88609cf14fe826c4c"},{"messageHash":"0x301333f8522ee8e3e5b51c1edec5b0d8695b6840b2057ea27c257248244b98ac"}]}'
DEBUG  src.steps.store:store.py:228 messages length is 2
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:8376/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%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":"0xcee44261e49f5efbb304fb3c98fb69e6391125c694638fd88609cf14fe826c4c"},{"messageHash":"0x301333f8522ee8e3e5b51c1edec5b0d8695b6840b2057ea27c257248244b98ac"}]}'
INFO  src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12374/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F198%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":"0xcee44261e49f5efbb304fb3c98fb69e6391125c694638fd88609cf14fe826c4c"},{"messageHash":"0x301333f8522ee8e3e5b51c1edec5b0d8695b6840b2057ea27c257248244b98ac"}]}'
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:241 Stopping container with id 53ee161db6fe
DEBUG  src.node.waku_node:waku_node.py:248 Container stopped.
DEBUG  src.node.waku_node:waku_node.py:241 Stopping container with id 90b238f0f086
DEBUG  src.node.waku_node:waku_node.py:248 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.