247 lines
42 KiB
Plaintext

2026-03-09 04:39:13.846 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:39:13.846 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063
2026-03-09 04:39:13.847 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:39:13.847 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:39:13.847 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-09 04:39:13.854 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:13.855 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063__wakuorg_nwaku:latest.log
2026-03-09 04:39:13.855 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:13.855 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:13.856 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:13.856 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.167.163
2026-03-09 04:39:13.856 DEBUG [src.node.docker_mananger] Generated ports ['28734', '28735', '28736', '28737', '28738']
2026-03-09 04:39:13.857 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-09 04:39:13.857 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:13.857 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:13.857 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:13.857 DEBUG [src.node.docker_mananger] docker run -i -t -p 28734:28734 -p 28735:28735 -p 28736:28736 -p 28737:28737 -p 28738:28738 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=28736 --rest-port=28734 --tcp-port=28735 --discv5-udp-port=28737 --rest-address=0.0.0.0 --nat=extip:172.18.167.163 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dd78b76e7d1e4d2c8b3839cd7d422d3e5ba2025dfbea481f42582aaded0fdaeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28738 --metrics-logging=true --relay=true --filter=true
2026-03-09 04:39:14.046 ERROR [src.node.docker_mananger] Max retries reached for container b6c535f62afc. Exiting log stream.
2026-03-09 04:39:14.053 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.167.163 waku dc6a44105b56612d135d8bfd3033b56a13db651ee683022de9dd0e5b42aa2420
2026-03-09 04:39:14.090 DEBUG [src.node.docker_mananger] Container started with ID dc6a44105b56. Setting up logs at ./log/docker/node1_2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063__wakuorg_nwaku:latest.log
2026-03-09 04:39:14.090 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28734
2026-03-09 04:39:14.090 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:14.653 ERROR [src.node.docker_mananger] Max retries reached for container 8856b8419054. Exiting log stream.
2026-03-09 04:39:15.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28734/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:15.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:15.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28734/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:15.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:15.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28734/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:15.300 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-09 04:39:15.300 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:15.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28734/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:15.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.163/tcp/28735/p2p/16Uiu2HAm9YJWYcj5iiMSjEFmPjibBaEwMnDEnu4YeDrSmTW4qhdA","/ip4/172.18.167.163/tcp/28736/ws/p2p/16Uiu2HAm9YJWYcj5iiMSjEFmPjibBaEwMnDEnu4YeDrSmTW4qhdA"],"enrUri":"enr:-L24QH5Qy2IVWjuHGdEd-IOMX7FNdkLo5CfnaFubPIIuyFaRU_tWaO13z9xnmMWoNnlfgDUjQSQaot9yTs052x1P_D8CgmlkgnY0gmlwhKwSp6OKbXVsdGlhZGRyc5YACASsEqejBnA_AAoErBKnowZwQN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC0bZoG2I6LccPLeWW-avlTtZbv_ipnXAFdyWcZY1JIyGDdGNwgnA_g3VkcIJwQYV3YWt1MgU"}'
2026-03-09 04:39:15.303 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:15.310 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:15.310 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063__wakuorg_nwaku:latest.log
2026-03-09 04:39:15.310 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:15.310 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:15.313 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:15.313 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.171
2026-03-09 04:39:15.314 DEBUG [src.node.docker_mananger] Generated ports ['40182', '40183', '40184', '40185', '40186']
2026-03-09 04:39:15.314 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-09 04:39:15.314 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:15.314 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:15.314 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:15.315 DEBUG [src.node.docker_mananger] docker run -i -t -p 40182:40182 -p 40183:40183 -p 40184:40184 -p 40185:40185 -p 40186:40186 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=40184 --rest-port=40182 --tcp-port=40183 --discv5-udp-port=40185 --rest-address=0.0.0.0 --nat=extip:172.18.120.171 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b4f46bd9dadbbb488f74a4bbfeba44bbf2b0e3cadddedfe530f1e9b6b08acf5d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40186 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QH5Qy2IVWjuHGdEd-IOMX7FNdkLo5CfnaFubPIIuyFaRU_tWaO13z9xnmMWoNnlfgDUjQSQaot9yTs052x1P_D8CgmlkgnY0gmlwhKwSp6OKbXVsdGlhZGRyc5YACASsEqejBnA_AAoErBKnowZwQN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC0bZoG2I6LccPLeWW-avlTtZbv_ipnXAFdyWcZY1JIyGDdGNwgnA_g3VkcIJwQYV3YWt1MgU
2026-03-09 04:39:15.517 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.171 waku 3493af6b5e7999bc6397920d9deba378955c2979e80d38d40dc1e569d107e3b0
2026-03-09 04:39:15.554 DEBUG [src.node.docker_mananger] Container started with ID 3493af6b5e79. Setting up logs at ./log/docker/node2_2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063__wakuorg_nwaku:latest.log
2026-03-09 04:39:15.554 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40182
2026-03-09 04:39:15.554 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:16.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40182/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:16.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:16.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40182/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:16.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:16.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40182/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:16.787 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-09 04:39:16.788 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:16.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40182/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:16.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.171/tcp/40183/p2p/16Uiu2HAmF1me3vHRMoY1C466HwdhwCeMizQ1SQM3m2jz2S6Qfg3Z","/ip4/172.18.120.171/tcp/40184/ws/p2p/16Uiu2HAmF1me3vHRMoY1C466HwdhwCeMizQ1SQM3m2jz2S6Qfg3Z"],"enrUri":"enr:-L24QJ9aQhV9JZQfjdMGJSvfMjlQCU2KW-QalTCv72o7aZHdVP6WZhtod44Z6qCJbtdfzIRaKBDi8KlbhaXEYGtfY2ECgmlkgnY0gmlwhKwSeKuKbXVsdGlhZGRyc5YACASsEnirBpz3AAoErBJ4qwac-N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDIwoyzfjGVh0-o09TKGlOucm_dNStaCAOR7wOuYDQY1CDdGNwgpz3g3VkcIKc-YV3YWt1MgE"}'
2026-03-09 04:39:16.790 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:16.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40182/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.167.163/tcp/28735/p2p/16Uiu2HAm9YJWYcj5iiMSjEFmPjibBaEwMnDEnu4YeDrSmTW4qhdA"]'
2026-03-09 04:39:16.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:16.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28734/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:16.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:16.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40182/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:16.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:16.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28734/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-09 04:39:16.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:16.847 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-09 04:39:16.948 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-09 04:39:16.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28734/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:16.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031155276600538,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031155292764766,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031153441794166,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031156836805787,"ephemeral":false,"proof":""}]'
2026-03-09 04:39:16.960 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:39:16.961 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:39:16.962 DEBUG [src.node.waku_node] Stopping container with id dc6a44105b56
2026-03-09 04:39:17.555 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:17.555 DEBUG [src.node.waku_node] Stopping container with id 3493af6b5e79
2026-03-09 04:39:18.150 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:18.153 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:39:18.190 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:18.221 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:18.222 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-09 04:39:18.223 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-09 04:39:18.223 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063__wakuorg_nwaku:latest.log
2026-03-09 04:39:18.224 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-39-13__7d5b679f-e681-4940-b77b-48f5e212d063__wakuorg_nwaku:latest.log
2026-03-09 04:39:18.228 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:39:18.229 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3
2026-03-09 04:39:18.229 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:39:18.229 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:39:18.229 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-09 04:39:18.236 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:18.237 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:18.237 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:18.237 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:18.238 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:18.238 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.163
2026-03-09 04:39:18.239 DEBUG [src.node.docker_mananger] Generated ports ['17841', '17842', '17843', '17844', '17845']
2026-03-09 04:39:18.239 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-09 04:39:18.239 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:18.239 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:18.239 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:18.239 DEBUG [src.node.docker_mananger] docker run -i -t -p 17841:17841 -p 17842:17842 -p 17843:17843 -p 17844:17844 -p 17845:17845 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=17843 --rest-port=17841 --tcp-port=17842 --discv5-udp-port=17844 --rest-address=0.0.0.0 --nat=extip:172.18.209.163 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0a4e9edd704f658dcd4ca3e79f9cd5f425ac65aef6e00461825b10e7cc0fc10e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17845 --metrics-logging=true --relay=true --filter=true
2026-03-09 04:39:18.426 ERROR [src.node.docker_mananger] Max retries reached for container dc6a44105b56. Exiting log stream.
2026-03-09 04:39:18.430 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.163 waku ec1be9c9645df9e11a3bd1f0893b2f079bffc136800823c1ec692dd1e6b4e9b2
2026-03-09 04:39:18.465 DEBUG [src.node.docker_mananger] Container started with ID ec1be9c9645d. Setting up logs at ./log/docker/node1_2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:18.465 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17841
2026-03-09 04:39:18.465 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:18.962 ERROR [src.node.docker_mananger] Max retries reached for container 3493af6b5e79. Exiting log stream.
2026-03-09 04:39:19.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17841/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:19.469 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:19.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17841/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:19.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:19.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17841/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:19.675 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-09 04:39:19.675 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:19.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17841/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:19.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.163/tcp/17842/p2p/16Uiu2HAmQs73fG8YvCCb9tfVWWpksTpxn7nB3vhxmvsemJU3tsvV","/ip4/172.18.209.163/tcp/17843/ws/p2p/16Uiu2HAmQs73fG8YvCCb9tfVWWpksTpxn7nB3vhxmvsemJU3tsvV"],"enrUri":"enr:-L24QDrACVJJk2edyvyzTiQsOqE5Go00PRaUF4NILqgVa0q_amu46gb1rendcyzjiTyp_B9aCSlYdR7fOodqJ4CSFoQCgmlkgnY0gmlwhKwS0aOKbXVsdGlhZGRyc5YACASsEtGjBkWyAAoErBLRowZFs90DgnJzhQACAQAAiXNlY3AyNTZrMaEDtWbIuKNnBmKG3W__k-MtX7LIyfWY0vpK4q5prGNy6l6DdGNwgkWyg3VkcIJFtIV3YWt1MgU"}'
2026-03-09 04:39:19.678 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:19.685 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:19.685 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:19.685 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:19.685 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:19.687 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:19.687 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.92
2026-03-09 04:39:19.687 DEBUG [src.node.docker_mananger] Generated ports ['55436', '55437', '55438', '55439', '55440']
2026-03-09 04:39:19.687 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-09 04:39:19.687 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:19.687 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:19.687 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:19.688 DEBUG [src.node.docker_mananger] docker run -i -t -p 55436:55436 -p 55437:55437 -p 55438:55438 -p 55439:55439 -p 55440:55440 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=55438 --rest-port=55436 --tcp-port=55437 --discv5-udp-port=55439 --rest-address=0.0.0.0 --nat=extip:172.18.49.92 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=abda352ffeafd93d5ba21ee29b1463d0c1de6fad4cedf355295907ceb6b8df73 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55440 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDrACVJJk2edyvyzTiQsOqE5Go00PRaUF4NILqgVa0q_amu46gb1rendcyzjiTyp_B9aCSlYdR7fOodqJ4CSFoQCgmlkgnY0gmlwhKwS0aOKbXVsdGlhZGRyc5YACASsEtGjBkWyAAoErBLRowZFs90DgnJzhQACAQAAiXNlY3AyNTZrMaEDtWbIuKNnBmKG3W__k-MtX7LIyfWY0vpK4q5prGNy6l6DdGNwgkWyg3VkcIJFtIV3YWt1MgU
2026-03-09 04:39:19.885 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.92 waku 9c9ce38e5aa72d5df37779fb1b4edb4070407b5498aa7a2679e666f0d04e7135
2026-03-09 04:39:19.920 DEBUG [src.node.docker_mananger] Container started with ID 9c9ce38e5aa7. Setting up logs at ./log/docker/node2_2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:19.921 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55436
2026-03-09 04:39:19.921 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:20.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55436/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:20.924 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-09 04:39:20.924 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:20.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55436/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:20.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.92/tcp/55437/p2p/16Uiu2HAmCYeGmXV159NYF48V6UZ9UhoVzmrZDyCwdffvUDo6SMnp","/ip4/172.18.49.92/tcp/55438/ws/p2p/16Uiu2HAmCYeGmXV159NYF48V6UZ9UhoVzmrZDyCwdffvUDo6SMnp"],"enrUri":"enr:-L24QBEOZsEuJfX-J3yl5Y2iM9vIC9fBpMU2ORW80EcvouITQ6sBppZvO2mLWj76z9OowkLkk1P3ytYko-IYSByH4uACgmlkgnY0gmlwhKwSMVyKbXVsdGlhZGRyc5YACASsEjFcBtiNAAoErBIxXAbYjt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC_l_QHCko7-Gon6-DaWJjn_7TOg_4gZ22AHbeqWjg8qmDdGNwgtiNg3VkcILYj4V3YWt1MgE"}'
2026-03-09 04:39:20.927 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:20.927 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55436/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.209.163/tcp/17842/p2p/16Uiu2HAmQs73fG8YvCCb9tfVWWpksTpxn7nB3vhxmvsemJU3tsvV"]'
2026-03-09 04:39:20.953 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:20.955 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17841/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:20.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:20.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55436/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:20.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:20.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17841/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-09 04:39:20.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:20.980 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-09 04:39:21.080 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-09 04:39:21.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17841/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:21.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031159382012761,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031160969789750,"ephemeral":false,"proof":""}]'
2026-03-09 04:39:21.094 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:39:21.096 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:39:21.096 DEBUG [src.node.waku_node] Stopping container with id ec1be9c9645d
2026-03-09 04:39:21.704 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:21.705 DEBUG [src.node.waku_node] Stopping container with id 9c9ce38e5aa7
2026-03-09 04:39:22.330 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:22.331 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:39:22.399 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:22.427 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:22.428 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-09 04:39:22.428 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-09 04:39:22.428 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:22.430 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-39-18__15a82cb2-ab1a-4690-aa0e-4d1119b181b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:22.434 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-09 04:39:22.434 DEBUG [tests.conftest] Running test: test_content_topic_not_in_docker_flags with id: 2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3
2026-03-09 04:39:22.434 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-09 04:39:22.435 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-09 04:39:22.435 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-09 04:39:22.442 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:22.443 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:22.443 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:22.443 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:22.444 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:22.444 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.193.58
2026-03-09 04:39:22.444 DEBUG [src.node.docker_mananger] Generated ports ['9779', '9780', '9781', '9782', '9783']
2026-03-09 04:39:22.445 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-09 04:39:22.445 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:22.445 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:22.445 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:22.445 DEBUG [src.node.docker_mananger] docker run -i -t -p 9779:9779 -p 9780:9780 -p 9781:9781 -p 9782:9782 -p 9783:9783 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=9781 --rest-port=9779 --tcp-port=9780 --discv5-udp-port=9782 --rest-address=0.0.0.0 --nat=extip:172.18.193.58 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f4ec8baad3516ef1eca5d532eee8e6abeccdbdd1d800c0349ced72da3cd680e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9783 --metrics-logging=true --relay=true --filter=true
2026-03-09 04:39:22.644 ERROR [src.node.docker_mananger] Max retries reached for container ec1be9c9645d. Exiting log stream.
2026-03-09 04:39:22.648 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.193.58 waku 61df43b9e1edeec81eded50d1d7d6f08522579489938471f8980e6ba7ff41020
2026-03-09 04:39:22.684 DEBUG [src.node.docker_mananger] Container started with ID 61df43b9e1ed. Setting up logs at ./log/docker/node1_2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:22.684 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9779
2026-03-09 04:39:22.685 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:23.217 ERROR [src.node.docker_mananger] Max retries reached for container 9c9ce38e5aa7. Exiting log stream.
2026-03-09 04:39:23.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9779/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:23.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:23.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9779/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:23.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:23.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9779/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:23.895 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-09 04:39:23.895 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:23.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9779/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:23.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.58/tcp/9780/p2p/16Uiu2HAmQoLmFTJTbY1r2MiT1ENHkyjSMGgHjdeBRtsE4N5SUHdZ","/ip4/172.18.193.58/tcp/9781/ws/p2p/16Uiu2HAmQoLmFTJTbY1r2MiT1ENHkyjSMGgHjdeBRtsE4N5SUHdZ"],"enrUri":"enr:-L24QBBONzKUak0qfrsL7giG2Kcw7HxcmrPndAeVnC7GrX6EXY_gTckXQumNEVX5Z5hC0oXMfLVZcYyT3DUmsGjijsMCgmlkgnY0gmlwhKwSwTqKbXVsdGlhZGRyc5YACASsEsE6BiY0AAoErBLBOgYmNd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDtG_4g83h2VnY6UPZbS3pmMl-LWPAF7ujFkDXJmoYSZCDdGNwgiY0g3VkcIImNoV3YWt1MgU"}'
2026-03-09 04:39:23.898 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:23.905 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-09 04:39:23.905 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:23.905 DEBUG [src.node.waku_node] Starting Node...
2026-03-09 04:39:23.906 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-09 04:39:23.907 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-09 04:39:23.907 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.107
2026-03-09 04:39:23.907 DEBUG [src.node.docker_mananger] Generated ports ['41384', '41385', '41386', '41387', '41388']
2026-03-09 04:39:23.907 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-09 04:39:23.908 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-09 04:39:23.908 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-09 04:39:23.908 DEBUG [src.node.waku_node] Using volumes []
2026-03-09 04:39:23.908 DEBUG [src.node.docker_mananger] docker run -i -t -p 41384:41384 -p 41385:41385 -p 41386:41386 -p 41387:41387 -p 41388:41388 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=41386 --rest-port=41384 --tcp-port=41385 --discv5-udp-port=41387 --rest-address=0.0.0.0 --nat=extip:172.18.243.107 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a4f91c6e13bfc6bcea4bc0f6eecff307d47d3597805eabdfc2f0d6477a1eb9ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41388 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBBONzKUak0qfrsL7giG2Kcw7HxcmrPndAeVnC7GrX6EXY_gTckXQumNEVX5Z5hC0oXMfLVZcYyT3DUmsGjijsMCgmlkgnY0gmlwhKwSwTqKbXVsdGlhZGRyc5YACASsEsE6BiY0AAoErBLBOgYmNd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDtG_4g83h2VnY6UPZbS3pmMl-LWPAF7ujFkDXJmoYSZCDdGNwgiY0g3VkcIImNoV3YWt1MgU
2026-03-09 04:39:24.104 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.107 waku 2a70b179b446b90e9002c7888bbdc177e5da30c7ecc0575f1bcc5b496692c81b
2026-03-09 04:39:24.138 DEBUG [src.node.docker_mananger] Container started with ID 2a70b179b446. Setting up logs at ./log/docker/node2_2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:24.138 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41384
2026-03-09 04:39:24.139 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-09 04:39:25.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41384/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:25.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-09 04:39:25.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41384/health" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:25.268 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-09 04:39:25.268 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-09 04:39:25.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41384/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:25.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.107/tcp/41385/p2p/16Uiu2HAmTxKwmnnccCksFXbdXrsDvWENz54NA8Xk1PC7pP4rA9Aw","/ip4/172.18.243.107/tcp/41386/ws/p2p/16Uiu2HAmTxKwmnnccCksFXbdXrsDvWENz54NA8Xk1PC7pP4rA9Aw"],"enrUri":"enr:-L24QOMsu0jf-xIwnf_RUkJPA1S-LM6Bw1DmGB6NLDHnpYRZU9AOStdZfQ6wtmZlyYsZ87M4bIP_J_qKEoGeBxsnKkoCgmlkgnY0gmlwhKwS82uKbXVsdGlhZGRyc5YACASsEvNrBqGpAAoErBLzawahqt0DgnJzhQACAQAAiXNlY3AyNTZrMaED41BVUMTKV_sO-9zEpASMbP1FTlzHyd1G3Bu18wKjWriDdGNwgqGpg3VkcIKhq4V3YWt1MgE"}'
2026-03-09 04:39:25.271 INFO [src.node.waku_node] REST service is ready !!
2026-03-09 04:39:25.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41384/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.193.58/tcp/9780/p2p/16Uiu2HAmQoLmFTJTbY1r2MiT1ENHkyjSMGgHjdeBRtsE4N5SUHdZ"]'
2026-03-09 04:39:25.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:25.295 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9779/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:25.307 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:25.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41384/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
2026-03-09 04:39:25.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:25.317 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9779/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-09 04:39:25.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-09 04:39:25.331 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-09 04:39:25.431 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-09 04:39:25.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9779/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
2026-03-09 04:39:25.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031163557867251,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773031165317052880,"ephemeral":false,"proof":""}]'
2026-03-09 04:39:25.447 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-09 04:39:25.448 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-09 04:39:25.449 DEBUG [src.node.waku_node] Stopping container with id 61df43b9e1ed
2026-03-09 04:39:26.093 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:26.094 DEBUG [src.node.waku_node] Stopping container with id 2a70b179b446
2026-03-09 04:39:26.689 DEBUG [src.node.waku_node] Container stopped.
2026-03-09 04:39:26.691 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-09 04:39:26.728 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:26.758 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-09 04:39:26.760 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-09 04:39:26.762 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-09 04:39:26.763 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3__wakuorg_nwaku:latest.log
2026-03-09 04:39:26.767 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-09_04-39-22__dbc54199-cae2-4447-a126-b014e83fb1b3__wakuorg_nwaku:latest.log