paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.9k stars 1.14k forks source link

Node Stuck on stage 4/12 (Execution Checkpoint) #9841

Closed wwhchung closed 2 months ago

wwhchung commented 2 months ago

Describe the bug

Running: op-reth v1.0.3 (docker image) op-node v1.8.0 (docker image)

Archive Base Image from: https://docs.base.org/tutorials/run-a-base-node/#snapshots

I am running into an issue where the node is just stuck on Executing stage pipeline_stages=4/12 stage=Execution checkpoint=17422590 target=17503549

For about a week now without any progress. It will just continually output: INFO reth::cli: Status connected_peers= freelist=4763259 stage=Execution checkpoint=17422590 target=17503549

Note that the target block is the block that the base head was at after the initial startup. 17422590 is the head of the most recent block in the archive tarball from base.

Low CPU usage indicates it's likely not stuck and processing. This is based on a recently downloaded reth archive from Base.

Steps to reproduce

Download reth archive via: https://docs.base.org/tutorials/run-a-base-node/#snapshots

Run op-node v1.8.0 docker container with command: op-node --l1= --l2=http://op-reth:8551 --rpc.addr=0.0.0.0 --rpc.port=9545 --l2.jwt-secret=/shared/jwt.txt --l1.trustrpc --l1.rpckind=basic --l1.beacon= --metrics.enabled --metrics.addr=0.0.0.0 --metrics.port=7300 --syncmode=execution-layer --network=base-mainnet --rollup.load-protocol-versions=true --l2.enginekind reth

Run op-geth 1.0.3 docker container with command: op-reth node --datadir=/reth --http --http.corsdomain= --http.addr=0.0.0.0 --http.port=8545 --http.api=web3,debug,eth,txpool,trace,rpc --ws --ws.addr=0.0.0.0 --ws.port=8546 --ws.origins= --ws.api=web3,debug,eth,txpool,trace,rpc --metrics 9001 --authrpc.addr=0.0.0.0 --authrpc.port=8551 --authrpc.jwtsecret=/shared/jwt.txt --rollup.sequencer-http=https://mainnet-sequencer.base.org --rollup.disable-tx-pool-gossip --port=39393 --discovery.port=39393 --rpc.gascap=500000000 -vvvv --chain=base

No progress will be made.

Node logs

Post-merge hard forks (timestamp based):
- Regolith                         @0
- Shanghai                         @1704992401
- Canyon                           @1704992401
- Cancun                           @1710374401
- Ecotone                          @1710374401
- Fjord                            @1720627201
2024-07-26T21:59:51.832588Z DEBUG reth::cli: Spawning stages metrics listener task
2024-07-26T21:59:51.834724Z DEBUG reth::cli: creating components
2024-07-26T21:59:51.834813Z DEBUG txpool::blob: Removed blob store directory blob_dir="/reth/blobstore"
2024-07-26T21:59:51.835959Z DEBUG txpool::blob: Creating blob store blob_dir="/reth/blobstore"
2024-07-26T21:59:51.844279Z  INFO reth::cli: Transaction pool initialized
2024-07-26T21:59:51.844337Z DEBUG reth::cli: Spawned txpool maintenance task
2024-07-26T21:59:51.845217Z  INFO net::peers: Loading saved peers file=/reth/known-peers.json
2024-07-26T21:59:52.053056Z DEBUG reth::cli: configured blockchain tree
2024-07-26T21:59:52.053085Z DEBUG reth::cli: calling on_component_initialized hook
2024-07-26T21:59:52.054239Z  INFO reth::cli: StaticFileProducer initialized
2024-07-26T21:59:52.060828Z  INFO reth::cli: Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2024-07-26T21:59:52.061739Z DEBUG consensus::engine: Pipeline sync progress is inconsistent first_stage_checkpoint=17503549 inconsistent_stage_id=Execution inconsistent_stage_checkpoint=17422590
2024-07-26T21:59:52.061763Z  INFO reth::cli: Consensus engine initialized
2024-07-26T21:59:52.061814Z  INFO reth::cli: Engine API handler initialized
2024-07-26T21:59:52.061821Z DEBUG reth::cli: Reading JWT auth secret file user_path="/shared/jwt.txt"
2024-07-26T21:59:52.062361Z DEBUG reth::cli: Using RPC module config http=Some(Selection({Trace, Web3, Txpool, Rpc, Debug, Eth})) ws=Some(Selection({Web3, Trace, Rpc, Eth, Debug, Txpool}))
2024-07-26T21:59:52.065965Z  INFO reth::cli: RPC auth server started url=0.0.0.0:8551
2024-07-26T21:59:52.066313Z  INFO reth::cli: RPC IPC server started path=/tmp/reth.ipc
2024-07-26T21:59:52.066330Z  INFO reth::cli: RPC HTTP server started url=0.0.0.0:8545
2024-07-26T21:59:52.066337Z  INFO reth::cli: RPC WS server started url=0.0.0.0:8546
2024-07-26T21:59:52.066346Z  INFO reth::cli: Starting consensus engine
2024-07-26T21:59:52.066649Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T21:59:52.067581Z DEBUG pruner: Pruner started tip_block_number=17422590
2024-07-26T21:59:52.068461Z DEBUG pruner: Nothing to prune for the segment segment=Headers purpose=StaticFile
2024-07-26T21:59:52.068487Z DEBUG pruner: Nothing to prune for the segment segment=Transactions purpose=StaticFile
2024-07-26T21:59:52.068493Z DEBUG pruner: Segment pruning started segment=Receipts purpose=StaticFile to_block=17422590 prune_mode=Before(17422591)
2024-07-26T21:59:52.069169Z DEBUG pruner: Segment pruning finished segment=Receipts purpose=StaticFile to_block=17422590 prune_mode=Before(17422591) segment_output.pruned=0
2024-07-26T21:59:52.069196Z DEBUG pruner: Pruner finished tip_block_number=17422590 elapsed=1.588483ms deleted_entries=0 limiter=PruneLimiter { deleted_entries_limit: Some(PruneDeletedEntriesLimit { limit: 18446744073709551615, deleted: 0 }), time_limit: None } output=PrunerOutput { progress: Finished, segments: [(Receipts, SegmentOutput { progress: Finished, pruned: 0, checkpoint: None })] } stats=[]
2024-07-26T21:59:52.071904Z DEBUG storage::db::mdbx: Commit total_duration=49.511µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 0, audit: 0, write: 0, sync: 0, ending: 0, whole: 1, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-26T21:59:52.072033Z  INFO sync::stages::headers: Target block already reached checkpoint=17503549 target=Hash(0x003f5c3df449c49fced4e088ee828d68f9f61d53c41bc4b07f1d46f8a6c86d2f)
2024-07-26T21:59:52.072125Z  INFO reth_node_events::node: Preparing stage pipeline_stages=1/12 stage=Headers checkpoint=17503549 target=None
2024-07-26T21:59:52.072253Z  INFO reth_node_events::node: Executing stage pipeline_stages=1/12 stage=Headers checkpoint=17503549 target=None
2024-07-26T21:59:52.072295Z  INFO reth_node_events::node: Finished stage pipeline_stages=1/12 stage=Headers checkpoint=17503549 target=None stage_progress=100.00%
2024-07-26T21:59:52.072338Z DEBUG storage::db::mdbx: Commit total_duration=111.913µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 0, audit: 0, write: 0, sync: 0, ending: 0, whole: 1, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-26T21:59:52.072439Z  INFO reth_node_events::node: Preparing stage pipeline_stages=2/12 stage=Bodies checkpoint=17503549 target=17503549
2024-07-26T21:59:52.072443Z DEBUG storage::db::mdbx: Commit total_duration=11.34µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 0, audit: 0, write: 0, sync: 0, ending: 0, whole: 1, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-26T21:59:52.072453Z  INFO reth_node_events::node: Executing stage pipeline_stages=2/12 stage=Bodies checkpoint=17503549 target=17503549
2024-07-26T21:59:52.072462Z  INFO reth_node_events::node: Finished stage pipeline_stages=2/12 stage=Bodies checkpoint=17503549 target=17503549 stage_progress=100.00%
2024-07-26T21:59:52.072470Z  INFO reth_node_events::node: Preparing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=17503549 target=17503549
2024-07-26T21:59:52.072477Z  INFO reth_node_events::node: Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=17503549 target=17503549
2024-07-26T21:59:52.072525Z  INFO reth_node_events::node: Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=17503549 target=17503549 stage_progress=100.00%
2024-07-26T21:59:52.072554Z DEBUG storage::db::mdbx: Commit total_duration=12.79µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 0, audit: 0, write: 0, sync: 0, ending: 0, whole: 1, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-26T21:59:52.072635Z DEBUG sync::stages::execution: Preparing static file producer start=17422591
2024-07-26T21:59:52.072761Z  INFO reth_node_events::node: Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T21:59:52.072774Z  INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T21:59:52.075203Z DEBUG provider::static_file: Commit segment=Receipts path="/reth/static_files/static_file_receipts_17000000_17499999" duration=2.507612ms
2024-07-26T21:59:52.075393Z DEBUG sync::stages::execution: Calculating gas used from headers range=0..=17422590
2024-07-26T21:59:55.073380Z  INFO reth::cli: Status connected_peers=0 freelist=4763259 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T21:59:56.892630Z DEBUG net::discv5: connected peers in routing table connected_peers=21
2024-07-26T21:59:59.300100Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T21:59:59.300444Z  INFO reth_node_events::node: Received forkchoice updated message when syncing head_block_hash=0xb7698856ec2a48336168373dc472b85965a9f1560f32c6b369d3bcf642f6cdde safe_block_hash=0x0000000000000000000000000000000000000000000000000000000000000000 finalized_block_hash=0x0000000000000000000000000000000000000000000000000000000000000000
2024-07-26T21:59:59.301012Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T21:59:59.721205Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:01.582139Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:03.569163Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:05.403724Z DEBUG net::discv5: connected peers in routing table connected_peers=33
2024-07-26T22:00:05.567846Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:07.479696Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:09.574119Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:11.674028Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:13.564596Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:15.672088Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:16.060361Z DEBUG net::discv5: connected peers in routing table connected_peers=47
2024-07-26T22:00:17.568585Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:19.577988Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:20.064521Z  INFO reth::cli: Status connected_peers=0 freelist=4763259 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T22:00:21.647642Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:23.571158Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:25.578603Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:26.848665Z DEBUG net::session: pending session timed out remote_addr=162.55.235.121:5050 direction=Outgoing(0xc2e545c1f8db95e7e17eb6958b24960aef35d4f87447f16f8a54a879bee16b5dda06d4dbadeec60c663bac6fa9639378c681604e915dfbf81e67d62de1eb258b)
2024-07-26T22:00:27.611554Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:29.574185Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:31.561514Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:33.584524Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:35.836556Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:36.431647Z DEBUG net::discv5: connected peers in routing table connected_peers=47
2024-07-26T22:00:37.477546Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:39.562083Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:41.475311Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:43.470318Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:45.064389Z  INFO reth::cli: Status connected_peers=0 freelist=4763259 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T22:00:45.584692Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:47.361751Z DEBUG net::discv5: connected peers in routing table connected_peers=47
2024-07-26T22:00:47.439495Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:49.418077Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:51.473675Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:53.472760Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:54.764034Z DEBUG net::discv5: connected peers in routing table connected_peers=50
2024-07-26T22:00:55.471988Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:57.475647Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:00:59.474372Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:01.638279Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:03.638232Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:05.378166Z DEBUG net::discv5: connected peers in routing table connected_peers=50
2024-07-26T22:01:05.712683Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:07.584979Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:09.476357Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:10.065045Z  INFO reth::cli: Status connected_peers=0 freelist=4763259 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T22:01:11.691336Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:11.851715Z DEBUG start_pending_outbound_session{remote_addr=54.196.20.176:30304}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=already connected
2024-07-26T22:01:13.500953Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:15.475224Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:16.118411Z DEBUG net::discv5: connected peers in routing table connected_peers=50
2024-07-26T22:01:17.564145Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:19.670730Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:21.473607Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:23.433900Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:25.638806Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:27.470752Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:28.231683Z DEBUG net::discv5: connected peers in routing table connected_peers=50
2024-07-26T22:01:29.608389Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:31.472404Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:33.412088Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:35.065072Z  INFO reth::cli: Status connected_peers=0 freelist=4763259 stage=Execution checkpoint=17422590 target=17503549
2024-07-26T22:01:35.307139Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:36.813261Z DEBUG net::discv5: connected peers in routing table connected_peers=50
2024-07-26T22:01:36.849469Z DEBUG net::session: pending session timed out remote_addr=103.161.224.199:13001 direction=Outgoing(0xa07d8d06dbc03793bf8149c7c1b0a3840cc1d0f018af7a808ca82f3faa41537be845ab28855cab695e89decfc0e4016f0309ea80c1b5e7ae8e42fdd8d1befe80)
2024-07-26T22:01:37.304042Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:39.419294Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:41.805735Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:43.365108Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:45.439662Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-26T22:01:47.389706Z DEBUG net::discv5: connected peers in routing table connected_peers=50
2024-07-26T22:01:47.577080Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"

Platform(s)

Linux (x86)

What version/commit are you on?

1.0.3

What database version are you on?

?

Which chain / network are you on?

base

What type of node are you running?

Archive (default)

What prune config do you use, if any?

No response

If you've built Reth from source, provide the full command you used

No response

Code of Conduct

wwhchung commented 2 months ago

Note that even though it says "connected_peers=0" right now, that's just because I restarted the node to get the top part of the logs. It is usually between 5-10.

Nightlights524 commented 2 months ago

Moving down to v1.0.0 to sync, and then running again with v1.0.3 worked for me

wwhchung commented 2 months ago

Just tried this but didn't work for me.

eierina commented 2 months ago

Same issue here, about same solution as suggested by @Nightlights524.

Description

After starting reth v1.0.3 with the snapshot from merkle.io dated 2024-07-23, the sync process gets stuck at the "Execution" stage. The logs indicate an inconsistency in the pipeline sync progress.

Steps to Reproduce

  1. Download the snapshot from merkle.io dated 2024-07-23.
  2. Start reth v1.0.3.
  3. Observe that the process does not progress past the following log entry:
    INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20397713
  4. Check the logs for the following message:
    DEBUG consensus::engine: Pipeline sync progress is inconsistent first_stage_checkpoint=20397713 inconsistent_stage_id=Execution inconsistent_stage_checkpoint=20371401

NOTE: ws and http were always disabled during these steps, from beginning to successful sync.

Logs

Relevant Log Output

2024-07-28T01:04:57.207959Z INFO reth_node_events::node: Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20397713 target=20397713
2024-07-28T01:04:57.208009Z INFO reth_node_events::node: Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20397713 target=20397713 stage_progress=100.00%
2024-07-28T01:04:57.208046Z INFO reth_node_events::node: Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20397713
2024-07-28T01:04:57.208071Z INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20397713
2024-07-28T01:04:57.217664Z DEBUG provider::static_file: Commit segment=Receipts path="/home/xxx/.local/share/reth/mainnet/static_files/static_file_receipts_20000000_20499999" duration=11.814726ms
2024-07-28T01:04:57.217911Z DEBUG sync::stages::execution: Calculating gas used from headers range=0..=20371401 2024-07-28T01:04:57.348737Z DEBUG disc::dns: Failed to lookup entry err=invalid child hash in branch: domain=all.mainnet.ethdisco.net hash="FDXN3SN67NA5DKA4J2GOK7BVQI"
2024-07-28T01:04:57.187555Z DEBUG reth::cli: calling on_component_initialized hook
2024-07-28T01:04:57.189085Z INFO reth::cli: StaticFileProducer initialized
2024-07-28T01:04:57.190739Z INFO reth::cli: Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2024-07-28T01:04:57.191408Z DEBUG consensus::engine: Pipeline sync progress is inconsistent first_stage_checkpoint=20397713 inconsistent_stage_id=Execution inconsistent_stage_checkpoint=20371401
2024-07-28T01:04:57.191635Z INFO reth::cli: Consensus engine initialized
2024-07-28T01:04:57.191974Z INFO reth::cli: Engine API handler initialized

Workaround

  1. Stopped reth v1.0.3 and started reth v1.0.0, which allowed progress past the blocked stage but encountered a new blockage.
  2. Stopped reth v1.0.0 and restarted reth v1.0.3, which then successfully synced with the network.
wwhchung commented 2 months ago

I was syncing an Base mainnet node which uses op-reth and the above didn’t work (ie using 1.0.0)

lykhonis commented 2 months ago

Same issue here, about same solution as suggested by @Nightlights524.

Description

After starting reth v1.0.3 with the snapshot from merkle.io dated 2024-07-23, the sync process gets stuck at the "Execution" stage. The logs indicate an inconsistency in the pipeline sync progress.

Steps to Reproduce

  1. Download the snapshot from merkle.io dated 2024-07-23.
  2. Start reth v1.0.3.
  3. Observe that the process does not progress past the following log entry:
INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20397713
  1. Check the logs for the following message:
DEBUG consensus::engine: Pipeline sync progress is inconsistent first_stage_checkpoint=20397713 inconsistent_stage_id=Execution inconsistent_stage_checkpoint=20371401

NOTE: ws and http were always disabled during these steps, from beginning to successful sync.

Logs

Relevant Log Output

2024-07-28T01:04:57.207959Z INFO reth_node_events::node: Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20397713 target=20397713
2024-07-28T01:04:57.208009Z INFO reth_node_events::node: Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20397713 target=20397713 stage_progress=100.00%
2024-07-28T01:04:57.208046Z INFO reth_node_events::node: Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20397713
2024-07-28T01:04:57.208071Z INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20397713
2024-07-28T01:04:57.217664Z DEBUG provider::static_file: Commit segment=Receipts path="/home/xxx/.local/share/reth/mainnet/static_files/static_file_receipts_20000000_20499999" duration=11.814726ms
2024-07-28T01:04:57.217911Z DEBUG sync::stages::execution: Calculating gas used from headers range=0..=20371401 2024-07-28T01:04:57.348737Z DEBUG disc::dns: Failed to lookup entry err=invalid child hash in branch: domain=all.mainnet.ethdisco.net hash="FDXN3SN67NA5DKA4J2GOK7BVQI"
2024-07-28T01:04:57.187555Z DEBUG reth::cli: calling on_component_initialized hook
2024-07-28T01:04:57.189085Z INFO reth::cli: StaticFileProducer initialized
2024-07-28T01:04:57.190739Z INFO reth::cli: Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2024-07-28T01:04:57.191408Z DEBUG consensus::engine: Pipeline sync progress is inconsistent first_stage_checkpoint=20397713 inconsistent_stage_id=Execution inconsistent_stage_checkpoint=20371401
2024-07-28T01:04:57.191635Z INFO reth::cli: Consensus engine initialized
2024-07-28T01:04:57.191974Z INFO reth::cli: Engine API handler initialized

Workaround

  1. Stopped reth v1.0.3 and started reth v1.0.0, which allowed progress past the blocked stage but encountered a new blockage.
  2. Stopped reth v1.0.0 and restarted reth v1.0.3, which then successfully synced with the network.

After running on v1.0.0 or v1.0.3 after the workaround, it still gets stalled.

emhane commented 2 months ago

I'd advise you to (i) disable rpc during initial sync - the node is under enough load already (ii) get block hash of latest block from base blockscan website, then pass it to --debug.tip flag for syncing without op-node. once tip is reached, connect to op node to follow tip. again here - node is under big load already, and can't process fork choice update from op-node anyway while syncing, so no need to be connected

lykhonis commented 2 months ago

I'd advise you to (i) disable rpc during initial sync - the node is under enough load already (ii) get block hash of latest block from base blockscan website, then pass it to --debug.tip flag for syncing without op-node. once tip is reached, connect to op node to follow tip. again here - node is under big load already, and can't process fork choice update from op-node anyway while syncing, so no need to be connected

I use reth for ethereum mainnet. I never saw reth to utilize more than 10% CPU. I would not call this a heavy load. As the workaround was pointed out in the previous comment, this is not a workload issue, but rather some sort of state of the program issue.

Here is my log, usually I would see execute progress logs, but right now there is nothing, just current status updates.

reth  | 2024-07-29T18:53:00.498166Z  INFO Consensus engine initialized
reth  | 2024-07-29T18:53:00.498310Z  INFO Engine API handler initialized
reth  | 2024-07-29T18:53:00.502495Z  INFO RPC WS server started url=0.0.0.0:3334
reth  | 2024-07-29T18:53:00.502688Z  INFO RPC auth server started url=0.0.0.0:8551
reth  | 2024-07-29T18:53:00.503391Z  INFO Starting consensus engine
reth  | 2024-07-29T18:53:00.510131Z  INFO Target block already reached checkpoint=20407620 target=Hash(0xdb368e1599be90600400e7bc1768d76b50800140e7dd03b1ee697661318b737b)
reth  | 2024-07-29T18:53:00.510137Z  INFO Preparing stage pipeline_stages=1/12 stage=Headers checkpoint=20407620 target=None
reth  | 2024-07-29T18:53:00.510298Z  INFO Executing stage pipeline_stages=1/12 stage=Headers checkpoint=20407620 target=None
reth  | 2024-07-29T18:53:00.510424Z  INFO Finished stage pipeline_stages=1/12 stage=Headers checkpoint=20407620 target=None stage_progress=100.00%
reth  | 2024-07-29T18:53:00.510502Z  INFO Preparing stage pipeline_stages=2/12 stage=Bodies checkpoint=20407620 target=20407620
reth  | 2024-07-29T18:53:00.510564Z  INFO Executing stage pipeline_stages=2/12 stage=Bodies checkpoint=20407620 target=20407620
reth  | 2024-07-29T18:53:00.510577Z  INFO Finished stage pipeline_stages=2/12 stage=Bodies checkpoint=20407620 target=20407620 stage_progress=100.00%
reth  | 2024-07-29T18:53:00.510612Z  INFO Preparing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20407620 target=20407620
reth  | 2024-07-29T18:53:00.510786Z  INFO Executing stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20407620 target=20407620
reth  | 2024-07-29T18:53:00.510800Z  INFO Finished stage pipeline_stages=3/12 stage=SenderRecovery checkpoint=20407620 target=20407620 stage_progress=100.00%
reth  | 2024-07-29T18:53:00.510835Z  INFO Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:53:00.510849Z  INFO Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:53:00.744619Z  INFO Received forkchoice updated message when syncing head_block_hash=0x30fae63c843502424a3c09e365a041cf6a198932112c8ea88a8313f92b299daa safe_block_hash=0x76e2bda3e7da227326928f3d6a63deb00bae71703d067e8724f2122545846c47 finalized_block_hash=0x26b073c33920916982b352450f14fca5e2c276cc7a225aba43a074b202565e63
reth  | 2024-07-29T18:53:03.515545Z  INFO Status connected_peers=0 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:53:29.174722Z  INFO Status connected_peers=1 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:53:53.592791Z  INFO Status connected_peers=1 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:54:18.501834Z  INFO Status connected_peers=1 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:54:43.535817Z  INFO Status connected_peers=1 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:55:08.620053Z  INFO Status connected_peers=1 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620
reth  | 2024-07-29T18:55:33.518477Z  INFO Status connected_peers=2 freelist=6198679 stage=Execution checkpoint=20407619 target=20407620

This is already after multiple restarts.

wwhchung commented 2 months ago

I'd advise you to (i) disable rpc during initial sync - the node is under enough load already (ii) get block hash of latest block from base blockscan website, then pass it to --debug.tip flag for syncing without op-node. once tip is reached, connect to op node to follow tip. again here - node is under big load already, and can't process fork choice update from op-node anyway while syncing, so no need to be connected

The RPC isn't being hit by anything during sync (it's on a private network).

What do you mean by 'initial sync' anyways? I'm restoring from an archive provided by base, do you mean to take that image, and run op-reth wihout op-node?

emhane commented 2 months ago

if you have some 100k blocks to sync, I'd do it without cl first yes, i.e. sync to a fixed point a few blocks behind tip (because tip is moving to higher block number). then connect op-node, because cl helps the el follow the moving tip.

do you have metrics dashboard set up? https://github.com/paradigmxyz/reth/blob/main/book/installation/docker.md#run-only-grafana-in-docker

how is memory panel looking?

wwhchung commented 2 months ago

if you have some 100k blocks to sync, I'd do it without cl first yes, i.e. sync to a fixed point a few blocks behind tip (because tip is moving to higher block number). then connect op-node, because cl helps the el follow the moving tip.

do you have metrics dashboard set up? https://github.com/paradigmxyz/reth/blob/main/book/installation/docker.md#run-only-grafana-in-docker

how is memory panel looking?

That's what I did initial during initial setup. Even without cl/rpc, based on the archive provided by base, the same issue happened and would not catch up.

Metrics set up and no issues on CPU or memory side (over 8 GB free).

lykhonis commented 2 months ago

if you have some 100k blocks to sync, I'd do it without cl first yes, i.e. sync to a fixed point a few blocks behind tip (because tip is moving to higher block number). then connect op-node, because cl helps the el follow the moving tip.

do you have metrics dashboard set up? https://github.com/paradigmxyz/reth/blob/main/book/installation/docker.md#run-only-grafana-in-docker

how is memory panel looking?

Thats besides the point. I had it up to the head, and it did stall several times. Right now it shows 100k blocks behind while the checkpoint diff is only 1 block: stage=Execution checkpoint=20407619 target=20407620 and it doesn't execute it.

wwhchung commented 2 months ago

if you have some 100k blocks to sync, I'd do it without cl first yes, i.e. sync to a fixed point a few blocks behind tip (because tip is moving to higher block number). then connect op-node, because cl helps the el follow the moving tip.

do you have metrics dashboard set up? https://github.com/paradigmxyz/reth/blob/main/book/installation/docker.md#run-only-grafana-in-docker

how is memory panel looking?

Starting op-reth with no op-node didn't change anything. In fact, it doesn't even get to the execution stage and is consistently just indicating a freelist of about 12k and a latest_block equal to the latest block as per the archive.

wwhchung commented 2 months ago

update: op-reth 1.0.0 did not work starting op-reth without cli or op-node did not work.

It is still stuck on execution stage and has been for a few days now.

Debug logs show no indication of progression.

Latest: Status connected_peers=1 freelist=30941 stage=Execution checkpoint=17725007 target=17803656

Only one connected peer, which seems odd.

Does the execution stage rely on peer data?

onlyblackstars commented 2 months ago

I'm also having the issue of reth stalling at the Execution stage. Carried out the same steps as @eierina above (i.e. using the 2024-07-23 snapshot from snapshots.merkle.io).

[Aside: I don't think we can conclude anything from this, but I note in passing that: (1) snapshots.merkle.io promises new reth/archive snapshots "every Monday and Thursday at midnight"; and (2) at the time of this comment (2024-07-31), they're two snapshots behind.]

Things that didn't make a difference for me:

Below are isolated trace logs from 1.0.0 and 1.0.3.

1.0.0

2024-07-31T15:20:06.371914Z  INFO reth::cli: Initialized tracing, debug log directory: /root/.cache/reth/logs/mainnet
2024-07-31T15:20:06.372229Z TRACE mio::poll: registering event source with poller: token=Token(1), interests=READABLE    
2024-07-31T15:20:06.373224Z  INFO reth::cli: Starting reth version="1.0.0 (83d412d)"
2024-07-31T15:20:06.373830Z  INFO reth::cli: Opening database path="/root/.local/share/reth/mainnet/db"
2024-07-31T15:20:06.379002Z DEBUG reth_node_builder::launch::common: Raised file descriptor limit from=1048576 to=1048576
2024-07-31T15:20:06.380400Z  INFO reth::cli: Configuration loaded path="/root/.local/share/reth/mainnet/reth.toml"
2024-07-31T15:20:06.383052Z  INFO reth::cli: Verifying storage consistency.
2024-07-31T15:20:06.383084Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.383090Z TRACE providers::static_file: Getting static file writer. block=20413070 segment=Headers
2024-07-31T15:20:06.386557Z TRACE providers::static_file: Getting static file writer. block=20413070 segment=Transactions
2024-07-31T15:20:06.389843Z TRACE providers::static_file: Getting static file writer. block=20371401 segment=Receipts
2024-07-31T15:20:06.393149Z  INFO reth::cli: Database opened
2024-07-31T15:20:06.393168Z DEBUG reth::cli: Initializing genesis chain=mainnet genesis=0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3
2024-07-31T15:20:06.393229Z DEBUG reth_db_common::init: Genesis already written, skipping.
2024-07-31T15:20:06.393244Z  INFO reth::cli: 
Pre-merge hard forks (block based):
- Frontier                         @0
- Homestead                        @1150000
- Dao                              @1920000
- Tangerine                        @2463000
- SpuriousDragon                   @2675000
- Byzantium                        @4370000
- Constantinople                   @7280000
- Petersburg                       @7280000
- Istanbul                         @9069000
- MuirGlacier                      @9200000
- Berlin                           @12244000
- London                           @12965000
- ArrowGlacier                     @13773000
- GrayGlacier                      @15050000
Merge hard forks:
- Paris                            @58750000000000000000000 (network is known to be merged)
Post-merge hard forks (timestamp based):
- Shanghai                         @1681338455
- Cancun                           @1710338135
2024-07-31T15:20:06.393284Z DEBUG reth::cli: Spawning stages metrics listener task
2024-07-31T15:20:06.393341Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.393390Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.393438Z DEBUG reth::cli: creating components
2024-07-31T15:20:06.393529Z DEBUG txpool::blob: Removed blob store directory blob_dir="/root/.local/share/reth/mainnet/blobstore"
2024-07-31T15:20:06.393571Z DEBUG txpool::blob: Creating blob store blob_dir="/root/.local/share/reth/mainnet/blobstore"
2024-07-31T15:20:06.393942Z  INFO reth::cli: Transaction pool initialized
2024-07-31T15:20:06.393983Z DEBUG reth::cli: Spawned txpool maintenance task
2024-07-31T15:20:06.394103Z TRACE set_block_info{info=BlockInfo { last_seen_block_hash: 0x56b898467b76ab1f93ac34e02ae5417efe14c44efc6d8e46c6c18a7232e0376f, last_seen_block_number: 20371401, pending_basefee: 7286910717, pending_blob_fee: Some(7) }}: txpool: updating pool block info
2024-07-31T15:20:06.394416Z TRACE txpool: awaiting new block or reorg state=InSync
2024-07-31T15:20:06.394768Z  INFO net::peers: Loading saved peers file=/root/.local/share/reth/mainnet/known-peers.json
2024-07-31T15:20:06.395229Z TRACE mio::poll: registering event source with poller: token=Token(139655643491712), interests=READABLE | WRITABLE    
2024-07-31T15:20:06.395763Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.395976Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.396062Z DEBUG reth::cli: configured blockchain tree
2024-07-31T15:20:06.396150Z DEBUG reth::cli: calling on_component_initialized hook
2024-07-31T15:20:06.396494Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.396579Z  INFO reth::cli: Successfully looked up tip block in the database tip=0x34a538965054a013a878769e841803a272a6c8deb6d5cacf7064e5349b9e9a3d
2024-07-31T15:20:06.396706Z  INFO reth::cli: StaticFileProducer initialized
2024-07-31T15:20:06.396835Z DEBUG reth::cli: Configuring builder to use max block max_block=20413070
2024-07-31T15:20:06.396846Z TRACE downloaders::headers: The downloader sync boundaries have not been set head=None sync_target=None
2024-07-31T15:20:06.397062Z  INFO reth::cli: Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2024-07-31T15:20:06.397337Z  INFO reth::cli: Consensus engine initialized
2024-07-31T15:20:06.397385Z  INFO reth::cli: Engine API handler initialized
2024-07-31T15:20:06.397399Z DEBUG reth::cli: Reading JWT auth secret file user_path="[...]"
2024-07-31T15:20:06.397503Z DEBUG reth::cli: Using RPC module config http=None ws=None
2024-07-31T15:20:06.397559Z TRACE blockchain_tree: Registered subscriber for canonical state
2024-07-31T15:20:06.397573Z TRACE blockchain_tree: Registered subscriber for canonical state
2024-07-31T15:20:06.400961Z TRACE rpc::eth: clear stale filters
2024-07-31T15:20:06.401199Z TRACE start{http=None ws=None ipc=Some("/tmp/reth.ipc")}: rpc: staring RPC server
2024-07-31T15:20:06.401248Z TRACE reth_ipc::server: starting ipc server endpoint="/tmp/reth.ipc"
2024-07-31T15:20:06.401464Z TRACE mio::poll: registering event source with poller: token=Token(135256575332736), interests=READABLE | WRITABLE    
2024-07-31T15:20:06.401504Z TRACE reth_ipc::server: accepting ipc connections
2024-07-31T15:20:06.401526Z  INFO reth::cli: RPC IPC server started path=/tmp/reth.ipc
2024-07-31T15:20:06.401586Z TRACE mio::poll: registering event source with poller: token=Token(139655643490688), interests=READABLE | WRITABLE    
2024-07-31T15:20:06.401644Z  INFO reth::cli: RPC auth server started url=127.0.0.1:8551
2024-07-31T15:20:06.401698Z  INFO reth::cli: Starting consensus engine
2024-07-31T15:20:06.402044Z TRACE blockchain_tree: Returning canonical tip
2024-07-31T15:20:06.402095Z TRACE consensus::engine: Started the pipeline target=Some(Sync(0x34a538965054a013a878769e841803a272a6c8deb6d5cacf7064e5349b9e9a3d)) continuous=false
2024-07-31T15:20:06.402103Z TRACE blockchain_tree: Returning canonical tip
2024-07-31T15:20:06.402107Z TRACE blockchain_tree: Returning canonical tip
2024-07-31T15:20:06.402113Z TRACE consensus::engine::hooks::static_file: Finalized block number is not available ctx=EngineHookContext { tip_block_number: 20413070, finalized_block_number: None }
2024-07-31T15:20:06.402118Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-31T15:20:06.402155Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.402206Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.402193Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Headers, checkpoint: StageCheckpoint { block_number: 20413070, stage_checkpoint: Some(Headers(HeadersCheckpoint { block_range: CheckpointBlockRange { from: 20413069, to: 20413070 }, progress: EntitiesCheckpoint { processed: 20413070, total: 20413070 } })) }, max_block_number: None }
2024-07-31T15:20:06.402215Z TRACE static_file: StaticFile targets finalized_block_numbers=HighestStaticFiles { headers: Some(20413070), receipts: Some(20371401), transactions: Some(20413070) } highest_static_files=HighestStaticFiles { headers: Some(20413070), receipts: Some(20371401), transactions: Some(20413070) } targets=StaticFileTargets { headers: None, receipts: None, transactions: None } any=false
2024-07-31T15:20:06.402222Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Bodies, checkpoint: StageCheckpoint { block_number: 20413070, stage_checkpoint: Some(Entities(EntitiesCheckpoint { processed: 20413071, total: 20413071 })) }, max_block_number: None }
2024-07-31T15:20:06.402227Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: SenderRecovery, checkpoint: StageCheckpoint { block_number: 20413070, stage_checkpoint: Some(Entities(EntitiesCheckpoint { processed: 2456958369, total: 2456958369 })) }, max_block_number: None }
2024-07-31T15:20:06.402231Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Execution, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402236Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: MerkleUnwind, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402240Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: AccountHashing, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402243Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: StorageHashing, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402246Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: MerkleExecute, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: Some(Entities(EntitiesCheckpoint { processed: 0, total: 0 })) }, max_block_number: None }
2024-07-31T15:20:06.402255Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: TransactionLookup, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402260Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: IndexStorageHistory, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402269Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: IndexAccountHistory, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402276Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Finish, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:20:06.402292Z TRACE reth_tokio_util::event_sender: no receivers for broadcast events
2024-07-31T15:20:06.402295Z DEBUG pruner: Pruner started tip_block_number=20371401
2024-07-31T15:20:06.403462Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-write
2024-07-31T15:20:06.403472Z DEBUG pruner: Nothing to prune for the segment segment=Transactions purpose=StaticFile
2024-07-31T15:20:06.403496Z DEBUG pruner: Nothing to prune for the segment segment=Headers purpose=StaticFile
2024-07-31T15:20:06.403519Z DEBUG pruner: Segment pruning started segment=Receipts purpose=StaticFile to_block=20371401 prune_mode=Before(20371402)
2024-07-31T15:20:06.403568Z TRACE prune{input=PruneInput { previous_checkpoint: Some(PruneCheckpoint { block_number: Some(20371401), tx_number: Some(2450552507), prune_mode: Before(20371402) }), to_block: 20371401, limiter: PruneLimiter { deleted_entries_limit: Some(PruneDeletedEntriesLimit { limit: 18446744073709551615, deleted: 0 }), time_limit: None } }}: pruner: No receipts to prune
2024-07-31T15:20:06.403573Z TRACE prune{input=PruneInput { previous_checkpoint: Some(PruneCheckpoint { block_number: Some(20371401), tx_number: Some(2450552507), prune_mode: Before(20371402) }), to_block: 20371401, limiter: PruneLimiter { deleted_entries_limit: Some(PruneDeletedEntriesLimit { limit: 18446744073709551615, deleted: 0 }), time_limit: None } }}: pruner: return=Ok(PruneOutput { progress: Finished, pruned: 0, checkpoint: None })
2024-07-31T15:20:06.403588Z DEBUG pruner: Segment pruning finished segment=Receipts purpose=StaticFile to_block=20371401 prune_mode=Before(20371402) output.pruned=0
2024-07-31T15:20:06.403630Z DEBUG storage::db::mdbx: Commit total_duration=12.397µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 0, audit: 0, write: 0, sync: 0, ending: 0, whole: 1, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-31T15:20:06.403671Z DEBUG pruner: Pruner finished tip_block_number=20371401 elapsed=1.367527ms deleted_entries=0 limiter=PruneLimiter { deleted_entries_limit: Some(PruneDeletedEntriesLimit { limit: 18446744073709551615, deleted: 0 }), time_limit: None } progress=Finished stats={}
2024-07-31T15:20:06.403698Z TRACE reth_tokio_util::event_sender: no receivers for broadcast events
2024-07-31T15:20:06.403711Z TRACE sync::pipeline: Executing stage stage=Headers
2024-07-31T15:20:06.403718Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403726Z  WARN sync::pipeline: Stage reached target block, skipping. stage=Headers max_block=20413070 prev_block=20413070
2024-07-31T15:20:06.403766Z TRACE sync::pipeline: Completed stage stage=Headers next=NoProgress { block_number: Some(20413070) }
2024-07-31T15:20:06.403772Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403777Z TRACE sync::pipeline: Executing stage stage=Bodies
2024-07-31T15:20:06.403779Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403783Z  WARN sync::pipeline: Stage reached target block, skipping. stage=Bodies max_block=20413070 prev_block=20413070
2024-07-31T15:20:06.403811Z TRACE sync::pipeline: Completed stage stage=Bodies next=NoProgress { block_number: Some(20413070) }
2024-07-31T15:20:06.403817Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403821Z TRACE sync::pipeline: Executing stage stage=SenderRecovery
2024-07-31T15:20:06.403823Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403827Z  WARN sync::pipeline: Stage reached target block, skipping. stage=SenderRecovery max_block=20413070 prev_block=20413070
2024-07-31T15:20:06.403863Z TRACE sync::pipeline: Completed stage stage=SenderRecovery next=NoProgress { block_number: Some(20413070) }
2024-07-31T15:20:06.403869Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403873Z TRACE sync::pipeline: Executing stage stage=Execution
2024-07-31T15:20:06.403876Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313609 mode=read-only
2024-07-31T15:20:06.403893Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-write
2024-07-31T15:20:06.403928Z TRACE providers::static_file: Getting static file writer. block=20371402 segment=Receipts
2024-07-31T15:20:06.403971Z  INFO reth_node_events::node: Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20413070
2024-07-31T15:20:06.404015Z  INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20413070
2024-07-31T15:20:06.405313Z DEBUG provider::static_file: Commit segment=Receipts path="/root/.local/share/reth/mainnet/static_files/static_file_receipts_20000000_20499999" duration=1.378938ms
2024-07-31T15:20:09.399226Z  INFO reth::cli: Status connected_peers=0 freelist=13 stage=Execution checkpoint=20371401 target=20413070
[last line repeats indefinitely, occasionally interspersed with TRACE rpc::eth: clear stale filters]

1.0.3

2024-07-31T15:27:26.855291Z  INFO reth::cli: Initialized tracing, debug log directory: /root/.cache/reth/logs/mainnet
2024-07-31T15:27:26.855595Z TRACE mio::poll: registering event source with poller: token=Token(1), interests=READABLE    
2024-07-31T15:27:26.856770Z  INFO reth::cli: Starting reth version="1.0.3 (390f30aa)"
2024-07-31T15:27:26.857376Z  INFO reth::cli: Opening database path="/root/.local/share/reth/mainnet/db"
2024-07-31T15:27:26.862789Z DEBUG storage::db::mdbx: Commit total_duration=813.264µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 1, audit: 0, write: 0, sync: 50, ending: 0, whole: 52, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-31T15:27:26.863251Z DEBUG reth_node_builder::launch::common: Raised file descriptor limit from=1048576 to=1048576
2024-07-31T15:27:26.864750Z  INFO reth::cli: Configuration loaded path="/root/.local/share/reth/mainnet/reth.toml"
2024-07-31T15:27:26.867538Z  INFO reth::cli: Verifying storage consistency.
2024-07-31T15:27:26.867655Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.867675Z TRACE providers::static_file: Getting static file writer. block=20413070 segment=Headers
2024-07-31T15:27:26.871188Z TRACE providers::static_file: Getting static file writer. block=20413070 segment=Transactions
2024-07-31T15:27:26.874334Z TRACE providers::static_file: Getting static file writer. block=20371401 segment=Receipts
2024-07-31T15:27:26.877729Z  INFO reth::cli: Database opened
2024-07-31T15:27:26.877809Z DEBUG reth::cli: Initializing genesis chain=mainnet genesis=0xd4e56740f876aef8c010b86a40d5f56745a118d0906a34e69aec8c0db1cb8fa3
2024-07-31T15:27:26.877943Z DEBUG reth_db_common::init: Genesis already written, skipping.
2024-07-31T15:27:26.878002Z  INFO reth::cli: 
Pre-merge hard forks (block based):
- Frontier                         @0
- Homestead                        @1150000
- Dao                              @1920000
- Tangerine                        @2463000
- SpuriousDragon                   @2675000
- Byzantium                        @4370000
- Constantinople                   @7280000
- Petersburg                       @7280000
- Istanbul                         @9069000
- MuirGlacier                      @9200000
- Berlin                           @12244000
- London                           @12965000
- ArrowGlacier                     @13773000
- GrayGlacier                      @15050000
Merge hard forks:
- Paris                            @58750000000000000000000 (network is known to be merged)
Post-merge hard forks (timestamp based):
- Shanghai                         @1681338455
- Cancun                           @1710338135
2024-07-31T15:27:26.878130Z DEBUG reth::cli: Spawning stages metrics listener task
2024-07-31T15:27:26.878216Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.878294Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.878351Z DEBUG reth::cli: creating components
2024-07-31T15:27:26.878489Z DEBUG txpool::blob: Removed blob store directory blob_dir="/root/.local/share/reth/mainnet/blobstore"
2024-07-31T15:27:26.878561Z DEBUG txpool::blob: Creating blob store blob_dir="/root/.local/share/reth/mainnet/blobstore"
2024-07-31T15:27:26.879020Z  INFO reth::cli: Transaction pool initialized
2024-07-31T15:27:26.879448Z DEBUG reth::cli: Spawned txpool maintenance task
2024-07-31T15:27:26.880314Z TRACE set_block_info{info=BlockInfo { last_seen_block_hash: 0x56b898467b76ab1f93ac34e02ae5417efe14c44efc6d8e46c6c18a7232e0376f, last_seen_block_number: 20371401, pending_basefee: 7286910717, pending_blob_fee: Some(7) }}: txpool: updating pool block info
2024-07-31T15:27:26.880349Z TRACE txpool: awaiting new block or reorg state=InSync
2024-07-31T15:27:26.880492Z  INFO net::peers: Loading saved peers file=/root/.local/share/reth/mainnet/known-peers.json
2024-07-31T15:27:26.880810Z TRACE mio::poll: registering event source with poller: token=Token(140187537862016), interests=READABLE | WRITABLE    
2024-07-31T15:27:26.881153Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.881337Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.881457Z DEBUG reth::cli: configured blockchain tree
2024-07-31T15:27:26.881537Z DEBUG reth::cli: calling on_component_initialized hook
2024-07-31T15:27:26.881688Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.881795Z  INFO reth::cli: Successfully looked up tip block in the database tip=0x34a538965054a013a878769e841803a272a6c8deb6d5cacf7064e5349b9e9a3d
2024-07-31T15:27:26.881960Z  INFO reth::cli: StaticFileProducer initialized
2024-07-31T15:27:26.882074Z TRACE downloaders::headers: The downloader sync boundaries have not been set head=None sync_target=None
2024-07-31T15:27:26.882144Z DEBUG reth::cli: Configuring builder to use max block max_block=20413070
2024-07-31T15:27:26.882444Z  INFO reth::cli: Pruner initialized prune_config=PruneConfig { block_interval: 5, segments: PruneModes { sender_recovery: None, transaction_lookup: None, receipts: None, account_history: None, storage_history: None, receipts_log_filter: ReceiptsLogPruneConfig({}) } }
2024-07-31T15:27:26.882708Z  INFO reth::cli: Consensus engine initialized
2024-07-31T15:27:26.882795Z  INFO reth::cli: Engine API handler initialized
2024-07-31T15:27:26.882858Z DEBUG reth::cli: Reading JWT auth secret file user_path="[...]"
2024-07-31T15:27:26.883020Z DEBUG reth::cli: Using RPC module config http=None ws=None
2024-07-31T15:27:26.883129Z TRACE blockchain_tree: Registered subscriber for canonical state
2024-07-31T15:27:26.884025Z TRACE blockchain_tree: Registered subscriber for canonical state
2024-07-31T15:27:26.884983Z TRACE reth_ipc::server: starting ipc server endpoint="/tmp/reth.ipc"
2024-07-31T15:27:26.885194Z TRACE mio::poll: registering event source with poller: token=Token(135789071618432), interests=READABLE | WRITABLE    
2024-07-31T15:27:26.885215Z TRACE reth_ipc::server: accepting ipc connections
2024-07-31T15:27:26.885247Z  INFO reth::cli: RPC IPC server started path=/tmp/reth.ipc
2024-07-31T15:27:26.885307Z TRACE mio::poll: registering event source with poller: token=Token(140187537860736), interests=READABLE | WRITABLE    
2024-07-31T15:27:26.885333Z  INFO reth::cli: RPC auth server started url=127.0.0.1:8551
2024-07-31T15:27:26.885363Z  INFO reth::cli: Starting consensus engine
2024-07-31T15:27:26.886002Z TRACE rpc::eth: clear stale filters
2024-07-31T15:27:26.886557Z TRACE blockchain_tree: Returning canonical tip
2024-07-31T15:27:26.886853Z TRACE consensus::engine: Started the pipeline target=Some(Sync(0x34a538965054a013a878769e841803a272a6c8deb6d5cacf7064e5349b9e9a3d)) continuous=false
2024-07-31T15:27:26.886863Z TRACE blockchain_tree: Returning canonical tip
2024-07-31T15:27:26.886867Z TRACE blockchain_tree: Returning canonical tip
2024-07-31T15:27:26.886871Z TRACE consensus::engine::hooks::static_file: Finalized block number is not available ctx=EngineHookContext { tip_block_number: 20413070, finalized_block_number: None }
2024-07-31T15:27:26.886880Z DEBUG consensus::engine::hooks: Next hook is not ready hook="StaticFile"
2024-07-31T15:27:26.886959Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.886996Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Headers, checkpoint: StageCheckpoint { block_number: 20413070, stage_checkpoint: Some(Headers(HeadersCheckpoint { block_range: CheckpointBlockRange { from: 20413069, to: 20413070 }, progress: EntitiesCheckpoint { processed: 20413070, total: 20413070 } })) }, max_block_number: None }
2024-07-31T15:27:26.887029Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Bodies, checkpoint: StageCheckpoint { block_number: 20413070, stage_checkpoint: Some(Entities(EntitiesCheckpoint { processed: 20413071, total: 20413071 })) }, max_block_number: None }
2024-07-31T15:27:26.887044Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: SenderRecovery, checkpoint: StageCheckpoint { block_number: 20413070, stage_checkpoint: Some(Entities(EntitiesCheckpoint { processed: 2456958369, total: 2456958369 })) }, max_block_number: None }
2024-07-31T15:27:26.887057Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Execution, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887069Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: MerkleUnwind, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887080Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: AccountHashing, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887092Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: StorageHashing, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887111Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: MerkleExecute, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: Some(Entities(EntitiesCheckpoint { processed: 0, total: 0 })) }, max_block_number: None }
2024-07-31T15:27:26.887142Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: TransactionLookup, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887164Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: IndexStorageHistory, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887185Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: IndexAccountHistory, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887205Z TRACE sync::metrics: Metric event received event=StageCheckpoint { stage_id: Finish, checkpoint: StageCheckpoint { block_number: 20371401, stage_checkpoint: None }, max_block_number: None }
2024-07-31T15:27:26.887272Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.887294Z TRACE static_file: StaticFile targets finalized_block_numbers=HighestStaticFiles { headers: Some(20413070), receipts: Some(20371401), transactions: Some(20413070) } highest_static_files=HighestStaticFiles { headers: Some(20413070), receipts: Some(20371401), transactions: Some(20413070) } targets=StaticFileTargets { headers: None, receipts: None, transactions: None } any=false
2024-07-31T15:27:26.887557Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313611 mode=read-write
2024-07-31T15:27:26.887565Z TRACE reth_tokio_util::event_sender: no receivers for broadcast events
2024-07-31T15:27:26.887577Z DEBUG pruner: Pruner started tip_block_number=20371401
2024-07-31T15:27:26.887635Z DEBUG pruner: Nothing to prune for the segment segment=Headers purpose=StaticFile
2024-07-31T15:27:26.887666Z DEBUG pruner: Nothing to prune for the segment segment=Transactions purpose=StaticFile
2024-07-31T15:27:26.887687Z DEBUG pruner: Segment pruning started segment=Receipts purpose=StaticFile to_block=20371401 prune_mode=Before(20371402)
2024-07-31T15:27:26.887720Z TRACE pruner: No receipts to prune
2024-07-31T15:27:26.887929Z DEBUG pruner: Segment pruning finished segment=Receipts purpose=StaticFile to_block=20371401 prune_mode=Before(20371402) segment_output.pruned=0
2024-07-31T15:27:26.887953Z DEBUG pruner: Pruner finished tip_block_number=20371401 elapsed=338.493µs deleted_entries=0 limiter=PruneLimiter { deleted_entries_limit: Some(PruneDeletedEntriesLimit { limit: 18446744073709551615, deleted: 0 }), time_limit: None } output=PrunerOutput { progress: Finished, segments: [(Receipts, SegmentOutput { progress: Finished, pruned: 0, checkpoint: None })] } stats=[]
2024-07-31T15:27:26.887988Z TRACE reth_tokio_util::event_sender: no receivers for broadcast events
2024-07-31T15:27:26.888006Z DEBUG storage::db::mdbx: Commit total_duration=11.912µs commit_latency=Some(CommitLatency(MDBX_commit_latency { preparation: 0, gc_wallclock: 0, audit: 0, write: 0, sync: 0, ending: 0, whole: 1, gc_cputime: 0, gc_prof: MDBX_commit_latency__bindgen_ty_1 { wloops: 0, coalescences: 0, wipes: 0, flushes: 0, kicks: 0, work_counter: 0, work_rtime_monotonic: 0, work_xtime_cpu: 0, work_rsteps: 0, work_xpages: 0, work_majflt: 0, self_counter: 0, self_rtime_monotonic: 0, self_xtime_cpu: 0, self_rsteps: 0, self_xpages: 0, self_majflt: 0 } })) is_read_only=false
2024-07-31T15:27:26.888050Z TRACE sync::pipeline: Executing stage stage=Headers
2024-07-31T15:27:26.888056Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888065Z  WARN sync::pipeline: Stage reached target block, skipping. stage=Headers max_block=20413070 prev_block=20413070
2024-07-31T15:27:26.888089Z TRACE sync::pipeline: Completed stage stage=Headers next=NoProgress { block_number: Some(20413070) }
2024-07-31T15:27:26.888095Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888100Z TRACE sync::pipeline: Executing stage stage=Bodies
2024-07-31T15:27:26.888105Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888108Z  WARN sync::pipeline: Stage reached target block, skipping. stage=Bodies max_block=20413070 prev_block=20413070
2024-07-31T15:27:26.888127Z TRACE sync::pipeline: Completed stage stage=Bodies next=NoProgress { block_number: Some(20413070) }
2024-07-31T15:27:26.888132Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888136Z TRACE sync::pipeline: Executing stage stage=SenderRecovery
2024-07-31T15:27:26.888138Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888142Z  WARN sync::pipeline: Stage reached target block, skipping. stage=SenderRecovery max_block=20413070 prev_block=20413070
2024-07-31T15:27:26.888162Z TRACE sync::pipeline: Completed stage stage=SenderRecovery next=NoProgress { block_number: Some(20413070) }
2024-07-31T15:27:26.888167Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888171Z TRACE sync::pipeline: Executing stage stage=Execution
2024-07-31T15:27:26.888174Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313610 mode=read-only
2024-07-31T15:27:26.888290Z  INFO reth_node_events::node: Preparing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20413070
2024-07-31T15:27:26.891456Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=16313611 mode=read-write
2024-07-31T15:27:26.891484Z  INFO reth_node_events::node: Executing stage pipeline_stages=4/12 stage=Execution checkpoint=20371401 target=20413070
2024-07-31T15:27:26.891522Z DEBUG sync::stages::execution: Preparing static file producer start=20371402
2024-07-31T15:27:26.891600Z TRACE providers::static_file: Getting static file writer. block=20371402 segment=Receipts
2024-07-31T15:27:26.892995Z DEBUG provider::static_file: Commit segment=Receipts path="/root/.local/share/reth/mainnet/static_files/static_file_receipts_20000000_20499999" duration=1.374484ms
2024-07-31T15:27:26.893140Z DEBUG sync::stages::execution: Calculating gas used from headers range=0..=20371401
2024-07-31T15:27:29.884768Z  INFO reth::cli: Status connected_peers=0 freelist=11 stage=Execution checkpoint=20371401 target=20413070
[last line repeats indefinitely, occasionally interspersed with TRACE rpc::eth: clear stale filters]

Hope this helps.

emhane commented 2 months ago

thanks for the context @wwhchung, could you please try and repro this yet again, building this commit on main so that you include log additions in https://github.com/paradigmxyz/reth/pull/9949

wwhchung commented 2 months ago

thanks for the context @wwhchung, could you please try and repro this yet again, building this commit on main so that you include log additions in #9949

I just ran it, still stuck and here are the logs with the changes in that PR filtered out:

2024-08-01T02:50:36.226967Z TRACE provider::static_file: Getting static file writer. block=17803656 segment=Headers
2024-08-01T02:50:36.226982Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.226986Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.236028Z TRACE provider::static_file: Getting static file writer. block=17803656 segment=Transactions
2024-08-01T02:50:36.236041Z TRACE provider::static_file: Getting provider segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.236045Z TRACE provider::static_file: Creating jar from scratch segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.244271Z TRACE provider::static_file: Getting static file writer. block=17725007 segment=Receipts
2024-08-01T02:50:36.244283Z TRACE provider::static_file: Getting provider segment=Receipts fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.244287Z TRACE provider::static_file: Creating jar from scratch segment=Receipts fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253022Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.253026Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.253147Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253153Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253168Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253173Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253296Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253307Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253345Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253350Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253355Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253358Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253588Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253594Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253639Z TRACE provider::static_file: Getting provider segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253646Z TRACE provider::static_file: Jar found in cache segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.448458Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.448477Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.449518Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.449524Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.454762Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.454778Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.455241Z TRACE provider::static_file: Getting static file writer. block=17725008 segment=Receipts
2024-08-01T02:50:36.458337Z DEBUG provider::static_file: Commit segment=Receipts path="/data/docker_data/volumes/simple-optimism-node_op_reth/_data/static_files/static_file_receipts_17500000_17999999" duration=3.091328ms
2024-08-01T02:50:36.458464Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.458468Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.725656Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 500000, end: 999999 }
2024-08-01T02:50:36.725670Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 500000, end: 999999 }
2024-08-01T02:50:36.992260Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1000000, end: 1499999 }
2024-08-01T02:50:36.992274Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1000000, end: 1499999 }
2024-08-01T02:50:37.255002Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1500000, end: 1999999 }
2024-08-01T02:50:37.255035Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1500000, end: 1999999 }
2024-08-01T02:50:37.511626Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2000000, end: 2499999 }
2024-08-01T02:50:37.511648Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2000000, end: 2499999 }
2024-08-01T02:50:37.746566Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2500000, end: 2999999 }
2024-08-01T02:50:37.746580Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2500000, end: 2999999 }
2024-08-01T02:50:37.963263Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3000000, end: 3499999 }
2024-08-01T02:50:37.963278Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3000000, end: 3499999 }
2024-08-01T02:50:38.178609Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3500000, end: 3999999 }
2024-08-01T02:50:38.178635Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3500000, end: 3999999 }
2024-08-01T02:50:38.396854Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4000000, end: 4499999 }
2024-08-01T02:50:38.396883Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4000000, end: 4499999 }
2024-08-01T02:50:38.619426Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4500000, end: 4999999 }
2024-08-01T02:50:38.619449Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4500000, end: 4999999 }
2024-08-01T02:50:38.842879Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5000000, end: 5499999 }
2024-08-01T02:50:38.842901Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5000000, end: 5499999 }
2024-08-01T02:50:39.062916Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5500000, end: 5999999 }
2024-08-01T02:50:39.062952Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5500000, end: 5999999 }
2024-08-01T02:50:39.289498Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6000000, end: 6499999 }
2024-08-01T02:50:39.289517Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6000000, end: 6499999 }
2024-08-01T02:50:39.525093Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6500000, end: 6999999 }
2024-08-01T02:50:39.525107Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6500000, end: 6999999 }
2024-08-01T02:50:39.762371Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7000000, end: 7499999 }
2024-08-01T02:50:39.762386Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7000000, end: 7499999 }
2024-08-01T02:50:40.003639Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7500000, end: 7999999 }
2024-08-01T02:50:40.003659Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7500000, end: 7999999 }
2024-08-01T02:50:40.247832Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8000000, end: 8499999 }
2024-08-01T02:50:40.247863Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8000000, end: 8499999 }
2024-08-01T02:50:40.483434Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8500000, end: 8999999 }
2024-08-01T02:50:40.483462Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8500000, end: 8999999 }
2024-08-01T02:50:40.714880Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9000000, end: 9499999 }
2024-08-01T02:50:40.714904Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9000000, end: 9499999 }
2024-08-01T02:50:40.952382Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9500000, end: 9999999 }
2024-08-01T02:50:40.952396Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9500000, end: 9999999 }
2024-08-01T02:50:41.184775Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10000000, end: 10499999 }
2024-08-01T02:50:41.184790Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10000000, end: 10499999 }
2024-08-01T02:50:41.402612Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10500000, end: 10999999 }
2024-08-01T02:50:41.402626Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10500000, end: 10999999 }
2024-08-01T02:50:41.617886Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11000000, end: 11499999 }
2024-08-01T02:50:41.617899Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11000000, end: 11499999 }
2024-08-01T02:50:41.832253Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11500000, end: 11999999 }
2024-08-01T02:50:41.832266Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11500000, end: 11999999 }
2024-08-01T02:50:42.029403Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12000000, end: 12499999 }
2024-08-01T02:50:42.029424Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12000000, end: 12499999 }
2024-08-01T02:50:42.198331Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12500000, end: 12999999 }
2024-08-01T02:50:42.198346Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12500000, end: 12999999 }
2024-08-01T02:50:56.486817Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:56.486830Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:51:36.481273Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:51:36.481281Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:01.483425Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:01.483432Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703722Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703728Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703985Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703994Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.704024Z TRACE provider::static_file: Getting provider segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.704038Z TRACE provider::static_file: Jar found in cache segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.482690Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.482701Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.485506Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.485515Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:36.481424Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:36.481432Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483373Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483384Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483573Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483581Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:21.481690Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:21.481701Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:46.482283Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:46.482293Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.482707Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.482713Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.487623Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.487627Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:06.483373Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:06.483379Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:16.569924Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:16.569929Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:21.483001Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:21.483011Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.483058Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.483067Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.484177Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.484183Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.486134Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.486147Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.567951Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.567964Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:06.484263Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:06.484274Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488048Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488062Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488471Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488481Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.485493Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.485501Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.569023Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.569034Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:51.682307Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:51.682326Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483090Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483099Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483721Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483727Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.485244Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.485255Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.564252Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.564266Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.481051Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.481064Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.564532Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.564541Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.482600Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.482608Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.679095Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.679105Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.483747Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.483755Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.485541Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.485548Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.483343Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.483357Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.485305Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.485315Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.561992Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.561998Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.776439Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.776451Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.484460Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.484471Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.706497Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.706504Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483340Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483430Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483438Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.486289Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.486299Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.576646Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.576655Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.653319Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.653328Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.935479Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.935486Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.485519Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.485528Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.717070Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.717078Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.483709Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.483718Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.485434Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.485440Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.485448Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.485459Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.562366Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.562372Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.567266Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.567277Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.939002Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.939017Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.483381Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.483422Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.705664Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.705676Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:01.483413Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:01.483429Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.480553Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.480564Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.483144Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.483152Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.486003Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.486013Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.564114Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.564121Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.648890Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.648898Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.963667Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.963682Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.485872Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.485881Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.767887Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.767894Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.854233Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.854245Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.483590Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.483598Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.485533Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.485540Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.486429Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.486440Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.570508Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.570528Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.689769Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.689779Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.785272Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.785279Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:07.009612Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:07.009626Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.480518Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.480530Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.809462Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.809473Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.871960Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.871967Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.480753Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.480761Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.486944Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.486952Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.483031Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.483039Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.576313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.576324Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.596328Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.596336Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.663107Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.663114Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.968519Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.968526Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.482769Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.482778Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.712785Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.712795Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.732105Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.732113Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483004Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483023Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483119Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483125Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.483097Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.483110Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.568915Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.568924Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.682313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.682324Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.734644Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.734654Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.989689Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.989700Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.484556Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.484565Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.728475Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.728486Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.758561Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.758574Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.483916Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.483926Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.485223Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.485239Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.482283Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.482293Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.564906Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.564914Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.746395Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.746412Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.759094Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.759103Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:22.130109Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:22.130122Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.482267Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.482277Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.790932Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.790944Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.911691Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.911717Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.977959Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.978006Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483241Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483251Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483907Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483915Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.482257Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.482265Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.566171Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.566185Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.685454Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.685466Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.738408Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.738424Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:07.023084Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:07.023095Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:11.482838Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:11.482849Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.487039Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.487048Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.754497Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.754507Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.864441Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.864451Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.876424Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.876435Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.482773Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.482784Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.484277Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.484284Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.483562Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.483570Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.563859Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.563881Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.690272Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.690278Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.738171Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.738212Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.750297Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.750302Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:52.060702Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:52.060719Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.485518Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.485533Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.762933Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.762944Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.893825Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.893833Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.996669Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.996681Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.484159Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.484167Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.624210Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.624227Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.484926Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.484938Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485006Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485011Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485712Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485718Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.756596Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.756609Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.768429Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.768439Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.974489Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.974499Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.483345Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.483356Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.675818Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.675827Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.864997Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.865007Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.889324Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.889333Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.482802Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.482814Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.661801Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.661808Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481154Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481162Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481334Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481341Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.484269Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.484277Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.742295Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.742308Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.756530Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.756537Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.953451Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.953461Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.485669Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.485681Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.685448Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.685456Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.952735Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.952749Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.953388Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.953395Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.485243Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.485252Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.686558Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.686568Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.481861Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.481872Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.486996Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.487001Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.489852Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.489859Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.636084Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.636094Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.671443Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.671451Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.937848Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.937868Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.480306Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.480315Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.680927Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.680937Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.908320Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.908330Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.909700Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.909708Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.487381Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.487393Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.689971Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.689982Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.482469Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.482479Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.483729Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.483735Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.485576Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.485582Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.748419Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.748429Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.757005Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.757012Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.958938Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.958950Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.480313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.480321Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.683178Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.683187Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.919240Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.919247Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.926848Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.926854Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.486379Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.486390Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.682667Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.682675Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.480149Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.480160Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.483734Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.483742Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.487165Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.487171Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.748447Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.748459Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.793351Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.793359Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:37.023856Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:37.023871Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.481637Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.481645Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.673493Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.673563Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.880713Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.880723Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.889522Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.889529Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.483897Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.483914Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.691887Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.691901Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481744Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481757Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481786Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481792Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.489786Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.489793Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.772422Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.772433Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.778157Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.778164Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.997100Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.997111Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.485649Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.485657Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.678739Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.678751Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.917677Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.917689Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.928240Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.928248Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.481093Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.481104Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.686099Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.686107Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.483186Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.483222Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484702Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484708Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484765Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484772Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.765988Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.765998Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.770749Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.770758Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.988908Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.988919Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.482545Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.482553Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.687953Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.687964Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.974241Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.974252Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:22.013024Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:22.013045Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.486373Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.486380Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.631457Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.631472Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.480470Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.480489Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.484113Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.484123Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.486357Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.486365Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.738442Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.738462Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.771572Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.771579Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.991446Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.991454Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.484161Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.484176Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.675271Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.675288Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.894896Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.894904Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.909973Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.909991Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.486883Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.486892Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.622624Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.622634Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.484503Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.484518Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.486619Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.486626Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.487398Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.487411Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.841165Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.841175Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.849723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.849734Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:37.109830Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:37.109838Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.488097Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.488106Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.686697Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.686709Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.990243Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.990253Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:52.056284Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:52.056291Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.484822Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.484831Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.685525Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.685533Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486403Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486412Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486760Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486769Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.489478Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.489485Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.663146Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.663153Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.732281Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.732287Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.971951Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.971958Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.485258Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.485269Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.677502Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.677508Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.903183Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.903236Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.914602Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.914609Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.485479Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.485490Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.684624Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.684643Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.481748Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.481757Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.483351Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.483358Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.485926Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.485931Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.655369Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.655380Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.724712Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.724719Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.963293Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.963310Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.479980Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.479993Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.674539Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.674547Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.897221Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.897231Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.899577Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.899585Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.480135Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.480145Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.617097Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.617107Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.482578Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.482597Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.483505Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.483554Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.485732Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.485741Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.755287Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.755298Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.762283Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.762298Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.976285Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.976294Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.487584Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.487593Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.681729Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.681741Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.922079Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.922086Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.936426Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.936441Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.487297Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.487318Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.625792Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.625802Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.483623Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.483632Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.484920Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.484926Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.486534Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.486540Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.752852Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.752868Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.758725Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.758731Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.979435Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.979446Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.482917Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.482928Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.680614Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.680623Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.965649Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.965659Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.988714Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.988722Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.483095Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.483106Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.684636Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.684645Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481123Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481150Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481737Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481744Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.483349Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.483356Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.746016Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.746023Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.763688Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.763694Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.977864Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.977876Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.483130Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.483138Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.681521Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.681539Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.901249Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.901263Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.933823Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.933830Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.487134Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.487141Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.636428Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.636442Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.482878Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.482891Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.484962Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.484969Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.485763Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.485776Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.629709Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.629717Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.665291Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.665298Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.928574Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.928589Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.485447Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.485462Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.673866Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.673878Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.826310Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.826323Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.896363Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.896370Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.483529Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.483538Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.687011Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.687021Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.481036Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.481045Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.485692Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.485697Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.486184Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.486189Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.626455Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.626464Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.661385Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.661398Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.941477Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.941502Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.482449Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.482457Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.672533Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.672545Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.824560Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.824568Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.890044Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.890056Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.484703Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.484714Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.623327Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.623338Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.481295Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.481305Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.483309Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.483319Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.485637Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.485647Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.632644Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.632653Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.663879Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.663887Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.938286Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.938294Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.480709Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.480727Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.690817Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.690830Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.955845Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.955852Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.998013Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.998022Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.485873Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.485884Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.619443Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.619452Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485078Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485088Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485903Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485910Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.486779Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.486790Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.569631Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.569637Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.665149Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.665158Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.903597Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.903610Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.485494Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.485514Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.679110Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.679119Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.960343Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.960351Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:37.016063Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:37.016081Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.484336Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.484343Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.619558Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.619567Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.480545Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.480555Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.482354Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.482359Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.485326Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.485333Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.670793Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.670803Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.713634Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.713645Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.954234Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.954244Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.485613Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.485624Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.689275Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.689289Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.985723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.985733Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:22.056062Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:22.056072Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.483073Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.483080Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.619549Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.619556Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.481925Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.481941Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.482520Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.482527Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.484755Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.484763Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.569397Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.569404Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.631987Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.631994Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.892517Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.892522Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.485619Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.485627Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.680618Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.680629Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.952669Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.952682Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.987738Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.987745Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.481778Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.481788Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.651277Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.651285Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.480830Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.480838Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485002Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485010Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485243Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485255Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.565903Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.565911Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.575705Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.575713Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.913270Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.913282Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.483247Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.483256Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.683632Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.683638Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.970606Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.970621Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:52.054432Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:52.054443Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.480735Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.480746Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.690345Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.690354Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484079Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484091Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484742Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484749Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.485208Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.485225Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.629408Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.629418Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.662723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.662736Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.953623Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.953634Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.485723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.485731Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.690862Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.690875Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.996251Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.996266Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:37.095608Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:37.095622Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.481019Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.481035Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.624224Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.624236Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483431Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483472Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483886Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483892Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483925Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483943Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.659137Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.659147Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.751247Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.751256Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.967135Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.967166Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.488296Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.488304Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.685900Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.685907Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.957568Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.957575Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:22.047940Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:22.047948Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.481519Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.481530Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.625758Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.625765Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.480694Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.480719Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.481259Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.481266Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.483229Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.483265Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.653691Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.653699Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.752634Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.752644Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.975841Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.975860Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.486905Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.486915Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.680511Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.680525Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.965242Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.965251Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:07.034396Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:07.034406Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.482540Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.482549Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.682019Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.682035Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.480987Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.481023Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.482558Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.482573Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.484792Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.484798Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.569014Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.569024Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.630543Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.630555Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.891597Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.891611Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.488463Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.488474Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.668746Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.668758Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.907798Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.907812Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.938758Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.938766Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.480474Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.480483Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.683808Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.683818Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486037Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486053Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486282Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486294Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.487559Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.487565Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.576266Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.576275Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.634167Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.634176Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.914330Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.914337Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.479964Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.479974Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.687957Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.687970Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.962376Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.962387Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:37.065619Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:37.065630Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.485804Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.485812Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.686588Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.686597Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.483842Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.483852Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.484907Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.484914Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.486568Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.486575Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.575526Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.575534Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.627113Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.627118Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.913662Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.913678Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.486392Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.486402Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.688757Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.688763Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.963824Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.963839Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:22.056462Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:22.056469Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.485071Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.485081Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.512891Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.512899Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.479932Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.479940Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.482804Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.482810Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.483946Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.483957Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.559139Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.559145Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.568136Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.568143Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.844649Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.844657Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.480529Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.480537Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.680094Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.680104Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.989331Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.989341Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:07.068179Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:07.068189Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.486416Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.486425Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.622696Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.622706Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.481547Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.481563Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.483336Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.483352Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.488391Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.488395Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.568122Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.568128Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.628297Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.628305Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.869116Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.869128Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.483411Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.483420Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.683730Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.683738Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.965179Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.965188Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:52.002776Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:52.002789Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.481671Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.481678Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.514650Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.514656Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.482633Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.482643Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483406Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483415Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483551Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483554Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.618647Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.618655Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.663712Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.663715Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.900748Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.900760Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.483576Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.483582Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.668679Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.668683Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.946515Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.946520Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.953835Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.953840Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
wwhchung commented 2 months ago

seems to be continually doing the same operation

wwhchung commented 2 months ago

I also saw this in the log, and then reth became unresponsive:

WARN libmdbx: Long-lived read transaction has been timed out open_duration=300.000172409s
shekhirin commented 2 months ago

thanks for the context @wwhchung, could you please try and repro this yet again, building this commit on main so that you include log additions in #9949

I just ran it, still stuck and here are the logs with the changes in that PR filtered out:

2024-08-01T02:50:36.226967Z TRACE provider::static_file: Getting static file writer. block=17803656 segment=Headers
2024-08-01T02:50:36.226982Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.226986Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.236028Z TRACE provider::static_file: Getting static file writer. block=17803656 segment=Transactions
2024-08-01T02:50:36.236041Z TRACE provider::static_file: Getting provider segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.236045Z TRACE provider::static_file: Creating jar from scratch segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.244271Z TRACE provider::static_file: Getting static file writer. block=17725007 segment=Receipts
2024-08-01T02:50:36.244283Z TRACE provider::static_file: Getting provider segment=Receipts fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.244287Z TRACE provider::static_file: Creating jar from scratch segment=Receipts fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253022Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.253026Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.253147Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253153Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253168Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253173Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253296Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253307Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253345Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253350Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253355Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253358Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253588Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253594Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253639Z TRACE provider::static_file: Getting provider segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.253646Z TRACE provider::static_file: Jar found in cache segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.448458Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.448477Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.449518Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.449524Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.454762Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.454778Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:36.455241Z TRACE provider::static_file: Getting static file writer. block=17725008 segment=Receipts
2024-08-01T02:50:36.458337Z DEBUG provider::static_file: Commit segment=Receipts path="/data/docker_data/volumes/simple-optimism-node_op_reth/_data/static_files/static_file_receipts_17500000_17999999" duration=3.091328ms
2024-08-01T02:50:36.458464Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.458468Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 0, end: 499999 }
2024-08-01T02:50:36.725656Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 500000, end: 999999 }
2024-08-01T02:50:36.725670Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 500000, end: 999999 }
2024-08-01T02:50:36.992260Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1000000, end: 1499999 }
2024-08-01T02:50:36.992274Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1000000, end: 1499999 }
2024-08-01T02:50:37.255002Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1500000, end: 1999999 }
2024-08-01T02:50:37.255035Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 1500000, end: 1999999 }
2024-08-01T02:50:37.511626Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2000000, end: 2499999 }
2024-08-01T02:50:37.511648Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2000000, end: 2499999 }
2024-08-01T02:50:37.746566Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2500000, end: 2999999 }
2024-08-01T02:50:37.746580Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 2500000, end: 2999999 }
2024-08-01T02:50:37.963263Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3000000, end: 3499999 }
2024-08-01T02:50:37.963278Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3000000, end: 3499999 }
2024-08-01T02:50:38.178609Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3500000, end: 3999999 }
2024-08-01T02:50:38.178635Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 3500000, end: 3999999 }
2024-08-01T02:50:38.396854Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4000000, end: 4499999 }
2024-08-01T02:50:38.396883Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4000000, end: 4499999 }
2024-08-01T02:50:38.619426Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4500000, end: 4999999 }
2024-08-01T02:50:38.619449Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 4500000, end: 4999999 }
2024-08-01T02:50:38.842879Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5000000, end: 5499999 }
2024-08-01T02:50:38.842901Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5000000, end: 5499999 }
2024-08-01T02:50:39.062916Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5500000, end: 5999999 }
2024-08-01T02:50:39.062952Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 5500000, end: 5999999 }
2024-08-01T02:50:39.289498Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6000000, end: 6499999 }
2024-08-01T02:50:39.289517Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6000000, end: 6499999 }
2024-08-01T02:50:39.525093Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6500000, end: 6999999 }
2024-08-01T02:50:39.525107Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 6500000, end: 6999999 }
2024-08-01T02:50:39.762371Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7000000, end: 7499999 }
2024-08-01T02:50:39.762386Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7000000, end: 7499999 }
2024-08-01T02:50:40.003639Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7500000, end: 7999999 }
2024-08-01T02:50:40.003659Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 7500000, end: 7999999 }
2024-08-01T02:50:40.247832Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8000000, end: 8499999 }
2024-08-01T02:50:40.247863Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8000000, end: 8499999 }
2024-08-01T02:50:40.483434Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8500000, end: 8999999 }
2024-08-01T02:50:40.483462Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 8500000, end: 8999999 }
2024-08-01T02:50:40.714880Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9000000, end: 9499999 }
2024-08-01T02:50:40.714904Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9000000, end: 9499999 }
2024-08-01T02:50:40.952382Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9500000, end: 9999999 }
2024-08-01T02:50:40.952396Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 9500000, end: 9999999 }
2024-08-01T02:50:41.184775Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10000000, end: 10499999 }
2024-08-01T02:50:41.184790Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10000000, end: 10499999 }
2024-08-01T02:50:41.402612Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10500000, end: 10999999 }
2024-08-01T02:50:41.402626Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 10500000, end: 10999999 }
2024-08-01T02:50:41.617886Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11000000, end: 11499999 }
2024-08-01T02:50:41.617899Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11000000, end: 11499999 }
2024-08-01T02:50:41.832253Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11500000, end: 11999999 }
2024-08-01T02:50:41.832266Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 11500000, end: 11999999 }
2024-08-01T02:50:42.029403Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12000000, end: 12499999 }
2024-08-01T02:50:42.029424Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12000000, end: 12499999 }
2024-08-01T02:50:42.198331Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12500000, end: 12999999 }
2024-08-01T02:50:42.198346Z TRACE provider::static_file: Creating jar from scratch segment=Headers fixed_block_range=SegmentRangeInclusive { start: 12500000, end: 12999999 }
2024-08-01T02:50:56.486817Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:50:56.486830Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:51:36.481273Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:51:36.481281Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:01.483425Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:01.483432Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703722Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703728Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703985Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.703994Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.704024Z TRACE provider::static_file: Getting provider segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:06.704038Z TRACE provider::static_file: Jar found in cache segment=Transactions fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.482690Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.482701Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.485506Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:21.485515Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:36.481424Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:52:36.481432Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483373Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483384Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483573Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:06.483581Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:21.481690Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:21.481701Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:46.482283Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:46.482293Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.482707Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.482713Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.487623Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:53:51.487627Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:06.483373Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:06.483379Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:16.569924Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:16.569929Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:21.483001Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:21.483011Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.483058Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.483067Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.484177Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:36.484183Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.486134Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.486147Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.567951Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:54:51.567964Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:06.484263Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:06.484274Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488048Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488062Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488471Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:21.488481Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.485493Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.485501Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.569023Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:36.569034Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:51.682307Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:55:51.682326Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483090Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483099Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483721Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:06.483727Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.485244Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.485255Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.564252Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:21.564266Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.481051Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.481064Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.564532Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:31.564541Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.482600Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.482608Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.679095Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:36.679105Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.483747Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.483755Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.485541Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:56:51.485548Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.483343Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.483357Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.485305Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.485315Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.561992Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.561998Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.776439Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:06.776451Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.484460Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.484471Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.706497Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:21.706504Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483340Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483430Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:36.483438Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.486289Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.486299Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.576646Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.576655Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.653319Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.653328Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.935479Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:57:51.935486Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.485519Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.485528Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.717070Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:06.717078Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.483709Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.483718Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.485434Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:21.485440Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.485448Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.485459Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.562366Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.562372Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.567266Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.567277Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.939002Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:36.939017Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.483381Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.483422Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.705664Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:58:51.705676Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:01.483413Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:01.483429Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.480553Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.480564Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.483144Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:06.483152Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.486003Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.486013Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.564114Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.564121Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.648890Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.648898Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.963667Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:21.963682Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.485872Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.485881Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.767887Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.767894Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.854233Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:36.854245Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.483590Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.483598Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.485533Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T02:59:51.485540Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.486429Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.486440Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.570508Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.570528Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.689769Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.689779Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.785272Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:06.785279Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:07.009612Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:07.009626Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.480518Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.480530Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.809462Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.809473Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.871960Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:21.871967Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.480753Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.480761Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.486944Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:36.486952Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.483031Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.483039Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.576313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.576324Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.596328Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.596336Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.663107Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.663114Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.968519Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:00:51.968526Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.482769Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.482778Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.712785Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.712795Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.732105Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:06.732113Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483004Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483023Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483119Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:21.483125Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.483097Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.483110Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.568915Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.568924Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.682313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.682324Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.734644Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.734654Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.989689Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:36.989700Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.484556Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.484565Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.728475Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.728486Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.758561Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:01:51.758574Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.483916Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.483926Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.485223Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:06.485239Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.482283Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.482293Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.564906Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.564914Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.746395Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.746412Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.759094Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:21.759103Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:22.130109Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:22.130122Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.482267Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.482277Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.790932Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.790944Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.911691Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.911717Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.977959Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:36.978006Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483241Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483251Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483907Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:02:51.483915Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.482257Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.482265Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.566171Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.566185Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.685454Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.685466Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.738408Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:06.738424Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:07.023084Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:07.023095Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:11.482838Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:11.482849Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.487039Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.487048Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.754497Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.754507Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.864441Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.864451Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.876424Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:21.876435Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.482773Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.482784Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.484277Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:36.484284Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.483562Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.483570Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.563859Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.563881Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.690272Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.690278Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.738171Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.738212Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.750297Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:51.750302Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:52.060702Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:03:52.060719Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.485518Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.485533Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.762933Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.762944Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.893825Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.893833Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.996669Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:06.996681Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.484159Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.484167Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.624210Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:21.624227Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.484926Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.484938Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485006Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485011Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485712Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.485718Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.756596Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.756609Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.768429Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.768439Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.974489Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:36.974499Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.483345Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.483356Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.675818Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.675827Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.864997Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.865007Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.889324Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:04:51.889333Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.482802Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.482814Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.661801Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:06.661808Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481154Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481162Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481334Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.481341Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.484269Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.484277Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.742295Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.742308Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.756530Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.756537Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.953451Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:21.953461Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.485669Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.485681Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.685448Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.685456Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.952735Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.952749Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.953388Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:36.953395Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.485243Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.485252Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.686558Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:05:51.686568Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.481861Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.481872Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.486996Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.487001Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.489852Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.489859Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.636084Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.636094Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.671443Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.671451Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.937848Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:06.937868Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.480306Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.480315Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.680927Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.680937Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.908320Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.908330Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.909700Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:21.909708Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.487381Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.487393Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.689971Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:36.689982Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.482469Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.482479Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.483729Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.483735Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.485576Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.485582Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.748419Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.748429Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.757005Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.757012Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.958938Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:06:51.958950Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.480313Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.480321Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.683178Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.683187Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.919240Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.919247Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.926848Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:06.926854Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.486379Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.486390Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.682667Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:21.682675Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.480149Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.480160Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.483734Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.483742Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.487165Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.487171Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.748447Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.748459Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.793351Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:36.793359Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:37.023856Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:37.023871Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.481637Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.481645Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.673493Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.673563Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.880713Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.880723Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.889522Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:07:51.889529Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.483897Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.483914Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.691887Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:06.691901Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481744Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481757Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481786Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.481792Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.489786Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.489793Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.772422Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.772433Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.778157Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.778164Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.997100Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:21.997111Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.485649Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.485657Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.678739Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.678751Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.917677Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.917689Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.928240Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:36.928248Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.481093Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.481104Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.686099Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:08:51.686107Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.483186Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.483222Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484702Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484708Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484765Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.484772Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.765988Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.765998Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.770749Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.770758Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.988908Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:06.988919Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.482545Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.482553Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.687953Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.687964Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.974241Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:21.974252Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:22.013024Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:22.013045Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.486373Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.486380Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.631457Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:36.631472Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.480470Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.480489Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.484113Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.484123Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.486357Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.486365Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.738442Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.738462Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.771572Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.771579Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.991446Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:09:51.991454Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.484161Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.484176Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.675271Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.675288Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.894896Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.894904Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.909973Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:06.909991Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.486883Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.486892Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.622624Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:21.622634Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.484503Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.484518Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.486619Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.486626Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.487398Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.487411Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.841165Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.841175Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.849723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:36.849734Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:37.109830Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:37.109838Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.488097Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.488106Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.686697Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.686709Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.990243Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:51.990253Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:52.056284Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:10:52.056291Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.484822Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.484831Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.685525Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:06.685533Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486403Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486412Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486760Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.486769Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.489478Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.489485Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.663146Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.663153Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.732281Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.732287Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.971951Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:21.971958Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.485258Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.485269Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.677502Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.677508Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.903183Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.903236Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.914602Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:36.914609Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.485479Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.485490Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.684624Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:11:51.684643Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.481748Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.481757Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.483351Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.483358Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.485926Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.485931Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.655369Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.655380Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.724712Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.724719Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.963293Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:06.963310Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.479980Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.479993Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.674539Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.674547Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.897221Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.897231Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.899577Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:21.899585Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.480135Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.480145Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.617097Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:36.617107Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.482578Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.482597Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.483505Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.483554Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.485732Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.485741Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.755287Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.755298Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.762283Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.762298Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.976285Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:12:51.976294Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.487584Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.487593Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.681729Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.681741Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.922079Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.922086Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.936426Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:06.936441Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.487297Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.487318Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.625792Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:21.625802Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.483623Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.483632Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.484920Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.484926Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.486534Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.486540Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.752852Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.752868Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.758725Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.758731Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.979435Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:36.979446Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.482917Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.482928Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.680614Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.680623Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.965649Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.965659Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.988714Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:13:51.988722Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.483095Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.483106Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.684636Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:06.684645Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481123Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481150Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481737Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.481744Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.483349Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.483356Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.746016Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.746023Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.763688Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.763694Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.977864Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:21.977876Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.483130Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.483138Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.681521Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.681539Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.901249Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.901263Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.933823Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:36.933830Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.487134Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.487141Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.636428Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:14:51.636442Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.482878Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.482891Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.484962Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.484969Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.485763Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.485776Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.629709Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.629717Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.665291Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.665298Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.928574Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:06.928589Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.485447Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.485462Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.673866Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.673878Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.826310Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.826323Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.896363Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:21.896370Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.483529Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.483538Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.687011Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:36.687021Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.481036Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.481045Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.485692Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.485697Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.486184Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.486189Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.626455Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.626464Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.661385Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.661398Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.941477Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:15:51.941502Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.482449Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.482457Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.672533Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.672545Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.824560Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.824568Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.890044Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:06.890056Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.484703Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.484714Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.623327Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:21.623338Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.481295Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.481305Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.483309Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.483319Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.485637Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.485647Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.632644Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.632653Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.663879Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.663887Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.938286Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:36.938294Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.480709Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.480727Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.690817Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.690830Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.955845Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.955852Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.998013Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:16:51.998022Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.485873Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.485884Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.619443Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:06.619452Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485078Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485088Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485903Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.485910Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.486779Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.486790Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.569631Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.569637Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.665149Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.665158Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.903597Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:21.903610Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.485494Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.485514Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.679110Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.679119Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.960343Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:36.960351Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:37.016063Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:37.016081Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.484336Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.484343Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.619558Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:17:51.619567Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.480545Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.480555Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.482354Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.482359Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.485326Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.485333Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.670793Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.670803Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.713634Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.713645Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.954234Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:06.954244Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.485613Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.485624Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.689275Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.689289Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.985723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:21.985733Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:22.056062Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:22.056072Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.483073Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.483080Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.619549Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:36.619556Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.481925Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.481941Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.482520Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.482527Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.484755Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.484763Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.569397Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.569404Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.631987Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.631994Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.892517Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:18:51.892522Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.485619Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.485627Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.680618Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.680629Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.952669Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.952682Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.987738Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:06.987745Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.481778Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.481788Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.651277Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:21.651285Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.480830Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.480838Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485002Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485010Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485243Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.485255Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.565903Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.565911Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.575705Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.575713Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.913270Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:36.913282Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.483247Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.483256Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.683632Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.683638Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.970606Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:51.970621Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:52.054432Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:19:52.054443Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.480735Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.480746Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.690345Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:06.690354Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484079Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484091Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484742Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.484749Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.485208Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.485225Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.629408Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.629418Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.662723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.662736Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.953623Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:21.953634Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.485723Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.485731Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.690862Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.690875Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.996251Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:36.996266Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:37.095608Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:37.095622Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.481019Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.481035Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.624224Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:20:51.624236Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483431Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483472Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483886Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483892Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483925Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.483943Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.659137Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.659147Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.751247Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.751256Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.967135Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:06.967166Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.488296Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.488304Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.685900Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.685907Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.957568Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:21.957575Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:22.047940Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:22.047948Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.481519Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.481530Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.625758Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:36.625765Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.480694Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.480719Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.481259Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.481266Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.483229Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.483265Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.653691Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.653699Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.752634Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.752644Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.975841Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:21:51.975860Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.486905Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.486915Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.680511Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.680525Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.965242Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:06.965251Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:07.034396Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:07.034406Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.482540Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.482549Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.682019Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:21.682035Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.480987Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.481023Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.482558Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.482573Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.484792Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.484798Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.569014Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.569024Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.630543Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.630555Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.891597Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:36.891611Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.488463Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.488474Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.668746Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.668758Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.907798Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.907812Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.938758Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:22:51.938766Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.480474Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.480483Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.683808Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:06.683818Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486037Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486053Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486282Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.486294Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.487559Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.487565Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.576266Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.576275Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.634167Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.634176Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.914330Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:21.914337Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.479964Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.479974Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.687957Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.687970Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.962376Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:36.962387Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:37.065619Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:37.065630Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.485804Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.485812Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.686588Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:23:51.686597Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.483842Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.483852Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.484907Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.484914Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.486568Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.486575Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.575526Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.575534Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.627113Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.627118Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.913662Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:06.913678Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.486392Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.486402Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.688757Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.688763Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.963824Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:21.963839Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:22.056462Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:22.056469Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.485071Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.485081Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.512891Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:36.512899Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.479932Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.479940Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.482804Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.482810Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.483946Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.483957Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.559139Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.559145Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.568136Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.568143Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.844649Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:24:51.844657Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.480529Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.480537Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.680094Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.680104Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.989331Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:06.989341Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:07.068179Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:07.068189Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.486416Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.486425Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.622696Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:21.622706Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.481547Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.481563Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.483336Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.483352Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.488391Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.488395Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.568122Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.568128Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.628297Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.628305Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.869116Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:36.869128Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.483411Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.483420Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.683730Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.683738Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.965179Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:51.965188Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:52.002776Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:25:52.002789Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.481671Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.481678Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.514650Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:06.514656Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.482633Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.482643Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483406Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483415Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483551Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.483554Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.618647Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.618655Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.663712Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.663715Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.900748Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:21.900760Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.483576Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.483582Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.668679Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.668683Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.946515Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.946520Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.953835Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-01T03:26:36.953840Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }

interesting! can you please post all logs without filtering just the provider::static_file target? Would be interesting to see when does it start looping.

onlyblackstars commented 2 months ago

An update. reth stopped stalling at the Execution stage when I turned off the device for 8 hours (or more; could be less; have not checked; might not even require a power cycle), then restarted it (1.0.3; with nimbus as CL).

However, if I then restart reth again before the Execution stage checkpoint moves up from 20371401 (where it was stalled before), it stalls again in the Execution stage in the same way mentioned above and a further 8 hour wait is required.

Seems to work fine after reaching a new Execution checkpoint, though.

wwhchung commented 2 months ago

Here is the latest logs which show the looping behavior (full trace, so it's rather large). logs.log

wwhchung commented 2 months ago

here's about a minute of logs showing the looping behavior and it being stuck not doing any execution:

2024-08-03T10:49:01.013103Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:01.013180Z TRACE decode{peer=Some(0x7772452dde4550a906025a561e014565d5f5fdaa03d111eebc13c0f775877118d85316852dfb22801612ca13045a00a017553df50fe5b2cf63d7508cc031f087) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:01.475183Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 63, NodeId: 0x32bb34f7444de5228eda99858c16b8cd60e7a7662735692167e982319404b3a9, signature: "87618da12d79674843d5dc7f719942e35634ba4ca0d706fd82f80a5c1b4a185000d52eaba70df0703f7a34ce642a5ca1cdee1b0252c0431e2b5fa7b36636429b", IpV4 UDP Socket: Some(65.108.102.246:9009), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(65.108.102.246:9009), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000000000c00000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("secp256k1", "a1020fb49e014766c72ad7d4e017ef5c73fa9b59897d548fb2aec6d6c4ca1fc8adb0"), ("syncnets", "880000000000000000")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:01.548340Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:01.548379Z TRACE decode{peer=Some(0x5e74f9b187dc0ce2d242a212252a4f22360c2cc6cb4c7911b09756d7b7e0a092773d580d216a7f0c8cbbb35631a04635d862595c61997f407bee7b3f7f0b3b39) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:02.198703Z TRACE net::discv5: starting periodic lookup query target=0x13db..c9c3 lookup_interval="60s"
2024-08-03T10:49:03.443123Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 188, NodeId: 0x13ce0a56ef61bfc53799ec6daf49c8b7f0ccb9eecbe9e335812cf98d96bbafba, signature: "2637ae786ce42a4eb9498448bcc7506095a3bd5496f04311444315d017b220e5694c8e613ce71daee6d15b09850f9e057cdf420950ab67366842518bdeb3985d", IpV4 UDP Socket: Some(81.17.100.131:7000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(81.17.100.131:7000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000000006000000"), ("eth2", "90d31f619190000073ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a1021289b04b90fd4a58bcec486d0e919af79808bb6211bac936f8778ddb6778ef01"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:04.215541Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 141, NodeId: 0x13c58630211919ef66737e9aa3be24359c15fec752be0c4598cdbe380a3238c4, signature: "b9b4e618477a2ea2ba8d0d829525139684a225c48e3cc4bf346e98e63d83f39357f86dc739dfa36644f05c9bf83f71b0de925098d3296f14452e0489d01cbfa5", IpV4 UDP Socket: Some(3.13.94.18:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(3.13.94.18:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000003000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a10346468ed94babe73518934798d6797c4c03788e529430d82b5a3679ef9dc9d7c4"), ("syncnets", "0f")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:04.533861Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 8760, NodeId: 0x13e74d9235d6139c9c7d764457b47167afff476fdf1610bf6b43c81cc1889331, signature: "cedebb92ecff34bcbc8f566354659c84c4d61c77028b864d2549a4bc5d1ce05c5634cf9c221309995aea9f1d99ff13d1e0226185ea2bc6800f9521c0c806d150", IpV4 UDP Socket: Some(45.42.140.14:21109), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(45.42.140.14:21109), IpV6 TCP Socket: None, Other Pairs: [("attnets", "88000000000000c003"), ("eth2", "903ebfd48404000064ffffffffffffffff"), ("quic", "825276"), ("secp256k1", "a103d1667ea171569610387278abe38c87f9fa18287f15fdd34f7e768d49289e1f70"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:04.535776Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 7, NodeId: 0x13991612cf9412e315044dfc2ac068f82aad0ef67b1caf48d77a0af81cb863ce, signature: "571fa8ee5ba2de933f645db74a224640bfc9bf3c386806d4290881c214dc2d0773d35874ea8a94cf6ea0ab71e43ea6ee4d296a279e3e97fb8f0b2ba78d2fc84b", IpV4 UDP Socket: Some(66.234.48.181:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(66.234.48.181:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000003000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("secp256k1", "a1028b18a41190a7266ff35a8847838d6983f0f457f397c528771633d4fe2a86c3e5")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:04.616784Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 306, NodeId: 0x139ad71b22f95e6096414d13a3a687ad1d882ca0655ed58130366c3df127ad22, signature: "51c20773459f9f3144918e7a45b5a42868086df92f49d2838167e0879c1e9d7f17f9ecb3276f19730f4b5fe2fcaa3636fba9ed1e253e0ff7084d1225e43b37f4", IpV4 UDP Socket: Some(167.235.32.19:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(167.235.32.19:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000003000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a1026819166900b48eaf91b63c41b88c2686982bfe66f519dd4ae117571a0f6fe4c6"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:04.627530Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 770, NodeId: 0x13f2f8e602d7c3a69153b21438cc6819e536886cdfb6dc9cb7a97020a7a5c975, signature: "907bbc80b5dee57e9b75ff6e7bf841a95fb9934b17ec94ea36acc49d2c9a1ffd11bbf879ddedca98df45c21420888b3d113a0d08a554dff70854d40cc342f108", IpV4 UDP Socket: Some(162.55.75.230:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(162.55.75.230:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000000006000000"), ("eth2", "90d31f619190000073ffffffffffffffff"), ("quic", "822329"), ("quic6", "822329"), ("secp256k1", "a102e60062ebbf0ad44adff1cb2f25b671c7ccbcdbae325645aa0b7963ededb4aea3"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:05.199380Z TRACE decode{peer=Some(0x7772452dde4550a906025a561e014565d5f5fdaa03d111eebc13c0f775877118d85316852dfb22801612ca13045a00a017553df50fe5b2cf63d7508cc031f087) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:05.604907Z TRACE net::discv5: discovered peer fork_id=None enr=Enr { id: Some("v4"), seq: 1722538609490, NodeId: 0x13bfc1070f8cd4f742c829f2d926f2bd85a5761e2360f3c9ca8d325086dd4266, signature: "0415a61e382b711fdeadbba2b4c6bd66d94ccc85d6e7f9fae56edbb237bdac7253825a8e189224331ee12eccc0af0053065ff3aefc0b9eb6d5c719e39d11ae61", IpV4 UDP Socket: Some(35.234.171.144:9004), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(35.234.171.144:9003), IpV6 TCP Socket: None, Other Pairs: [("opstack", "83ef0800"), ("secp256k1", "a102c113be206722079300449e42382bb9d1e123362f2b63d954cba896a3e6741ebe")], .. }
2024-08-03T10:49:05.813711Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 361, NodeId: 0x1382fa34895155f351197243a6453859bd58a9325c46b4ff92f9603a91939526, signature: "c4ae99c255bf31b178e34924198a73d45f41de466706ecf3d51c72c6948add0f20d096529137da74118bcf535261ab57fd2efac6bf7257f59088bce26d0843fd", IpV4 UDP Socket: Some(99.251.159.189:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(99.251.159.189:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000000000300000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a10294f5eda1f27c1570928e510b9aace662587a743340c973bf9a87ae3d4ff681f0"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:06.705085Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 12, NodeId: 0x13a0e624cce12541d88074bb4aa6ac9e1f6060adf92b01bc83a0d8b6f3de2688, signature: "963b8bea1f00a2985833e75f1ddfc3868d8e537243c20947063d47b61ba82b056c0d03ef617d80f631b53a87d82ebf13d405c35bdfe8cddc39063ea8ea00f9eb", IpV4 UDP Socket: Some(35.187.62.73:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(35.187.62.73:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000003000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a102a23f135ab0e5ba4b3ab1beeec23d8fbb0058d42098edcc8bd781857ed9eaba5a"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:07.318900Z TRACE net::discv5: discovered peer fork_id=None enr=Enr { id: Some("v4"), seq: 1720254300432, NodeId: 0x1366d617daa69efb29437bf24cafc4ea6da0e3c988e1ea3851424eae73c48829, signature: "9f0d12e9d59ba5c7ea498dadfa8e85e4df08a9fdcbe9ef4e28df7a0a369d216905f43bb976bfbf24bf05f0c4e88bff61cc8a18a7f08fe47a612592551ee9b82b", IpV4 UDP Socket: Some(23.88.71.210:35479), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(23.88.71.210:21727), IpV6 TCP Socket: None, Other Pairs: [("opstack", "84b4940500"), ("secp256k1", "a1022ff62b939923cc9b09a20915183d2aba18fe3a898f5cb2a886b899ed63d232be")], .. }
2024-08-03T10:49:07.867683Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 2807, NodeId: 0x1314e9c01fdc3c778f18e4a70ace964f6645b303ba597530c15f0f3b7c4237e2, signature: "c9f4a80dfd7de892adece7aa566b8be317e363d8a4514978105eb799a1f25d9624d526e6e2587cb8b04a2b44b42fc46a7bc32961c5518d7982548fcd90ce4f65", IpV4 UDP Socket: Some(103.25.200.197:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(103.25.200.197:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000003000000000"), ("eth2", "90bba4da9603000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a1031ad279b7ef8699c59453bfb43b2b68dd731733f56858d5287706fb4dd999c598"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:08.815719Z TRACE net::discv5: peers returned by lookup query target="0x13db9698fe089ee157be3e61a595325c4e1cafaf4f98dbbee0fc8c9ba07ac9c3" peers_count=16 peers="[0x13de..828c, 0x13ce..0870, 0x13fc..0b38, 0x13f7..528b, 0x13eb..689e, 0x139a..ed08, 0x1399..63ce, 0x139d..ebd1, 0x139c..0d64, 0x1394..de56, 0x138c..6554, 0x1383..b058, 0x1382..9f51, 0x1384..8847, 0x13bb..4a0e, 0x13bf..4266]"
2024-08-03T10:49:08.815786Z DEBUG net::discv5: connected peers in routing table connected_peers=156
2024-08-03T10:49:13.801439Z TRACE net::peers: schedule outbound connection peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f addr=PeerAddr { tcp: 131.153.165.85:5050, udp: Some(131.153.165.85:5050) }
2024-08-03T10:49:13.801494Z TRACE net::peers: schedule outbound connection peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef addr=PeerAddr { tcp: 3.10.19.215:30313, udp: Some(3.10.19.215:30313) }
2024-08-03T10:49:13.801504Z TRACE net::peers: schedule outbound connection peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 addr=PeerAddr { tcp: 3.10.19.215:30316, udp: Some(3.10.19.215:30316) }
2024-08-03T10:49:13.801511Z TRACE net::peers: schedule outbound connection peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300 addr=PeerAddr { tcp: 213.199.46.212:5050, udp: Some(213.199.46.212:5050) }
2024-08-03T10:49:13.801519Z TRACE net::peers: schedule outbound connection peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea addr=PeerAddr { tcp: 49.13.11.197:30315, udp: Some(49.13.11.197:30315) }
2024-08-03T10:49:13.801525Z TRACE net::peers: schedule outbound connection peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314 addr=PeerAddr { tcp: 49.13.11.197:30304, udp: Some(49.13.11.197:30304) }
2024-08-03T10:49:13.801546Z TRACE net: Starting outbound connection. remote_addr=131.153.165.85:5050 peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f
2024-08-03T10:49:13.801596Z TRACE net: Starting outbound connection. remote_addr=3.10.19.215:30313 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:13.801628Z TRACE net: Starting outbound connection. remote_addr=3.10.19.215:30316 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:13.801756Z TRACE net: Starting outbound connection. remote_addr=213.199.46.212:5050 peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300
2024-08-03T10:49:13.801875Z TRACE net: Starting outbound connection. remote_addr=49.13.11.197:30315 peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea
2024-08-03T10:49:13.801922Z TRACE net: Starting outbound connection. remote_addr=49.13.11.197:30304 peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314
2024-08-03T10:49:13.868604Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:13.868858Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:13.877027Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:13.877271Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:13.877388Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:13.877593Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:13.901441Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:13.901702Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:13.902734Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:13.902965Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:13.904484Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:13.904752Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:13.935283Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}:decode{peer=Some(0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f) state=Ack}: reth_ecies::codec: parsing ack with len 388
2024-08-03T10:49:13.935451Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:13.935517Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:13.935606Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:decode{peer=Some(0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:13.935643Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:13.935701Z TRACE net::session: disconnected pending session session_id=SessionId(40514) remote_addr=131.153.165.85:5050 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:13.935725Z TRACE net: Outgoing pending session failed remote_addr=131.153.165.85:5050 peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:13.935735Z TRACE net::peers: handling failed connection remote_addr=131.153.165.85:5050 peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f err=disconnected by peer: too many peers
2024-08-03T10:49:13.935746Z TRACE net::peers: backing off peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f
2024-08-03T10:49:13.952729Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}:decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Ack}: reth_ecies::codec: parsing ack with len 386
2024-08-03T10:49:13.952880Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:13.952903Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:13.952959Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:13.953070Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::p2pstream: validating incoming p2p hello from peer hello=HelloMessage { protocol_version: V5, client_version: "Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5", capabilities: [Capability { name: "eth", version: 66 }, Capability { name: "eth", version: 67 }, Capability { name: "eth", version: 68 }, Capability { name: "snap", version: 1 }], port: 0, id: 0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef }
2024-08-03T10:49:13.953099Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::ethstream: sending eth status to peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: cc9ddc2e5debaac40b39a4685efeb048f0062e685e5702ebd9d5caf9957086d3, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:13.953163Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:13.953316Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}:decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Ack}: reth_ecies::codec: parsing ack with len 370
2024-08-03T10:49:13.953444Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:13.953487Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:13.953527Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:13.953752Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::p2pstream: validating incoming p2p hello from peer hello=HelloMessage { protocol_version: V5, client_version: "Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5", capabilities: [Capability { name: "eth", version: 66 }, Capability { name: "eth", version: 67 }, Capability { name: "eth", version: 68 }, Capability { name: "snap", version: 1 }], port: 0, id: 0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 }
2024-08-03T10:49:13.953776Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::ethstream: sending eth status to peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: cc9ddc2e5debaac40b39a4685efeb048f0062e685e5702ebd9d5caf9957086d3, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:13.953816Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.003993Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}:decode{peer=Some(0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea) state=Ack}: reth_ecies::codec: parsing ack with len 323
2024-08-03T10:49:14.004152Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:14.004220Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:14.004282Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:decode{peer=Some(0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.005020Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:decode{peer=Some(0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.005087Z TRACE net::session: disconnected pending session session_id=SessionId(40518) remote_addr=49.13.11.197:30315 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:14.005105Z TRACE net: Outgoing pending session failed remote_addr=49.13.11.197:30315 peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:14.005114Z TRACE net::peers: handling failed connection remote_addr=49.13.11.197:30315 peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea err=no response received when sending out handshake
2024-08-03T10:49:14.005125Z TRACE net::peers: backing off peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea
2024-08-03T10:49:14.010557Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}:decode{peer=Some(0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314) state=Ack}: reth_ecies::codec: parsing ack with len 400
2024-08-03T10:49:14.010731Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:14.010755Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:14.010812Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:decode{peer=Some(0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.011119Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:decode{peer=Some(0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.011179Z TRACE net::session: disconnected pending session session_id=SessionId(40519) remote_addr=49.13.11.197:30304 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:14.011198Z TRACE net: Outgoing pending session failed remote_addr=49.13.11.197:30304 peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:14.011207Z TRACE net::peers: handling failed connection remote_addr=49.13.11.197:30304 peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314 err=no response received when sending out handshake
2024-08-03T10:49:14.011216Z TRACE net::peers: backing off peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314
2024-08-03T10:49:14.017213Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}:decode{peer=Some(0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300) state=Ack}: reth_ecies::codec: parsing ack with len 413
2024-08-03T10:49:14.017364Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:14.017387Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:14.017437Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:decode{peer=Some(0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.018698Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:14.018749Z TRACE net::session: disconnected pending session session_id=SessionId(40517) remote_addr=213.199.46.212:5050 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:14.018776Z TRACE net: Outgoing pending session failed remote_addr=213.199.46.212:5050 peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:14.018785Z TRACE net::peers: handling failed connection remote_addr=213.199.46.212:5050 peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300 err=disconnected by peer: too many peers
2024-08-03T10:49:14.018797Z TRACE net::peers: backing off peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300
2024-08-03T10:49:14.027915Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::ethstream: validating incoming eth status from peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:14.028005Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:14.028040Z DEBUG net: Session established remote_addr=3.10.19.215:30313 client_version=Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef total_active=3 kind=outgoing peer_enode=enode://9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef@3.10.19.215:30313
2024-08-03T10:49:14.028112Z TRACE decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.028185Z TRACE net::session: received eth message msg_id=GetBlockHeaders remote_peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:14.028208Z TRACE decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.028230Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:14.028249Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:14.028263Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:14.028504Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::ethstream: validating incoming eth status from peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:14.028584Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:14.028609Z DEBUG net: Session established remote_addr=3.10.19.215:30316 client_version=Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 total_active=4 kind=outgoing peer_enode=enode://dec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9@3.10.19.215:30316
2024-08-03T10:49:14.028644Z TRACE decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.028708Z TRACE net::session: received eth message msg_id=GetBlockHeaders remote_peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:14.028721Z TRACE decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:14.028736Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:14.028767Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:14.028775Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:14.103086Z DEBUG net::session: failed to receive message err=disconnected remote_peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:14.103181Z TRACE net::session: closed session. peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef error=disconnected
2024-08-03T10:49:14.103200Z TRACE net: Session disconnected remote_addr=3.10.19.215:30313 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef total_active=3 error=Some(P2PStreamError(Disconnected(TooManyPeers)))
2024-08-03T10:49:14.103217Z TRACE net::peers: handling failed connection remote_addr=3.10.19.215:30313 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef err=disconnected
2024-08-03T10:49:14.103225Z TRACE net::peers: backing off peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:14.103499Z DEBUG net::session: failed to receive message err=disconnected remote_peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:14.103587Z TRACE net::session: closed session. peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 error=disconnected
2024-08-03T10:49:14.103609Z TRACE net: Session disconnected remote_addr=3.10.19.215:30316 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 total_active=2 error=Some(P2PStreamError(Disconnected(TooManyPeers)))
2024-08-03T10:49:14.103629Z TRACE net::peers: handling failed connection remote_addr=3.10.19.215:30316 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 err=disconnected
2024-08-03T10:49:14.103702Z TRACE net::peers: backing off peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:14.723544Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 1722590549336, NodeId: 0x2d0cf85473440b7060674b22a11d4faf17b1e2f9b9f307cbfa34eb6b27ed6d69, signature: "b7e2c2f15b2c6b3e0b98d95353c2a32c22d75c8d99376cd052bd6f96b6b2f9dd0f9764848cd62f1a8f0d20632666aaf69ba7ecde11625c0f9233bc671b9c9100", IpV4 UDP Socket: Some(71.205.29.231:12000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(71.205.29.231:13000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000000000000060"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("secp256k1", "a1027bbe994011476ca480c90a90476b85348128612cca5820c16bf3d90637eda168"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:16.013351Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:16.013401Z TRACE decode{peer=Some(0x7772452dde4550a906025a561e014565d5f5fdaa03d111eebc13c0f775877118d85316852dfb22801612ca13045a00a017553df50fe5b2cf63d7508cc031f087) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:16.548652Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:16.548720Z TRACE decode{peer=Some(0x5e74f9b187dc0ce2d242a212252a4f22360c2cc6cb4c7911b09756d7b7e0a092773d580d216a7f0c8cbbb35631a04635d862595c61997f407bee7b3f7f0b3b39) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:16.748640Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 34, NodeId: 0xc3756517cba492d3327e7e4fa3ff066240b8cc2103f6ee9444e069ccd0b6b365, signature: "7c7c9f1f6a127d960b765132443a17c52c3fd775489a407a57b0fea7eb8ea6484253dba355386986940303ff76d6c905475dd8eadec8570090a606d1d631292e", IpV4 UDP Socket: Some(18.208.191.158:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(18.208.191.158:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880003000000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a102364c7258780b3a664c98185058dc14bc18693aff92c4d58d62011a9e94341c0e"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:16.748963Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 201, NodeId: 0xdd5eadb74d6c917a9ac9986f667feca8528a153f4bb8cb1df99cb69e6bd53076, signature: "283ebf6c17031b8eb2efaef3457641f3f8301b5b249b8c304f3feebb8a07b81a52d0a1a8e91df388d0ea817f47629cf02a3d771f1a8d5e5262b9c785c3cb5cae", IpV4 UDP Socket: Some(103.106.59.217:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(103.106.59.217:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000030000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("quic", "822329"), ("secp256k1", "a102fbbe91aa77809a3e2b90872045d670ace13423c13f71cb66c9c8004b22ef5a39"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:16.770938Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 440, NodeId: 0xd07174d50f15873d9f3f2a458b628874020e03b2b978d49de5b4f5035c8ae6f5, signature: "99f1aee545f193082b9fb9f9bb3473b2dd94d4e556c3558973c7d00f2d9a6da04c4ca6e9e4853e87f41be35d9302ffdffc8d8576bc807149ed041fee505bbfe2", IpV4 UDP Socket: Some(40.117.179.129:9000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(40.117.179.129:9000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "88000000000c000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("secp256k1", "a102bbb85d0f8c487c32fa0de141d67e937cfd02f3452d89f71fe44c95d64634ff58")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:22.036893Z  INFO reth::cli: Status connected_peers=2 freelist=30941 stage=Execution checkpoint=17725007 target=17803656
2024-08-03T10:49:22.053104Z TRACE decode{peer=Some(0x5e74f9b187dc0ce2d242a212252a4f22360c2cc6cb4c7911b09756d7b7e0a092773d580d216a7f0c8cbbb35631a04635d862595c61997f407bee7b3f7f0b3b39) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:28.801439Z TRACE net::peers: schedule outbound connection peer_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb addr=PeerAddr { tcp: 204.29.146.5:30323, udp: Some(204.29.146.5:30323) }
2024-08-03T10:49:28.801500Z TRACE net::peers: schedule outbound connection peer_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20 addr=PeerAddr { tcp: 65.109.22.157:30303, udp: Some(65.109.22.157:30303) }
2024-08-03T10:49:28.801511Z TRACE net::peers: schedule outbound connection peer_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf addr=PeerAddr { tcp: 49.13.11.197:30316, udp: Some(49.13.11.197:30316) }
2024-08-03T10:49:28.801519Z TRACE net::peers: schedule outbound connection peer_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c addr=PeerAddr { tcp: 193.122.205.103:30303, udp: Some(193.122.205.103:30303) }
2024-08-03T10:49:28.801603Z TRACE net: Starting outbound connection. remote_addr=204.29.146.5:30323 peer_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb
2024-08-03T10:49:28.801647Z TRACE net: Starting outbound connection. remote_addr=65.109.22.157:30303 peer_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20
2024-08-03T10:49:28.801666Z TRACE net: Starting outbound connection. remote_addr=49.13.11.197:30316 peer_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf
2024-08-03T10:49:28.801685Z TRACE net: Starting outbound connection. remote_addr=193.122.205.103:30303 peer_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c
2024-08-03T10:49:28.803973Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}:connect{remote_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:28.804387Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}:connect{remote_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:28.806185Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}:connect{remote_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c}:decode{peer=Some(0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c) state=Ack}: reth_ecies::codec: parsing ack with len 332
2024-08-03T10:49:28.806325Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}:connect{remote_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:28.806394Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:28.806436Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}:decode{peer=Some(0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:28.806466Z TRACE start_pending_outbound_session{remote_addr=193.122.205.103:30303}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:28.806513Z TRACE net::session: disconnected pending session session_id=SessionId(40523) remote_addr=193.122.205.103:30303 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:28.806524Z TRACE net: Outgoing pending session failed remote_addr=193.122.205.103:30303 peer_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:28.806529Z TRACE net::peers: handling failed connection remote_addr=193.122.205.103:30303 peer_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c err=disconnected by peer: too many peers
2024-08-03T10:49:28.806536Z TRACE net::peers: backing off peer_id=0x3e64a7766ab2908fc2860379faa34e37ea351c21997d1cdcd153673cfd23c2c0d4c31586a3254f7a09c2f449196b0ad65c15784ed77ece775cbc9b725c3a323c
2024-08-03T10:49:28.900172Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}:connect{remote_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:28.900479Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}:connect{remote_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:28.901619Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}:connect{remote_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:28.901794Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}:connect{remote_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:28.904363Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}:connect{remote_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:28.904710Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}:connect{remote_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:28.998611Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}:connect{remote_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20}:decode{peer=Some(0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20) state=Ack}: reth_ecies::codec: parsing ack with len 340
2024-08-03T10:49:28.998847Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}:connect{remote_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:28.998865Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:28.998893Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}:decode{peer=Some(0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:28.998916Z TRACE start_pending_outbound_session{remote_addr=65.109.22.157:30303}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:28.998950Z TRACE net::session: disconnected pending session session_id=SessionId(40521) remote_addr=65.109.22.157:30303 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:28.998961Z TRACE net: Outgoing pending session failed remote_addr=65.109.22.157:30303 peer_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:28.998965Z TRACE net::peers: handling failed connection remote_addr=65.109.22.157:30303 peer_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20 err=disconnected by peer: too many peers
2024-08-03T10:49:28.998977Z TRACE net::peers: backing off peer_id=0x3b8f88ddcfc3dca7d2cb08ce167619f62f77954894382e14d0a332e87c76fc6944eb91966684b979b28b9b0d3a3f8d3106f7e1ab4b9dd06f82b61ac4340a5f20
2024-08-03T10:49:29.001323Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}:connect{remote_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb}:decode{peer=Some(0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb) state=Ack}: reth_ecies::codec: parsing ack with len 369
2024-08-03T10:49:29.001667Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}:connect{remote_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:29.001707Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:29.001793Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}:decode{peer=Some(0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:29.001819Z TRACE start_pending_outbound_session{remote_addr=204.29.146.5:30323}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:29.001844Z TRACE net::session: disconnected pending session session_id=SessionId(40520) remote_addr=204.29.146.5:30323 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:29.001854Z TRACE net: Outgoing pending session failed remote_addr=204.29.146.5:30323 peer_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:29.001859Z TRACE net::peers: handling failed connection remote_addr=204.29.146.5:30323 peer_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb err=disconnected by peer: too many peers
2024-08-03T10:49:29.001864Z TRACE net::peers: backing off peer_id=0x66802ca81fe651374ea229d3e23674a6d367049b1ec0ebc46729a4d36d09b894c2bb64d93ffc1b66074a8010c961430e5298298e5cd47a0b07d05462e06754fb
2024-08-03T10:49:29.009638Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}:connect{remote_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf}:decode{peer=Some(0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf) state=Ack}: reth_ecies::codec: parsing ack with len 337
2024-08-03T10:49:29.009846Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}:connect{remote_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:29.009859Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:29.009889Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}:decode{peer=Some(0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:29.010511Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30316}:decode{peer=Some(0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:29.010544Z TRACE net::session: disconnected pending session session_id=SessionId(40522) remote_addr=49.13.11.197:30316 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:29.010555Z TRACE net: Outgoing pending session failed remote_addr=49.13.11.197:30316 peer_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:29.010561Z TRACE net::peers: handling failed connection remote_addr=49.13.11.197:30316 peer_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf err=no response received when sending out handshake
2024-08-03T10:49:29.010598Z TRACE net::peers: backing off peer_id=0xdaf7fe0265551833ecdeff528d5d06e02824816fc9fe42e6b8f50dff674a3aae33b50967409ead52157fb6d641d16a4438c2e7dc0f4a3e7f909508c19ce438cf
2024-08-03T10:49:31.014278Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:31.014322Z TRACE decode{peer=Some(0x7772452dde4550a906025a561e014565d5f5fdaa03d111eebc13c0f775877118d85316852dfb22801612ca13045a00a017553df50fe5b2cf63d7508cc031f087) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:31.549447Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:31.549498Z TRACE decode{peer=Some(0x5e74f9b187dc0ce2d242a212252a4f22360c2cc6cb4c7911b09756d7b7e0a092773d580d216a7f0c8cbbb35631a04635d862595c61997f407bee7b3f7f0b3b39) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:43.695106Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 1717866666573, NodeId: 0x17d4545ccec2eebc5fb398cd9759d45434e5b194f0d6835e60442c2025107294, signature: "68f0e4f678b4e4f5d0561680cfddb5ef0b307800c99ebda6d46305e1ccc46bb958ae8e24c0b4312a4074bf4bb69b3083afa06eac1c5c9ddb104d16e4625c1a3c", IpV4 UDP Socket: Some(107.145.141.83:12000), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(107.145.141.83:13000), IpV6 TCP Socket: None, Other Pairs: [("attnets", "88c000000000000000"), ("eth2", "906a95a1a904000000ffffffffffffffff"), ("secp256k1", "a1034e3ad6794f6f1e1f8bf420c3afe1bbbe47f93159405636731f5959a450763f41"), ("syncnets", "00")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:43.801407Z TRACE net::peers: schedule outbound connection peer_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98 addr=PeerAddr { tcp: 135.181.227.196:30307, udp: Some(135.181.227.196:30307) }
2024-08-03T10:49:43.801439Z TRACE net: Starting outbound connection. remote_addr=135.181.227.196:30307 peer_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98
2024-08-03T10:49:43.900150Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}:connect{remote_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:43.900566Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}:connect{remote_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:44.003642Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}:connect{remote_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98}:decode{peer=Some(0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98) state=Ack}: reth_ecies::codec: parsing ack with len 322
2024-08-03T10:49:44.003792Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}:connect{remote_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:44.003828Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:44.003864Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}:decode{peer=Some(0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:44.003892Z TRACE start_pending_outbound_session{remote_addr=135.181.227.196:30307}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:44.003944Z TRACE net::session: disconnected pending session session_id=SessionId(40524) remote_addr=135.181.227.196:30307 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:44.003955Z TRACE net: Outgoing pending session failed remote_addr=135.181.227.196:30307 peer_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:44.003961Z TRACE net::peers: handling failed connection remote_addr=135.181.227.196:30307 peer_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98 err=disconnected by peer: too many peers
2024-08-03T10:49:44.003967Z TRACE net::peers: backing off peer_id=0xd1afc2198a6f8685e141784ffd44aa9bfe27d33c510668ebd535b048a58625fa26b8cd8ec5225dcb1bc81ccee2d4939879c95d25035bdcda064ee3dbd9c7fa98
2024-08-03T10:49:45.736783Z TRACE net::discv5: filtered out discovered peer enr=Enr { id: Some("v4"), seq: 57957, NodeId: 0x17fb9b731b8abea9641b9c429140df930e48e02f4597dc99ea199ec08222edb5, signature: "21db7c8401df4325d7e468b090983501bc239ba5157f9665860899b094f229dc6058bae91f77998563fea040a5ce13d453832f24683bf301026f877b6dc9167c", IpV4 UDP Socket: Some(64.98.75.63:19005), IpV6 UDP Socket: None, IpV4 TCP Socket: Some(64.98.75.63:19005), IpV6 TCP Socket: None, Other Pairs: [("attnets", "880000001800000000"), ("eth2", "903ebfd48404000064ffffffffffffffff"), ("secp256k1", "a103a789c1a1a18194967eda98bab09d9ed306903d8f51fcbbaef62aecb893c600ad")], .. } reason="eth2 forks not allowed"
2024-08-03T10:49:46.015128Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:46.015172Z TRACE decode{peer=Some(0x7772452dde4550a906025a561e014565d5f5fdaa03d111eebc13c0f775877118d85316852dfb22801612ca13045a00a017553df50fe5b2cf63d7508cc031f087) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:46.549505Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
2024-08-03T10:49:46.549559Z TRACE decode{peer=Some(0x5e74f9b187dc0ce2d242a212252a4f22360c2cc6cb4c7911b09756d7b7e0a092773d580d216a7f0c8cbbb35631a04635d862595c61997f407bee7b3f7f0b3b39) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:47.036335Z  INFO reth::cli: Status connected_peers=2 freelist=30941 stage=Execution checkpoint=17725007 target=17803656
2024-08-03T10:49:58.801331Z TRACE net::peers: schedule outbound connection peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f addr=PeerAddr { tcp: 131.153.165.85:5050, udp: Some(131.153.165.85:5050) }
2024-08-03T10:49:58.801393Z TRACE net::peers: schedule outbound connection peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef addr=PeerAddr { tcp: 3.10.19.215:30313, udp: Some(3.10.19.215:30313) }
2024-08-03T10:49:58.801404Z TRACE net::peers: schedule outbound connection peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 addr=PeerAddr { tcp: 3.10.19.215:30316, udp: Some(3.10.19.215:30316) }
2024-08-03T10:49:58.801412Z TRACE net::peers: schedule outbound connection peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300 addr=PeerAddr { tcp: 213.199.46.212:5050, udp: Some(213.199.46.212:5050) }
2024-08-03T10:49:58.801419Z TRACE net::peers: schedule outbound connection peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea addr=PeerAddr { tcp: 49.13.11.197:30315, udp: Some(49.13.11.197:30315) }
2024-08-03T10:49:58.801427Z TRACE net::peers: schedule outbound connection peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314 addr=PeerAddr { tcp: 49.13.11.197:30304, udp: Some(49.13.11.197:30304) }
2024-08-03T10:49:58.801449Z TRACE net: Starting outbound connection. remote_addr=131.153.165.85:5050 peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f
2024-08-03T10:49:58.801486Z TRACE net: Starting outbound connection. remote_addr=3.10.19.215:30313 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:58.801503Z TRACE net: Starting outbound connection. remote_addr=3.10.19.215:30316 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:58.801520Z TRACE net: Starting outbound connection. remote_addr=213.199.46.212:5050 peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300
2024-08-03T10:49:58.801536Z TRACE net: Starting outbound connection. remote_addr=49.13.11.197:30315 peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea
2024-08-03T10:49:58.801623Z TRACE net: Starting outbound connection. remote_addr=49.13.11.197:30304 peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314
2024-08-03T10:49:58.869400Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:58.869897Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:58.877048Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:58.877251Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:58.877341Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:58.877502Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:58.901389Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:58.901620Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:58.903074Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:58.903465Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:58.904745Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}: reth_ecies::stream: sending ecies auth ...
2024-08-03T10:49:58.905143Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}: reth_ecies::stream: waiting for ecies ack ...
2024-08-03T10:49:58.937150Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}:decode{peer=Some(0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f) state=Ack}: reth_ecies::codec: parsing ack with len 319
2024-08-03T10:49:58.937459Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:connect{remote_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:58.937499Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:58.937597Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}:decode{peer=Some(0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:58.937633Z TRACE start_pending_outbound_session{remote_addr=131.153.165.85:5050}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:58.937685Z TRACE net::session: disconnected pending session session_id=SessionId(40525) remote_addr=131.153.165.85:5050 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:58.937701Z TRACE net: Outgoing pending session failed remote_addr=131.153.165.85:5050 peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:58.937706Z TRACE net::peers: handling failed connection remote_addr=131.153.165.85:5050 peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f err=disconnected by peer: too many peers
2024-08-03T10:49:58.937713Z TRACE net::peers: backing off peer_id=0x30457e76bf6dcedc3e875bc91365fde50c81856a59cd4266a9a9bbd6efd84870da7ef8f24af34f76e6ab7a898152a2c245114d9ca3ee3e791951dd36020e808f
2024-08-03T10:49:58.952636Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}:decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Ack}: reth_ecies::codec: parsing ack with len 365
2024-08-03T10:49:58.952872Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:connect{remote_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:58.952898Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:58.952979Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:58.953044Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::p2pstream: validating incoming p2p hello from peer hello=HelloMessage { protocol_version: V5, client_version: "Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5", capabilities: [Capability { name: "eth", version: 66 }, Capability { name: "eth", version: 67 }, Capability { name: "eth", version: 68 }, Capability { name: "snap", version: 1 }], port: 0, id: 0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 }
2024-08-03T10:49:58.953085Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::ethstream: sending eth status to peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: cc9ddc2e5debaac40b39a4685efeb048f0062e685e5702ebd9d5caf9957086d3, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:58.953162Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}:decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:58.953636Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}:decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Ack}: reth_ecies::codec: parsing ack with len 355
2024-08-03T10:49:58.953748Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:connect{remote_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:58.953762Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:58.953786Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:58.953968Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::p2pstream: validating incoming p2p hello from peer hello=HelloMessage { protocol_version: V5, client_version: "Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5", capabilities: [Capability { name: "eth", version: 66 }, Capability { name: "eth", version: 67 }, Capability { name: "eth", version: 68 }, Capability { name: "snap", version: 1 }], port: 0, id: 0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef }
2024-08-03T10:49:58.953981Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::ethstream: sending eth status to peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: cc9ddc2e5debaac40b39a4685efeb048f0062e685e5702ebd9d5caf9957086d3, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:58.954008Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}:decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.002754Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}:decode{peer=Some(0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300) state=Ack}: reth_ecies::codec: parsing ack with len 345
2024-08-03T10:49:59.002881Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:connect{remote_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:59.002918Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:59.002947Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}:decode{peer=Some(0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.003134Z TRACE start_pending_outbound_session{remote_addr=213.199.46.212:5050}: reth_eth_wire::p2pstream: Disconnected by peer during handshake reason=too many peers
2024-08-03T10:49:59.003179Z TRACE net::session: disconnected pending session session_id=SessionId(40528) remote_addr=213.199.46.212:5050 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:59.003188Z TRACE net: Outgoing pending session failed remote_addr=213.199.46.212:5050 peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300 error=Some(Eth(P2PStreamError(HandshakeError(Disconnected(TooManyPeers)))))
2024-08-03T10:49:59.003197Z TRACE net::peers: handling failed connection remote_addr=213.199.46.212:5050 peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300 err=disconnected by peer: too many peers
2024-08-03T10:49:59.003202Z TRACE net::peers: backing off peer_id=0xfcc3b523599889f085eb62eb9494016a690dea34aab58ab6319f759bd778b94702d375fb1b5d90faf70aa135aa95208dc7dbda2e03e06668eecdb440afd20300
2024-08-03T10:49:59.009457Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}:decode{peer=Some(0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314) state=Ack}: reth_ecies::codec: parsing ack with len 332
2024-08-03T10:49:59.009769Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:connect{remote_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:59.009807Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:59.009869Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:decode{peer=Some(0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.009915Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}:decode{peer=Some(0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea) state=Ack}: reth_ecies::codec: parsing ack with len 357
2024-08-03T10:49:59.010132Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:connect{remote_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea}: reth_ecies::stream: parsing ecies ack ...
2024-08-03T10:49:59.010193Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}: reth_eth_wire::p2pstream: sending p2p hello to peer hello=HelloMessageWithProtocols { protocol_version: V5, client_version: "reth/v1.0.3-f9ad47ed/x86_64-unknown-linux-gnu", protocols: [Protocol { cap: Capability { name: "eth", version: 68 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 67 }, messages: 13 }, Protocol { cap: Capability { name: "eth", version: 66 }, messages: 15 }], port: 30303, id: 0x18b62a9e875d666f8b87403dd2bd1e74b781a957204640a0f68d9201d5c959af267028be6cced81a141ba3c38ba661260ad46eb5462bdf3881e6854493e385b1 }
2024-08-03T10:49:59.010251Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:decode{peer=Some(0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.010480Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30304}:decode{peer=Some(0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.010512Z TRACE net::session: disconnected pending session session_id=SessionId(40530) remote_addr=49.13.11.197:30304 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:59.010518Z TRACE net: Outgoing pending session failed remote_addr=49.13.11.197:30304 peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:59.010522Z TRACE net::peers: handling failed connection remote_addr=49.13.11.197:30304 peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314 err=no response received when sending out handshake
2024-08-03T10:49:59.010526Z TRACE net::peers: backing off peer_id=0x5f8bac4c0d014f4ded961ba8a656e9f976bed6a927de4d7a09728a747263faa88627f227c571c7e791be52965de712d52c52221c65f17d296f30a74850c42314
2024-08-03T10:49:59.010542Z TRACE start_pending_outbound_session{remote_addr=49.13.11.197:30315}:decode{peer=Some(0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.010595Z TRACE net::session: disconnected pending session session_id=SessionId(40529) remote_addr=49.13.11.197:30315 error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:59.010610Z TRACE net: Outgoing pending session failed remote_addr=49.13.11.197:30315 peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea error=Some(Eth(P2PStreamError(HandshakeError(NoResponse))))
2024-08-03T10:49:59.010614Z TRACE net::peers: handling failed connection remote_addr=49.13.11.197:30315 peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea err=no response received when sending out handshake
2024-08-03T10:49:59.010622Z TRACE net::peers: backing off peer_id=0xf7b5aca5628f4aa417fd209f20446f8a90457c988e4fc9d03a0e1f482c53f53d965ff620c0372eb109d4a39481366fb53aa0ec5b2fd7384dd0aed88a37ac3fea
2024-08-03T10:49:59.027795Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30316}: reth_eth_wire::ethstream: validating incoming eth status from peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:59.027851Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:59.027874Z DEBUG net: Session established remote_addr=3.10.19.215:30316 client_version=Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 total_active=3 kind=outgoing peer_enode=enode://dec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9@3.10.19.215:30316
2024-08-03T10:49:59.027932Z TRACE decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.027993Z TRACE net::session: received eth message msg_id=GetBlockHeaders remote_peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:59.028007Z TRACE decode{peer=Some(0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.028025Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:59.028037Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:59.028043Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:59.028829Z TRACE start_pending_outbound_session{remote_addr=3.10.19.215:30313}: reth_eth_wire::ethstream: validating incoming eth status from peer status=Status { version: 68, chain: base, total_difficulty: 0, blockhash: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, genesis: f712aa9241cc24369b143cf6dce85f0902a9731e70d66818a3a5845b296c73dd, forkid: ForkId { hash: ForkHash("e4010eb9"), next: 0 } }
2024-08-03T10:49:59.028868Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:59.028883Z DEBUG net: Session established remote_addr=3.10.19.215:30313 client_version=Nodecrawler/v1.14.0-unstable/linux-amd64/go1.22.5 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef total_active=4 kind=outgoing peer_enode=enode://9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef@3.10.19.215:30313
2024-08-03T10:49:59.028913Z TRACE decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.028948Z TRACE net::session: received eth message msg_id=GetBlockHeaders remote_peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:59.028957Z TRACE decode{peer=Some(0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef) state=Header}: reth_ecies::codec: current len 0, need 32
2024-08-03T10:49:59.028973Z TRACE storage::db::mdbx: Transaction opened caller=crates/storage/db/src/implementation/mdbx/tx.rs:60:25 id=66295179 mode=read-only
2024-08-03T10:49:59.028983Z TRACE provider::static_file: Getting provider segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:59.028989Z TRACE provider::static_file: Jar found in cache segment=Headers fixed_block_range=SegmentRangeInclusive { start: 17500000, end: 17999999 }
2024-08-03T10:49:59.102838Z DEBUG net::session: failed to receive message err=disconnected remote_peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:59.102957Z TRACE net::session: closed session. peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 error=disconnected
2024-08-03T10:49:59.102978Z TRACE net: Session disconnected remote_addr=3.10.19.215:30316 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 total_active=3 error=Some(P2PStreamError(Disconnected(TooManyPeers)))
2024-08-03T10:49:59.102993Z TRACE net::peers: handling failed connection remote_addr=3.10.19.215:30316 peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9 err=disconnected
2024-08-03T10:49:59.103007Z TRACE net::peers: backing off peer_id=0xdec4910b03c1f6069b41ec38d4cb2cdfe607a27244455bcd5764b62ab6dec9dbfb925bdf5a609a274d3940489605b05901db015b5bea43368cdbc12acca647b9
2024-08-03T10:49:59.103903Z DEBUG net::session: failed to receive message err=disconnected remote_peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:49:59.103981Z TRACE net::session: closed session. peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef error=disconnected
2024-08-03T10:49:59.103992Z TRACE net: Session disconnected remote_addr=3.10.19.215:30313 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef total_active=2 error=Some(P2PStreamError(Disconnected(TooManyPeers)))
2024-08-03T10:49:59.103999Z TRACE net::peers: handling failed connection remote_addr=3.10.19.215:30313 peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef err=disconnected
2024-08-03T10:49:59.104004Z TRACE net::peers: backing off peer_id=0x9d2a8051ae2c3b7fb611a6768c3791ebb36b19276009ea83188df66e2c893893228c4b19b0b99904b0e1e0f0844bba754a74bb2c370da3a9360ccdee21af1fef
2024-08-03T10:50:01.015633Z TRACE reth_eth_wire::p2pstream: Received Ping, Sending Pong
emhane commented 2 months ago

An update. reth stopped stalling at the Execution stage when I turned off the device for 8 hours (or more; could be less; have not checked; might not even require a power cycle), then restarted it (1.0.3; with nimbus as CL).

However, if I then restart reth again before the Execution stage checkpoint moves up from 20371401 (where it was stalled before), it stalls again in the Execution stage in the same way mentioned above and a further 8 hour wait is required.

Seems to work fine after reaching a new Execution checkpoint, though.

thanks for the investigation @wwhchung ! what's your hardware setup?

wwhchung commented 2 months ago

Aws ec2 m6a.xlarge, gp3 with 12k iops and 325 MBPS.

joshieDo commented 2 months ago

found an issue that might be related to this and should at least fix a subset of it. https://github.com/paradigmxyz/reth/pull/10034

if you could give it another attempt from main, it would be very helpful! @wwhchung

wwhchung commented 2 months ago

It's looking good so far. Will update again once caught up.

wwhchung commented 2 months ago

Things look good now. Closing this ticket. Would probably be a good idea to do a formal release with this fix. :)