86 lines
14 KiB
Plaintext

2026-03-13 04:33:36.592 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-13 04:33:36.593 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/2/1] with id: 2026-03-13_04-33-36__70d122ef-3c0c-430e-9039-b3745f903e34
2026-03-13 04:33:36.593 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-13 04:33:36.593 DEBUG [src.steps.relay] Running fixture setup: relay_setup
2026-03-13 04:33:36.593 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
2026-03-13 04:33:36.599 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:33:36.599 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-13_04-33-36__70d122ef-3c0c-430e-9039-b3745f903e34__wakuorg_nwaku:latest.log
2026-03-13 04:33:36.599 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:33:36.599 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:33:36.601 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:33:36.601 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.16.130
2026-03-13 04:33:36.601 DEBUG [src.node.docker_mananger] Generated ports ['22186', '22187', '22188', '22189', '22190']
2026-03-13 04:33:36.601 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-13 04:33:36.601 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-13 04:33:36.601 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:33:36.601 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:33:36.601 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:33:36.602 DEBUG [src.node.docker_mananger] docker run -i -t -p 22186:22186 -p 22187:22187 -p 22188:22188 -p 22189:22189 -p 22190:22190 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=22188 --rest-port=22186 --tcp-port=22187 --discv5-udp-port=22189 --rest-address=0.0.0.0 --nat=extip:172.18.16.130 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=398baf52ebedcdd84283cbe25a392b17097a4ead4db04d6cfcdebeb19b4c42d2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22190 --metrics-logging=true --relay=true --filter=true
2026-03-13 04:33:36.760 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.16.130 waku a3d65da6d3c2c7c531cb183d0e3dae7570662db0afaad0ff33ee3c8b929ffe1f
2026-03-13 04:33:36.786 DEBUG [src.node.docker_mananger] Container started with ID a3d65da6d3c2. Setting up logs at ./log/docker/node1_2026-03-13_04-33-36__70d122ef-3c0c-430e-9039-b3745f903e34__wakuorg_nwaku:latest.log
2026-03-13 04:33:36.786 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22186
2026-03-13 04:33:36.786 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:33:36.837 ERROR [src.node.docker_mananger] Max retries reached for container 7624233e2bfd. Exiting log stream.
2026-03-13 04:33:37.401 ERROR [src.node.docker_mananger] Max retries reached for container bdd951e82a32. Exiting log stream.
2026-03-13 04:33:37.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:37.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-13 04:33:37.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:37.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-13 04:33:37.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:37.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-13 04:33:38.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:38.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","connectionStatus":"Disconnected","protocolsHealth":[]}'
2026-03-13 04:33:38.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:38.201 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-13 04:33:38.201 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:33:38.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:38.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.16.130/tcp/22187/p2p/16Uiu2HAmBuQoaDg4fDUaGJB4Qd1wVczcBUGcK5XZRokrQwkhD5z5","/ip4/172.18.16.130/tcp/22188/ws/p2p/16Uiu2HAmBuQoaDg4fDUaGJB4Qd1wVczcBUGcK5XZRokrQwkhD5z5"],"enrUri":"enr:-L24QHz4qWDl0MXnW3L5i4ZyDO380kOLERQyLcraS5m8znW8B5fPL_sBqs_xUB5YUdlfBfEFBX0SJHfKB6sAD0vb2Z4CgmlkgnY0gmlwhKwSEIKKbXVsdGlhZGRyc5YACASsEhCCBlarAAoErBIQggZWrN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC9NYX-7V_pGFMJokfY761PDnK3XkQ3k15j5wWCMtWsb6DdGNwglarg3VkcIJWrYV3YWt1MgU"}'
2026-03-13 04:33:38.204 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:33:38.210 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-13 04:33:38.210 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-13_04-33-36__70d122ef-3c0c-430e-9039-b3745f903e34__wakuorg_nwaku:latest.log
2026-03-13 04:33:38.210 DEBUG [src.node.waku_node] Starting Node...
2026-03-13 04:33:38.210 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-13 04:33:38.211 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-13 04:33:38.211 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.103
2026-03-13 04:33:38.211 DEBUG [src.node.docker_mananger] Generated ports ['47943', '47944', '47945', '47946', '47947']
2026-03-13 04:33:38.212 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
2026-03-13 04:33:38.212 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
2026-03-13 04:33:38.212 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-13 04:33:38.212 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-13 04:33:38.212 DEBUG [src.node.waku_node] Using volumes []
2026-03-13 04:33:38.212 DEBUG [src.node.docker_mananger] docker run -i -t -p 47943:47943 -p 47944:47944 -p 47945:47945 -p 47946:47946 -p 47947:47947 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=47945 --rest-port=47943 --tcp-port=47944 --discv5-udp-port=47946 --rest-address=0.0.0.0 --nat=extip:172.18.215.103 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bcf408101a8de18ffe319d8de0056ad043aedbdddf40a0cea94df06c87acea5e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47947 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHz4qWDl0MXnW3L5i4ZyDO380kOLERQyLcraS5m8znW8B5fPL_sBqs_xUB5YUdlfBfEFBX0SJHfKB6sAD0vb2Z4CgmlkgnY0gmlwhKwSEIKKbXVsdGlhZGRyc5YACASsEhCCBlarAAoErBIQggZWrN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC9NYX-7V_pGFMJokfY761PDnK3XkQ3k15j5wWCMtWsb6DdGNwglarg3VkcIJWrYV3YWt1MgU
2026-03-13 04:33:38.361 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.103 waku 412b3395bdabcd851225f289c5f998fd7f86adcc84d9b29008fb49cdf3cc5a45
2026-03-13 04:33:38.387 DEBUG [src.node.docker_mananger] Container started with ID 412b3395bdab. Setting up logs at ./log/docker/node2_2026-03-13_04-33-36__70d122ef-3c0c-430e-9039-b3745f903e34__wakuorg_nwaku:latest.log
2026-03-13 04:33:38.388 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47943
2026-03-13 04:33:38.388 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-13 04:33:39.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47943/health" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:39.392 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-13 04:33:39.392 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-13 04:33:39.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47943/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:39.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.103/tcp/47944/p2p/16Uiu2HAm9Jn6art5vhNDiyB9J6YaQSHXs5yYpe49RDVERNk6Rmkn","/ip4/172.18.215.103/tcp/47945/ws/p2p/16Uiu2HAm9Jn6art5vhNDiyB9J6YaQSHXs5yYpe49RDVERNk6Rmkn"],"enrUri":"enr:-L24QIVNPjEp1kjJnSHnIzr6vbJhtHAxrGKeSTDECklCDKVDZOkO8xfM22ojUu3J2OOWfYZ1DBvEGch42WBTKigsGHICgmlkgnY0gmlwhKwS12eKbXVsdGlhZGRyc5YACASsEtdnBrtIAAoErBLXZwa7Sd0DgnJzhQACAQAAiXNlY3AyNTZrMaECzj93yYQXrBPdVy0BjC63IjOFQsSsJgb9zXapkr3oV0uDdGNwgrtIg3VkcIK7SoV3YWt1MgE"}'
2026-03-13 04:33:39.395 INFO [src.node.waku_node] REST service is ready !!
2026-03-13 04:33:39.395 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47943/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.16.130/tcp/22187/p2p/16Uiu2HAmBuQoaDg4fDUaGJB4Qd1wVczcBUGcK5XZRokrQwkhD5z5"]'
2026-03-13 04:33:39.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:33:39.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22186/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
2026-03-13 04:33:39.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:33:39.428 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:47943/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
2026-03-13 04:33:39.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:33:39.437 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-13 04:33:39.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-13 04:33:39.447 DEBUG [src.libs.common] Sleeping for 0.1 seconds
2026-03-13 04:33:39.547 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
2026-03-13 04:33:39.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:39.550 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376419437591367,"ephemeral":false,"proof":""}]'
2026-03-13 04:33:39.553 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
2026-03-13 04:33:39.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47943/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
2026-03-13 04:33:39.556 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1773376419437591367,"ephemeral":false,"proof":""}]'
2026-03-13 04:33:39.558 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-13 04:33:39.559 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-13 04:33:39.559 DEBUG [src.node.waku_node] Stopping container with id a3d65da6d3c2
2026-03-13 04:33:40.056 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:40.056 DEBUG [src.node.waku_node] Stopping container with id 412b3395bdab
2026-03-13 04:33:40.520 DEBUG [src.node.waku_node] Container stopped.
2026-03-13 04:33:40.523 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-13 04:33:40.554 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-13 04:33:40.578 DEBUG [src.node.docker_mananger] No errors found in the waku logs.