86 lines
14 KiB
Plaintext

2026-03-26 04:52:53.273 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-26 04:52:53.274 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_same_shard with id: 2026-03-26_04-52-53__a3b1d1b8-4e20-446d-a524-fae12c65a1f3
2026-03-26 04:52:53.275 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-26 04:52:53.275 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-26 04:52:53.276 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-26 04:52:53.287 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:52:53.287 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-26_04-52-53__a3b1d1b8-4e20-446d-a524-fae12c65a1f3__wakuorg_nwaku:latest.log
2026-03-26 04:52:53.287 DEBUG [src.node.waku_node] Starting Node...
2026-03-26 04:52:53.288 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-26 04:52:53.290 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-26 04:52:53.291 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.159
2026-03-26 04:52:53.291 DEBUG [src.node.docker_mananger] Generated ports ['38896', '38897', '38898', '38899', '38900']
2026-03-26 04:52:53.291 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-26 04:52:53.291 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-26 04:52:53.291 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-26 04:52:53.291 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-26 04:52:53.292 DEBUG [src.node.waku_node] Using volumes []
2026-03-26 04:52:53.292 DEBUG [src.node.docker_mananger] docker run -i -t -p 38896:38896 -p 38897:38897 -p 38898:38898 -p 38899:38899 -p 38900:38900 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=38898 --rest-port=38896 --tcp-port=38897 --discv5-udp-port=38899 --rest-address=0.0.0.0 --nat=extip:172.18.39.159 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f7cbce8c5e4bc326ae05cbef96cb8e61ed0fe4fbaafb63cebdbe3edbcce4b04c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38900 --metrics-logging=true --relay=true --filter=true
2026-03-26 04:52:53.467 ERROR [src.node.docker_mananger] Max retries reached for container 275f74960de3. Exiting log stream.
2026-03-26 04:52:53.490 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.159 waku cc4a8b44efd6576323ac3bf1ff53643ed2c8527699baabd0cdb918a2865d01d3
2026-03-26 04:52:53.523 DEBUG [src.node.docker_mananger] Container started with ID cc4a8b44efd6. Setting up logs at ./log/docker/node1_2026-03-26_04-52-53__a3b1d1b8-4e20-446d-a524-fae12c65a1f3__wakuorg_nwaku:latest.log
2026-03-26 04:52:53.523 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38896
2026-03-26 04:52:53.524 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-26 04:52:54.185 ERROR [src.node.docker_mananger] Max retries reached for container 1ddefbc4a1b3. Exiting log stream.
2026-03-26 04:52:54.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:54.526 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-26 04:52:54.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:54.629 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-26 04:52:54.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:54.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-26 04:52:54.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:54.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-26 04:52:54.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:54.937 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-26 04:52:54.937 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-26 04:52:54.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:54.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.159/tcp/38897/p2p/16Uiu2HAkz8JBjEyurA4RyM54DwMnBqB34ZcRWbaHKPudaNVNRBxa","/ip4/172.18.39.159/tcp/38898/ws/p2p/16Uiu2HAkz8JBjEyurA4RyM54DwMnBqB34ZcRWbaHKPudaNVNRBxa"],"enrUri":"enr:-L24QGg0_dwtlHOwbu7RsV9pjy5pDIcR-49v9ydItFqLvNcsTP_i8dbRRMv4YfH1lDarDJXjAM92FCpOay6niGd4GLoCgmlkgnY0gmlwhKwSJ5-KbXVsdGlhZGRyc5YACASsEiefBpfxAAoErBInnwaX8t0DgnJzhQACAQAAiXNlY3AyNTZrMaECRdbrB1-Z_WVdzzrgFNTli7EkX4_5oGeDFBQAfiANJU-DdGNwgpfxg3VkcIKX84V3YWt1MgU"}'
2026-03-26 04:52:54.940 INFO [src.node.waku_node] REST service is ready !!
2026-03-26 04:52:54.948 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-26 04:52:54.948 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-26_04-52-53__a3b1d1b8-4e20-446d-a524-fae12c65a1f3__wakuorg_nwaku:latest.log
2026-03-26 04:52:54.948 DEBUG [src.node.waku_node] Starting Node...
2026-03-26 04:52:54.948 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-26 04:52:54.949 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-26 04:52:54.950 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.126.16
2026-03-26 04:52:54.950 DEBUG [src.node.docker_mananger] Generated ports ['48536', '48537', '48538', '48539', '48540']
2026-03-26 04:52:54.950 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
2026-03-26 04:52:54.950 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-26 04:52:54.950 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-26 04:52:54.950 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-26 04:52:54.950 DEBUG [src.node.waku_node] Using volumes []
2026-03-26 04:52:54.951 DEBUG [src.node.docker_mananger] docker run -i -t -p 48536:48536 -p 48537:48537 -p 48538:48538 -p 48539:48539 -p 48540:48540 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=48538 --rest-port=48536 --tcp-port=48537 --discv5-udp-port=48539 --rest-address=0.0.0.0 --nat=extip:172.18.126.16 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=db8d878c9a5efcdeade8dffa76a63f4cea7cad0c1bc4d8059ddf5e1cd8cd84cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48540 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGg0_dwtlHOwbu7RsV9pjy5pDIcR-49v9ydItFqLvNcsTP_i8dbRRMv4YfH1lDarDJXjAM92FCpOay6niGd4GLoCgmlkgnY0gmlwhKwSJ5-KbXVsdGlhZGRyc5YACASsEiefBpfxAAoErBInnwaX8t0DgnJzhQACAQAAiXNlY3AyNTZrMaECRdbrB1-Z_WVdzzrgFNTli7EkX4_5oGeDFBQAfiANJU-DdGNwgpfxg3VkcIKX84V3YWt1MgU
2026-03-26 04:52:55.151 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.126.16 waku 263e3f82f091e1a4cf12415ab55e7093f77650af6f74236a1d9bee03a63397a5
2026-03-26 04:52:55.188 DEBUG [src.node.docker_mananger] Container started with ID 263e3f82f091. Setting up logs at ./log/docker/node2_2026-03-26_04-52-53__a3b1d1b8-4e20-446d-a524-fae12c65a1f3__wakuorg_nwaku:latest.log
2026-03-26 04:52:55.189 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48536
2026-03-26 04:52:55.189 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-26 04:52:56.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48536/health" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:56.206 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-26 04:52:56.206 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-26 04:52:56.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48536/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:56.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.126.16/tcp/48537/p2p/16Uiu2HAmQj9SXby7Xoi4UW1BKukQzfdbtGmfikH9xo4VNcKh1AaL","/ip4/172.18.126.16/tcp/48538/ws/p2p/16Uiu2HAmQj9SXby7Xoi4UW1BKukQzfdbtGmfikH9xo4VNcKh1AaL"],"enrUri":"enr:-L24QHUqSHUsej83pSslUh2gLQ9_yQ-k24WhhnQXV8CYLk3kVZ1Aj08LMlVVD4XWDdj-cIzHZoFRnPqsTNCIZmkwLrcCgmlkgnY0gmlwhKwSfhCKbXVsdGlhZGRyc5YACASsEn4QBr2ZAAoErBJ-EAa9mt0DgnJzhQAEAQAAiXNlY3AyNTZrMaEDs1zYRX85UJcHEPcGfHkMz7WiYLdJUDkc0QEqDAC6XtGDdGNwgr2Zg3VkcIK9m4V3YWt1MgE"}'
2026-03-26 04:52:56.217 INFO [src.node.waku_node] REST service is ready !!
2026-03-26 04:52:56.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48536/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.159/tcp/38897/p2p/16Uiu2HAkz8JBjEyurA4RyM54DwMnBqB34ZcRWbaHKPudaNVNRBxa"]'
2026-03-26 04:52:56.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:52:56.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38896/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
2026-03-26 04:52:56.254 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:52:56.255 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48536/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/0"]'
2026-03-26 04:52:56.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:52:56.265 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38896/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-26 04:52:56.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-26 04:52:56.272 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-26 04:52:56.372 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-26 04:52:56.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38896/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:56.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1774500776265727774,"ephemeral":false,"proof":""}]'
2026-03-26 04:52:56.376 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-26 04:52:56.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-26 04:52:56.379 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:48536/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
2026-03-26 04:52:56.382 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-26 04:52:56.383 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-26 04:52:56.383 DEBUG [src.node.waku_node] Stopping container with id cc4a8b44efd6
2026-03-26 04:52:56.954 DEBUG [src.node.waku_node] Container stopped.
2026-03-26 04:52:56.955 DEBUG [src.node.waku_node] Stopping container with id 263e3f82f091
2026-03-26 04:52:57.510 DEBUG [src.node.waku_node] Container stopped.
2026-03-26 04:52:57.513 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-26 04:52:57.559 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-26 04:52:57.567 DEBUG [src.node.docker_mananger] No errors found in the waku logs.