77 lines
13 KiB
Plaintext

2025-12-19 04:24:20.215 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-19 04:24:20.215 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114
2025-12-19 04:24:20.216 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-19 04:24:20.225 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-19 04:24:20.226 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
2025-12-19 04:24:20.234 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-19 04:24:20.234 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
2025-12-19 04:24:20.243 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-19 04:24:20.243 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
2025-12-19 04:24:20.244 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-19 04:24:20.245 DEBUG [src.node.waku_node] Starting Node...
2025-12-19 04:24:20.247 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-19 04:24:20.249 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-19 04:24:20.249 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.71.171
2025-12-19 04:24:20.249 DEBUG [src.node.docker_mananger] Generated ports ['8768', '8769', '8770', '8771', '8772']
2025-12-19 04:24:20.250 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-19 04:24:20.250 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-19 04:24:20.250 DEBUG [src.node.waku_node] Using volumes []
2025-12-19 04:24:20.251 DEBUG [src.node.docker_mananger] docker run -i -t -p 8768:8768 -p 8769:8769 -p 8770:8770 -p 8771:8771 -p 8772:8772 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=8770 --rest-port=8768 --tcp-port=8769 --discv5-udp-port=8771 --rest-address=0.0.0.0 --nat=extip:172.18.71.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bca204d3c9bc86dd5aa2cb95cbeda6efebb49a7fbcdd392f3ba1da21eeac0b9b --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8772 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-19 04:24:20.467 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.71.171 waku 850bf1e1aaefd3b31f6a9ab114b69bc2797c1ef1ffc4593d8596f4f07af9b1b6
2025-12-19 04:24:20.504 DEBUG [src.node.docker_mananger] Container started with ID 850bf1e1aaef. Setting up logs at ./log/docker/node1_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
2025-12-19 04:24:20.504 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8768
2025-12-19 04:24:20.505 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-19 04:24:21.143 ERROR [src.node.docker_mananger] Max retries reached for container ae1e6b59eabe. Exiting log stream.
2025-12-19 04:24:21.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8768/health" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:24:21.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln 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"}]}'
2025-12-19 04:24:21.510 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-19 04:24:21.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8768/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:24:21.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.71.171/tcp/8769/p2p/16Uiu2HAkvXynD3z1p3GrKyZ8Xv3VHEXQPwdwsGg4i6vKTuBk3H93","/ip4/172.18.71.171/tcp/8770/ws/p2p/16Uiu2HAkvXynD3z1p3GrKyZ8Xv3VHEXQPwdwsGg4i6vKTuBk3H93"],"enrUri":"enr:-L24QDbZgSpcesIELjE3fG9c4odcnaFJyR0NJ7K62udcbuFRVofcFPlMgDX87YOTmlGTy5014YoTHyvIdJOucr3yRfECgmlkgnY0gmlwhKwSR6uKbXVsdGlhZGRyc5YACASsEkerBiJBAAoErBJHqwYiQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECEHlMcPvz83moHnHFOBpwNuVs-gHLhKwZUQ9m25t6iFKDdGNwgiJBg3VkcIIiQ4V3YWt1MhM"}'
2025-12-19 04:24:21.512 INFO [src.node.waku_node] REST service is ready !!
2025-12-19 04:24:21.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-19 04:24:21.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:24:21.525 DEBUG [src.steps.store] Relaying message
2025-12-19 04:24:21.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/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)'}'
2025-12-19 04:24:21.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:24:21.529 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-19 04:24:21.729 DEBUG [src.steps.store] Relaying message
2025-12-19 04:24:21.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/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)'}'
2025-12-19 04:24:21.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:24:21.734 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-19 04:24:21.935 DEBUG [src.steps.store] Relaying message
2025-12-19 04:24:21.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/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)'}'
2025-12-19 04:24:21.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:24:21.939 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-19 04:24:47.140 DEBUG [src.node.waku_node] Starting Node...
2025-12-19 04:24:47.140 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-19 04:24:47.142 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-19 04:24:47.142 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.218
2025-12-19 04:24:47.142 DEBUG [src.node.docker_mananger] Generated ports ['19924', '19925', '19926', '19927', '19928']
2025-12-19 04:24:47.143 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-19 04:24:47.143 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-19 04:24:47.143 DEBUG [src.node.waku_node] Using volumes []
2025-12-19 04:24:47.143 DEBUG [src.node.docker_mananger] docker run -i -t -p 19924:19924 -p 19925:19925 -p 19926:19926 -p 19927:19927 -p 19928:19928 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=19926 --rest-port=19924 --tcp-port=19925 --discv5-udp-port=19927 --rest-address=0.0.0.0 --nat=extip:172.18.130.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ca8eb2e45c5de734f0ce8ab2bd2decd156ee2ab3152c4ec53cb156bcd96cd16 --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19928 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QDbZgSpcesIELjE3fG9c4odcnaFJyR0NJ7K62udcbuFRVofcFPlMgDX87YOTmlGTy5014YoTHyvIdJOucr3yRfECgmlkgnY0gmlwhKwSR6uKbXVsdGlhZGRyc5YACASsEkerBiJBAAoErBJHqwYiQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECEHlMcPvz83moHnHFOBpwNuVs-gHLhKwZUQ9m25t6iFKDdGNwgiJBg3VkcIIiQ4V3YWt1MhM
2025-12-19 04:24:47.346 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.218 waku 45d46048e1b3287a25f8750dbaa979f4e55fa2a64c0abcd0af4a201d8f8f13ee
2025-12-19 04:24:47.379 DEBUG [src.node.docker_mananger] Container started with ID 45d46048e1b3. Setting up logs at ./log/docker/node2_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
2025-12-19 04:24:47.380 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19924
2025-12-19 04:24:47.381 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-19 04:24:48.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19924/health" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:24:48.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln 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"}]}'
2025-12-19 04:24:48.386 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-19 04:24:48.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19924/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:24:48.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.218/tcp/19925/p2p/16Uiu2HAm9gztPMfzbkw9E7Tbcjy12qAyyx88dJFXbvw3UPymfYgr","/ip4/172.18.130.218/tcp/19926/ws/p2p/16Uiu2HAm9gztPMfzbkw9E7Tbcjy12qAyyx88dJFXbvw3UPymfYgr"],"enrUri":"enr:-L24QNcJQG65lR_eYhhb0ghBkeP_cQGdcmTGsAiQocRFGsVLRU6KpH-xj49yOIHxbcRzPv-fI5ZxInlnMV-zjDwbtBACgmlkgnY0gmlwhKwSgtqKbXVsdGlhZGRyc5YACASsEoLaBk3VAAoErBKC2gZN1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0_C1AeCwyH8PPDki50DbddeDZTm9Om2jNTGLDYcEoxODdGNwgk3Vg3VkcIJN14V3YWt1MhI"}'
2025-12-19 04:24:48.388 INFO [src.node.waku_node] REST service is ready !!
2025-12-19 04:24:48.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19924/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.71.171/tcp/8769/p2p/16Uiu2HAkvXynD3z1p3GrKyZ8Xv3VHEXQPwdwsGg4i6vKTuBk3H93"]'
2025-12-19 04:24:48.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-19 04:24:58.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19924/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-19 04:24:58.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0339669735380cb453753e8f760f3b05bd325400323d1ec8634586b3855bfa60"},{"messageHash":"0x9b3f4b22c0fa8e32706331dde55b280ee3c86f440c95898a2d763fe0b6e58302"},{"messageHash":"0xd0973b2dfce476258c45cd34bc91b5c3fd5c756c3009eaf28c97fee28ecee19a"}]}'
2025-12-19 04:24:58.428 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-19 04:24:58.430 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-19 04:24:58.430 DEBUG [src.node.waku_node] Stopping container with id 850bf1e1aaef
2025-12-19 04:24:59.001 DEBUG [src.node.waku_node] Container stopped.
2025-12-19 04:24:59.001 DEBUG [src.node.waku_node] Stopping container with id 45d46048e1b3
2025-12-19 04:24:59.552 DEBUG [src.node.waku_node] Container stopped.
2025-12-19 04:24:59.552 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-19 04:24:59.563 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-19 04:24:59.572 DEBUG [src.node.docker_mananger] No errors found in the waku logs.