78 lines
13 KiB
Plaintext

2025-12-11 04:17:20.016 DEBUG [tests.conftest] Running fixture setup: test_id
2025-12-11 04:17:20.017 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2025-12-11_04-17-20__27da85cd-7708-451a-9dac-4afd7c9f1e53
2025-12-11 04:17:20.017 DEBUG [src.steps.common] Running fixture setup: common_setup
2025-12-11 04:17:20.026 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:17:20.026 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-11_04-17-20__27da85cd-7708-451a-9dac-4afd7c9f1e53__wakuorg_nwaku:latest.log
2025-12-11 04:17:20.033 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:17:20.034 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-11_04-17-20__27da85cd-7708-451a-9dac-4afd7c9f1e53__wakuorg_nwaku:latest.log
2025-12-11 04:17:20.041 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2025-12-11 04:17:20.041 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-11_04-17-20__27da85cd-7708-451a-9dac-4afd7c9f1e53__wakuorg_nwaku:latest.log
2025-12-11 04:17:20.042 DEBUG [src.steps.store] Running fixture setup: store_setup
2025-12-11 04:17:20.044 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:17:20.045 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:17:20.047 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:17:20.047 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.176
2025-12-11 04:17:20.048 DEBUG [src.node.docker_mananger] Generated ports ['1723', '1724', '1725', '1726', '1727']
2025-12-11 04:17:20.048 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:17:20.048 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:17:20.049 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:17:20.049 DEBUG [src.node.docker_mananger] docker run -i -t -p 1723:1723 -p 1724:1724 -p 1725:1725 -p 1726:1726 -p 1727:1727 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=1725 --rest-port=1723 --tcp-port=1724 --discv5-udp-port=1726 --rest-address=0.0.0.0 --nat=extip:172.18.24.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=50ad1a218bc3addf81f8bfaa85a451bd3b9fc5ad8ec80a610edecf9e8e66bf3f --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1727 --metrics-logging=true --relay=true --dns-discovery=false
2025-12-11 04:17:20.210 ERROR [src.node.docker_mananger] Max retries reached for container 290e042d4985. Exiting log stream.
2025-12-11 04:17:20.245 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.176 waku 811b2d2c7889f084ed62f0329cf986bad9b2b1d0041fd438ff1340273542e6bb
2025-12-11 04:17:20.276 DEBUG [src.node.docker_mananger] Container started with ID 811b2d2c7889. Setting up logs at ./log/docker/node1_2025-12-11_04-17-20__27da85cd-7708-451a-9dac-4afd7c9f1e53__wakuorg_nwaku:latest.log
2025-12-11 04:17:20.276 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1723
2025-12-11 04:17:20.277 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:17:20.943 ERROR [src.node.docker_mananger] Max retries reached for container f3256ef2c6e8. Exiting log stream.
2025-12-11 04:17:21.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1723/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:17:21.281 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-11 04:17:21.282 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:17:21.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1723/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:17:21.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.176/tcp/1724/p2p/16Uiu2HAm85mtmK8gdC5QbZfzDQohMPzyGVDR3pDsgcXkFcFux6ss","/ip4/172.18.24.176/tcp/1725/ws/p2p/16Uiu2HAm85mtmK8gdC5QbZfzDQohMPzyGVDR3pDsgcXkFcFux6ss"],"enrUri":"enr:-L24QEwC27vn6sk2yQt4ZIFwN9kChkArc4uKyyTrU_PbPSsDcShxCaBaNfqsuWOfR9Ea29wxJScm8BnHOX24zYgHhoECgmlkgnY0gmlwhKwSGLCKbXVsdGlhZGRyc5YACASsEhiwBga8AAoErBIYsAYGvd0DgnJzhQADAQAAiXNlY3AyNTZrMaECvA8AAzVWt_z_QN4gEYPZWZ06m-uUNFIbp3L6bWMN6pKDdGNwgga8g3VkcIIGvoV3YWt1MhM"}'
2025-12-11 04:17:21.284 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:17:21.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1723/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2025-12-11 04:17:21.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:17:21.298 DEBUG [src.steps.store] Relaying message
2025-12-11 04:17:21.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1723/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-11 04:17:21.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:17:21.302 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:17:21.503 DEBUG [src.steps.store] Relaying message
2025-12-11 04:17:21.503 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1723/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-11 04:17:21.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:17:21.507 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:17:21.707 DEBUG [src.steps.store] Relaying message
2025-12-11 04:17:21.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1723/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-11 04:17:21.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:17:21.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2025-12-11 04:17:46.912 DEBUG [src.node.waku_node] Starting Node...
2025-12-11 04:17:46.912 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2025-12-11 04:17:46.913 DEBUG [src.node.docker_mananger] Network waku already exists
2025-12-11 04:17:46.914 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.243
2025-12-11 04:17:46.914 DEBUG [src.node.docker_mananger] Generated ports ['23971', '23972', '23973', '23974', '23975']
2025-12-11 04:17:46.914 DEBUG [src.node.waku_node] RLN credentials were not set
2025-12-11 04:17:46.914 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2025-12-11 04:17:46.914 DEBUG [src.node.waku_node] Using volumes []
2025-12-11 04:17:46.914 DEBUG [src.node.docker_mananger] docker run -i -t -p 23971:23971 -p 23972:23972 -p 23973:23973 -p 23974:23974 -p 23975:23975 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=23973 --rest-port=23971 --tcp-port=23972 --discv5-udp-port=23974 --rest-address=0.0.0.0 --nat=extip:172.18.224.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9ec9fc6aeafb1ef2befb01ce2f02030aa233107270a4bd641e1bf3e65dd61cb --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=23975 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QEwC27vn6sk2yQt4ZIFwN9kChkArc4uKyyTrU_PbPSsDcShxCaBaNfqsuWOfR9Ea29wxJScm8BnHOX24zYgHhoECgmlkgnY0gmlwhKwSGLCKbXVsdGlhZGRyc5YACASsEhiwBga8AAoErBIYsAYGvd0DgnJzhQADAQAAiXNlY3AyNTZrMaECvA8AAzVWt_z_QN4gEYPZWZ06m-uUNFIbp3L6bWMN6pKDdGNwgga8g3VkcIIGvoV3YWt1MhM
2025-12-11 04:17:47.101 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.243 waku 0dc7163299ce4728e52fd1e9bdc87c87876ee854ece9baed001fd6e6ef8c9594
2025-12-11 04:17:47.131 DEBUG [src.node.docker_mananger] Container started with ID 0dc7163299ce. Setting up logs at ./log/docker/node2_2025-12-11_04-17-20__27da85cd-7708-451a-9dac-4afd7c9f1e53__wakuorg_nwaku:latest.log
2025-12-11 04:17:47.131 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23971
2025-12-11 04:17:47.132 DEBUG [src.libs.common] Sleeping for 1 seconds
2025-12-11 04:17:48.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23971/health" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:17:48.136 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-11 04:17:48.136 INFO [src.node.waku_node] Node protocols are initialized !!
2025-12-11 04:17:48.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23971/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:17:48.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.243/tcp/23972/p2p/16Uiu2HAkwJSGuKd1SNLKy1kg7VQ35TnworEkbdHnN1Yd6te8NU6f","/ip4/172.18.224.243/tcp/23973/ws/p2p/16Uiu2HAkwJSGuKd1SNLKy1kg7VQ35TnworEkbdHnN1Yd6te8NU6f"],"enrUri":"enr:-L24QJ-Feh-lEAt1XmlH3TRjzfw8s2y7bzCtPhFuMgbaec6ATKJIINTwuN-Wkk286hm3If4IXtyUC-lPNXAW2sH0pqkCgmlkgnY0gmlwhKwS4POKbXVsdGlhZGRyc5YACASsEuDzBl2kAAoErBLg8wZdpd0DgnJzhQADAQAAiXNlY3AyNTZrMaECG9zP16aD_GdvQpy8kB_9Bs6btLoYxR26yMsgCPQW2iyDdGNwgl2kg3VkcIJdpoV3YWt1MhI"}'
2025-12-11 04:17:48.138 INFO [src.node.waku_node] REST service is ready !!
2025-12-11 04:17:48.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23971/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.24.176/tcp/1724/p2p/16Uiu2HAm85mtmK8gdC5QbZfzDQohMPzyGVDR3pDsgcXkFcFux6ss"]'
2025-12-11 04:17:48.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2025-12-11 04:17:58.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23971/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
2025-12-11 04:17:58.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0e44de766c297669486710827db3cfdbe93776a29098a77370e5423929b7a45b"},{"messageHash":"0x56f6c4d2fbc2949226f63ec68260bbf690fe7683edc53d91e6a3dba8439456a5"},{"messageHash":"0xfa6404a8f7fbb09d7faf12f6bee3731ef95adf089097715359ca8f3a34aa6cc0"}]}'
2025-12-11 04:17:58.177 DEBUG [tests.conftest] Running fixture teardown: test_setup
2025-12-11 04:17:58.178 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2025-12-11 04:17:58.178 DEBUG [src.node.waku_node] Stopping container with id 811b2d2c7889
2025-12-11 04:17:58.696 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:58.696 DEBUG [src.node.waku_node] Stopping container with id 0dc7163299ce
2025-12-11 04:17:59.211 DEBUG [src.node.waku_node] Container stopped.
2025-12-11 04:17:59.213 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2025-12-11 04:17:59.223 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2025-12-11 04:17:59.233 DEBUG [src.node.docker_mananger] No errors found in the waku logs.