79 lines
13 KiB
Plaintext

2026-03-25 04:42:06.323 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-25 04:42:06.324 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2026-03-25_04-42-06__483928de-6a28-48b9-9307-c1d326579ed5
2026-03-25 04:42:06.324 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-25 04:42:06.338 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:42:06.338 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-42-06__483928de-6a28-48b9-9307-c1d326579ed5__wakuorg_nwaku:latest.log
2026-03-25 04:42:06.347 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:42:06.347 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-42-06__483928de-6a28-48b9-9307-c1d326579ed5__wakuorg_nwaku:latest.log
2026-03-25 04:42:06.354 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:42:06.354 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-25_04-42-06__483928de-6a28-48b9-9307-c1d326579ed5__wakuorg_nwaku:latest.log
2026-03-25 04:42:06.355 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-25 04:42:06.356 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:42:06.356 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:42:06.357 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:42:06.357 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.156
2026-03-25 04:42:06.358 DEBUG [src.node.docker_mananger] Generated ports ['42726', '42727', '42728', '42729', '42730']
2026-03-25 04:42:06.358 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:42:06.358 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:42:06.358 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:42:06.358 DEBUG [src.node.docker_mananger] docker run -i -t -p 42726:42726 -p 42727:42727 -p 42728:42728 -p 42729:42729 -p 42730:42730 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=42728 --rest-port=42726 --tcp-port=42727 --discv5-udp-port=42729 --rest-address=0.0.0.0 --nat=extip:172.18.164.156 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9dccc4c71fe18e839eeecb88adebd814fa9b5e3f7bb256bddc16b16d3d0028f4 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42730 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-25 04:42:06.520 ERROR [src.node.docker_mananger] Max retries reached for container eee5e9ab047b. Exiting log stream.
2026-03-25 04:42:06.557 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.156 waku 32011b209a6fc6fa3decbe11c83a67073431783a04d62763eb1a0c59b98523b6
2026-03-25 04:42:06.600 DEBUG [src.node.docker_mananger] Container started with ID 32011b209a6f. Setting up logs at ./log/docker/node1_2026-03-25_04-42-06__483928de-6a28-48b9-9307-c1d326579ed5__wakuorg_nwaku:latest.log
2026-03-25 04:42:06.600 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42726
2026-03-25 04:42:06.601 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:42:07.165 ERROR [src.node.docker_mananger] Max retries reached for container d77f4a1f7872. Exiting log stream.
2026-03-25 04:42:07.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42726/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:42:07.605 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":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-25 04:42:07.605 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:42:07.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42726/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:42:07.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.164.156/tcp/42727/p2p/16Uiu2HAm2wiNbRwXKi7afn3wMtFZPfS6BiFfA4MQPXNaASXCna41","/ip4/172.18.164.156/tcp/42728/ws/p2p/16Uiu2HAm2wiNbRwXKi7afn3wMtFZPfS6BiFfA4MQPXNaASXCna41"],"enrUri":"enr:-L24QP8ofG72IcOr2gW7Wz86RzGZjHK-UtRfV09_zm2XtDvSBAz5UiuVLTfc_k7v1R7CLyiXt85Y2mjx6wNPy4qTAJcCgmlkgnY0gmlwhKwSpJyKbXVsdGlhZGRyc5YACASsEqScBqbnAAoErBKknAam6N0DgnJzhQADAQAAiXNlY3AyNTZrMaECb7PwTF9UtkB1GdCMAvQH_PD8Tm8YIQSEj4mlzXQ0uYqDdGNwgqbng3VkcIKm6YV3YWt1MhM"}'
2026-03-25 04:42:07.608 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:42:07.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42726/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-25 04:42:07.626 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:07.627 DEBUG [src.steps.store] Relaying message
2026-03-25 04:42:07.627 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42726/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-25 04:42:07.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:07.631 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:42:07.832 DEBUG [src.steps.store] Relaying message
2026-03-25 04:42:07.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42726/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-25 04:42:07.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:07.837 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:42:08.038 DEBUG [src.steps.store] Relaying message
2026-03-25 04:42:08.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42726/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
2026-03-25 04:42:08.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:08.043 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:43:08.243 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:43:08.243 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:43:08.245 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:43:08.245 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.106
2026-03-25 04:43:08.246 DEBUG [src.node.docker_mananger] Generated ports ['4344', '4345', '4346', '4347', '4348']
2026-03-25 04:43:08.246 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:43:08.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:43:08.246 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:43:08.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 4344:4344 -p 4345:4345 -p 4346:4346 -p 4347:4347 -p 4348:4348 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=4346 --rest-port=4344 --tcp-port=4345 --discv5-udp-port=4347 --rest-address=0.0.0.0 --nat=extip:172.18.23.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc3a4aadde5db8790eee044becceac83ab9c2a6b16da20e2a9b4dfaea854ca26 --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4348 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QP8ofG72IcOr2gW7Wz86RzGZjHK-UtRfV09_zm2XtDvSBAz5UiuVLTfc_k7v1R7CLyiXt85Y2mjx6wNPy4qTAJcCgmlkgnY0gmlwhKwSpJyKbXVsdGlhZGRyc5YACASsEqScBqbnAAoErBKknAam6N0DgnJzhQADAQAAiXNlY3AyNTZrMaECb7PwTF9UtkB1GdCMAvQH_PD8Tm8YIQSEj4mlzXQ0uYqDdGNwgqbng3VkcIKm6YV3YWt1MhM
2026-03-25 04:43:08.452 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.106 waku def9d61e84cd1be2e7cc264240be72027d63c20dc034564ce3c40a3694690cc3
2026-03-25 04:43:08.491 DEBUG [src.node.docker_mananger] Container started with ID def9d61e84cd. Setting up logs at ./log/docker/node2_2026-03-25_04-42-06__483928de-6a28-48b9-9307-c1d326579ed5__wakuorg_nwaku:latest.log
2026-03-25 04:43:08.491 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4344
2026-03-25 04:43:08.492 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:43:09.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4344/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:43:09.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","connectionStatus":"Disconnected","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"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":"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":"NOT_READY","desc":"No Filter service peer available yet"},{"Rln Relay":"NOT_MOUNTED"}]}'
2026-03-25 04:43:09.496 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:43:09.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4344/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:43:09.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.106/tcp/4345/p2p/16Uiu2HAmHTzkknz8iGCuwhdnBC1HNS8PkYkpF1bBDmK9fP2siGDh","/ip4/172.18.23.106/tcp/4346/ws/p2p/16Uiu2HAmHTzkknz8iGCuwhdnBC1HNS8PkYkpF1bBDmK9fP2siGDh"],"enrUri":"enr:-L24QHGt90SusnL-s9VxeppJF8ckG-8hbpBTFbToREzbbc_oNwjDsNe_CCwNZX-0FoEm4CjWx-_Frc1XZA_YW_oddtwCgmlkgnY0gmlwhKwSF2qKbXVsdGlhZGRyc5YACASsEhdqBhD5AAoErBIXagYQ-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR3mA0aMsTyh_eFhR2w5nvxWuFtbEXDXbSpXZvNQp_6SDdGNwghD5g3VkcIIQ-4V3YWt1MhI"}'
2026-03-25 04:43:09.499 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:43:09.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:4344/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.164.156/tcp/42727/p2p/16Uiu2HAm2wiNbRwXKi7afn3wMtFZPfS6BiFfA4MQPXNaASXCna41"]'
2026-03-25 04:43:09.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:43:29.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4344/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:43:29.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-25 04:43:29.540 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
2026-03-25 04:43:29.542 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-25 04:43:29.543 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-25 04:43:29.543 DEBUG [src.node.waku_node] Stopping container with id 32011b209a6f
2026-03-25 04:43:30.093 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:43:30.094 DEBUG [src.node.waku_node] Stopping container with id def9d61e84cd
2026-03-25 04:43:30.672 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:43:30.676 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-25 04:43:30.689 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:43:30.698 DEBUG [src.node.docker_mananger] No errors found in the waku logs.