82 lines
14 KiB
Plaintext

2026-03-08 04:34:54.207 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-08 04:34:54.207 DEBUG [tests.conftest] Running test: test_2_nodes_different_cluster_different_shard with id: 2026-03-08_04-34-54__1a6a1dbd-56d8-4780-a01b-29d337db34d9
2026-03-08 04:34:54.208 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-08 04:34:54.208 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-08 04:34:54.208 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-08 04:34:54.217 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:54.218 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-08_04-34-54__1a6a1dbd-56d8-4780-a01b-29d337db34d9__wakuorg_nwaku:latest.log
2026-03-08 04:34:54.218 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:54.218 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:54.220 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:54.220 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.183.8
2026-03-08 04:34:54.220 DEBUG [src.node.docker_mananger] Generated ports ['14412', '14413', '14414', '14415', '14416']
2026-03-08 04:34:54.220 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-08 04:34:54.220 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-08 04:34:54.220 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:54.221 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:54.221 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:54.221 DEBUG [src.node.docker_mananger] docker run -i -t -p 14412:14412 -p 14413:14413 -p 14414:14414 -p 14415:14415 -p 14416:14416 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=14414 --rest-port=14412 --tcp-port=14413 --discv5-udp-port=14415 --rest-address=0.0.0.0 --nat=extip:172.18.183.8 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2702f0dccb5fbc98f6c5aa6cb6ccdbec6fe184e983e9deac58ac7f876efacfdf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14416 --metrics-logging=true --relay=true --filter=true
2026-03-08 04:34:54.407 ERROR [src.node.docker_mananger] Max retries reached for container 35461c2ba9f6. Exiting log stream.
2026-03-08 04:34:54.437 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.183.8 waku bc8ca471f817db4cc2a5efa5872172da5db5d63f9aa81699eb7ae2486f8b1460
2026-03-08 04:34:54.478 DEBUG [src.node.docker_mananger] Container started with ID bc8ca471f817. Setting up logs at ./log/docker/node1_2026-03-08_04-34-54__1a6a1dbd-56d8-4780-a01b-29d337db34d9__wakuorg_nwaku:latest.log
2026-03-08 04:34:54.478 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14412
2026-03-08 04:34:54.479 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:54.932 ERROR [src.node.docker_mananger] Max retries reached for container f391114287f1. Exiting log stream.
2026-03-08 04:34:55.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14412/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:55.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:55.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14412/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:55.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-08 04:34:55.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14412/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:55.690 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:55.691 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:55.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14412/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:55.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.183.8/tcp/14413/p2p/16Uiu2HAmR1kuVU4nWjrUY2tK2MkHia7vg1g2grMxeypjNZiW6pLD","/ip4/172.18.183.8/tcp/14414/ws/p2p/16Uiu2HAmR1kuVU4nWjrUY2tK2MkHia7vg1g2grMxeypjNZiW6pLD"],"enrUri":"enr:-L24QGSdi6ZnLq-PDoSWSTUwm7JWv6CGSoe2LCaRHbmJS0Sdek4hfoiD2y56bm94s78Z8UWvVCINzVcKaXra47wNhX0CgmlkgnY0gmlwhKwStwiKbXVsdGlhZGRyc5YACASsErcIBjhNAAoErBK3CAY4Tt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDt54870I18Obtjmyacwi_BUSwJikYLwyQxXkaiihkbq6DdGNwgjhNg3VkcII4T4V3YWt1MgU"}'
2026-03-08 04:34:55.694 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:55.702 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-08 04:34:55.702 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-08_04-34-54__1a6a1dbd-56d8-4780-a01b-29d337db34d9__wakuorg_nwaku:latest.log
2026-03-08 04:34:55.702 DEBUG [src.node.waku_node] Starting Node...
2026-03-08 04:34:55.702 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-08 04:34:55.704 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-08 04:34:55.704 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.7.98
2026-03-08 04:34:55.704 DEBUG [src.node.docker_mananger] Generated ports ['26569', '26570', '26571', '26572', '26573']
2026-03-08 04:34:55.705 DEBUG [src.node.waku_node] Cluster id was resolved to: 4
2026-03-08 04:34:55.705 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-08 04:34:55.705 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-08 04:34:55.705 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-08 04:34:55.705 DEBUG [src.node.waku_node] Using volumes []
2026-03-08 04:34:55.705 DEBUG [src.node.docker_mananger] docker run -i -t -p 26569:26569 -p 26570:26570 -p 26571:26571 -p 26572:26572 -p 26573:26573 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=26571 --rest-port=26569 --tcp-port=26570 --discv5-udp-port=26572 --rest-address=0.0.0.0 --nat=extip:172.18.7.98 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=5ce9a5ba24af6e01db5c65bab95fe56e63cedd15cea91ca80d2ebe834dd04777 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26573 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGSdi6ZnLq-PDoSWSTUwm7JWv6CGSoe2LCaRHbmJS0Sdek4hfoiD2y56bm94s78Z8UWvVCINzVcKaXra47wNhX0CgmlkgnY0gmlwhKwStwiKbXVsdGlhZGRyc5YACASsErcIBjhNAAoErBK3CAY4Tt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDt54870I18Obtjmyacwi_BUSwJikYLwyQxXkaiihkbq6DdGNwgjhNg3VkcII4T4V3YWt1MgU
2026-03-08 04:34:55.923 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.7.98 waku 69c204c969438fec568bded6c68e9107702c433d2fb51b08438d94eaea171c10
2026-03-08 04:34:55.962 DEBUG [src.node.docker_mananger] Container started with ID 69c204c96943. Setting up logs at ./log/docker/node2_2026-03-08_04-34-54__1a6a1dbd-56d8-4780-a01b-29d337db34d9__wakuorg_nwaku:latest.log
2026-03-08 04:34:55.963 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26569
2026-03-08 04:34:55.963 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-08 04:34:56.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26569/health" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:56.981 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-08 04:34:56.982 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-08 04:34:56.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26569/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:56.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.7.98/tcp/26570/p2p/16Uiu2HAm3n7Tq2wGsAkWVoXx1iLADn3FFpWCsnw5QxVmxJAEe9F9","/ip4/172.18.7.98/tcp/26571/ws/p2p/16Uiu2HAm3n7Tq2wGsAkWVoXx1iLADn3FFpWCsnw5QxVmxJAEe9F9"],"enrUri":"enr:-L24QBL41OvedRFGGIi-slRXtaQWKUO7jlAqwVHxFx0UwOsAS30cOP1WPOtFXNMvTjuKEXMg7mlf6EVy3IIlBrGglRcCgmlkgnY0gmlwhKwSB2KKbXVsdGlhZGRyc5YACASsEgdiBmfKAAoErBIHYgZny90DgnJzhQAEAQAAiXNlY3AyNTZrMaECfBns_K87dlhmt2UNWonO6uARrKYeGLN8cV3yi8sOhEyDdGNwgmfKg3VkcIJnzIV3YWt1MgE"}'
2026-03-08 04:34:56.997 INFO [src.node.waku_node] REST service is ready !!
2026-03-08 04:34:56.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26569/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.183.8/tcp/14413/p2p/16Uiu2HAmR1kuVU4nWjrUY2tK2MkHia7vg1g2grMxeypjNZiW6pLD"]'
2026-03-08 04:34:57.021 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:57.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14412/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
2026-03-08 04:34:57.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:57.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:26569/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
2026-03-08 04:34:57.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:57.049 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14412/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-08 04:34:57.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-08 04:34:57.060 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-08 04:34:57.160 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:57.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14412/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:57.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1772944497049382282,"ephemeral":false,"proof":""}]'
2026-03-08 04:34:57.165 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-08 04:34:57.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
2026-03-08 04:34:57.168 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:26569/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
2026-03-08 04:34:57.171 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-08 04:34:57.172 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-08 04:34:57.172 DEBUG [src.node.waku_node] Stopping container with id bc8ca471f817
2026-03-08 04:34:57.823 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:57.824 DEBUG [src.node.waku_node] Stopping container with id 69c204c96943
2026-03-08 04:34:58.453 DEBUG [src.node.waku_node] Container stopped.
2026-03-08 04:34:58.456 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-08 04:34:58.512 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-08 04:34:58.519 DEBUG [src.node.docker_mananger] No errors found in the waku logs.