96 lines
16 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