My minio server is down, and then rclone copy
runs forever, even if I add --timeout=3s --contimeout=3s --retries 1 --low-level-retries 1
, it has no effect, logs are as the following:
$ rclone --s3-region us-east-1 --s3-endpoint http://192.168.9.17:9000 --timeout=3s --contimeout=3s --retries 1 --low-level-retries 1 -vv copy /carbonbot_data/l2_snapshot minio://carbonbot/aliyun/l2_snapshot --include *.json.gz --no-traverse --transfers=8
2022/04/23 08:31:30 DEBUG : rclone: Version "v1.58.0" starting with parameters ["rclone" "--s3-region" "us-east-1" "--s3-endpoint" "http://192.168.9.17:9000" "--timeout=3s" "--contimeout=3s" "--retries" "1" "--low-level-retries" "1" "-vv" "copy" "/carbonbot_data/l2_snapshot" "minio://carbonbot/aliyun/l2_snapshot" "--include" "*.json.gz" "--no-traverse" "--transfers=8"]
2022/04/23 08:31:30 DEBUG : Creating backend with remote "/carbonbot_data/l2_snapshot"
2022/04/23 08:31:30 DEBUG : Using config file from "/home/node/.config/rclone/rclone.conf"
2022/04/23 08:31:30 DEBUG : Creating backend with remote "minio://carbonbot/aliyun/l2_snapshot"
2022/04/23 08:31:30 DEBUG : minio: detected overridden config - adding "{y2DxP}" suffix to name
2022/04/23 08:31:36 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:36 DEBUG : pacer: Rate limited, increasing sleep to 10ms
2022/04/23 08:31:40 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:40 DEBUG : pacer: Rate limited, increasing sleep to 20ms
2022/04/23 08:31:40 DEBUG : fs cache: renaming cache item "minio://carbonbot/aliyun/l2_snapshot" to be canonical "minio{y2DxP}:carbonbot/aliyun/l2_snapshot"
2022/04/23 08:31:40 DEBUG : bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : bitmex/unknown/bitmex.unknown.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-07-45.json: Excluded
2022/04/23 08:31:40 DEBUG : bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-07-45.json: Excluded
2022/04/23 08:31:40 DEBUG : dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_future/deribit.inverse_future.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-07-45.json: Excluded
2022/04/23 08:31:40 DEBUG : coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-07-45.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : coinbase_pro/spot/coinbase_pro.spot.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : bitstamp/spot/bitstamp.spot.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/european_option/deribit.european_option.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_swap/deribit.inverse_swap.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-08-00.json: Excluded
2022/04/23 08:31:40 DEBUG : bithumb/spot/bithumb.spot.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-08-30.json: Excluded
2022/04/23 08:31:40 DEBUG : deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-08-15.json: Excluded
2022/04/23 08:31:40 DEBUG : dydx/linear_swap/dydx.linear_swap.l2_snapshot: Excluded
2022/04/23 08:31:40 DEBUG : bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-07-45.json: Excluded
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 40ms
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 80ms
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 160ms
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 320ms
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 640ms
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 1.28s
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: Rate limited, increasing sleep to 2s
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:52 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:52 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:52 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:54 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:56 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:31:58 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:00 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:02 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:04 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:06 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:08 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:10 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: connect: no route to host)
2022/04/23 08:32:12 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:14 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:16 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:18 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:20 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:22 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:24 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:26 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: connect: no route to host)
2022/04/23 08:32:28 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:30 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:32 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: connect: no route to host)
2022/04/23 08:32:34 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/coinbase_pro/spot/coinbase_pro.spot.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:36 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:38 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:40 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 1m9.6s
2022/04/23 08:32:40 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:42 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:44 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:46 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:48 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:50 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitstamp/spot/bitstamp.spot.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:52 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:54 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:56 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:32:58 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:00 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:02 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:04 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: connect: no route to host)
2022/04/23 08:33:06 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/dydx/linear_swap/dydx.linear_swap.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:08 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:10 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:12 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:14 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:16 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:18 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:20 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:22 DEBUG : pacer: low level retry 1/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bithumb/spot/bithumb.spot.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:24 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:26 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:28 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:30 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:32 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:34 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:36 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:38 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/bitmex/unknown/bitmex.unknown.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:40 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Elapsed time: 2m9.6s
2022/04/23 08:33:40 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:42 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:44 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:46 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:48 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:50 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:52 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:54 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/european_option/deribit.european_option.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: connect: no route to host)
2022/04/23 08:33:56 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:33:58 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:00 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:02 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:04 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-05-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:06 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:08 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-15.json.gz": dial tcp 192.168.9.17:9000: connect: no route to host)
2022/04/23 08:34:10 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_future/deribit.inverse_future.l2_snapshot.2022-04-23-06-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:12 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-06-45.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:14 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-00.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:16 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-15.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:18 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed
caused by: Head "http://192.168.9.17:9000/carbonbot/aliyun/l2_snapshot/deribit/inverse_swap/deribit.inverse_swap.l2_snapshot.2022-04-23-05-30.json.gz": dial tcp 192.168.9.17:9000: i/o timeout)
2022/04/23 08:34:20 DEBUG : pacer: low level retry 2/2 (error RequestError: send request failed