mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-04-18 17:53:09 +00:00
167 lines
28 KiB
Plaintext
167 lines
28 KiB
Plaintext
2026-03-21 04:33:25.771 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:33:25.771 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933
|
|
2026-03-21 04:33:25.772 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:33:25.772 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:33:25.772 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:33:25.780 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:25.780 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:25.780 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:25.780 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:25.781 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:25.782 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.181
|
|
2026-03-21 04:33:25.782 DEBUG [src.node.docker_mananger] Generated ports ['13147', '13148', '13149', '13150', '13151']
|
|
2026-03-21 04:33:25.782 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:25.782 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:25.782 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:25.782 DEBUG [src.node.docker_mananger] docker run -i -t -p 13147:13147 -p 13148:13148 -p 13149:13149 -p 13150:13150 -p 13151:13151 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=13149 --rest-port=13147 --tcp-port=13148 --discv5-udp-port=13150 --rest-address=0.0.0.0 --nat=extip:172.18.3.181 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=50cdd0e2dbbcf6d7808faf40ddbece673e551fa3c97efc0f0104fbffed4fe9f6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13151 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-03-21 04:33:25.972 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.181 waku 0ed3dfacb52c9e56610b7bf17bb86fb484678ac52f63f6f5dd55ac34105715a7
|
|
2026-03-21 04:33:26.006 DEBUG [src.node.docker_mananger] Container started with ID 0ed3dfacb52c. Setting up logs at ./log/docker/node1_2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:26.006 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13147
|
|
2026-03-21 04:33:26.006 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:26.031 ERROR [src.node.docker_mananger] Max retries reached for container 98d8fa61e0e9. Exiting log stream.
|
|
2026-03-21 04:33:26.472 ERROR [src.node.docker_mananger] Max retries reached for container e14412ec3e50. Exiting log stream.
|
|
2026-03-21 04:33:27.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13147/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:27.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:27.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13147/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:27.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:33:27.119 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:27.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13147/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:27.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.181/tcp/13148/p2p/16Uiu2HAmC73rWtNtfZANjs5dTzdLb4L1R9uwPKyseX3sLqTHTVdL","/ip4/172.18.3.181/tcp/13149/ws/p2p/16Uiu2HAmC73rWtNtfZANjs5dTzdLb4L1R9uwPKyseX3sLqTHTVdL"],"enrUri":"enr:-L24QDMtbwgpFRAzNANX9n20ChoMI7R4xWTxafp8e99KxJLFcS05CuITyfdxiaupgBJDftQV0Cktj-1xCC0wOs2IhOMCgmlkgnY0gmlwhKwSA7WKbXVsdGlhZGRyc5YACASsEgO1BjNcAAoErBIDtQYzXd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC99FgQF7SQ4dz2IetHtufKzNTKsSxW7MFRHMdlkQ8_PuDdGNwgjNcg3VkcIIzXoV3YWt1MgU"}'
|
|
2026-03-21 04:33:27.124 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:27.131 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:27.131 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:27.132 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:27.132 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:27.133 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:27.133 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.33.198
|
|
2026-03-21 04:33:27.133 DEBUG [src.node.docker_mananger] Generated ports ['48343', '48344', '48345', '48346', '48347']
|
|
2026-03-21 04:33:27.134 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:27.134 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:27.134 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:27.134 DEBUG [src.node.docker_mananger] docker run -i -t -p 48343:48343 -p 48344:48344 -p 48345:48345 -p 48346:48346 -p 48347:48347 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=48345 --rest-port=48343 --tcp-port=48344 --discv5-udp-port=48346 --rest-address=0.0.0.0 --nat=extip:172.18.33.198 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fff90d0e6693ad92e862b0d14914db2616b92aa4eba147aa68fd71ca3c2fe999 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48347 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDMtbwgpFRAzNANX9n20ChoMI7R4xWTxafp8e99KxJLFcS05CuITyfdxiaupgBJDftQV0Cktj-1xCC0wOs2IhOMCgmlkgnY0gmlwhKwSA7WKbXVsdGlhZGRyc5YACASsEgO1BjNcAAoErBIDtQYzXd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC99FgQF7SQ4dz2IetHtufKzNTKsSxW7MFRHMdlkQ8_PuDdGNwgjNcg3VkcIIzXoV3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
|
|
2026-03-21 04:33:27.341 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.33.198 waku bbefcbff170ca8819d69de7d67f6a6f90a84b60c58234913f85d9f590576cd8b
|
|
2026-03-21 04:33:27.377 DEBUG [src.node.docker_mananger] Container started with ID bbefcbff170c. Setting up logs at ./log/docker/node2_2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:27.378 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48343
|
|
2026-03-21 04:33:27.378 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:28.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48343/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:28.381 INFO [src.node.api_clients.base_client] 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":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:33:28.381 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:28.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48343/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:28.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.33.198/tcp/48344/p2p/16Uiu2HAmP19dBseEu3WWy8x6GnRRjfmoarbRjM7Lo8pccTFiPvna","/ip4/172.18.33.198/tcp/48345/ws/p2p/16Uiu2HAmP19dBseEu3WWy8x6GnRRjfmoarbRjM7Lo8pccTFiPvna"],"enrUri":"enr:-L24QKdOQbUmxMy2kfK7ex1sU6HUt5BAUSunA-KfXgndI4SfApoORWdpec52E_kQ_VGhVvutJcmbrUE0Bszs3bIL8vkCgmlkgnY0gmlwhKwSIcaKbXVsdGlhZGRyc5YACASsEiHGBrzYAAoErBIhxga82d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmb74wlOGP4F8uja3O3nGU468Uj6vY90cU8D8raRrH4eDdGNwgrzYg3VkcIK82oV3YWt1MgE"}'
|
|
2026-03-21 04:33:28.384 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:28.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48343/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.181/tcp/13148/p2p/16Uiu2HAmC73rWtNtfZANjs5dTzdLb4L1R9uwPKyseX3sLqTHTVdL"]'
|
|
2026-03-21 04:33:28.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:28.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13147/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-21 04:33:28.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:28.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48343/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-03-21 04:33:28.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:28.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13147/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:28.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:28.443 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:28.543 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:28.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13147/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:28.547 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1774067608432333104,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:28.549 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:28.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48343/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:28.552 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:48343/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
|
|
2026-03-21 04:33:28.623 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:33:28.624 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:33:28.625 DEBUG [src.node.waku_node] Stopping container with id 0ed3dfacb52c
|
|
2026-03-21 04:33:29.227 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:29.231 DEBUG [src.node.waku_node] Stopping container with id bbefcbff170c
|
|
2026-03-21 04:33:29.848 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:29.850 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:33:29.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:29.917 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:29.918 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-21 04:33:29.918 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-21 04:33:29.919 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:29.920 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-21_04-33-25__8b3e3e14-3fb5-4c7e-b6e1-2d9c0f598933__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:29.924 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-21 04:33:29.924 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3
|
|
2026-03-21 04:33:29.925 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-21 04:33:29.925 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-21 04:33:29.925 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-21 04:33:29.933 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:29.933 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:29.933 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:29.933 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:29.934 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:29.935 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.194.221
|
|
2026-03-21 04:33:29.935 DEBUG [src.node.docker_mananger] Generated ports ['1100', '1101', '1102', '1103', '1104']
|
|
2026-03-21 04:33:29.935 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:29.935 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:29.935 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:29.935 DEBUG [src.node.docker_mananger] docker run -i -t -p 1100:1100 -p 1101:1101 -p 1102:1102 -p 1103:1103 -p 1104:1104 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=1102 --rest-port=1100 --tcp-port=1101 --discv5-udp-port=1103 --rest-address=0.0.0.0 --nat=extip:172.18.194.221 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d0dae5ff7d1cca8446b3cbbc5fdbbfa933b5e7e0c7b03be9e2fd4aa1982e44da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1104 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
|
2026-03-21 04:33:30.046 ERROR [src.node.docker_mananger] Max retries reached for container 0ed3dfacb52c. Exiting log stream.
|
|
2026-03-21 04:33:30.127 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.194.221 waku e9f4bd5e882bfd903191548ec9026f55a6596ac8b66c331e535f67f274787fa5
|
|
2026-03-21 04:33:30.163 DEBUG [src.node.docker_mananger] Container started with ID e9f4bd5e882b. Setting up logs at ./log/docker/node1_2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:30.164 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1100
|
|
2026-03-21 04:33:30.164 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:30.667 ERROR [src.node.docker_mananger] Max retries reached for container bbefcbff170c. Exiting log stream.
|
|
2026-03-21 04:33:31.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:31.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:31.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:31.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:31.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-21 04:33:31.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Connected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"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":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:33:31.722 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:31.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:31.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.194.221/tcp/1101/p2p/16Uiu2HAkx3syF4hZ6fLh2fatJAFuvp6zemvG7r66MJVA9VkdjeDY","/ip4/172.18.194.221/tcp/1102/ws/p2p/16Uiu2HAkx3syF4hZ6fLh2fatJAFuvp6zemvG7r66MJVA9VkdjeDY"],"enrUri":"enr:-L24QKfQ25NQQueWGQV3veis1pjbxncglBIraEahcZxOsD4fOR0gMCCPIhD677yJUCtEMabes3Q1KhaHzZ0UG7MEhjACgmlkgnY0gmlwhKwSwt2KbXVsdGlhZGRyc5YACASsEsLdBgRNAAoErBLC3QYETt0DgnJzhQACAQAAiXNlY3AyNTZrMaECJv3XN9zvxMulMY9-3OMx5vTxnbQJ4Hr9BiVem8pig7uDdGNwggRNg3VkcIIET4V3YWt1MgU"}'
|
|
2026-03-21 04:33:31.725 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:31.733 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-21 04:33:31.733 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:31.733 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-21 04:33:31.733 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-21 04:33:31.734 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-21 04:33:31.735 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.159
|
|
2026-03-21 04:33:31.735 DEBUG [src.node.docker_mananger] Generated ports ['26265', '26266', '26267', '26268', '26269']
|
|
2026-03-21 04:33:31.735 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-21 04:33:31.735 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-21 04:33:31.735 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-21 04:33:31.735 DEBUG [src.node.docker_mananger] docker run -i -t -p 26265:26265 -p 26266:26266 -p 26267:26267 -p 26268:26268 -p 26269:26269 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=26267 --rest-port=26265 --tcp-port=26266 --discv5-udp-port=26268 --rest-address=0.0.0.0 --nat=extip:172.18.54.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4de610400b73500afdb5a9b9fa2e3bc3e587d83ab0ef65cd7ea3aaec2b3ff1bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26269 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKfQ25NQQueWGQV3veis1pjbxncglBIraEahcZxOsD4fOR0gMCCPIhD677yJUCtEMabes3Q1KhaHzZ0UG7MEhjACgmlkgnY0gmlwhKwSwt2KbXVsdGlhZGRyc5YACASsEsLdBgRNAAoErBLC3QYETt0DgnJzhQACAQAAiXNlY3AyNTZrMaECJv3XN9zvxMulMY9-3OMx5vTxnbQJ4Hr9BiVem8pig7uDdGNwggRNg3VkcIIET4V3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
|
|
2026-03-21 04:33:31.942 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.159 waku 982f2556b060af9837586250c7d8180f8234d2107d45ad1a5a8ea051073fca3e
|
|
2026-03-21 04:33:31.979 DEBUG [src.node.docker_mananger] Container started with ID 982f2556b060. Setting up logs at ./log/docker/node2_2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:31.980 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26265
|
|
2026-03-21 04:33:31.980 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-21 04:33:32.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26265/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:32.984 INFO [src.node.api_clients.base_client] 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":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"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":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
|
|
2026-03-21 04:33:32.984 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-21 04:33:32.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26265/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:32.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.159/tcp/26266/p2p/16Uiu2HAmTNCced5rSUddZBn6Lfxt3WTJzxuTbusQYxeKXoizqfMs","/ip4/172.18.54.159/tcp/26267/ws/p2p/16Uiu2HAmTNCced5rSUddZBn6Lfxt3WTJzxuTbusQYxeKXoizqfMs"],"enrUri":"enr:-L24QD8zgLhOFHuRhqIRHnXmRGgcnV9PjvoWzdHXtYr5upZtZ46T4BjxL-crd28CyPRAB6lRd0lX83TAU5Mp_PTrGQUCgmlkgnY0gmlwhKwSNp-KbXVsdGlhZGRyc5YACASsEjafBmaaAAoErBI2nwZmm90DgnJzhQACAQAAiXNlY3AyNTZrMaED2pJMSuc51ybEqQnPxFnADzde9bLPxOC7WItUXaPwkUKDdGNwgmaag3VkcIJmnIV3YWt1MgE"}'
|
|
2026-03-21 04:33:32.987 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-21 04:33:32.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26265/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.194.221/tcp/1101/p2p/16Uiu2HAkx3syF4hZ6fLh2fatJAFuvp6zemvG7r66MJVA9VkdjeDY"]'
|
|
2026-03-21 04:33:33.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:33.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1100/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
|
2026-03-21 04:33:33.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:33.031 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26265/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
|
2026-03-21 04:33:33.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:33.040 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1100/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-21 04:33:33.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-21 04:33:33.051 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-21 04:33:33.151 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:33.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1100/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:33.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1774067613040694227,"ephemeral":false,"proof":""}]'
|
|
2026-03-21 04:33:33.155 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
|
2026-03-21 04:33:33.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26265/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-21 04:33:33.158 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:26265/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
|
|
2026-03-21 04:33:33.196 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-21 04:33:33.197 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-21 04:33:33.197 DEBUG [src.node.waku_node] Stopping container with id e9f4bd5e882b
|
|
2026-03-21 04:33:33.758 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:33.759 DEBUG [src.node.waku_node] Stopping container with id 982f2556b060
|
|
2026-03-21 04:33:34.344 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-21 04:33:34.346 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-21 04:33:34.381 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:34.410 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-21 04:33:34.411 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-21 04:33:34.412 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-21 04:33:34.412 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3__wakuorg_nwaku:latest.log
|
|
2026-03-21 04:33:34.413 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-21_04-33-29__352b97c1-bc83-4617-8c52-dd2669ec57a3__wakuorg_nwaku:latest.log
|