82 lines
14 KiB
Plaintext

2026-03-05 04:38:44.351 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-05 04:38:44.352 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_same_shard with id: 2026-03-05_04-38-44__ea20ebf4-f6d7-43ea-9962-7f9a58ce0b78
2026-03-05 04:38:44.353 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-05 04:38:44.354 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-05 04:38:44.354 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-05 04:38:44.365 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:38:44.366 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-05_04-38-44__ea20ebf4-f6d7-43ea-9962-7f9a58ce0b78__wakuorg_nwaku:latest.log
2026-03-05 04:38:44.367 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:38:44.368 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:38:44.370 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:38:44.371 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.165.241
2026-03-05 04:38:44.372 DEBUG [src.node.docker_mananger] Generated ports ['40718', '40719', '40720', '40721', '40722']
2026-03-05 04:38:44.372 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-05 04:38:44.372 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-05 04:38:44.372 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:38:44.372 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:38:44.373 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:38:44.373 DEBUG [src.node.docker_mananger] docker run -i -t -p 40718:40718 -p 40719:40719 -p 40720:40720 -p 40721:40721 -p 40722:40722 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=40720 --rest-port=40718 --tcp-port=40719 --discv5-udp-port=40721 --rest-address=0.0.0.0 --nat=extip:172.18.165.241 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=be6b73e496b2e4bb7cb85c2432a3dcff8a7adb8abd1ccb72d8bcda18632264bc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40722 --metrics-logging=true --relay=true --filter=true
2026-03-05 04:38:44.541 ERROR [src.node.docker_mananger] Max retries reached for container 83358d0abc9e. Exiting log stream.
2026-03-05 04:38:44.599 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.165.241 waku af908483f1980acc87143b229a4cb75eeb1df8a00b535f5f9587deefe39c1bea
2026-03-05 04:38:44.634 DEBUG [src.node.docker_mananger] Container started with ID af908483f198. Setting up logs at ./log/docker/node1_2026-03-05_04-38-44__ea20ebf4-f6d7-43ea-9962-7f9a58ce0b78__wakuorg_nwaku:latest.log
2026-03-05 04:38:44.635 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40718
2026-03-05 04:38:44.636 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:38:45.290 ERROR [src.node.docker_mananger] Max retries reached for container 4869adc7addb. Exiting log stream.
2026-03-05 04:38:45.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40718/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:45.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:38:45.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40718/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:45.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-05 04:38:45.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40718/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:45.855 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:38:45.856 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:38:45.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40718/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:45.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.165.241/tcp/40719/p2p/16Uiu2HAmCJaPEkYKHENfnpY2ssRXRuYZ4YUzvFtxLR7GrCpCsWiw","/ip4/172.18.165.241/tcp/40720/ws/p2p/16Uiu2HAmCJaPEkYKHENfnpY2ssRXRuYZ4YUzvFtxLR7GrCpCsWiw"],"enrUri":"enr:-L24QHxU58vkRxwg8pIEsAtBRqwAQfZxfMOmMGra1MfhoJAXIOkK7W5F0l2IsBXxSCjra5EqGTTJgyNOgge-xTnusO4CgmlkgnY0gmlwhKwSpfGKbXVsdGlhZGRyc5YACASsEqXxBp8PAAoErBKl8QafEN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC-sVI78J_7k5MC6FlBMcmn6EvnFenaypYIB7D11Yg5LSDdGNwgp8Pg3VkcIKfEYV3YWt1MgU"}'
2026-03-05 04:38:45.858 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:38:45.865 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-05 04:38:45.866 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-05_04-38-44__ea20ebf4-f6d7-43ea-9962-7f9a58ce0b78__wakuorg_nwaku:latest.log
2026-03-05 04:38:45.866 DEBUG [src.node.waku_node] Starting Node...
2026-03-05 04:38:45.866 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-05 04:38:45.867 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-05 04:38:45.868 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.251
2026-03-05 04:38:45.868 DEBUG [src.node.docker_mananger] Generated ports ['19860', '19861', '19862', '19863', '19864']
2026-03-05 04:38:45.868 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
2026-03-05 04:38:45.869 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-05 04:38:45.870 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-05 04:38:45.870 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-05 04:38:45.870 DEBUG [src.node.waku_node] Using volumes []
2026-03-05 04:38:45.871 DEBUG [src.node.docker_mananger] docker run -i -t -p 19860:19860 -p 19861:19861 -p 19862:19862 -p 19863:19863 -p 19864:19864 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=19862 --rest-port=19860 --tcp-port=19861 --discv5-udp-port=19863 --rest-address=0.0.0.0 --nat=extip:172.18.42.251 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=c6d4a620c92ba7a9707fabfab69a3577dfbc4b82d855751bef2abdebee36766f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19864 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHxU58vkRxwg8pIEsAtBRqwAQfZxfMOmMGra1MfhoJAXIOkK7W5F0l2IsBXxSCjra5EqGTTJgyNOgge-xTnusO4CgmlkgnY0gmlwhKwSpfGKbXVsdGlhZGRyc5YACASsEqXxBp8PAAoErBKl8QafEN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC-sVI78J_7k5MC6FlBMcmn6EvnFenaypYIB7D11Yg5LSDdGNwgp8Pg3VkcIKfEYV3YWt1MgU
2026-03-05 04:38:46.074 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.251 waku 87ec1a32ab1aca86f30cd89531b6c8cf350306d2a0cbeca49c6209054925070b
2026-03-05 04:38:46.110 DEBUG [src.node.docker_mananger] Container started with ID 87ec1a32ab1a. Setting up logs at ./log/docker/node2_2026-03-05_04-38-44__ea20ebf4-f6d7-43ea-9962-7f9a58ce0b78__wakuorg_nwaku:latest.log
2026-03-05 04:38:46.111 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19860
2026-03-05 04:38:46.111 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-05 04:38:47.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19860/health" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:47.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"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":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-05 04:38:47.126 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-05 04:38:47.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19860/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:47.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.251/tcp/19861/p2p/16Uiu2HAmQqC5A3ReUFpNwu7vtC3wgdzAWAgsKuYz7XRe5sJbLw1r","/ip4/172.18.42.251/tcp/19862/ws/p2p/16Uiu2HAmQqC5A3ReUFpNwu7vtC3wgdzAWAgsKuYz7XRe5sJbLw1r"],"enrUri":"enr:-L24QKhgaIurwR2EZvOJFPasfWLmTdJzDB5pyxOvDme71tH7ErtwagNFkI27PCFqrcSkjNQMXa49D4lTZrThvMqj7_QCgmlkgnY0gmlwhKwSKvuKbXVsdGlhZGRyc5YACASsEir7Bk2VAAoErBIq-wZNlt0DgnJzhQAEAQAAiXNlY3AyNTZrMaEDtOlOHWOCjwG_iX0xrOd2JK8x138eZaEfacaUnBem0gGDdGNwgk2Vg3VkcIJNl4V3YWt1MgE"}'
2026-03-05 04:38:47.137 INFO [src.node.waku_node] REST service is ready !!
2026-03-05 04:38:47.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19860/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.241/tcp/40719/p2p/16Uiu2HAmCJaPEkYKHENfnpY2ssRXRuYZ4YUzvFtxLR7GrCpCsWiw"]'
2026-03-05 04:38:47.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:38:47.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40718/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
2026-03-05 04:38:47.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:38:47.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19860/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/0"]'
2026-03-05 04:38:47.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:38:47.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40718/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-05 04:38:47.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-05 04:38:47.189 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-05 04:38:47.289 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-05 04:38:47.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40718/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:47.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772685527177797164,"ephemeral":false,"proof":""}]'
2026-03-05 04:38:47.294 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-05 04:38:47.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19860/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-05 04:38:47.296 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:19860/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
2026-03-05 04:38:47.299 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-05 04:38:47.300 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-05 04:38:47.300 DEBUG [src.node.waku_node] Stopping container with id af908483f198
2026-03-05 04:38:47.892 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:38:47.894 DEBUG [src.node.waku_node] Stopping container with id 87ec1a32ab1a
2026-03-05 04:38:48.469 DEBUG [src.node.waku_node] Container stopped.
2026-03-05 04:38:48.471 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-05 04:38:48.532 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-05 04:38:48.539 DEBUG [src.node.docker_mananger] No errors found in the waku logs.