86 lines
14 KiB
Plaintext

2026-03-06 04:34:27.299 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-06 04:34:27.299 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_different_shard with id: 2026-03-06_04-34-27__692dd4fc-fd13-469e-a9a2-998ac0e8bbd7
2026-03-06 04:34:27.299 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-06 04:34:27.300 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-06 04:34:27.300 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-06 04:34:27.307 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-06 04:34:27.308 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-06_04-34-27__692dd4fc-fd13-469e-a9a2-998ac0e8bbd7__wakuorg_nwaku:latest.log
2026-03-06 04:34:27.308 DEBUG [src.node.waku_node] Starting Node...
2026-03-06 04:34:27.308 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-06 04:34:27.311 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-06 04:34:27.311 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.7
2026-03-06 04:34:27.311 DEBUG [src.node.docker_mananger] Generated ports ['16210', '16211', '16212', '16213', '16214']
2026-03-06 04:34:27.311 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-06 04:34:27.311 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-06 04:34:27.311 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-06 04:34:27.312 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-06 04:34:27.312 DEBUG [src.node.waku_node] Using volumes []
2026-03-06 04:34:27.312 DEBUG [src.node.docker_mananger] docker run -i -t -p 16210:16210 -p 16211:16211 -p 16212:16212 -p 16213:16213 -p 16214:16214 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=16212 --rest-port=16210 --tcp-port=16211 --discv5-udp-port=16213 --rest-address=0.0.0.0 --nat=extip:172.18.61.7 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dfcbcdd26eefe1fd1fe77e9e66c532e3df97faac675e53f622cc8abbe6c52ad7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16214 --metrics-logging=true --relay=true --filter=true
2026-03-06 04:34:27.498 ERROR [src.node.docker_mananger] Max retries reached for container 9cc3248b1df0. Exiting log stream.
2026-03-06 04:34:27.511 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.7 waku 8db68c5aed37212118e3c5ab19ee4a51d2c1ff8b13cb8a2cc405069952a5f4d4
2026-03-06 04:34:27.549 DEBUG [src.node.docker_mananger] Container started with ID 8db68c5aed37. Setting up logs at ./log/docker/node1_2026-03-06_04-34-27__692dd4fc-fd13-469e-a9a2-998ac0e8bbd7__wakuorg_nwaku:latest.log
2026-03-06 04:34:27.550 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16210
2026-03-06 04:34:27.550 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-06 04:34:28.039 ERROR [src.node.docker_mananger] Max retries reached for container 0f9194317ef8. Exiting log stream.
2026-03-06 04:34:28.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:28.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:34:28.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:28.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:34:28.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:28.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:34:28.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:28.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-06 04:34:28.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:28.968 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-06 04:34:28.968 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-06 04:34:28.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:28.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.7/tcp/16211/p2p/16Uiu2HAkyBrdNbyuKycCPL7V39oeyXfY5CUhbNaTTLfQKtJfpUpU","/ip4/172.18.61.7/tcp/16212/ws/p2p/16Uiu2HAkyBrdNbyuKycCPL7V39oeyXfY5CUhbNaTTLfQKtJfpUpU"],"enrUri":"enr:-L24QIuNJj5YMLdc9y1Y_HTtuYKVtV2yVoKJTCZby5Wdek5GHx3rY2r2LDObdiITeSNgxqMuiHXtIHEc7APfL0g9pyQCgmlkgnY0gmlwhKwSPQeKbXVsdGlhZGRyc5YACASsEj0HBj9TAAoErBI9BwY_VN0DgnJzhQACAQAAiXNlY3AyNTZrMaECN-Sn8XBxBCktF5l0h4wRG2uzgJVO1Gdx55065BZMhaWDdGNwgj9Tg3VkcII_VYV3YWt1MgU"}'
2026-03-06 04:34:28.971 INFO [src.node.waku_node] REST service is ready !!
2026-03-06 04:34:28.978 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-06 04:34:28.979 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-06_04-34-27__692dd4fc-fd13-469e-a9a2-998ac0e8bbd7__wakuorg_nwaku:latest.log
2026-03-06 04:34:28.979 DEBUG [src.node.waku_node] Starting Node...
2026-03-06 04:34:28.979 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-06 04:34:28.980 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-06 04:34:28.980 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.58
2026-03-06 04:34:28.981 DEBUG [src.node.docker_mananger] Generated ports ['9780', '9781', '9782', '9783', '9784']
2026-03-06 04:34:28.981 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
2026-03-06 04:34:28.981 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-06 04:34:28.981 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-06 04:34:28.981 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-06 04:34:28.981 DEBUG [src.node.waku_node] Using volumes []
2026-03-06 04:34:28.982 DEBUG [src.node.docker_mananger] docker run -i -t -p 9780:9780 -p 9781:9781 -p 9782:9782 -p 9783:9783 -p 9784:9784 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=9782 --rest-port=9780 --tcp-port=9781 --discv5-udp-port=9783 --rest-address=0.0.0.0 --nat=extip:172.18.44.58 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=deedfbd0d2834b71ed6202e79ae05dafccf65a8c2acdcde6cba66f5bfefb4c6a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9784 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIuNJj5YMLdc9y1Y_HTtuYKVtV2yVoKJTCZby5Wdek5GHx3rY2r2LDObdiITeSNgxqMuiHXtIHEc7APfL0g9pyQCgmlkgnY0gmlwhKwSPQeKbXVsdGlhZGRyc5YACASsEj0HBj9TAAoErBI9BwY_VN0DgnJzhQACAQAAiXNlY3AyNTZrMaECN-Sn8XBxBCktF5l0h4wRG2uzgJVO1Gdx55065BZMhaWDdGNwgj9Tg3VkcII_VYV3YWt1MgU
2026-03-06 04:34:29.177 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.58 waku 972e35e549ba244fdd604c37cf011b8f88dab3dfb24e69f98221bb6f385b19bd
2026-03-06 04:34:29.213 DEBUG [src.node.docker_mananger] Container started with ID 972e35e549ba. Setting up logs at ./log/docker/node2_2026-03-06_04-34-27__692dd4fc-fd13-469e-a9a2-998ac0e8bbd7__wakuorg_nwaku:latest.log
2026-03-06 04:34:29.214 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9780
2026-03-06 04:34:29.214 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-06 04:34:30.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9780/health" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:30.233 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-06 04:34:30.233 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-06 04:34:30.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9780/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:30.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.58/tcp/9781/p2p/16Uiu2HAm3KMCbApqWn3cHN9xodmcUmFbhFZG4vuhMzvpTJaixUv4","/ip4/172.18.44.58/tcp/9782/ws/p2p/16Uiu2HAm3KMCbApqWn3cHN9xodmcUmFbhFZG4vuhMzvpTJaixUv4"],"enrUri":"enr:-L24QL4X4mGxY19nPMc1guY7KU7CRWxL1uYRTGqnXq21uX3vGFlq7j77tkDROAIVg2af4RMYMhZ-3goOXiLMKntdw4QCgmlkgnY0gmlwhKwSLDqKbXVsdGlhZGRyc5YACASsEiw6BiY1AAoErBIsOgYmNt0DgnJzhQAEAQAAiXNlY3AyNTZrMaECdT7G0rft2Mum-wlCVpZ5J6_4jzaZs0Y57G3U9SqY3tmDdGNwgiY1g3VkcIImN4V3YWt1MgE"}'
2026-03-06 04:34:30.244 INFO [src.node.waku_node] REST service is ready !!
2026-03-06 04:34:30.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9780/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.7/tcp/16211/p2p/16Uiu2HAkyBrdNbyuKycCPL7V39oeyXfY5CUhbNaTTLfQKtJfpUpU"]'
2026-03-06 04:34:30.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:34:30.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16210/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
2026-03-06 04:34:30.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:34:30.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9780/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
2026-03-06 04:34:30.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:34:30.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16210/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-06 04:34:30.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-06 04:34:30.299 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-06 04:34:30.400 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-06 04:34:30.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16210/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:30.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772771670289412109,"ephemeral":false,"proof":""}]'
2026-03-06 04:34:30.405 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-06 04:34:30.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9780/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-06 04:34:30.407 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:9780/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
2026-03-06 04:34:30.410 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-06 04:34:30.411 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-06 04:34:30.411 DEBUG [src.node.waku_node] Stopping container with id 8db68c5aed37
2026-03-06 04:34:31.027 DEBUG [src.node.waku_node] Container stopped.
2026-03-06 04:34:31.028 DEBUG [src.node.waku_node] Stopping container with id 972e35e549ba
2026-03-06 04:34:31.601 DEBUG [src.node.waku_node] Container stopped.
2026-03-06 04:34:31.605 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-06 04:34:31.637 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-06 04:34:31.645 DEBUG [src.node.docker_mananger] No errors found in the waku logs.