78 lines
13 KiB
Plaintext

2026-03-25 04:42:20.095 DEBUG [tests.conftest] Running fixture setup: test_id
2026-03-25 04:42:20.095 DEBUG [tests.conftest] Running test: test_store_sync_range_with_zero_jitter with id: 2026-03-25_04-42-20__a64ce4fb-a715-446a-9d38-a077eba6af21
2026-03-25 04:42:20.096 DEBUG [src.steps.common] Running fixture setup: common_setup
2026-03-25 04:42:20.103 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:42:20.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-03-25_04-42-20__a64ce4fb-a715-446a-9d38-a077eba6af21__wakuorg_nwaku:latest.log
2026-03-25 04:42:20.110 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:42:20.110 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-03-25_04-42-20__a64ce4fb-a715-446a-9d38-a077eba6af21__wakuorg_nwaku:latest.log
2026-03-25 04:42:20.116 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
2026-03-25 04:42:20.117 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-03-25_04-42-20__a64ce4fb-a715-446a-9d38-a077eba6af21__wakuorg_nwaku:latest.log
2026-03-25 04:42:20.117 DEBUG [src.steps.store] Running fixture setup: store_setup
2026-03-25 04:42:20.118 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:42:20.118 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:42:20.119 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:42:20.119 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.126
2026-03-25 04:42:20.119 DEBUG [src.node.docker_mananger] Generated ports ['15712', '15713', '15714', '15715', '15716']
2026-03-25 04:42:20.119 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:42:20.120 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:42:20.120 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:42:20.120 DEBUG [src.node.docker_mananger] docker run -i -t -p 15712:15712 -p 15713:15713 -p 15714:15714 -p 15715:15715 -p 15716:15716 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=15714 --rest-port=15712 --tcp-port=15713 --discv5-udp-port=15715 --rest-address=0.0.0.0 --nat=extip:172.18.22.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed58ebeadddcfb80e628ce1ea67c3e5e1396e63d0ef19acbd42d9608bcdedd7f --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15716 --metrics-logging=true --relay=true --dns-discovery=false
2026-03-25 04:42:20.323 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.126 waku c4b3f6e20056a8f76d8825141be10a4e69102ac9acd86765695d51a57d15fc4f
2026-03-25 04:42:20.329 ERROR [src.node.docker_mananger] Max retries reached for container 9a1b3449fad6. Exiting log stream.
2026-03-25 04:42:20.360 DEBUG [src.node.docker_mananger] Container started with ID c4b3f6e20056. Setting up logs at ./log/docker/node1_2026-03-25_04-42-20__a64ce4fb-a715-446a-9d38-a077eba6af21__wakuorg_nwaku:latest.log
2026-03-25 04:42:20.360 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15712
2026-03-25 04:42:20.361 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:42:20.895 ERROR [src.node.docker_mananger] Max retries reached for container fee708662fdd. Exiting log stream.
2026-03-25 04:42:21.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15712/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:42:21.364 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:21.364 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:42:21.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15712/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:42:21.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.126/tcp/15713/p2p/16Uiu2HAm1wosRMsdkxeKATExj4qrPHmhkRDnMGSarZgJBQHVx2bx","/ip4/172.18.22.126/tcp/15714/ws/p2p/16Uiu2HAm1wosRMsdkxeKATExj4qrPHmhkRDnMGSarZgJBQHVx2bx"],"enrUri":"enr:-L24QAl0_BYiNPxOWgo1ghcodnFxiNav_7Prl0OZSWI07XTEPIpRw2tTbio3oRZkjfoqZ777BFRd0NAye-X3XyKoOO4CgmlkgnY0gmlwhKwSFn6KbXVsdGlhZGRyc5YACASsEhZ-Bj1hAAoErBIWfgY9Yt0DgnJzhQADAQAAiXNlY3AyNTZrMaECYN53m_8WrALm-ngbiJuoyjdLH0-046d7E8smvgszEyeDdGNwgj1hg3VkcII9Y4V3YWt1MhM"}'
2026-03-25 04:42:21.367 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:42:21.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15712/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
2026-03-25 04:42:21.383 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:21.384 DEBUG [src.steps.store] Relaying message
2026-03-25 04:42:21.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15712/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:21.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:21.387 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:42:21.588 DEBUG [src.steps.store] Relaying message
2026-03-25 04:42:21.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15712/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:21.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:21.593 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:42:21.793 DEBUG [src.steps.store] Relaying message
2026-03-25 04:42:21.793 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15712/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:21.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:21.798 DEBUG [src.libs.common] Sleeping for 0.2 seconds
2026-03-25 04:42:46.998 DEBUG [src.node.waku_node] Starting Node...
2026-03-25 04:42:46.999 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
2026-03-25 04:42:47.001 DEBUG [src.node.docker_mananger] Network waku already exists
2026-03-25 04:42:47.001 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.203.33
2026-03-25 04:42:47.001 DEBUG [src.node.docker_mananger] Generated ports ['48094', '48095', '48096', '48097', '48098']
2026-03-25 04:42:47.001 DEBUG [src.node.waku_node] RLN credentials were not set
2026-03-25 04:42:47.001 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
2026-03-25 04:42:47.001 DEBUG [src.node.waku_node] Using volumes []
2026-03-25 04:42:47.001 DEBUG [src.node.docker_mananger] docker run -i -t -p 48094:48094 -p 48095:48095 -p 48096:48096 -p 48097:48097 -p 48098:48098 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=48096 --rest-port=48094 --tcp-port=48095 --discv5-udp-port=48097 --rest-address=0.0.0.0 --nat=extip:172.18.203.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=418faa2a1a6ccfca4c0d572e1ad8fd92e7b69636ba0b9ddcdbff12d8c22f5be6 --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=48098 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QAl0_BYiNPxOWgo1ghcodnFxiNav_7Prl0OZSWI07XTEPIpRw2tTbio3oRZkjfoqZ777BFRd0NAye-X3XyKoOO4CgmlkgnY0gmlwhKwSFn6KbXVsdGlhZGRyc5YACASsEhZ-Bj1hAAoErBIWfgY9Yt0DgnJzhQADAQAAiXNlY3AyNTZrMaECYN53m_8WrALm-ngbiJuoyjdLH0-046d7E8smvgszEyeDdGNwgj1hg3VkcII9Y4V3YWt1MhM
2026-03-25 04:42:47.206 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.203.33 waku bb8de0b3de7aaae3946dc598e46e565affebba67afa09f91b21f8b42b47a2be2
2026-03-25 04:42:47.242 DEBUG [src.node.docker_mananger] Container started with ID bb8de0b3de7a. Setting up logs at ./log/docker/node2_2026-03-25_04-42-20__a64ce4fb-a715-446a-9d38-a077eba6af21__wakuorg_nwaku:latest.log
2026-03-25 04:42:47.243 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48094
2026-03-25 04:42:47.244 DEBUG [src.libs.common] Sleeping for 1 seconds
2026-03-25 04:42:48.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48094/health" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:42:48.248 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:42:48.248 INFO [src.node.waku_node] Node protocols are initialized !!
2026-03-25 04:42:48.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48094/debug/v1/info" -H "Content-Type: application/json" -d 'None'
2026-03-25 04:42:48.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.33/tcp/48095/p2p/16Uiu2HAm93ym7kKUtn6tTz9Xj64kdiDwTv15mcwV7dJwnbMyrk9D","/ip4/172.18.203.33/tcp/48096/ws/p2p/16Uiu2HAm93ym7kKUtn6tTz9Xj64kdiDwTv15mcwV7dJwnbMyrk9D"],"enrUri":"enr:-L24QJBHH3MJSxL1DY7j2iikXbtHSz8JCERR-J2OmTwO0pj2ZAqND7FXGwzxOJsFhqCttjownrRPu5peHW4RaRBWAOYCgmlkgnY0gmlwhKwSyyGKbXVsdGlhZGRyc5YACASsEsshBrvfAAoErBLLIQa74N0DgnJzhQADAQAAiXNlY3AyNTZrMaECynTx2H2GhOqwnBs54RaGhIe7axP8KY4MoLnyJ273gZCDdGNwgrvfg3VkcIK74YV3YWt1MhI"}'
2026-03-25 04:42:48.251 INFO [src.node.waku_node] REST service is ready !!
2026-03-25 04:42:48.251 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48094/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.22.126/tcp/15713/p2p/16Uiu2HAm1wosRMsdkxeKATExj4qrPHmhkRDnMGSarZgJBQHVx2bx"]'
2026-03-25 04:42:48.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
2026-03-25 04:42:58.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48094/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:42:58.288 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
2026-03-25 04:42:58.289 DEBUG [tests.conftest] Running fixture teardown: test_setup
2026-03-25 04:42:58.290 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
2026-03-25 04:42:58.290 DEBUG [src.node.waku_node] Stopping container with id c4b3f6e20056
2026-03-25 04:42:58.898 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:42:58.900 DEBUG [src.node.waku_node] Stopping container with id bb8de0b3de7a
2026-03-25 04:42:59.456 DEBUG [src.node.waku_node] Container stopped.
2026-03-25 04:42:59.459 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
2026-03-25 04:42:59.471 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
2026-03-25 04:42:59.479 DEBUG [src.node.docker_mananger] No errors found in the waku logs.