mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-05-03 09:03:25 +00:00
273 lines
50 KiB
Plaintext
273 lines
50 KiB
Plaintext
2026-03-05 04:35:01.889 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:35:01.889 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987
|
|
2026-03-05 04:35:01.890 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:35:01.890 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 04:35:01.890 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 04:35:01.898 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:01.898 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:01.898 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:01.899 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:01.900 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:01.900 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.56
|
|
2026-03-05 04:35:01.900 DEBUG [src.node.docker_mananger] Generated ports ['39952', '39953', '39954', '39955', '39956']
|
|
2026-03-05 04:35:01.900 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:01.901 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:01.901 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:01.901 DEBUG [src.node.docker_mananger] docker run -i -t -p 39952:39952 -p 39953:39953 -p 39954:39954 -p 39955:39955 -p 39956:39956 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=39954 --rest-port=39952 --tcp-port=39953 --discv5-udp-port=39955 --rest-address=0.0.0.0 --nat=extip:172.18.183.56 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=63dcaf3da292645d15ee21fa7f9a6d6aa3dff7daeccb2e78bcf58617b2665b18 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39956 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-05 04:35:01.993 ERROR [src.node.docker_mananger] Max retries reached for container 342193abbfc1. Exiting log stream.
|
|
2026-03-05 04:35:02.096 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.56 waku ec518b17fbb22936ac989892e98da77778604b678e64ff8a12eb0154d62c3420
|
|
2026-03-05 04:35:02.132 DEBUG [src.node.docker_mananger] Container started with ID ec518b17fbb2. Setting up logs at ./log/docker/node1_2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:02.133 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39952
|
|
2026-03-05 04:35:02.133 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:02.631 ERROR [src.node.docker_mananger] Max retries reached for container cd4157847cde. Exiting log stream.
|
|
2026-03-05 04:35:03.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.239 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:03.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.963 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-05 04:35:03.963 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:03.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:03.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.56/tcp/39953/p2p/16Uiu2HAkusViW2Rcx8cnzGGHHJbjuxxLUXrPrQSW4gzDrw6EDGDR","/ip4/172.18.183.56/tcp/39954/ws/p2p/16Uiu2HAkusViW2Rcx8cnzGGHHJbjuxxLUXrPrQSW4gzDrw6EDGDR"],"enrUri":"enr:-L24QE_gy3EuvywDY8V-OpgBvkJyHhGPts0t-KfptMB2sqLUKiJ0NWU05zH6Sa4_LQyQTEB7jCp7XFQcMDAJwYyrZ7ACgmlkgnY0gmlwhKwStziKbXVsdGlhZGRyc5YACASsErc4BpwRAAoErBK3OAacEt0DgnJzhQACAQAAiXNlY3AyNTZrMaECBp1-8ecoPAXmxYMvnD_Wqo77DZBkvzshz0EXj7D35byDdGNwgpwRg3VkcIKcE4V3YWt1MgU"}'
|
|
2026-03-05 04:35:03.966 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:03.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:03.973 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:03.973 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:03.974 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:03.975 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:03.976 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.70.75
|
|
2026-03-05 04:35:03.976 DEBUG [src.node.docker_mananger] Generated ports ['25843', '25844', '25845', '25846', '25847']
|
|
2026-03-05 04:35:03.977 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:03.977 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:03.977 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:03.977 DEBUG [src.node.docker_mananger] docker run -i -t -p 25843:25843 -p 25844:25844 -p 25845:25845 -p 25846:25846 -p 25847:25847 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=25845 --rest-port=25843 --tcp-port=25844 --discv5-udp-port=25846 --rest-address=0.0.0.0 --nat=extip:172.18.70.75 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9debc7b0a7fa116aaebe42ba261ac5a78e1c4e47528c7ba48eb7ddcdcfd32971 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25847 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QE_gy3EuvywDY8V-OpgBvkJyHhGPts0t-KfptMB2sqLUKiJ0NWU05zH6Sa4_LQyQTEB7jCp7XFQcMDAJwYyrZ7ACgmlkgnY0gmlwhKwStziKbXVsdGlhZGRyc5YACASsErc4BpwRAAoErBK3OAacEt0DgnJzhQACAQAAiXNlY3AyNTZrMaECBp1-8ecoPAXmxYMvnD_Wqo77DZBkvzshz0EXj7D35byDdGNwgpwRg3VkcIKcE4V3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-05 04:35:04.180 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.70.75 waku b0c9ec85d89f91e7d4725db4c2f0f50bafaab19a0ef9c01d7a0c5fb1d44a8b21
|
|
2026-03-05 04:35:04.222 DEBUG [src.node.docker_mananger] Container started with ID b0c9ec85d89f. Setting up logs at ./log/docker/node2_2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:04.222 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25843
|
|
2026-03-05 04:35:04.222 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:05.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25843/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:05.226 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":"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-05 04:35:05.226 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:05.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25843/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:05.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.75/tcp/25844/p2p/16Uiu2HAmLyaMqaoXxXfkm8NaFQd4H4jV8MYHsXe1PRRdGKAzoJZA","/ip4/172.18.70.75/tcp/25845/ws/p2p/16Uiu2HAmLyaMqaoXxXfkm8NaFQd4H4jV8MYHsXe1PRRdGKAzoJZA"],"enrUri":"enr:-L24QJy-jDu83x1W0wDIk_A7jS9I7SHfh9L8GNP8v8B2EqPcN5xVksaf7xEzXknrlSqen9W8OO0gl4jfCPgHKGNz2-8CgmlkgnY0gmlwhKwSRkuKbXVsdGlhZGRyc5YACASsEkZLBmT0AAoErBJGSwZk9d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDe6Bnk0jjaRrsWVjWd5MTRL_7M92huKJ7N0KoejErdw2DdGNwgmT0g3VkcIJk9oV3YWt1MgE"}'
|
|
2026-03-05 04:35:05.229 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:05.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25843/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.56/tcp/39953/p2p/16Uiu2HAkusViW2Rcx8cnzGGHHJbjuxxLUXrPrQSW4gzDrw6EDGDR"]'
|
|
2026-03-05 04:35:05.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:05.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39952/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-03-05 04:35:05.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:05.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25843/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-03-05 04:35:05.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:05.272 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39952/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 04:35:05.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:05.281 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:05.381 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:05.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39952/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:05.385 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":1772685301896762428,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772685300914384025,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772685305272422751,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:05.430 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:35:05.431 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:35:05.431 DEBUG [src.node.waku_node] Stopping container with id ec518b17fbb2
|
|
2026-03-05 04:35:06.024 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:06.025 DEBUG [src.node.waku_node] Stopping container with id b0c9ec85d89f
|
|
2026-03-05 04:35:06.611 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:06.612 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:35:06.652 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:06.685 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:06.686 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-05 04:35:06.687 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-05 04:35:06.687 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:06.688 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-05_04-35-01__f0edc785-5551-4805-b4dd-7e81e5acf987__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:06.693 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:35:06.693 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247
|
|
2026-03-05 04:35:06.693 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:35:06.694 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 04:35:06.694 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 04:35:06.702 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:06.702 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:06.702 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:06.702 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:06.704 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:06.704 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.82
|
|
2026-03-05 04:35:06.704 DEBUG [src.node.docker_mananger] Generated ports ['64159', '64160', '64161', '64162', '64163']
|
|
2026-03-05 04:35:06.704 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:06.704 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:06.704 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:06.704 DEBUG [src.node.docker_mananger] docker run -i -t -p 64159:64159 -p 64160:64160 -p 64161:64161 -p 64162:64162 -p 64163:64163 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=64161 --rest-port=64159 --tcp-port=64160 --discv5-udp-port=64162 --rest-address=0.0.0.0 --nat=extip:172.18.121.82 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4b50e7e9ea1fabe56f8dac0df07fc505f00ccda2ced7efb00167b360eaaeeddd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64163 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-05 04:35:06.889 ERROR [src.node.docker_mananger] Max retries reached for container ec518b17fbb2. Exiting log stream.
|
|
2026-03-05 04:35:06.898 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.82 waku d3ca63fee70230f5205f54d7c972803925b755bc2685ecbf4baed4f242a6471a
|
|
2026-03-05 04:35:06.933 DEBUG [src.node.docker_mananger] Container started with ID d3ca63fee702. Setting up logs at ./log/docker/node1_2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:06.934 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64159
|
|
2026-03-05 04:35:06.934 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:07.474 ERROR [src.node.docker_mananger] Max retries reached for container b0c9ec85d89f. Exiting log stream.
|
|
2026-03-05 04:35:07.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:07.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:08.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64159/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:08.057 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-05 04:35:08.057 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:08.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:08.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.82/tcp/64160/p2p/16Uiu2HAmB7L119EBPrQwv6bwr1RxyPvJozrzuTHr2TV3vf2RCWUE","/ip4/172.18.121.82/tcp/64161/ws/p2p/16Uiu2HAmB7L119EBPrQwv6bwr1RxyPvJozrzuTHr2TV3vf2RCWUE"],"enrUri":"enr:-L24QNfQLlQwvwX2gp7MmlyEewj7MENOudGzYVc-3FN6oj9IC5Irs1NOrFeXpf229KJOI98zx7uVDf2f0l-dWl3F5awCgmlkgnY0gmlwhKwSeVKKbXVsdGlhZGRyc5YACASsEnlSBvqgAAoErBJ5Ugb6od0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6QfyHfw5Xc5PH3_Q4irluYCVsDCbSWKG7e6SrpTepheDdGNwgvqgg3VkcIL6ooV3YWt1MgU"}'
|
|
2026-03-05 04:35:08.060 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:08.067 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:08.067 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:08.067 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:08.067 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:08.069 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:08.069 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.59
|
|
2026-03-05 04:35:08.069 DEBUG [src.node.docker_mananger] Generated ports ['25188', '25189', '25190', '25191', '25192']
|
|
2026-03-05 04:35:08.069 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:08.069 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:08.069 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:08.069 DEBUG [src.node.docker_mananger] docker run -i -t -p 25188:25188 -p 25189:25189 -p 25190:25190 -p 25191:25191 -p 25192:25192 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=25190 --rest-port=25188 --tcp-port=25189 --discv5-udp-port=25191 --rest-address=0.0.0.0 --nat=extip:172.18.197.59 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f0b2e1bd1ef6066178faea0ce89c7afd2950fecc938166f8bba2d21e5d2d1df9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25192 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNfQLlQwvwX2gp7MmlyEewj7MENOudGzYVc-3FN6oj9IC5Irs1NOrFeXpf229KJOI98zx7uVDf2f0l-dWl3F5awCgmlkgnY0gmlwhKwSeVKKbXVsdGlhZGRyc5YACASsEnlSBvqgAAoErBJ5Ugb6od0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6QfyHfw5Xc5PH3_Q4irluYCVsDCbSWKG7e6SrpTepheDdGNwgvqgg3VkcIL6ooV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-05 04:35:08.279 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.59 waku e33e594778114dff441ca8ee8f2a1201eb2468c0f9b989f1f3565891d48e5510
|
|
2026-03-05 04:35:08.314 DEBUG [src.node.docker_mananger] Container started with ID e33e59477811. Setting up logs at ./log/docker/node2_2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:08.314 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25188
|
|
2026-03-05 04:35:08.315 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:09.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:09.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.423 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:09.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:09.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:09.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:09.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.838 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":"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-05 04:35:09.838 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:09.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25188/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:09.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.59/tcp/25189/p2p/16Uiu2HAmPqpXXeEXFpjZEMUGNEprhXuwt7Nnh6y9aHrJtPqxWXnx","/ip4/172.18.197.59/tcp/25190/ws/p2p/16Uiu2HAmPqpXXeEXFpjZEMUGNEprhXuwt7Nnh6y9aHrJtPqxWXnx"],"enrUri":"enr:-L24QCHbf-jwqcoT8AQTrea9mJ0UGz0a9u4ppeZVEHTGp80yAEqRmyR894_VjZ1x1WQMBGgR3ijSm71FcFAc0WD8TmQCgmlkgnY0gmlwhKwSxTuKbXVsdGlhZGRyc5YACASsEsU7BmJlAAoErBLFOwZiZt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDpjbWcVMtuJlSBGnF64BPNkZFG-QLJ5Ll6L8aePwAm5mDdGNwgmJlg3VkcIJiZ4V3YWt1MgE"}'
|
|
2026-03-05 04:35:09.841 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:09.841 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25188/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.121.82/tcp/64160/p2p/16Uiu2HAmB7L119EBPrQwv6bwr1RxyPvJozrzuTHr2TV3vf2RCWUE"]'
|
|
2026-03-05 04:35:09.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:09.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64159/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-03-05 04:35:09.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:09.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25188/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-03-05 04:35:09.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:09.881 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64159/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 04:35:09.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:09.892 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:09.993 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:09.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64159/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:10.005 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":1772685305272422751,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772685309880964762,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:10.019 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:35:10.020 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:35:10.020 DEBUG [src.node.waku_node] Stopping container with id d3ca63fee702
|
|
2026-03-05 04:35:10.614 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:10.616 DEBUG [src.node.waku_node] Stopping container with id e33e59477811
|
|
2026-03-05 04:35:11.213 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:11.216 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:35:11.272 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:11.314 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:11.316 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-05 04:35:11.316 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-05 04:35:11.317 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:11.318 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-05_04-35-06__1dce670f-28af-40e5-9882-d91bc8966247__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:11.323 DEBUG [tests.conftest] Running fixture setup: test_id
|
|
2026-03-05 04:35:11.323 DEBUG [tests.conftest] Running test: test_multiple_content_topics_same_shard[content_topic_list0] with id: 2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734
|
|
2026-03-05 04:35:11.324 DEBUG [src.steps.common] Running fixture setup: common_setup
|
|
2026-03-05 04:35:11.324 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
|
2026-03-05 04:35:11.324 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
|
2026-03-05 04:35:11.333 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:11.333 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:11.333 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:11.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:11.335 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:11.335 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.66.108
|
|
2026-03-05 04:35:11.335 DEBUG [src.node.docker_mananger] Generated ports ['30289', '30290', '30291', '30292', '30293']
|
|
2026-03-05 04:35:11.335 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:11.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:11.336 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:11.336 DEBUG [src.node.docker_mananger] docker run -i -t -p 30289:30289 -p 30290:30290 -p 30291:30291 -p 30292:30292 -p 30293:30293 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=30291 --rest-port=30289 --tcp-port=30290 --discv5-udp-port=30292 --rest-address=0.0.0.0 --nat=extip:172.18.66.108 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b7b2739b447a9cb27eddaa36fdcffc7ab79cab560ae2fa9e4d8f0ccb91d3faeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30293 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-05 04:35:11.519 ERROR [src.node.docker_mananger] Max retries reached for container d3ca63fee702. Exiting log stream.
|
|
2026-03-05 04:35:11.546 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.66.108 waku 2e5fe93fab140b308a31b9852572fc77eff139e587d8fb43c79b6b6b9fb8886b
|
|
2026-03-05 04:35:11.583 DEBUG [src.node.docker_mananger] Container started with ID 2e5fe93fab14. Setting up logs at ./log/docker/node1_2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:11.584 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30289
|
|
2026-03-05 04:35:11.584 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:12.030 ERROR [src.node.docker_mananger] Max retries reached for container e33e59477811. Exiting log stream.
|
|
2026-03-05 04:35:12.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30289/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:12.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:12.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30289/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:12.734 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-05 04:35:12.734 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:12.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30289/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:12.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.108/tcp/30290/p2p/16Uiu2HAmDWzf759vbpeTw6uoe9HNkoF2zxPba31apCBKkE97C234","/ip4/172.18.66.108/tcp/30291/ws/p2p/16Uiu2HAmDWzf759vbpeTw6uoe9HNkoF2zxPba31apCBKkE97C234"],"enrUri":"enr:-L24QHP1YgMkCwOp-Z4Pav-WA1eci4JW4vtoGmjm7ZxRpAOAEYvyJAMDCnEtgqVDhyxUoxoeU6mMne59FFbNORW7gOcCgmlkgnY0gmlwhKwSQmyKbXVsdGlhZGRyc5YACASsEkJsBnZSAAoErBJCbAZ2U90DgnJzhQACAQAAiXNlY3AyNTZrMaEDDM9jRLjdfmxiOeYzPwL2n0maHFJVo0j00ITDyYplp3ODdGNwgnZSg3VkcIJ2VIV3YWt1MgU"}'
|
|
2026-03-05 04:35:12.737 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:12.745 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
|
2026-03-05 04:35:12.745 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:12.745 DEBUG [src.node.waku_node] Starting Node...
|
|
2026-03-05 04:35:12.745 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
|
2026-03-05 04:35:12.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
|
2026-03-05 04:35:12.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.228
|
|
2026-03-05 04:35:12.747 DEBUG [src.node.docker_mananger] Generated ports ['23567', '23568', '23569', '23570', '23571']
|
|
2026-03-05 04:35:12.747 DEBUG [src.node.waku_node] RLN credentials were not set
|
|
2026-03-05 04:35:12.747 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
|
2026-03-05 04:35:12.747 DEBUG [src.node.waku_node] Using volumes []
|
|
2026-03-05 04:35:12.747 DEBUG [src.node.docker_mananger] docker run -i -t -p 23567:23567 -p 23568:23568 -p 23569:23569 -p 23570:23570 -p 23571:23571 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=23569 --rest-port=23567 --tcp-port=23568 --discv5-udp-port=23570 --rest-address=0.0.0.0 --nat=extip:172.18.46.228 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cbc70497cac333faf8ead9c238c8ba8665b0e7d0d2f6ae797830c8daf9caf5fe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23571 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHP1YgMkCwOp-Z4Pav-WA1eci4JW4vtoGmjm7ZxRpAOAEYvyJAMDCnEtgqVDhyxUoxoeU6mMne59FFbNORW7gOcCgmlkgnY0gmlwhKwSQmyKbXVsdGlhZGRyc5YACASsEkJsBnZSAAoErBJCbAZ2U90DgnJzhQACAQAAiXNlY3AyNTZrMaEDDM9jRLjdfmxiOeYzPwL2n0maHFJVo0j00ITDyYplp3ODdGNwgnZSg3VkcIJ2VIV3YWt1MgU --content-topic=/newsService/1.0/weekly/protobuf --content-topic=/newsService/1.0/alerts/xml --content-topic=/newsService/1.0/updates/json --content-topic=/newsService/2.0/alerts/json --content-topic=/newsService/2.0/summaries/xml --content-topic=/newsService/2.0/highlights/yaml --content-topic=/newsService/3.0/weekly/json --content-topic=/newsService/3.0/summaries/xml
|
|
2026-03-05 04:35:12.949 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.228 waku 98a4e82f0f6a7e6d695e32d259c8eb1248eba31f9b58f5249293b33f9f5461e8
|
|
2026-03-05 04:35:12.986 DEBUG [src.node.docker_mananger] Container started with ID 98a4e82f0f6a. Setting up logs at ./log/docker/node2_2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:12.986 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23567
|
|
2026-03-05 04:35:12.987 DEBUG [src.libs.common] Sleeping for 1 seconds
|
|
2026-03-05 04:35:13.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:13.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.300 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:14.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:14.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
|
|
2026-03-05 04:35:15.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/health" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:15.072 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":"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-05 04:35:15.073 INFO [src.node.waku_node] Node protocols are initialized !!
|
|
2026-03-05 04:35:15.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23567/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:15.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.228/tcp/23568/p2p/16Uiu2HAmUbP6XK7PgxZ2wX2PFK6RDgnb9NepQ2y1EsyUfWyKKLsn","/ip4/172.18.46.228/tcp/23569/ws/p2p/16Uiu2HAmUbP6XK7PgxZ2wX2PFK6RDgnb9NepQ2y1EsyUfWyKKLsn"],"enrUri":"enr:-L24QLrThGkTAgmEFnPQD7xL4WgZof9jwGK9NMt6JWc0Tqn5NO7DpjlRsehAMxAeq838eKsVmFG25X9cGmC4-XpEz9YCgmlkgnY0gmlwhKwSLuSKbXVsdGlhZGRyc5YACASsEi7kBlwQAAoErBIu5AZcEd0DgnJzhQACAQAAiXNlY3AyNTZrMaED7M5iyjn1a4tc2DNokl2OdeU1N9AnxwWeqv2W6E8yoV2DdGNwglwQg3VkcIJcEoV3YWt1MgE"}'
|
|
2026-03-05 04:35:15.075 INFO [src.node.waku_node] REST service is ready !!
|
|
2026-03-05 04:35:15.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23567/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.108/tcp/30290/p2p/16Uiu2HAmDWzf759vbpeTw6uoe9HNkoF2zxPba31apCBKkE97C234"]'
|
|
2026-03-05 04:35:15.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:15.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30289/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-03-05 04:35:15.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:15.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23567/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf", "/newsService/1.0/alerts/xml", "/newsService/1.0/updates/json", "/newsService/2.0/alerts/json", "/newsService/2.0/summaries/xml", "/newsService/2.0/highlights/yaml", "/newsService/3.0/weekly/json", "/newsService/3.0/summaries/xml"]'
|
|
2026-03-05 04:35:15.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:15.119 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30289/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
|
2026-03-05 04:35:15.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
|
2026-03-05 04:35:15.134 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
|
2026-03-05 04:35:15.235 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
|
2026-03-05 04:35:15.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30289/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
|
2026-03-05 04:35:15.240 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":1772685309880964762,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772685315119586284,"ephemeral":false,"proof":""}]'
|
|
2026-03-05 04:35:15.277 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
|
2026-03-05 04:35:15.278 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
|
2026-03-05 04:35:15.278 DEBUG [src.node.waku_node] Stopping container with id 2e5fe93fab14
|
|
2026-03-05 04:35:15.885 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:15.887 DEBUG [src.node.waku_node] Stopping container with id 98a4e82f0f6a
|
|
2026-03-05 04:35:16.447 DEBUG [src.node.waku_node] Container stopped.
|
|
2026-03-05 04:35:16.450 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
|
2026-03-05 04:35:16.481 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:16.511 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
|
2026-03-05 04:35:16.513 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
|
2026-03-05 04:35:16.514 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
|
2026-03-05 04:35:16.515 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734__wakuorg_nwaku:latest.log
|
|
2026-03-05 04:35:16.516 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-05_04-35-11__d886c895-f3cd-4712-9bb9-77193a03b734__wakuorg_nwaku:latest.log
|