172 lines
29 KiB
Plaintext

2026-03-08 04:34:30.603 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-08 04:34:30.604 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4
2026-03-08 04:34:30.605 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-08 04:34:30.605 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-08 04:34:30.606 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-08 04:34:30.617 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:30.618 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4__wakuorg_nwaku:latest.log
2026-03-08 04:34:30.618 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:30.618 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:30.620 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:30.621 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.185
2026-03-08 04:34:30.621 DEBUG [src.node.docker_mananger] Generated ports ['64630', '64631', '64632', '64633', '64634']
2026-03-08 04:34:30.622 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:30.622 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:30.622 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:30.622 DEBUG [src.node.docker_mananger] docker run -i -t -p 64630:64630 -p 64631:64631 -p 64632:64632 -p 64633:64633 -p 64634:64634 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=64632 --rest-port=64630 --tcp-port=64631 --discv5-udp-port=64633 --rest-address=0.0.0.0 --nat=extip:172.18.69.185 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4e3dfeffc85d4b6cd3aacde90eab9ec7bc61254c612fd03dbffda90f038f2cf9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64634 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
2026-03-08 04:34:30.797 ERROR [src.node.docker_mananger] Max retries reached for container 58e55b2c28e5. Exiting log stream.
2026-03-08 04:34:30.841 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.185 waku a1ba920d3638cb3a9f91cc034aa779818e3d77199814cb05e4bebbadfcddb78d
2026-03-08 04:34:30.880 DEBUG [src.node.docker_mananger] Container started with ID a1ba920d3638. Setting up logs at ./log/docker/node1_2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4__wakuorg_nwaku:latest.log
2026-03-08 04:34:30.880 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64630
2026-03-08 04:34:30.880 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:31.590 ERROR [src.node.docker_mananger] Max retries reached for container 8024db39fca2. Exiting log stream.
2026-03-08 04:34:31.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:31.884 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:31.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:31.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:32.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.815 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-08 04:34:32.815 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:32.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:32.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.185/tcp/64631/p2p/16Uiu2HAmAaiRmhVPmtTQougkfRfg4UvLk9SsndHefq6D82keSroL","/ip4/172.18.69.185/tcp/64632/ws/p2p/16Uiu2HAmAaiRmhVPmtTQougkfRfg4UvLk9SsndHefq6D82keSroL"],"enrUri":"enr:-L24QPu_suqtotMAZzqFohyypBGltoZVASxKya6O7Cf00TxUFePy-YoZnIrDqAoacfgPX-B56CtGFRhWVywtDoFBfEoCgmlkgnY0gmlwhKwSRbmKbXVsdGlhZGRyc5YACASsEkW5Bvx3AAoErBJFuQb8eN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4TBMjK1Vdvdh6lJfhkTYSqq7xMQ5tQCMesO4RsEAPzuDdGNwgvx3g3VkcIL8eYV3YWt1MgU"}'
2026-03-08 04:34:32.818 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:32.825 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:32.826 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4__wakuorg_nwaku:latest.log
2026-03-08 04:34:32.826 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:32.826 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:32.827 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:32.828 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.179
2026-03-08 04:34:32.828 DEBUG [src.node.docker_mananger] Generated ports ['63288', '63289', '63290', '63291', '63292']
2026-03-08 04:34:32.828 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:32.828 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:32.828 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:32.828 DEBUG [src.node.docker_mananger] docker run -i -t -p 63288:63288 -p 63289:63289 -p 63290:63290 -p 63291:63291 -p 63292:63292 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=63290 --rest-port=63288 --tcp-port=63289 --discv5-udp-port=63291 --rest-address=0.0.0.0 --nat=extip:172.18.117.179 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ecaddd4e8fcaba9e1e79b281fee9a66fea4fdd80cc6a09454d6ac9ce16caecf1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63292 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPu_suqtotMAZzqFohyypBGltoZVASxKya6O7Cf00TxUFePy-YoZnIrDqAoacfgPX-B56CtGFRhWVywtDoFBfEoCgmlkgnY0gmlwhKwSRbmKbXVsdGlhZGRyc5YACASsEkW5Bvx3AAoErBJFuQb8eN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4TBMjK1Vdvdh6lJfhkTYSqq7xMQ5tQCMesO4RsEAPzuDdGNwgvx3g3VkcIL8eYV3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
2026-03-08 04:34:33.031 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.179 waku 44aee58bbfe5c9e4aba819ad35b2608a354624f1af38a6e7142ce372d9d58555
2026-03-08 04:34:33.068 DEBUG [src.node.docker_mananger] Container started with ID 44aee58bbfe5. Setting up logs at ./log/docker/node2_2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4__wakuorg_nwaku:latest.log
2026-03-08 04:34:33.069 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63288
2026-03-08 04:34:33.069 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:34.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63288/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-08 04:34:34.073 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:34.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63288/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.179/tcp/63289/p2p/16Uiu2HAmR2sdYSquCjT5u2PMdVnUAMtRKK4qxw9NAd9nbAhuGL88","/ip4/172.18.117.179/tcp/63290/ws/p2p/16Uiu2HAmR2sdYSquCjT5u2PMdVnUAMtRKK4qxw9NAd9nbAhuGL88"],"enrUri":"enr:-L24QGOrnyg_iMbKzUg-E-dlNWbcPo9olgny4IJJJPcRsbdja10XZiQSbFcNTK4iGo-Gw_JjrlNVAgG6YRVsneZ55RwCgmlkgnY0gmlwhKwSdbOKbXVsdGlhZGRyc5YACASsEnWzBvc5AAoErBJ1swb3Ot0DgnJzhQACAQAAiXNlY3AyNTZrMaEDt-dsP3K_5wQJhdkn2QrmInSkSLR-coqi0ei5XzHTDiGDdGNwgvc5g3VkcIL3O4V3YWt1MgE"}'
2026-03-08 04:34:34.075 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:34.075 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63288/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.69.185/tcp/64631/p2p/16Uiu2HAmAaiRmhVPmtTQougkfRfg4UvLk9SsndHefq6D82keSroL"]'
2026-03-08 04:34:34.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:34.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64630/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-03-08 04:34:34.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:34.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63288/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
2026-03-08 04:34:34.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:34.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64630/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-03-08 04:34:34.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:34.133 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-08 04:34:34.233 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:34.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64630/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.236 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":1772944474117359972,"ephemeral":false,"proof":""}]'
2026-03-08 04:34:34.238 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:34.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63288/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:34.240 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:63288/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf. Response content: b'/newsService/1.0/weekly/protobuf'
2026-03-08 04:34:34.280 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-08 04:34:34.281 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-08 04:34:34.282 DEBUG [src.node.waku_node] Stopping container with id a1ba920d3638
2026-03-08 04:34:34.866 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:34.867 DEBUG [src.node.waku_node] Stopping container with id 44aee58bbfe5
2026-03-08 04:34:35.442 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:35.446 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-08 04:34:35.486 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:34:35.515 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:34:35.518 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-08 04:34:35.519 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-08 04:34:35.520 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4__wakuorg_nwaku:latest.log
2026-03-08 04:34:35.524 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-08_04-34-30__a1099b9a-127f-40b1-915a-5dcc769e6db4__wakuorg_nwaku:latest.log
2026-03-08 04:34:35.538 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-08 04:34:35.539 DEBUG [tests.conftest] Running test: test_2_nodes_different_content_topic_same_shard with id: 2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53
2026-03-08 04:34:35.540 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-08 04:34:35.540 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-08 04:34:35.540 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-08 04:34:35.551 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:35.552 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53__wakuorg_nwaku:latest.log
2026-03-08 04:34:35.552 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:35.552 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:35.556 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:35.556 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.132
2026-03-08 04:34:35.557 DEBUG [src.node.docker_mananger] Generated ports ['10482', '10483', '10484', '10485', '10486']
2026-03-08 04:34:35.557 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:35.557 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:35.558 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:35.559 DEBUG [src.node.docker_mananger] docker run -i -t -p 10482:10482 -p 10483:10483 -p 10484:10484 -p 10485:10485 -p 10486:10486 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=10484 --rest-port=10482 --tcp-port=10483 --discv5-udp-port=10485 --rest-address=0.0.0.0 --nat=extip:172.18.40.132 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2bfed7efa0e293d2302d6bc1afb569c7adaaac9a19951d6acacb836cae4fd097 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10486 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
2026-03-08 04:34:35.720 ERROR [src.node.docker_mananger] Max retries reached for container a1ba920d3638. Exiting log stream.
2026-03-08 04:34:35.767 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.132 waku 43779f007ba4f8156c36eb5246d6b8554758fb523e177144fdb976403c1274e2
2026-03-08 04:34:35.802 DEBUG [src.node.docker_mananger] Container started with ID 43779f007ba4. Setting up logs at ./log/docker/node1_2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53__wakuorg_nwaku:latest.log
2026-03-08 04:34:35.802 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10482
2026-03-08 04:34:35.803 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:36.454 ERROR [src.node.docker_mananger] Max retries reached for container 44aee58bbfe5. Exiting log stream.
2026-03-08 04:34:36.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10482/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:36.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"READY"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-08 04:34:36.806 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:36.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10482/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:36.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.132/tcp/10483/p2p/16Uiu2HAmV7jZgu4JrZdmvebGaSyxB93opgNYrEF4fNiMKwY6s27j","/ip4/172.18.40.132/tcp/10484/ws/p2p/16Uiu2HAmV7jZgu4JrZdmvebGaSyxB93opgNYrEF4fNiMKwY6s27j"],"enrUri":"enr:-L24QJYukVp3YoDjHF3V3VqZWrKJ-xepQLGSsY5KAtGa2gFWHRft4YJjtYUv-ACxKQa9CKcgBsKW70ci0sbrrjqLPEYCgmlkgnY0gmlwhKwSKISKbXVsdGlhZGRyc5YACASsEiiEBijzAAoErBIohAYo9N0DgnJzhQACAQAAiXNlY3AyNTZrMaED9JT0Lfd1K9Z4YDwKrhmdceR4TfJmmcBqsvGNkA4lCqqDdGNwgijzg3VkcIIo9YV3YWt1MgU"}'
2026-03-08 04:34:36.809 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:36.816 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:36.816 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53__wakuorg_nwaku:latest.log
2026-03-08 04:34:36.816 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:36.816 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:36.818 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:36.818 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.149.223
2026-03-08 04:34:36.818 DEBUG [src.node.docker_mananger] Generated ports ['28416', '28417', '28418', '28419', '28420']
2026-03-08 04:34:36.818 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:36.818 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:36.818 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:36.819 DEBUG [src.node.docker_mananger] docker run -i -t -p 28416:28416 -p 28417:28417 -p 28418:28418 -p 28419:28419 -p 28420:28420 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=28418 --rest-port=28416 --tcp-port=28417 --discv5-udp-port=28419 --rest-address=0.0.0.0 --nat=extip:172.18.149.223 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d8eb0a3e779ac7d41c6199038c7d55abd64df42fec8b6b6a8fae31e7fd0926ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28420 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJYukVp3YoDjHF3V3VqZWrKJ-xepQLGSsY5KAtGa2gFWHRft4YJjtYUv-ACxKQa9CKcgBsKW70ci0sbrrjqLPEYCgmlkgnY0gmlwhKwSKISKbXVsdGlhZGRyc5YACASsEiiEBijzAAoErBIohAYo9N0DgnJzhQACAQAAiXNlY3AyNTZrMaED9JT0Lfd1K9Z4YDwKrhmdceR4TfJmmcBqsvGNkA4lCqqDdGNwgijzg3VkcIIo9YV3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
2026-03-08 04:34:37.042 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.149.223 waku 5d4ebef62f00aa7a23cf7a9defa2894b2a03a12ca0cc10680215b1cae18dd241
2026-03-08 04:34:37.080 DEBUG [src.node.docker_mananger] Container started with ID 5d4ebef62f00. Setting up logs at ./log/docker/node2_2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53__wakuorg_nwaku:latest.log
2026-03-08 04:34:37.080 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28416
2026-03-08 04:34:37.081 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:38.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28416/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:38.085 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:38.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28416/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:38.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"PartiallyConnected","protocolsHealth":[{"Relay":"READY"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-08 04:34:38.188 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:38.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28416/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:38.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.223/tcp/28417/p2p/16Uiu2HAm1vmHJyuP5Ufw8ibXojUDkYeg9FyaGmiw3yaEvgbxBbeS","/ip4/172.18.149.223/tcp/28418/ws/p2p/16Uiu2HAm1vmHJyuP5Ufw8ibXojUDkYeg9FyaGmiw3yaEvgbxBbeS"],"enrUri":"enr:-L24QKYmhPAw8mb7e4dx06N1tp9fJmZNG5M1faQQVnTwXuUBU7li9XVsJ010j21-rXfAEB0Lhlgh6WqfPhd1nX4R7oACgmlkgnY0gmlwhKwSld-KbXVsdGlhZGRyc5YACASsEpXfBm8BAAoErBKV3wZvAt0DgnJzhQACAQAAiXNlY3AyNTZrMaECYJn1xQR__fMVNkrxxOjWB-LNP4tTxj9ncxyg5BhikcODdGNwgm8Bg3VkcIJvA4V3YWt1MgE"}'
2026-03-08 04:34:38.191 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:38.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28416/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.40.132/tcp/10483/p2p/16Uiu2HAmV7jZgu4JrZdmvebGaSyxB93opgNYrEF4fNiMKwY6s27j"]'
2026-03-08 04:34:38.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:38.214 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10482/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
2026-03-08 04:34:38.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:38.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28416/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
2026-03-08 04:34:38.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:38.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10482/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
2026-03-08 04:34:38.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:38.244 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-08 04:34:38.345 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:38.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10482/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:38.349 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":1772944474117359972,"ephemeral":false,"proof":""},{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1772944478234714388,"ephemeral":false,"proof":""}]'
2026-03-08 04:34:38.360 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-08 04:34:38.361 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-08 04:34:38.361 DEBUG [src.node.waku_node] Stopping container with id 43779f007ba4
2026-03-08 04:34:38.961 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:38.961 DEBUG [src.node.waku_node] Stopping container with id 5d4ebef62f00
2026-03-08 04:34:39.560 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:39.563 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-08 04:34:39.596 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:34:39.621 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:34:39.623 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
2026-03-08 04:34:39.623 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
2026-03-08 04:34:39.624 DEBUG [src.libs.common] Attaching file ./log/docker/node2_2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53__wakuorg_nwaku:latest.log
2026-03-08 04:34:39.625 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-03-08_04-34-35__afc76f3e-9237-4b47-8562-7675467b5e53__wakuorg_nwaku:latest.log