All of lore.kernel.org
 help / color / mirror / Atom feed
* Problems with the ADT installation
@ 2013-09-24 19:08 Dusty Clark
  2013-09-24 20:30 ` Zhang, Jessica
  0 siblings, 1 reply; 7+ messages in thread
From: Dusty Clark @ 2013-09-24 19:08 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1417 bytes --]

Reading the Quick Start and ADT manuals, it was recommended to use the ADT
installer script as the easiest method to get the tools and the Eclipse
plugin in place. I'm running a Fedora 17 VM as the development host, and
would like to target Beaglebone and vanilla x86 devices using Eclipse.
However, I ran into some issues:

First, the prerequisites lists a package "eglibc-devel" that does not seem
to exist as a yum package, although it looks like the poky tarball has it
inside -- so it should be built from the source tarball during installation
of poky -- e.g. NOT using the ADT installation? The ADT guide warns against
mixing installation methods, building ADT from poky vs. the ADT installer,
etc. So, what is the recommended method for having this prerequisite
library for Yocto?

Second, the ADT installer script is pointing to 404s when getting packages:
the YOCTOADT_REPO variable is pointing to a repo at
http://adtrepo-dev.yoctoproject.org//$VERSION that doesn't exist. I edited
adt_installer.conf to point to what I thought was the appropriate master as
/1.4+snapshot-$hash-master, but the install script failed with a message
about wget trying to get the opkg portion of the repo. There appears to be
no opkg folder at all to be found there...so is the ADT installer now
deprecated and one should just install poky and build the ADT stuff from
there on?

Thanks for any help!

[-- Attachment #2: Type: text/html, Size: 1585 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with the ADT installation
  2013-09-24 19:08 Problems with the ADT installation Dusty Clark
@ 2013-09-24 20:30 ` Zhang, Jessica
  2013-09-24 21:09   ` Dusty Clark
  0 siblings, 1 reply; 7+ messages in thread
From: Zhang, Jessica @ 2013-09-24 20:30 UTC (permalink / raw)
  To: Dusty Clark, yocto


[-- Attachment #1.1: Type: text/plain, Size: 2177 bytes --]

Hi Dusty,

 

The prerequisite for eglibc-devel are for running a yocto build on your
host. adt-installer is for  setup the cross development environment for
application development so it's not the tool to install those prerequisite
packages.

 

As to your adt-installer issues, we've heard similar report from our QA
engineer as well, so to confirm, are you using the latest built out of
adt-installer?

 

Thanks,

Jessica

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Dusty Clark
Sent: Tuesday, September 24, 2013 12:08 PM
To: yocto@yoctoproject.org
Subject: [yocto] Problems with the ADT installation

 

Reading the Quick Start and ADT manuals, it was recommended to use the ADT
installer script as the easiest method to get the tools and the Eclipse
plugin in place. I'm running a Fedora 17 VM as the development host, and
would like to target Beaglebone and vanilla x86 devices using Eclipse.
However, I ran into some issues:

 

First, the prerequisites lists a package "eglibc-devel" that does not seem
to exist as a yum package, although it looks like the poky tarball has it
inside -- so it should be built from the source tarball during installation
of poky -- e.g. NOT using the ADT installation? The ADT guide warns against
mixing installation methods, building ADT from poky vs. the ADT installer,
etc. So, what is the recommended method for having this prerequisite library
for Yocto?

 

Second, the ADT installer script is pointing to 404s when getting packages:
the YOCTOADT_REPO variable is pointing to a repo at
http://adtrepo-dev.yoctoproject.org//$VERSION
<http://adtrepo-dev.yoctoproject.org/$VERSION>  that doesn't exist. I edited
adt_installer.conf to point to what I thought was the appropriate master as
/1.4+snapshot-$hash-master, but the install script failed with a message
about wget trying to get the opkg portion of the repo. There appears to be
no opkg folder at all to be found there...so is the ADT installer now
deprecated and one should just install poky and build the ADT stuff from
there on?

 

Thanks for any help!

 


[-- Attachment #1.2: Type: text/html, Size: 5643 bytes --]

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 9626 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with the ADT installation
  2013-09-24 20:30 ` Zhang, Jessica
@ 2013-09-24 21:09   ` Dusty Clark
  2013-09-24 21:27     ` Khem Raj
                       ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Dusty Clark @ 2013-09-24 21:09 UTC (permalink / raw)
  To: Zhang, Jessica; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 3585 bytes --]

Hello Jessica,

OK, so for plain application development, I don't need eglibc-devel
library...just the cross-development toolchain and whatever recipes and
whatnot for my target, yes?

For the record, I downloaded the ADT tarball from here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/adt-installer/
The link in the manual is a 404, so I found this one by modifying the link
location in the browser.

Then I browsed around and found what I thought was the closest snapshot,
and edited the adt_installer.conf as follows:

#YOCTOADT_REPO="
http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan
"

#Edit by Dusty 9/24/13, since the original repo target is a 404:
YOCTOADT_REPO="
http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/
"

And of course this failed as mentioned. I attach the installer logfile for
your reference...I tried it twice, once with the bad link and again with
the edit.

Thanks for your help!

Dusty Clark
Staff Engineer Sr.
MMT Observatory
University of Arizona
Tucson, AZ 85721


On Tue, Sep 24, 2013 at 1:30 PM, Zhang, Jessica <jessica.zhang@intel.com>wrote:

> Hi Dusty,****
>
> ** **
>
> The prerequisite for eglibc-devel are for running a yocto build on your
> host. adt-installer is for  setup the cross development environment for
> application development so it’s not the tool to install those prerequisite
> packages.****
>
> ** **
>
> As to your adt-installer issues, we’ve heard similar report from our QA
> engineer as well, so to confirm, are you using the latest built out of
> adt-installer?****
>
> ** **
>
> Thanks,****
>
> Jessica****
>
> ** **
>
> *From:* yocto-bounces@yoctoproject.org [mailto:
> yocto-bounces@yoctoproject.org] *On Behalf Of *Dusty Clark
> *Sent:* Tuesday, September 24, 2013 12:08 PM
> *To:* yocto@yoctoproject.org
> *Subject:* [yocto] Problems with the ADT installation****
>
> ** **
>
> Reading the Quick Start and ADT manuals, it was recommended to use the ADT
> installer script as the easiest method to get the tools and the Eclipse
> plugin in place. I'm running a Fedora 17 VM as the development host, and
> would like to target Beaglebone and vanilla x86 devices using Eclipse.
> However, I ran into some issues:****
>
> ** **
>
> First, the prerequisites lists a package "eglibc-devel" that does not seem
> to exist as a yum package, although it looks like the poky tarball has it
> inside -- so it should be built from the source tarball during installation
> of poky -- e.g. NOT using the ADT installation? The ADT guide warns against
> mixing installation methods, building ADT from poky vs. the ADT installer,
> etc. So, what is the recommended method for having this prerequisite
> library for Yocto?****
>
> ** **
>
> Second, the ADT installer script is pointing to 404s when getting
> packages: the YOCTOADT_REPO variable is pointing to a repo at
> http://adtrepo-dev.yoctoproject.org//$VERSION<http://adtrepo-dev.yoctoproject.org/$VERSION>that doesn't exist. I edited adt_installer.conf to point to what I thought
> was the appropriate master as /1.4+snapshot-$hash-master, but the install
> script failed with a message about wget trying to get the opkg portion of
> the repo. There appears to be no opkg folder at all to be found there...so
> is the ADT installer now deprecated and one should just install poky and
> build the ADT stuff from there on?****
>
> ** **
>
> Thanks for any help!****
>
> ** **
>

[-- Attachment #1.2: Type: text/html, Size: 6399 bytes --]

[-- Attachment #2: adt_installer.log --]
[-- Type: application/octet-stream, Size: 117710 bytes --]

#########################################################################
# Welcome to Yocto Application Developement Tools (ADT) Installer
#
# Host Machine:				x86_64
# OS info:				3.9.10-100.fc17.x86_64
# Yocto ADT version to be installed:	
# supported target architectures:	x86 x86_64 arm ppc mips
# supported target root_fs images:	minimal minimal-dev sato sato-dev sato-sdk lsb lsb-dev lsb-sdk
#########################################################################

Systemwide installation. Installation will occur under /opt/poky/1.4.2

############################################################################
# Your system installation configurations from adt_installer.conf
############################################################################
# Cross toolchains:		arm x86
# Install Qemu:			Y
# Install NFS utilities:	Y

##############################################################################
# Your rootfs image(s) and target sysroot selections from adt_installer.conf
##############################################################################
# Target architecture:		arm
# Root_fs images:		minimal sato-sdk
# Target sysroot image:		sato-sdk
# Target sysroot loc:		/root/test-yocto/arm


############################################################################

There're two ways you can do installation: silent mode or interactive mode. To choose silent mode, which means you opt for the system to override the existing data under the specified installation directories without prompting for your confirmation. Please be cautious with this selection which may trigger your losing data. With the interactive mode, you have to closely monitor the installation process, since it will prompt you each step it needs to override some existing data. To choose silent mode, please enter [S], for interactive mode, please enter [I] or [X] to exit the installation.
[ADT_INST] Please enter your selections here:
--2013-09-24 11:29:39--  http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/
Resolving adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)... 140.211.169.59
Connecting to adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)|140.211.169.59|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1211 (1.2K) [text/html]
Saving to: `index.html.2'

     0K .                                                     100% 67.8M=0s

2013-09-24 11:29:39 (67.8 MB/s) - `index.html.2' saved [1211/1211]


File [zImage-qemuarm.bin] already exists, which means you've downloaded the qemu kernel and rootfs file(s) before. If you choose continue downloading, old files will be overridden.
[ADT_INST] Do you want to continue downloading? Please enter Y/N:
Downloading file: zImage-qemuarm.bin...
--2013-09-24 11:29:40--  http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master//rootfs/qemuarm/zImage-qemuarm.bin
Resolving adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)... 140.211.169.59
Connecting to adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)|140.211.169.59|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4046984 (3.9M) [application/octet-stream]
Saving to: `./download_image/zImage-qemuarm.bin'

\r 0% [                                       ] 0           --.-K/s              \r 1% [                                       ] 58,437       261K/s              \r 2% [                                       ] 94,021       210K/s              \r 2% [>                                      ] 113,173      168K/s              \r 3% [>                                      ] 143,269      160K/s              \r 4% [>                                      ] 180,205      161K/s              \r 5% [=>                                     ] 223,981      167K/s              \r 6% [=>                                     ] 259,549      166K/s              \r 7% [=>                                     ] 308,781      173K/s              \r 8% [==>                                    ] 363,501      181K/s              \r10% [===>                                   ] 420,973      188K/s              \r11% [===>                                   ] 483,901      197K/s              \r13% [====>                                  ] 552,285      206K/s              \r15% [====>                                  ] 622,053      214K/s              \r17% [=====>                                 ] 691,837      221K/s  eta 15s     \r19% [======>                                ] 773,917      231K/s  eta 15s     \r21% [=======>                               ] 861,453      241K/s  eta 15s     \r23% [========>                              ] 958,581      252K/s  eta 15s     \r26% [=========>                             ] 1,078,965    273K/s  eta 15s     \r30% [==========>                            ] 1,214,413    302K/s  eta 10s     \r34% [============>                          ] 1,381,309    339K/s  eta 10s     \r38% [==============>                        ] 1,575,565    390K/s  eta 10s     \r44% [================>                      ] 1,794,445    435K/s  eta 10s     \r50% [==================>                    ] 2,039,301    488K/s  eta 10s     \r57% [=====================>                 ] 2,327,965    551K/s  eta 4s      \r65% [========================>              ] 2,645,325    629K/s  eta 4s      \r71% [==========================>            ] 2,881,989    672K/s  eta 4s      \r76% [============================>          ] 3,098,133    709K/s  eta 4s      \r81% [==============================>        ] 3,315,645    744K/s  eta 4s      \r88% [=================================>     ] 3,582,405    816K/s  eta 1s      \r96% [====================================>  ] 3,897,045    876K/s  eta 1s      \r100%[======================================>] 4,046,984    895K/s   in 6.7s    

2013-09-24 11:29:47 (590 KB/s) - `./download_image/zImage-qemuarm.bin' saved [4046984/4046984]

Downloading file: core-image-minimal-qemuarm.tar.bz2...
--2013-09-24 11:29:47--  http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master//rootfs/qemuarm/core-image-minimal-qemuarm.tar.bz2
Resolving adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)... 140.211.169.59
Connecting to adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)|140.211.169.59|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2501480 (2.4M) [application/x-bzip2]
Saving to: `./download_image/core-image-minimal-qemuarm.tar.bz2'

\r 0% [                                       ] 0           --.-K/s              \r 4% [>                                      ] 114,546      522K/s              \r14% [====>                                  ] 356,666      802K/s              \r26% [=========>                             ] 650,786      978K/s              \r38% [=============>                         ] 955,850     1.05M/s              \r52% [===================>                   ] 1,310,162   1.15M/s              \r71% [==========================>            ] 1,790,346   1.31M/s              \r97% [====================================>  ] 2,426,466   1.52M/s              \r100%[======================================>] 2,501,480   1.56M/s   in 1.5s    

2013-09-24 11:29:48 (1.56 MB/s) - `./download_image/core-image-minimal-qemuarm.tar.bz2' saved [2501480/2501480]

Downloading file: core-image-sato-sdk-qemuarm.tar.bz2...
--2013-09-24 11:29:48--  http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master//rootfs/qemuarm/core-image-sato-sdk-qemuarm.tar.bz2
Resolving adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)... 140.211.169.59
Connecting to adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)|140.211.169.59|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 322241933 (307M) [application/x-bzip2]
Saving to: `./download_image/core-image-sato-sdk-qemuarm.tar.bz2'

\r 0% [                                       ] 0           --.-K/s              \r 0% [                                       ] 99,478       447K/s              \r 0% [                                       ] 280,070      623K/s              \r 0% [                                       ] 593,326      883K/s              \r 0% [                                       ] 924,398     1.01M/s              \r 0% [                                       ] 1,399,094   1.21M/s              \r 0% [                                       ] 1,720,558   1.25M/s              \r 0% [                                       ] 2,054,350   1.28M/s              \r 0% [                                       ] 2,404,558   1.31M/s              \r 0% [                                       ] 2,890,198   1.40M/s              \r 1% [                                       ] 3,368,998   1.47M/s              \r 1% [                                       ] 3,860,110   1.53M/s              \r 1% [                                       ] 4,333,438   1.57M/s              \r 1% [                                       ] 4,783,510   1.60M/s              \r 1% [                                       ] 5,148,782   1.60M/s  eta 3m 9s   \r 1% [                                       ] 5,423,750   1.57M/s  eta 3m 9s   \r 1% [                                       ] 5,747,950   1.56M/s  eta 3m 9s   \r 1% [                                       ] 6,069,430   1.61M/s  eta 3m 9s   \r 1% [                                       ] 6,388,190   1.65M/s  eta 3m 9s   \r 2% [                                       ] 6,712,390   1.67M/s  eta 3m 15s  \r 2% [                                       ] 7,032,518   1.67M/s  eta 3m 15s  \r 2% [                                       ] 7,355,350   1.63M/s  eta 3m 15s  \r 2% [                                       ] 7,676,830   1.61M/s  eta 3m 15s  \r 2% [                                       ] 7,994,222   1.63M/s  eta 3m 15s  \r 2% [>                                      ] 8,318,438   1.62M/s  eta 3m 18s  \r 2% [>                                      ] 8,641,270   1.56M/s  eta 3m 18s  \r 2% [>                                      ] 8,898,454   1.49M/s  eta 3m 18s  \r 2% [>                                      ] 9,144,694   1.44M/s  eta 3m 18s  \r 2% [>                                      ] 9,403,262   1.35M/s  eta 3m 18s  \r 3% [>                                      ] 9,715,166   1.32M/s  eta 3m 24s  \r 3% [>                                      ] 10,047,590  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 10,377,262  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 10,698,742  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 11,020,222  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 11,340,350  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 11,663,182  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 11,984,662  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 12,303,422  1.35M/s  eta 3m 24s  \r 3% [>                                      ] 12,561,958  1.33M/s  eta 3m 24s  \r 3% [>                                      ] 12,832,838  1.32M/s  eta 3m 25s  \r 4% [>                                      ] 13,066,750  1.29M/s  eta 3m 25s  \r 4% [>                                      ] 13,307,518  1.27M/s  eta 3m 25s  \r 4% [>                                      ] 13,556,510  1.27M/s  eta 3m 25s  \r 4% [>                                      ] 13,824,622  1.28M/s  eta 3m 25s  \r 4% [>                                      ] 14,074,966  1.27M/s  eta 3m 31s  \r 4% [>                                      ] 14,317,102  1.25M/s  eta 3m 31s  \r 4% [>                                      ] 14,442,974  1.19M/s  eta 3m 31s  \r 4% [>                                      ] 14,657,734  1.16M/s  eta 3m 31s  \r 4% [>                                      ] 14,873,894  1.12M/s  eta 3m 31s  \r 4% [>                                      ] 15,103,718  1.10M/s  eta 3m 38s  \r 4% [>                                      ] 15,351,326  1.09M/s  eta 3m 38s  \r 4% [>                                      ] 15,585,238  1.07M/s  eta 3m 38s  \r 4% [>                                      ] 15,815,062  1.03M/s  eta 3m 38s  \r 4% [>                                      ] 16,083,190  1.02M/s  eta 3m 38s  \r 5% [>                                      ] 16,318,486  1.01M/s  eta 3m 41s  \r 5% [=>                                     ] 16,574,302  1.01M/s  eta 3m 41s  \r 5% [=>                                     ] 16,831,486  1.02M/s  eta 3m 41s  \r 5% [=>                                     ] 17,095,510  1.03M/s  eta 3m 41s  \r 5% [=>                                     ] 17,317,142  1.02M/s  eta 3m 41s  \r 5% [=>                                     ] 17,566,102  1.02M/s  eta 3m 44s  \r 5% [=>                                     ] 17,806,886  1.01M/s  eta 3m 44s  \r 5% [=>                                     ] 18,028,486  1.02M/s  eta 3m 44s  \r 5% [=>                                     ] 18,221,374  1.02M/s  eta 3m 44s  \r 5% [=>                                     ] 18,412,910  1.02M/s  eta 3m 44s  \r 5% [=>                                     ] 18,537,398  1021K/s  eta 3m 49s  \r 5% [=>                                     ] 18,697,454   999K/s  eta 3m 49s  \r 5% [=>                                     ] 18,862,982   983K/s  eta 3m 49s  \r 5% [=>                                     ] 19,057,222   973K/s  eta 3m 49s  \r 5% [=>                                     ] 19,232,326   953K/s  eta 3m 49s  \r 6% [=>                                     ] 19,421,126   935K/s  eta 3m 55s  \r 6% [=>                                     ] 19,612,630   927K/s  eta 3m 55s  \r 6% [=>                                     ] 19,797,310   908K/s  eta 3m 55s  \r 6% [=>                                     ] 19,975,166   876K/s  eta 3m 55s  \r 6% [=>                                     ] 20,181,718   867K/s  eta 3m 55s  \r 6% [=>                                     ] 20,340,422   846K/s  eta 4m 0s   \r 6% [=>                                     ] 20,527,838   840K/s  eta 4m 0s   \r 6% [=>                                     ] 20,693,350   807K/s  eta 4m 0s   \r 6% [=>                                     ] 20,880,766   796K/s  eta 4m 0s   \r 6% [=>                                     ] 21,088,702   806K/s  eta 4m 0s   \r 6% [=>                                     ] 21,285,710   801K/s  eta 4m 4s   \r 6% [=>                                     ] 21,492,278   825K/s  eta 4m 4s   \r 6% [=>                                     ] 21,687,886   833K/s  eta 4m 4s   \r 6% [=>                                     ] 21,902,678   845K/s  eta 4m 4s   \r 6% [=>                                     ] 22,096,918   849K/s  eta 4m 4s   \r 6% [=>                                     ] 22,282,982   853K/s  eta 4m 7s   \r 6% [=>                                     ] 22,501,846   857K/s  eta 4m 7s   \r 7% [=>                                     ] 22,741,246   873K/s  eta 4m 7s   \r 7% [=>                                     ] 22,979,278   885K/s  eta 4m 7s   \r 7% [=>                                     ] 23,228,254   909K/s  eta 4m 7s   \r 7% [=>                                     ] 23,482,718   922K/s  eta 4m 8s   \r 7% [=>                                     ] 23,772,718   952K/s  eta 4m 8s   \r 7% [=>                                     ] 24,101,038   993K/s  eta 4m 8s   \r 7% [=>                                     ] 24,428,006  1.02M/s  eta 4m 8s   \r 7% [=>                                     ] 24,728,950  1.04M/s  eta 4m 8s   \r 7% [==>                                    ] 24,994,358  1.06M/s  eta 4m 4s   \r 7% [==>                                    ] 25,274,782  1.08M/s  eta 4m 4s   \r 7% [==>                                    ] 25,607,206  1.12M/s  eta 4m 4s   \r 8% [==>                                    ] 25,897,238  1.15M/s  eta 4m 4s   \r 8% [==>                                    ] 26,235,118  1.18M/s  eta 4m 4s   \r 8% [==>                                    ] 26,579,854  1.21M/s  eta 4m 1s   \r 8% [==>                                    ] 26,899,982  1.26M/s  eta 4m 1s   \r 8% [==>                                    ] 27,222,814  1.28M/s  eta 4m 1s   \r 8% [==>                                    ] 27,538,838  1.30M/s  eta 4m 1s   \r 8% [==>                                    ] 27,865,774  1.32M/s  eta 4m 1s   \r 8% [==>                                    ] 28,187,254  1.35M/s  eta 3m 57s  \r 8% [==>                                    ] 28,508,734  1.37M/s  eta 3m 57s  \r 8% [==>                                    ] 28,824,758  1.38M/s  eta 3m 57s  \r 9% [==>                                    ] 29,184,542  1.39M/s  eta 3m 57s  \r 9% [==>                                    ] 29,495,062  1.39M/s  eta 3m 57s  \r 9% [==>                                    ] 29,816,542  1.38M/s  eta 3m 54s  \r 9% [==>                                    ] 30,133,934  1.40M/s  eta 3m 54s  \r 9% [==>                                    ] 30,501,910  1.43M/s  eta 3m 54s  \r 9% [==>                                    ] 30,823,390  1.43M/s  eta 3m 54s  \r 9% [==>                                    ] 31,140,782  1.43M/s  eta 3m 54s  \r 9% [==>                                    ] 31,466,350  1.44M/s  eta 3m 50s  \r 9% [==>                                    ] 31,786,478  1.43M/s  eta 3m 50s  \r 9% [==>                                    ] 32,040,926  1.41M/s  eta 3m 50s  \r10% [==>                                    ] 32,237,902  1.38M/s  eta 3m 50s  \r10% [==>                                    ] 32,451,326  1.35M/s  eta 3m 50s  \r10% [==>                                    ] 32,677,030  1.32M/s  eta 3m 50s  \r10% [==>                                    ] 32,928,758  1.30M/s  eta 3m 50s  \r10% [===>                                   ] 33,180,470  1.28M/s  eta 3m 50s  \r10% [===>                                   ] 33,408,926  1.26M/s  eta 3m 50s  \r10% [===>                                   ] 33,562,126  1.21M/s  eta 3m 50s  \r10% [===>                                   ] 33,735,862  1.16M/s  eta 3m 52s  \r10% [===>                                   ] 33,954,742  1.13M/s  eta 3m 52s  \r10% [===>                                   ] 34,136,686  1.10M/s  eta 3m 52s  \r10% [===>                                   ] 34,358,318  1.08M/s  eta 3m 52s  \r10% [===>                                   ] 34,588,142  1.03M/s  eta 3m 52s  \r10% [===>                                   ] 34,783,750  1020K/s  eta 3m 53s  \r10% [===>                                   ] 34,938,334   980K/s  eta 3m 53s  \r10% [===>                                   ] 35,099,758   943K/s  eta 3m 53s  \r10% [===>                                   ] 35,278,966   903K/s  eta 3m 53s  \r11% [===>                                   ] 35,449,982   895K/s  eta 3m 53s  \r11% [===>                                   ] 35,625,070   887K/s  eta 3m 56s  \r11% [===>                                   ] 35,835,758   886K/s  eta 3m 56s  \r11% [===>                                   ] 36,027,278   863K/s  eta 3m 56s  \r11% [===>                                   ] 36,244,790   857K/s  eta 3m 56s  \r11% [===>                                   ] 36,448,622   852K/s  eta 3m 56s  \r11% [===>                                   ] 36,655,174   848K/s  eta 3m 57s  \r11% [===>                                   ] 36,865,862   869K/s  eta 3m 57s  \r11% [===>                                   ] 37,051,910   864K/s  eta 3m 57s  \r11% [===>                                   ] 37,192,798   850K/s  eta 3m 57s  \r11% [===>                                   ] 37,309,094   825K/s  eta 3m 57s  \r11% [===>                                   ] 37,475,974   803K/s  eta 3m 59s  \r11% [===>                                   ] 37,638,766   790K/s  eta 3m 59s  \r11% [===>                                   ] 37,815,238   796K/s  eta 3m 59s  \r11% [===>                                   ] 37,980,782   801K/s  eta 3m 59s  \r11% [===>                                   ] 38,194,174   811K/s  eta 3m 59s  \r11% [===>                                   ] 38,378,870   813K/s  eta 4m 1s   \r11% [===>                                   ] 38,603,206   827K/s  eta 4m 1s   \r12% [===>                                   ] 38,763,246   795K/s  eta 4m 1s   \r12% [===>                                   ] 39,030,038   819K/s  eta 4m 1s   \r12% [===>                                   ] 39,237,974   818K/s  eta 4m 1s   \r12% [===>                                   ] 39,370,670   799K/s  eta 4m 2s   \r12% [===>                                   ] 39,527,990   782K/s  eta 4m 2s   \r12% [===>                                   ] 39,696,238   774K/s  eta 4m 2s   \r12% [===>                                   ] 39,878,182   774K/s  eta 4m 2s   \r12% [===>                                   ] 40,073,822   779K/s  eta 4m 2s   \r12% [===>                                   ] 40,270,798   810K/s  eta 4m 4s   \r12% [===>                                   ] 40,466,438   817K/s  eta 4m 4s   \r12% [===>                                   ] 40,683,934   832K/s  eta 4m 4s   \r12% [===>                                   ] 40,889,150   836K/s  eta 4m 4s   \r12% [===>                                   ] 41,108,030   852K/s  eta 4m 4s   \r12% [====>                                  ] 41,318,702   853K/s  eta 4m 4s   \r12% [====>                                  ] 41,522,518   858K/s  eta 4m 4s   \r12% [====>                                  ] 41,722,262   855K/s  eta 4m 4s   \r13% [====>                                  ] 41,942,510   884K/s  eta 4m 4s   \r13% [====>                                  ] 42,136,766   865K/s  eta 4m 4s   \r13% [====>                                  ] 42,347,422   866K/s  eta 4m 5s   \r13% [====>                                  ] 42,544,414   878K/s  eta 4m 5s   \r13% [====>                                  ] 42,753,718   897K/s  eta 4m 5s   \r13% [====>                                  ] 42,975,334   909K/s  eta 4m 5s   \r13% [====>                                  ] 43,184,654   918K/s  eta 4m 5s   \r13% [====>                                  ] 43,395,310   923K/s  eta 4m 5s   \r13% [====>                                  ] 43,563,574   916K/s  eta 4m 5s   \r13% [====>                                  ] 43,714,054   904K/s  eta 4m 5s   \r13% [====>                                  ] 43,875,478   893K/s  eta 4m 5s   \r13% [====>                                  ] 44,068,366   885K/s  eta 4m 5s   \r13% [====>                                  ] 44,248,942   875K/s  eta 4m 6s   \r13% [====>                                  ] 44,445,950   871K/s  eta 4m 6s   \r13% [====>                                  ] 44,664,814   878K/s  eta 4m 6s   \r13% [====>                                  ] 44,839,918   869K/s  eta 4m 6s   \r13% [====>                                  ] 45,057,446   870K/s  eta 4m 6s   \r14% [====>                                  ] 45,269,486   872K/s  eta 4m 7s   \r14% [====>                                  ] 45,447,310   865K/s  eta 4m 7s   \r14% [====>                                  ] 45,592,318   852K/s  eta 4m 7s   \r14% [====>                                  ] 45,759,214   839K/s  eta 4m 7s   \r14% [====>                                  ] 45,932,950   827K/s  eta 4m 7s   \r14% [====>                                  ] 46,112,174   820K/s  eta 4m 8s   \r14% [====>                                  ] 46,310,534   816K/s  eta 4m 8s   \r14% [====>                                  ] 46,510,246   822K/s  eta 4m 8s   \r14% [====>                                  ] 46,716,830   836K/s  eta 4m 8s   \r14% [====>                                  ] 46,928,854   849K/s  eta 4m 8s   \r14% [====>                                  ] 47,120,374   853K/s  eta 4m 8s   \r14% [====>                                  ] 47,316,014   857K/s  eta 4m 8s   \r14% [====>                                  ] 47,536,262   864K/s  eta 4m 8s   \r14% [====>                                  ] 47,752,390   866K/s  eta 4m 8s   \r14% [====>                                  ] 47,971,286   872K/s  eta 4m 8s   \r14% [====>                                  ] 48,180,590   872K/s  eta 4m 8s   \r15% [====>                                  ] 48,354,310   863K/s  eta 4m 8s   \r15% [====>                                  ] 48,492,478   847K/s  eta 4m 8s   \r15% [====>                                  ] 48,659,390   843K/s  eta 4m 8s   \r15% [====>                                  ] 48,839,966   860K/s  eta 4m 8s   \r15% [====>                                  ] 48,982,238   852K/s  eta 4m 9s   \r15% [====>                                  ] 49,110,814   839K/s  eta 4m 9s   \r15% [====>                                  ] 49,255,822   826K/s  eta 4m 9s   \r15% [====>                                  ] 49,368,014   799K/s  eta 4m 9s   \r15% [====>                                  ] 49,469,230   769K/s  eta 4m 9s   \r15% [=====>                                 ] 49,597,822   749K/s  eta 4m 12s  \r15% [=====>                                 ] 49,735,990   738K/s  eta 4m 12s  \r15% [=====>                                 ] 49,865,966   713K/s  eta 4m 12s  \r15% [=====>                                 ] 50,000,030   691K/s  eta 4m 12s  \r15% [=====>                                 ] 50,121,782   673K/s  eta 4m 12s  \r15% [=====>                                 ] 50,269,526   655K/s  eta 4m 14s  \r15% [=====>                                 ] 50,410,430   625K/s  eta 4m 14s  \r15% [=====>                                 ] 50,541,758   613K/s  eta 4m 14s  \r15% [=====>                                 ] 50,678,542   615K/s  eta 4m 14s  \r15% [=====>                                 ] 50,812,622   610K/s  eta 4m 14s  \r15% [=====>                                 ] 50,965,822   597K/s  eta 4m 15s  \r15% [=====>                                 ] 51,119,038   599K/s  eta 4m 15s  \r15% [=====>                                 ] 51,261,326   602K/s  eta 4m 15s  \r15% [=====>                                 ] 51,421,366   609K/s  eta 4m 15s  \r16% [=====>                                 ] 51,566,390   617K/s  eta 4m 15s  \r16% [=====>                                 ] 51,727,814   632K/s  eta 4m 16s  \r16% [=====>                                 ] 51,889,222   641K/s  eta 4m 16s  \r16% [=====>                                 ] 52,038,350   646K/s  eta 4m 16s  \r16% [=====>                                 ] 52,195,654   653K/s  eta 4m 16s  \r16% [=====>                                 ] 52,362,550   663K/s  eta 4m 16s  \r16% [=====>                                 ] 52,518,502   668K/s  eta 4m 17s  \r16% [=====>                                 ] 52,694,990   676K/s  eta 4m 17s  \r16% [=====>                                 ] 52,876,918   690K/s  eta 4m 17s  \r16% [=====>                                 ] 53,042,462   699K/s  eta 4m 17s  \r16% [=====>                                 ] 53,258,606   719K/s  eta 4m 17s  \r16% [=====>                                 ] 53,504,846   747K/s  eta 4m 17s  \r16% [=====>                                 ] 53,768,870   783K/s  eta 4m 17s  \r16% [=====>                                 ] 54,056,134   820K/s  eta 4m 17s  \r16% [=====>                                 ] 54,350,270   858K/s  eta 4m 17s  \r16% [=====>                                 ] 54,677,206   903K/s  eta 4m 17s  \r17% [=====>                                 ] 54,998,686   958K/s  eta 4m 14s  \r17% [=====>                                 ] 55,320,166   998K/s  eta 4m 14s  \r17% [=====>                                 ] 55,621,126  1.01M/s  eta 4m 14s  \r17% [=====>                                 ] 55,876,942  1.03M/s  eta 4m 14s  \r17% [=====>                                 ] 56,177,902  1.08M/s  eta 4m 14s  \r17% [=====>                                 ] 56,500,750  1.12M/s  eta 4m 11s  \r17% [=====>                                 ] 56,846,854  1.16M/s  eta 4m 11s  \r17% [=====>                                 ] 57,154,654  1.19M/s  eta 4m 11s  \r17% [=====>                                 ] 57,506,230  1.26M/s  eta 4m 11s  \r17% [=====>                                 ] 57,827,710  1.29M/s  eta 4m 11s  \r18% [======>                                ] 58,149,190  1.32M/s  eta 4m 8s   \r18% [======>                                ] 58,470,670  1.34M/s  eta 4m 8s   \r18% [======>                                ] 58,792,150  1.36M/s  eta 4m 8s   \r18% [======>                                ] 59,113,630  1.37M/s  eta 4m 8s   \r18% [======>                                ] 59,433,758  1.38M/s  eta 4m 8s   \r18% [======>                                ] 59,756,590  1.38M/s  eta 4m 4s   \r18% [======>                                ] 60,078,070  1.38M/s  eta 4m 4s   \r18% [======>                                ] 60,399,550  1.38M/s  eta 4m 4s   \r18% [======>                                ] 60,721,030  1.39M/s  eta 4m 4s   \r18% [======>                                ] 61,042,510  1.40M/s  eta 4m 4s   \r19% [======>                                ] 61,363,990  1.41M/s  eta 4m 1s   \r19% [======>                                ] 61,685,470  1.42M/s  eta 4m 1s   \r19% [======>                                ] 62,006,950  1.41M/s  eta 4m 1s   \r19% [======>                                ] 62,328,430  1.41M/s  eta 4m 1s   \r19% [======>                                ] 62,649,910  1.41M/s  eta 4m 1s   \r19% [======>                                ] 62,968,670  1.41M/s  eta 3m 58s  \r19% [======>                                ] 63,292,870  1.41M/s  eta 3m 58s  \r19% [======>                                ] 63,602,054  1.40M/s  eta 3m 58s  \r19% [======>                                ] 63,857,854  1.38M/s  eta 3m 58s  \r19% [======>                                ] 64,154,710  1.37M/s  eta 3m 58s  \r19% [======>                                ] 64,346,246  1.33M/s  eta 3m 56s  \r20% [======>                                ] 64,530,926  1.29M/s  eta 3m 56s  \r20% [======>                                ] 64,745,686  1.26M/s  eta 3m 56s  \r20% [======>                                ] 64,970,054  1.23M/s  eta 3m 56s  \r20% [======>                                ] 65,116,414  1.19M/s  eta 3m 56s  \r20% [======>                                ] 65,286,046  1.14M/s  eta 3m 56s  \r20% [======>                                ] 65,446,102  1.09M/s  eta 3m 56s  \r20% [======>                                ] 65,619,854  1.06M/s  eta 3m 56s  \r20% [======>                                ] 65,841,454  1.03M/s  eta 3m 56s  \r20% [======>                                ] 66,057,598  1020K/s  eta 3m 56s  \r20% [=======>                               ] 66,271,006   995K/s  eta 3m 56s  \r20% [=======>                               ] 66,474,838   973K/s  eta 3m 56s  \r20% [=======>                               ] 66,632,158   934K/s  eta 3m 56s  \r20% [=======>                               ] 66,771,710   877K/s  eta 3m 56s  \r20% [=======>                               ] 66,909,862   856K/s  eta 3m 56s  \r20% [=======>                               ] 67,050,766   825K/s  eta 3m 57s  \r20% [=======>                               ] 67,178,006   801K/s  eta 3m 57s  \r20% [=======>                               ] 67,331,206   783K/s  eta 3m 57s  \r20% [=======>                               ] 67,472,110   763K/s  eta 3m 57s  \r20% [=======>                               ] 67,559,662   735K/s  eta 3m 57s  \r21% [=======>                               ] 67,714,246   722K/s  eta 3m 58s  \r21% [=======>                               ] 67,849,694   717K/s  eta 3m 58s  \r21% [=======>                               ] 68,001,526   717K/s  eta 3m 58s  \r21% [=======>                               ] 68,136,958   708K/s  eta 3m 58s  \r21% [=======>                               ] 68,281,982   694K/s  eta 3m 58s  \r21% [=======>                               ] 68,414,678   660K/s  eta 3m 59s  \r21% [=======>                               ] 68,519,998   635K/s  eta 3m 59s  \r21% [=======>                               ] 68,641,766   610K/s  eta 3m 59s  \r21% [=======>                               ] 68,771,710   599K/s  eta 3m 59s  \r21% [=======>                               ] 68,908,510   598K/s  eta 3m 59s  \r21% [=======>                               ] 69,057,622   601K/s  eta 4m 0s   \r21% [=======>                               ] 69,199,910   602K/s  eta 4m 0s   \r21% [=======>                               ] 69,361,334   609K/s  eta 4m 0s   \r21% [=======>                               ] 69,510,430   609K/s  eta 4m 0s   \r21% [=======>                               ] 69,658,174   610K/s  eta 4m 0s   \r21% [=======>                               ] 69,815,494   618K/s  eta 4m 1s   \r21% [=======>                               ] 69,979,654   629K/s  eta 4m 1s   \r21% [=======>                               ] 70,132,886   638K/s  eta 4m 1s   \r21% [=======>                               ] 70,280,630   637K/s  eta 4m 1s   \r21% [=======>                               ] 70,444,774   644K/s  eta 4m 1s   \r21% [=======>                               ] 70,596,638   646K/s  eta 4m 1s   \r21% [=======>                               ] 70,762,166   654K/s  eta 4m 1s   \r22% [=======>                               ] 70,918,118   665K/s  eta 4m 1s   \r22% [=======>                               ] 71,067,230   675K/s  eta 4m 1s   \r22% [=======>                               ] 71,224,534   680K/s  eta 4m 1s   \r22% [=======>                               ] 71,369,542   687K/s  eta 4m 2s   \r22% [=======>                               ] 71,522,758   689K/s  eta 4m 2s   \r22% [=======>                               ] 71,685,566   693K/s  eta 4m 2s   \r22% [=======>                               ] 71,844,238   694K/s  eta 4m 2s   \r22% [=======>                               ] 72,052,174   709K/s  eta 4m 2s   \r22% [=======>                               ] 72,269,702   726K/s  eta 4m 2s   \r22% [=======>                               ] 72,487,198   745K/s  eta 4m 2s   \r22% [=======>                               ] 72,700,606   758K/s  eta 4m 2s   \r22% [=======>                               ] 72,930,446   780K/s  eta 4m 2s   \r22% [=======>                               ] 73,227,286   819K/s  eta 4m 2s   \r22% [=======>                               ] 73,536,470   859K/s  eta 4m 0s   \r22% [=======>                               ] 73,864,774   900K/s  eta 4m 0s   \r23% [=======>                               ] 74,206,774   959K/s  eta 4m 0s   \r23% [========>                              ] 74,465,326   983K/s  eta 4m 0s   \r23% [========>                              ] 74,737,558  1015K/s  eta 4m 0s   \r23% [========>                              ] 75,059,038  1.03M/s  eta 3m 57s  \r23% [========>                              ] 75,379,166  1.09M/s  eta 3m 57s  \r23% [========>                              ] 75,619,918  1.11M/s  eta 3m 57s  \r23% [========>                              ] 75,849,742  1.12M/s  eta 3m 57s  \r23% [========>                              ] 76,087,774  1.14M/s  eta 3m 57s  \r23% [========>                              ] 76,320,350  1.16M/s  eta 3m 56s  \r23% [========>                              ] 76,591,198  1.17M/s  eta 3m 56s  \r23% [========>                              ] 76,856,606  1.18M/s  eta 3m 56s  \r23% [========>                              ] 77,104,214  1.19M/s  eta 3m 56s  \r24% [========>                              ] 77,396,950  1.21M/s  eta 3m 56s  \r24% [========>                              ] 77,651,398  1.20M/s  eta 3m 54s  \r24% [========>                              ] 77,882,606  1.19M/s  eta 3m 54s  \r24% [========>                              ] 78,145,246  1.17M/s  eta 3m 54s  \r24% [========>                              ] 78,380,542  1.14M/s  eta 3m 54s  \r24% [========>                              ] 78,644,566  1.14M/s  eta 3m 54s  \r24% [========>                              ] 78,901,750  1.13M/s  eta 3m 52s  \r24% [========>                              ] 79,173,982  1.13M/s  eta 3m 52s  \r24% [========>                              ] 79,431,166  1.10M/s  eta 3m 52s  \r24% [========>                              ] 79,708,886  1.11M/s  eta 3m 52s  \r24% [========>                              ] 79,967,438  1.12M/s  eta 3m 52s  \r24% [========>                              ] 80,220,518  1.12M/s  eta 3m 51s  \r24% [========>                              ] 80,503,694  1.14M/s  eta 3m 51s  \r25% [========>                              ] 80,780,030  1.14M/s  eta 3m 51s  \r25% [========>                              ] 81,061,838  1.14M/s  eta 3m 51s  \r25% [========>                              ] 81,387,422  1.17M/s  eta 3m 51s  \r25% [========>                              ] 81,717,094  1.18M/s  eta 3m 48s  \r25% [========>                              ] 82,054,990  1.20M/s  eta 3m 48s  \r25% [========>                              ] 82,388,782  1.22M/s  eta 3m 48s  \r25% [=========>                             ] 82,710,262  1.24M/s  eta 3m 48s  \r25% [=========>                             ] 83,031,742  1.27M/s  eta 3m 48s  \r25% [=========>                             ] 83,351,870  1.28M/s  eta 3m 45s  \r25% [=========>                             ] 83,674,702  1.30M/s  eta 3m 45s  \r26% [=========>                             ] 83,996,182  1.31M/s  eta 3m 45s  \r26% [=========>                             ] 84,444,902  1.37M/s  eta 3m 45s  \r26% [=========>                             ] 84,941,470  1.42M/s  eta 3m 45s  \r26% [=========>                             ] 85,405,238  1.47M/s  eta 3m 41s  \r26% [=========>                             ] 85,910,030  1.54M/s  eta 3m 41s  \r26% [=========>                             ] 86,387,446  1.60M/s  eta 3m 41s  \r26% [=========>                             ] 86,693,894  1.60M/s  eta 3m 41s  \r27% [=========>                             ] 87,122,062  1.64M/s  eta 3m 41s  \r27% [=========>                             ] 87,596,758  1.68M/s  eta 3m 36s  \r27% [=========>                             ] 88,096,078  1.73M/s  eta 3m 36s  \r27% [=========>                             ] 88,561,198  1.76M/s  eta 3m 36s  \r27% [=========>                             ] 89,065,990  1.81M/s  eta 3m 36s  \r27% [=========>                             ] 89,502,382  1.83M/s  eta 3m 36s  \r27% [=========>                             ] 90,031,814  1.90M/s  eta 3m 31s  \r28% [=========>                             ] 90,481,886  1.92M/s  eta 3m 31s  \r28% [=========>                             ] 90,780,094  1.91M/s  eta 3m 31s  \r28% [==========>                            ] 91,131,670  1.91M/s  eta 3m 31s  \r28% [==========>                            ] 91,377,910  1.85M/s  eta 3m 31s  \r28% [==========>                            ] 91,606,366  1.79M/s  eta 3m 29s  \r28% [==========>                            ] 91,933,318  1.75M/s  eta 3m 29s  \r28% [==========>                            ] 92,263,022  1.68M/s  eta 3m 29s  \r28% [==========>                            ] 92,579,014  1.65M/s  eta 3m 29s  \r28% [==========>                            ] 92,933,326  1.66M/s  eta 3m 29s  \r28% [==========>                            ] 93,254,806  1.64M/s  eta 3m 27s  \r29% [==========>                            ] 93,569,462  1.58M/s  eta 3m 27s  \r29% [==========>                            ] 93,897,766  1.55M/s  eta 3m 27s  \r29% [==========>                            ] 94,176,838  1.50M/s  eta 3m 27s  \r29% [==========>                            ] 94,347,838  1.43M/s  eta 3m 27s  \r29% [==========>                            ] 94,562,630  1.34M/s  eta 3m 25s  \r29% [==========>                            ] 94,774,670  1.27M/s  eta 3m 25s  \r29% [==========>                            ] 94,974,382  1.19M/s  eta 3m 25s  \r29% [==========>                            ] 95,197,382  1.19M/s  eta 3m 25s  \r29% [==========>                            ] 95,420,350  1.16M/s  eta 3m 25s  \r29% [==========>                            ] 95,633,758  1.14M/s  eta 3m 25s  \r29% [==========>                            ] 95,860,846  1.15M/s  eta 3m 25s  \r29% [==========>                            ] 96,083,830  1.13M/s  eta 3m 25s  \r29% [==========>                            ] 96,310,918  1.09M/s  eta 3m 25s  \r29% [==========>                            ] 96,533,902  1.08M/s  eta 3m 25s  \r30% [==========>                            ] 96,776,038  1.05M/s  eta 3m 24s  \r30% [==========>                            ] 97,014,070  1.03M/s  eta 3m 24s  \r30% [==========>                            ] 97,237,070  1018K/s  eta 3m 24s  \r30% [==========>                            ] 97,466,878   994K/s  eta 3m 24s  \r30% [==========>                            ] 97,644,718   965K/s  eta 3m 24s  \r30% [==========>                            ] 97,767,838   944K/s  eta 3m 23s  \r30% [==========>                            ] 97,893,710   923K/s  eta 3m 23s  \r30% [==========>                            ] 98,030,510   904K/s  eta 3m 23s  \r30% [==========>                            ] 98,186,446   891K/s  eta 3m 23s  \r30% [==========>                            ] 98,331,470   877K/s  eta 3m 23s  \r30% [==========>                            ] 98,462,782   845K/s  eta 3m 24s  \r30% [==========>                            ] 98,605,054   828K/s  eta 3m 24s  \r30% [==========>                            ] 98,755,550   807K/s  eta 3m 24s  \r30% [==========>                            ] 98,896,438   788K/s  eta 3m 24s  \r30% [==========>                            ] 99,041,446   761K/s  eta 3m 24s  \r30% [===========>                           ] 99,200,134   743K/s  eta 3m 24s  \r30% [===========>                           ] 99,361,574   727K/s  eta 3m 24s  \r30% [===========>                           ] 99,520,246   710K/s  eta 3m 24s  \r30% [===========>                           ] 99,684,406   681K/s  eta 3m 24s  \r30% [===========>                           ] 99,845,846   668K/s  eta 3m 24s  \r31% [===========>                           ] 99,990,838   647K/s  eta 3m 24s  \r31% [===========>                           ] 100,160,470  658K/s  eta 3m 24s  \r31% [===========>                           ] 100,323,278  678K/s  eta 3m 24s  \r31% [===========>                           ] 100,483,334  684K/s  eta 3m 24s  \r31% [===========>                           ] 100,648,846  687K/s  eta 3m 24s  \r31% [===========>                           ] 100,814,390  690K/s  eta 3m 24s  \r31% [===========>                           ] 100,997,686  708K/s  eta 3m 24s  \r31% [===========>                           ] 101,202,886  724K/s  eta 3m 24s  \r31% [===========>                           ] 101,420,398  739K/s  eta 3m 24s  \r31% [===========>                           ] 101,642,030  761K/s  eta 3m 24s  \r31% [===========>                           ] 101,896,478  793K/s  eta 3m 23s  \r31% [===========>                           ] 102,155,014  821K/s  eta 3m 23s  \r31% [===========>                           ] 102,405,374  844K/s  eta 3m 23s  \r31% [===========>                           ] 102,747,358  892K/s  eta 3m 23s  \r31% [===========>                           ] 103,068,838  944K/s  eta 3m 23s  \r32% [===========>                           ] 103,413,574  992K/s  eta 3m 21s  \r32% [===========>                           ] 103,758,326 1.02M/s  eta 3m 21s  \r32% [===========>                           ] 104,026,438 1.04M/s  eta 3m 21s  \r32% [===========>                           ] 104,312,366 1.08M/s  eta 3m 21s  \r32% [===========>                           ] 104,635,198 1.12M/s  eta 3m 21s  \r32% [===========>                           ] 104,953,958 1.16M/s  eta 3m 19s  \r32% [===========>                           ] 105,278,158 1.20M/s  eta 3m 19s  \r32% [===========>                           ] 105,599,638 1.25M/s  eta 3m 19s  \r32% [===========>                           ] 105,911,542 1.29M/s  eta 3m 19s  \r32% [===========>                           ] 106,242,598 1.31M/s  eta 3m 19s  \r33% [===========>                           ] 106,588,718 1.34M/s  eta 3m 17s  \r33% [===========>                           ] 106,914,302 1.38M/s  eta 3m 17s  \r33% [===========>                           ] 107,271,334 1.40M/s  eta 3m 17s  \r33% [============>                          ] 107,572,294 1.40M/s  eta 3m 17s  \r33% [============>                          ] 107,681,734 1.35M/s  eta 3m 17s  \r33% [============>                          ] 108,010,054 1.35M/s  eta 3m 15s  \r33% [============>                          ] 108,331,534 1.35M/s  eta 3m 15s  \r33% [============>                          ] 108,659,854 1.35M/s  eta 3m 15s  \r33% [============>                          ] 108,919,774 1.32M/s  eta 3m 15s  \r33% [============>                          ] 109,178,342 1.33M/s  eta 3m 15s  \r33% [============>                          ] 109,393,102 1.31M/s  eta 3m 14s  \r34% [============>                          ] 109,650,286 1.29M/s  eta 3m 14s  \r34% [============>                          ] 109,938,934 1.27M/s  eta 3m 14s  \r34% [============>                          ] 110,226,214 1.26M/s  eta 3m 14s  \r34% [============>                          ] 110,516,230 1.26M/s  eta 3m 14s  \r34% [============>                          ] 110,784,374 1.24M/s  eta 3m 12s  \r34% [============>                          ] 111,060,710 1.22M/s  eta 3m 12s  \r34% [============>                          ] 111,357,550 1.21M/s  eta 3m 12s  \r34% [============>                          ] 111,622,958 1.20M/s  eta 3m 12s  \r34% [============>                          ] 111,900,646 1.18M/s  eta 3m 12s  \r34% [============>                          ] 112,073,014 1.19M/s  eta 3m 11s  \r34% [============>                          ] 112,219,406 1.15M/s  eta 3m 11s  \r34% [============>                          ] 112,447,846 1.13M/s  eta 3m 11s  \r34% [============>                          ] 112,696,838 1.11M/s  eta 3m 11s  \r35% [============>                          ] 112,929,382 1.09M/s  eta 3m 11s  \r35% [============>                          ] 113,168,798 1.08M/s  eta 3m 10s  \r35% [============>                          ] 113,335,694 1.07M/s  eta 3m 10s  \r35% [============>                          ] 113,490,278 1.05M/s  eta 3m 10s  \r35% [============>                          ] 113,635,286 1.01M/s  eta 3m 10s  \r35% [============>                          ] 113,765,246  996K/s  eta 3m 10s  \r35% [============>                          ] 113,902,046  959K/s  eta 3m 10s  \r35% [============>                          ] 114,033,358  919K/s  eta 3m 10s  \r35% [============>                          ] 114,161,966  870K/s  eta 3m 10s  \r35% [============>                          ] 114,301,502  830K/s  eta 3m 10s  \r35% [============>                          ] 114,451,966  803K/s  eta 3m 10s  \r35% [============>                          ] 114,587,398  766K/s  eta 3m 10s  \r35% [============>                          ] 114,721,478  742K/s  eta 3m 10s  \r35% [============>                          ] 114,870,590  743K/s  eta 3m 10s  \r35% [============>                          ] 115,015,598  726K/s  eta 3m 10s  \r35% [============>                          ] 115,166,062  706K/s  eta 3m 10s  \r35% [============>                          ] 115,306,966  663K/s  eta 3m 10s  \r35% [============>                          ] 115,451,974  642K/s  eta 3m 10s  \r35% [============>                          ] 115,583,318  626K/s  eta 3m 10s  \r35% [=============>                         ] 115,735,166  627K/s  eta 3m 10s  \r35% [=============>                         ] 115,881,542  626K/s  eta 3m 10s  \r36% [=============>                         ] 116,036,126  626K/s  eta 3m 10s  \r36% [=============>                         ] 116,187,974  634K/s  eta 3m 10s  \r36% [=============>                         ] 116,350,750  642K/s  eta 3m 10s  \r36% [=============>                         ] 116,509,454  654K/s  eta 3m 10s  \r36% [=============>                         ] 116,681,822  662K/s  eta 3m 10s  \r36% [=============>                         ] 116,844,614  667K/s  eta 3m 10s  \r36% [=============>                         ] 116,971,838  664K/s  eta 3m 10s  \r36% [=============>                         ] 117,125,054  670K/s  eta 3m 10s  \r36% [=============>                         ] 117,287,830  676K/s  eta 3m 10s  \r36% [=============>                         ] 117,398,654  666K/s  eta 3m 10s  \r36% [=============>                         ] 117,523,142  660K/s  eta 3m 10s  \r36% [=============>                         ] 117,605,206  644K/s  eta 3m 10s  \r36% [=============>                         ] 117,688,670  626K/s  eta 3m 10s  \r36% [=============>                         ] 117,789,886  616K/s  eta 3m 10s  \r36% [=============>                         ] 117,880,174  603K/s  eta 3m 10s  \r36% [=============>                         ] 117,969,094  585K/s  eta 3m 11s  \r36% [=============>                         ] 118,058,014  570K/s  eta 3m 11s  \r36% [=============>                         ] 118,149,670  556K/s  eta 3m 11s  \r36% [=============>                         ] 118,242,694  539K/s  eta 3m 11s  \r36% [=============>                         ] 118,334,366  512K/s  eta 3m 11s  \r36% [=============>                         ] 118,439,686  497K/s  eta 3m 12s  \r36% [=============>                         ] 118,534,094  479K/s  eta 3m 12s  \r36% [=============>                         ] 118,650,374  473K/s  eta 3m 12s  \r36% [=============>                         ] 118,765,270  461K/s  eta 3m 12s  \r36% [=============>                         ] 118,884,302  453K/s  eta 3m 12s  \r36% [=============>                         ] 118,997,846  442K/s  eta 3m 12s  \r36% [=============>                         ] 119,122,318  450K/s  eta 3m 12s  \r37% [=============>                         ] 119,257,750  465K/s  eta 3m 12s  \r37% [=============>                         ] 119,401,390  479K/s  eta 3m 12s  \r37% [=============>                         ] 119,534,086  489K/s  eta 3m 12s  \r37% [=============>                         ] 119,668,166  500K/s  eta 3m 12s  \r37% [=============>                         ] 119,818,646  519K/s  eta 3m 12s  \r37% [=============>                         ] 119,981,422  537K/s  eta 3m 12s  \r37% [=============>                         ] 120,157,894  558K/s  eta 3m 12s  \r37% [=============>                         ] 120,322,070  577K/s  eta 3m 12s  \r37% [=============>                         ] 120,512,222  609K/s  eta 3m 12s  \r37% [=============>                         ] 120,739,294  642K/s  eta 3m 12s  \r37% [=============>                         ] 120,963,662  673K/s  eta 3m 12s  \r37% [=============>                         ] 121,244,086  717K/s  eta 3m 12s  \r37% [=============>                         ] 121,517,686  768K/s  eta 3m 12s  \r37% [=============>                         ] 121,866,526  829K/s  eta 3m 11s  \r37% [=============>                         ] 122,183,918  879K/s  eta 3m 11s  \r38% [=============>                         ] 122,506,766  930K/s  eta 3m 11s  \r38% [=============>                         ] 122,959,558 1.01M/s  eta 3m 11s  \r38% [=============>                         ] 123,457,526 1.10M/s  eta 3m 11s  \r38% [=============>                         ] 123,923,998 1.18M/s  eta 3m 7s   \r38% [==============>                        ] 124,566,958 1.30M/s  eta 3m 7s   \r38% [==============>                        ] 125,209,918 1.47M/s  eta 3m 7s   \r39% [==============>                        ] 125,852,878 1.59M/s  eta 3m 7s   \r39% [==============>                        ] 126,495,838 1.70M/s  eta 3m 7s   \r39% [==============>                        ] 127,266,038 1.85M/s  eta 3m 1s   \r39% [==============>                        ] 128,038,942 2.05M/s  eta 3m 1s   \r39% [==============>                        ] 128,617,606 2.14M/s  eta 3m 1s   \r40% [==============>                        ] 129,260,566 2.23M/s  eta 3m 1s   \r40% [==============>                        ] 129,903,526 2.32M/s  eta 3m 1s   \r40% [==============>                        ] 130,546,486 2.47M/s  eta 2m 55s  \r40% [==============>                        ] 131,105,998 2.51M/s  eta 2m 55s  \r40% [==============>                        ] 131,499,982 2.51M/s  eta 2m 55s  \r40% [==============>                        ] 131,960,998 2.53M/s  eta 2m 55s  \r41% [==============>                        ] 132,197,662 2.50M/s  eta 2m 55s  \r41% [===============>                       ] 132,411,070 2.44M/s  eta 2m 52s  \r41% [===============>                       ] 132,635,438 2.37M/s  eta 2m 52s  \r41% [===============>                       ] 132,904,918 2.29M/s  eta 2m 52s  \r41% [===============>                       ] 133,160,734 2.20M/s  eta 2m 52s  \r41% [===============>                       ] 133,375,510 2.06M/s  eta 2m 52s  \r41% [===============>                       ] 133,619,014 1.96M/s  eta 2m 51s  \r41% [===============>                       ] 133,872,094 1.87M/s  eta 2m 51s  \r41% [===============>                       ] 134,134,750 1.73M/s  eta 2m 51s  \r41% [===============>                       ] 134,360,470 1.58M/s  eta 2m 51s  \r41% [===============>                       ] 134,597,134 1.48M/s  eta 2m 51s  \r41% [===============>                       ] 134,874,854 1.40M/s  eta 2m 50s  \r41% [===============>                       ] 135,140,230 1.32M/s  eta 2m 50s  \r42% [===============>                       ] 135,411,094 1.17M/s  eta 2m 50s  \r42% [===============>                       ] 135,623,150 1.14M/s  eta 2m 50s  \r42% [===============>                       ] 135,883,054 1.10M/s  eta 2m 50s  \r42% [===============>                       ] 136,184,014 1.09M/s  eta 2m 49s  \r42% [===============>                       ] 136,375,534 1.08M/s  eta 2m 49s  \r42% [===============>                       ] 136,526,014 1.06M/s  eta 2m 49s  \r42% [===============>                       ] 136,690,174 1.04M/s  eta 2m 49s  \r42% [===============>                       ] 136,846,142 1.01M/s  eta 2m 49s  \r42% [===============>                       ] 136,965,158 1004K/s  eta 2m 49s  \r42% [===============>                       ] 137,093,734  975K/s  eta 2m 49s  \r42% [===============>                       ] 137,219,606  944K/s  eta 2m 49s  \r42% [===============>                       ] 137,361,862  904K/s  eta 2m 49s  \r42% [===============>                       ] 137,487,734  875K/s  eta 2m 49s  \r42% [===============>                       ] 137,631,358  852K/s  eta 2m 49s  \r42% [===============>                       ] 137,761,318  818K/s  eta 2m 49s  \r42% [===============>                       ] 137,895,398  768K/s  eta 2m 49s  \r42% [===============>                       ] 138,030,814  738K/s  eta 2m 49s  \r42% [===============>                       ] 138,177,190  723K/s  eta 2m 49s  \r42% [===============>                       ] 138,319,478  701K/s  eta 2m 49s  \r42% [===============>                       ] 138,463,118  642K/s  eta 2m 49s  \r43% [===============>                       ] 138,594,446  626K/s  eta 2m 49s  \r43% [===============>                       ] 138,753,134  630K/s  eta 2m 49s  \r43% [===============>                       ] 138,920,030  633K/s  eta 2m 49s  \r43% [===============>                       ] 139,089,662  632K/s  eta 2m 48s  \r43% [===============>                       ] 139,226,446  631K/s  eta 2m 48s  \r43% [===============>                       ] 139,398,830  645K/s  eta 2m 48s  \r43% [===============>                       ] 139,520,566  644K/s  eta 2m 48s  \r43% [===============>                       ] 139,651,894  641K/s  eta 2m 48s  \r43% [===============>                       ] 139,794,182  645K/s  eta 2m 48s  \r43% [===============>                       ] 139,952,870  651K/s  eta 2m 48s  \r43% [===============>                       ] 140,117,014  662K/s  eta 2m 48s  \r43% [===============>                       ] 140,283,926  669K/s  eta 2m 48s  \r43% [===============>                       ] 140,446,718  676K/s  eta 2m 48s  \r43% [================>                      ] 140,612,230  680K/s  eta 2m 48s  \r43% [================>                      ] 140,769,550  685K/s  eta 2m 48s  \r43% [================>                      ] 140,924,134  690K/s  eta 2m 48s  \r43% [================>                      ] 141,074,614  697K/s  eta 2m 48s  \r43% [================>                      ] 141,245,614  699K/s  eta 2m 48s  \r43% [================>                      ] 141,387,902  691K/s  eta 2m 48s  \r43% [================>                      ] 141,560,254  692K/s  eta 2m 48s  \r43% [================>                      ] 141,725,798  694K/s  eta 2m 48s  \r44% [================>                      ] 141,889,958  695K/s  eta 2m 48s  \r44% [================>                      ] 142,047,278  712K/s  eta 2m 48s  \r44% [================>                      ] 142,204,598  716K/s  eta 2m 47s  \r44% [================>                      ] 142,376,950  724K/s  eta 2m 47s  \r44% [================>                      ] 142,528,814  723K/s  eta 2m 47s  \r44% [================>                      ] 142,695,710  724K/s  eta 2m 47s  \r44% [================>                      ] 142,857,134  722K/s  eta 2m 47s  \r44% [================>                      ] 143,051,390  731K/s  eta 2m 47s  \r44% [================>                      ] 143,211,446  730K/s  eta 2m 47s  \r44% [================>                      ] 143,430,310  744K/s  eta 2m 47s  \r44% [================>                      ] 143,646,470  759K/s  eta 2m 47s  \r44% [================>                      ] 143,879,014  784K/s  eta 2m 47s  \r44% [================>                      ] 144,132,094  806K/s  eta 2m 46s  \r44% [================>                      ] 144,357,830  829K/s  eta 2m 46s  \r44% [================>                      ] 144,647,846  861K/s  eta 2m 46s  \r44% [================>                      ] 144,978,886  904K/s  eta 2m 46s  \r45% [================>                      ] 145,296,262  942K/s  eta 2m 46s  \r45% [================>                      ] 145,645,118 1001K/s  eta 2m 44s  \r45% [================>                      ] 145,976,174 1.02M/s  eta 2m 44s  \r45% [================>                      ] 146,331,838 1.07M/s  eta 2m 44s  \r45% [================>                      ] 146,809,286 1.15M/s  eta 2m 44s  \r45% [================>                      ] 147,177,278 1.20M/s  eta 2m 44s  \r45% [================>                      ] 147,485,078 1.25M/s  eta 2m 42s  \r45% [================>                      ] 147,729,950 1.26M/s  eta 2m 42s  \r45% [================>                      ] 147,931,030 1.26M/s  eta 2m 42s  \r45% [================>                      ] 148,162,238 1.27M/s  eta 2m 42s  \r46% [================>                      ] 148,420,774 1.30M/s  eta 2m 42s  \r46% [================>                      ] 148,660,174 1.29M/s  eta 2m 41s  \r46% [=================>                     ] 148,890,014 1.29M/s  eta 2m 41s  \r46% [=================>                     ] 149,151,286 1.29M/s  eta 2m 41s  \r46% [=================>                     ] 149,407,102 1.30M/s  eta 2m 41s  \r46% [=================>                     ] 149,668,406 1.28M/s  eta 2m 41s  \r46% [=================>                     ] 149,961,142 1.27M/s  eta 2m 39s  \r46% [=================>                     ] 150,266,206 1.27M/s  eta 2m 39s  \r46% [=================>                     ] 150,498,766 1.24M/s  eta 2m 39s  \r46% [=================>                     ] 150,760,054 1.22M/s  eta 2m 39s  \r46% [=================>                     ] 151,013,150 1.18M/s  eta 2m 39s  \r46% [=================>                     ] 151,234,750 1.14M/s  eta 2m 38s  \r46% [=================>                     ] 151,441,334 1.08M/s  eta 2m 38s  \r47% [=================>                     ] 151,650,638 1.07M/s  eta 2m 38s  \r47% [=================>                     ] 151,848,982 1.07M/s  eta 2m 38s  \r47% [=================>                     ] 151,989,886 1.05M/s  eta 2m 38s  \r47% [=================>                     ] 152,149,942 1.02M/s  eta 2m 38s  \r47% [=================>                     ] 152,271,694 1019K/s  eta 2m 38s  \r47% [=================>                     ] 152,382,502  979K/s  eta 2m 38s  \r47% [=================>                     ] 152,526,142  959K/s  eta 2m 38s  \r47% [=================>                     ] 152,683,462  920K/s  eta 2m 38s  \r47% [=================>                     ] 152,844,886  897K/s  eta 2m 37s  \r47% [=================>                     ] 152,983,070  857K/s  eta 2m 37s  \r47% [=================>                     ] 153,096,598  816K/s  eta 2m 37s  \r47% [=================>                     ] 153,206,038  761K/s  eta 2m 37s  \r47% [=================>                     ] 153,325,054  724K/s  eta 2m 37s  \r47% [=================>                     ] 153,433,142  693K/s  eta 2m 37s  \r47% [=================>                     ] 153,541,214  660K/s  eta 2m 37s  \r47% [=================>                     ] 153,664,334  625K/s  eta 2m 37s  \r47% [=================>                     ] 153,794,278  604K/s  eta 2m 37s  \r47% [=================>                     ] 153,928,342  598K/s  eta 2m 37s  \r47% [=================>                     ] 154,059,670  589K/s  eta 2m 37s  \r47% [=================>                     ] 154,189,646  573K/s  eta 2m 37s  \r47% [=================>                     ] 154,323,694  573K/s  eta 2m 37s  \r47% [=================>                     ] 154,476,910  591K/s  eta 2m 37s  \r47% [=================>                     ] 154,602,782  587K/s  eta 2m 37s  \r48% [=================>                     ] 154,750,526  581K/s  eta 2m 37s  \r48% [=================>                     ] 154,900,990  583K/s  eta 2m 37s  \r48% [=================>                     ] 155,052,854  582K/s  eta 2m 37s  \r48% [=================>                     ] 155,201,966  591K/s  eta 2m 37s  \r48% [=================>                     ] 155,356,550  604K/s  eta 2m 37s  \r48% [=================>                     ] 155,520,694  615K/s  eta 2m 37s  \r48% [=================>                     ] 155,686,222  629K/s  eta 2m 37s  \r48% [=================>                     ] 155,843,542  639K/s  eta 2m 37s  \r48% [=================>                     ] 156,004,982  656K/s  eta 2m 37s  \r48% [=================>                     ] 156,169,126  667K/s  eta 2m 37s  \r48% [=================>                     ] 156,377,062  684K/s  eta 2m 36s  \r48% [=================>                     ] 156,586,366  705K/s  eta 2m 36s  \r48% [=================>                     ] 156,827,134  739K/s  eta 2m 36s  \r48% [==================>                    ] 157,123,990  784K/s  eta 2m 36s  \r48% [==================>                    ] 157,449,574  829K/s  eta 2m 36s  \r48% [==================>                    ] 157,792,942  879K/s  eta 2m 35s  \r49% [==================>                    ] 158,033,710  916K/s  eta 2m 35s  \r49% [==================>                    ] 158,289,526  942K/s  eta 2m 35s  \r49% [==================>                    ] 158,554,934  967K/s  eta 2m 35s  \r49% [==================>                    ] 158,861,350 1009K/s  eta 2m 35s  \r49% [==================>                    ] 159,180,110 1.04M/s  eta 2m 33s  \r49% [==================>                    ] 159,528,950 1.09M/s  eta 2m 33s  \r49% [==================>                    ] 159,861,374 1.13M/s  eta 2m 33s  \r49% [==================>                    ] 160,186,942 1.17M/s  eta 2m 33s  \r49% [==================>                    ] 160,474,222 1.22M/s  eta 2m 33s  \r49% [==================>                    ] 160,829,902 1.26M/s  eta 2m 31s  \r50% [==================>                    ] 161,151,382 1.29M/s  eta 2m 31s  \r50% [==================>                    ] 161,470,142 1.32M/s  eta 2m 31s  \r50% [==================>                    ] 161,794,342 1.35M/s  eta 2m 31s  \r50% [==================>                    ] 162,115,822 1.36M/s  eta 2m 31s  \r50% [==================>                    ] 162,435,950 1.36M/s  eta 2m 29s  \r50% [==================>                    ] 162,758,782 1.36M/s  eta 2m 29s  \r50% [==================>                    ] 163,077,542 1.38M/s  eta 2m 29s  \r50% [==================>                    ] 163,399,022 1.40M/s  eta 2m 29s  \r50% [==================>                    ] 163,723,222 1.41M/s  eta 2m 29s  \r50% [==================>                    ] 164,044,702 1.42M/s  eta 2m 27s  \r51% [==================>                    ] 164,379,862 1.42M/s  eta 2m 27s  \r51% [==================>                    ] 164,750,606 1.43M/s  eta 2m 27s  \r51% [==================>                    ] 165,072,086 1.42M/s  eta 2m 27s  \r51% [===================>                   ] 165,394,918 1.42M/s  eta 2m 27s  \r51% [===================>                   ] 165,716,398 1.43M/s  eta 2m 25s  \r51% [===================>                   ] 166,035,158 1.42M/s  eta 2m 25s  \r51% [===================>                   ] 166,359,358 1.43M/s  eta 2m 25s  \r51% [===================>                   ] 166,680,838 1.43M/s  eta 2m 25s  \r51% [===================>                   ] 167,002,318 1.43M/s  eta 2m 25s  \r51% [===================>                   ] 167,322,446 1.43M/s  eta 2m 24s  \r52% [===================>                   ] 167,645,278 1.43M/s  eta 2m 24s  \r52% [===================>                   ] 168,062,518 1.45M/s  eta 2m 24s  \r52% [===================>                   ] 168,478,406 1.48M/s  eta 2m 24s  \r52% [===================>                   ] 168,839,558 1.49M/s  eta 2m 24s  \r52% [===================>                   ] 169,037,902 1.45M/s  eta 2m 22s  \r52% [===================>                   ] 169,288,262 1.43M/s  eta 2m 22s  \r52% [===================>                   ] 169,509,862 1.40M/s  eta 2m 22s  \r52% [===================>                   ] 169,735,582 1.37M/s  eta 2m 22s  \r52% [===================>                   ] 169,998,238 1.35M/s  eta 2m 22s  \r52% [===================>                   ] 170,262,262 1.33M/s  eta 2m 20s  \r52% [===================>                   ] 170,523,550 1.32M/s  eta 2m 20s  \r53% [===================>                   ] 170,813,582 1.31M/s  eta 2m 20s  \r53% [===================>                   ] 171,094,006 1.30M/s  eta 2m 20s  \r53% [===================>                   ] 171,340,246 1.27M/s  eta 2m 20s  \r53% [===================>                   ] 171,611,110 1.26M/s  eta 2m 19s  \r53% [===================>                   ] 171,853,246 1.24M/s  eta 2m 19s  \r53% [===================>                   ] 172,117,286 1.20M/s  eta 2m 19s  \r53% [===================>                   ] 172,355,302 1.16M/s  eta 2m 19s  \r53% [===================>                   ] 172,581,022 1.11M/s  eta 2m 19s  \r53% [===================>                   ] 172,752,038 1.07M/s  eta 2m 18s  \r53% [===================>                   ] 172,909,358 1.02M/s  eta 2m 18s  \r53% [===================>                   ] 173,077,606 1.01M/s  eta 2m 18s  \r53% [===================>                   ] 173,262,286 1022K/s  eta 2m 18s  \r53% [===================>                   ] 173,462,030 1016K/s  eta 2m 18s  \r53% [====================>                  ] 173,643,958  988K/s  eta 2m 17s  \r53% [====================>                  ] 173,847,790  972K/s  eta 2m 17s  \r54% [====================>                  ] 174,024,278  953K/s  eta 2m 17s  \r54% [====================>                  ] 174,198,014  925K/s  eta 2m 17s  \r54% [====================>                  ] 174,345,742  875K/s  eta 2m 17s  \r54% [====================>                  ] 174,515,374  856K/s  eta 2m 17s  \r54% [====================>                  ] 174,691,846  832K/s  eta 2m 17s  \r54% [====================>                  ] 174,860,110  820K/s  eta 2m 17s  \r54% [====================>                  ] 175,018,798  789K/s  eta 2m 17s  \r54% [====================>                  ] 175,203,478  779K/s  eta 2m 17s  \r54% [====================>                  ] 175,395,014  772K/s  eta 2m 16s  \r54% [====================>                  ] 175,512,630  741K/s  eta 2m 16s  \r54% [====================>                  ] 175,784,878  768K/s  eta 2m 16s  \r54% [====================>                  ] 175,968,206  772K/s  eta 2m 16s  \r54% [====================>                  ] 176,165,198  776K/s  eta 2m 16s  \r54% [====================>                  ] 176,367,646  783K/s  eta 2m 16s  \r54% [====================>                  ] 176,571,494  789K/s  eta 2m 16s  \r54% [====================>                  ] 176,767,102  790K/s  eta 2m 16s  \r54% [====================>                  ] 176,960,006  789K/s  eta 2m 16s  \r54% [====================>                  ] 177,152,894  802K/s  eta 2m 16s  \r55% [====================>                  ] 177,367,670  821K/s  eta 2m 15s  \r55% [====================>                  ] 177,541,406  823K/s  eta 2m 15s  \r55% [====================>                  ] 177,701,462  823K/s  eta 2m 15s  \r55% [====================>                  ] 177,886,126  827K/s  eta 2m 15s  \r55% [====================>                  ] 178,103,654  842K/s  eta 2m 15s  \r55% [====================>                  ] 178,310,222  849K/s  eta 2m 14s  \r55% [====================>                  ] 178,534,558  860K/s  eta 2m 14s  \r55% [====================>                  ] 178,768,486  905K/s  eta 2m 14s  \r55% [====================>                  ] 178,987,366  897K/s  eta 2m 14s  \r55% [====================>                  ] 179,218,558  905K/s  eta 2m 14s  \r55% [====================>                  ] 179,453,854  922K/s  eta 2m 13s  \r55% [====================>                  ] 179,694,622  935K/s  eta 2m 13s  \r55% [====================>                  ] 180,013,366  963K/s  eta 2m 13s  \r55% [====================>                  ] 180,311,590  992K/s  eta 2m 13s  \r56% [====================>                  ] 180,633,070 1.01M/s  eta 2m 13s  \r56% [====================>                  ] 180,951,830 1.04M/s  eta 2m 11s  \r56% [====================>                  ] 181,276,030 1.07M/s  eta 2m 11s  \r56% [====================>                  ] 181,661,806 1.11M/s  eta 2m 11s  \r56% [=====================>                 ] 182,148,830 1.22M/s  eta 2m 11s  \r56% [=====================>                 ] 182,626,246 1.29M/s  eta 2m 11s  \r56% [=====================>                 ] 183,183,022 1.38M/s  eta 2m 9s   \r56% [=====================>                 ] 183,645,422 1.44M/s  eta 2m 9s   \r57% [=====================>                 ] 183,951,838 1.48M/s  eta 2m 9s   \r57% [=====================>                 ] 184,297,942 1.51M/s  eta 2m 9s   \r57% [=====================>                 ] 184,607,110 1.52M/s  eta 2m 9s   \r57% [=====================>                 ] 184,756,238 1.50M/s  eta 2m 7s   \r57% [=====================>                 ] 184,906,702 1.48M/s  eta 2m 7s   \r57% [=====================>                 ] 185,055,830 1.46M/s  eta 2m 7s   \r57% [=====================>                 ] 185,219,990 1.42M/s  eta 2m 7s   \r57% [=====================>                 ] 185,371,822 1.37M/s  eta 2m 7s   \r57% [=====================>                 ] 185,514,094 1.32M/s  eta 2m 7s   \r57% [=====================>                 ] 185,663,206 1.28M/s  eta 2m 7s   \r57% [=====================>                 ] 185,824,646 1.24M/s  eta 2m 7s   \r57% [=====================>                 ] 185,980,598 1.20M/s  eta 2m 7s   \r57% [=====================>                 ] 186,121,486 1.08M/s  eta 2m 7s   \r57% [=====================>                 ] 186,273,334 1.00M/s  eta 2m 6s   \r57% [=====================>                 ] 186,436,126  949K/s  eta 2m 6s   \r57% [=====================>                 ] 186,612,598  866K/s  eta 2m 6s   \r57% [=====================>                 ] 186,778,126  789K/s  eta 2m 6s   \r58% [=====================>                 ] 186,929,990  744K/s  eta 2m 6s   \r58% [=====================>                 ] 187,098,254  716K/s  eta 2m 6s   \r58% [=====================>                 ] 187,241,894  691K/s  eta 2m 6s   \r58% [=====================>                 ] 187,375,942  693K/s  eta 2m 6s   \r58% [=====================>                 ] 187,511,390  689K/s  eta 2m 6s   \r58% [=====================>                 ] 187,671,446  688K/s  eta 2m 6s   \r58% [=====================>                 ] 187,832,870  690K/s  eta 2m 5s   \r58% [=====================>                 ] 187,986,086  694K/s  eta 2m 5s   \r58% [=====================>                 ] 188,155,702  700K/s  eta 2m 5s   \r58% [=====================>                 ] 188,281,574  690K/s  eta 2m 5s   \r58% [=====================>                 ] 188,423,830  685K/s  eta 2m 5s   \r58% [=====================>                 ] 188,560,630  685K/s  eta 2m 5s   \r58% [=====================>                 ] 188,719,318  688K/s  eta 2m 5s   \r58% [=====================>                 ] 188,879,390  687K/s  eta 2m 5s   \r58% [=====================>                 ] 189,049,006  687K/s  eta 2m 5s   \r58% [=====================>                 ] 189,214,534  683K/s  eta 2m 5s   \r58% [=====================>                 ] 189,374,606  682K/s  eta 2m 4s   \r58% [=====================>                 ] 189,500,446  674K/s  eta 2m 4s   \r58% [=====================>                 ] 189,622,198  663K/s  eta 2m 4s   \r58% [=====================>                 ] 189,743,950  663K/s  eta 2m 4s   \r58% [=====================>                 ] 189,883,486  664K/s  eta 2m 4s   \r58% [=====================>                 ] 190,036,702  663K/s  eta 2m 4s   \r59% [======================>                ] 190,195,390  664K/s  eta 2m 4s   \r59% [======================>                ] 190,370,494  668K/s  eta 2m 4s   \r59% [======================>                ] 190,534,654  668K/s  eta 2m 4s   \r59% [======================>                ] 190,696,078  672K/s  eta 2m 4s   \r59% [======================>                ] 190,820,566  671K/s  eta 2m 4s   \r59% [======================>                ] 190,958,750  672K/s  eta 2m 4s   \r59% [======================>                ] 191,122,910  675K/s  eta 2m 4s   \r59% [======================>                ] 191,270,638  671K/s  eta 2m 4s   \r59% [======================>                ] 191,419,750  670K/s  eta 2m 4s   \r59% [======================>                ] 191,589,398  666K/s  eta 2m 3s   \r59% [======================>                ] 191,756,278  670K/s  eta 2m 3s   \r59% [======================>                ] 191,920,438  672K/s  eta 2m 3s   \r59% [======================>                ] 192,073,654  681K/s  eta 2m 3s   \r59% [======================>                ] 192,243,286  702K/s  eta 2m 3s   \r59% [======================>                ] 192,396,518  706K/s  eta 2m 2s   \r59% [======================>                ] 192,557,942  706K/s  eta 2m 2s   \r59% [======================>                ] 192,720,718  711K/s  eta 2m 2s   \r59% [======================>                ] 192,884,894  706K/s  eta 2m 2s   \r59% [======================>                ] 193,038,110  703K/s  eta 2m 2s   \r59% [======================>                ] 193,200,902  706K/s  eta 2m 2s   \r60% [======================>                ] 193,347,262  705K/s  eta 2m 2s   \r60% [======================>                ] 193,463,542  704K/s  eta 2m 2s   \r60% [======================>                ] 193,578,454  690K/s  eta 2m 2s   \r60% [======================>                ] 193,705,678  686K/s  eta 2m 2s   \r60% [======================>                ] 193,842,478  679K/s  eta 2m 2s   \r60% [======================>                ] 193,971,070  670K/s  eta 2m 2s   \r60% [======================>                ] 194,099,662  660K/s  eta 2m 2s   \r60% [======================>                ] 194,221,430  651K/s  eta 2m 2s   \r60% [======================>                ] 194,356,846  643K/s  eta 2m 2s   \r60% [======================>                ] 194,485,438  630K/s  eta 2m 1s   \r60% [======================>                ] 194,627,710  627K/s  eta 2m 1s   \r60% [======================>                ] 194,769,998  622K/s  eta 2m 1s   \r60% [======================>                ] 194,904,062  616K/s  eta 2m 1s   \r60% [======================>                ] 195,034,022  604K/s  eta 2m 1s   \r60% [======================>                ] 195,189,974  604K/s  eta 2m 1s   \r60% [======================>                ] 195,356,854  609K/s  eta 2m 1s   \r60% [======================>                ] 195,512,806  609K/s  eta 2m 1s   \r60% [======================>                ] 195,678,334  621K/s  eta 2m 1s   \r60% [======================>                ] 195,806,926  626K/s  eta 2m 1s   \r60% [======================>                ] 195,935,518  623K/s  eta 2m 1s   \r60% [======================>                ] 196,064,110  622K/s  eta 2m 1s   \r60% [======================>                ] 196,205,030  626K/s  eta 2m 1s   \r60% [======================>                ] 196,360,982  634K/s  eta 2m 1s   \r60% [======================>                ] 196,525,126  643K/s  eta 2m 1s   \r61% [======================>                ] 196,674,238  648K/s  eta 2m 0s   \r61% [======================>                ] 196,830,206  656K/s  eta 2m 0s   \r61% [======================>                ] 196,982,038  660K/s  eta 2m 0s   \r61% [======================>                ] 197,125,678  660K/s  eta 2m 0s   \r61% [======================>                ] 197,277,526  660K/s  eta 2m 0s   \r61% [======================>                ] 197,447,158  675K/s  eta 2m 0s   \r61% [======================>                ] 197,599,022  674K/s  eta 2m 0s   \r61% [======================>                ] 197,760,446  676K/s  eta 2m 0s   \r61% [======================>                ] 197,920,502  675K/s  eta 2m 0s   \r61% [======================>                ] 198,073,702  671K/s  eta 2m 0s   \r61% [======================>                ] 198,192,718  665K/s  eta 1m 59s  \r61% [=======================>               ] 198,328,150  668K/s  eta 1m 59s  \r61% [=======================>               ] 198,454,006  666K/s  eta 1m 59s  \r61% [=======================>               ] 198,592,174  668K/s  eta 1m 59s  \r61% [=======================>               ] 198,744,022  666K/s  eta 1m 59s  \r61% [=======================>               ] 198,893,134  665K/s  eta 1m 59s  \r61% [=======================>               ] 199,053,190  667K/s  eta 1m 59s  \r61% [=======================>               ] 199,196,830  663K/s  eta 1m 59s  \r61% [=======================>               ] 199,340,486  660K/s  eta 1m 59s  \r61% [=======================>               ] 199,501,894  665K/s  eta 1m 59s  \r61% [=======================>               ] 199,635,974  660K/s  eta 1m 58s  \r61% [=======================>               ] 199,782,334  653K/s  eta 1m 58s  \r62% [=======================>               ] 199,943,758  656K/s  eta 1m 58s  \r62% [=======================>               ] 200,110,670  657K/s  eta 1m 58s  \r62% [=======================>               ] 200,267,990  657K/s  eta 1m 58s  \r62% [=======================>               ] 200,421,206  656K/s  eta 1m 58s  \r62% [=======================>               ] 200,579,894  662K/s  eta 1m 58s  \r62% [=======================>               ] 200,745,406  671K/s  eta 1m 58s  \r62% [=======================>               ] 200,910,934  683K/s  eta 1m 58s  \r62% [=======================>               ] 201,076,478  693K/s  eta 1m 58s  \r62% [=======================>               ] 201,243,358  698K/s  eta 1m 57s  \r62% [=======================>               ] 201,396,590  698K/s  eta 1m 57s  \r62% [=======================>               ] 201,567,574  705K/s  eta 1m 57s  \r62% [=======================>               ] 201,753,622  715K/s  eta 1m 57s  \r62% [=======================>               ] 201,915,046  719K/s  eta 1m 57s  \r62% [=======================>               ] 202,105,214  727K/s  eta 1m 56s  \r62% [=======================>               ] 202,321,358  744K/s  eta 1m 56s  \r62% [=======================>               ] 202,542,974  773K/s  eta 1m 56s  \r62% [=======================>               ] 202,750,894  787K/s  eta 1m 56s  \r62% [=======================>               ] 203,008,078  811K/s  eta 1m 56s  \r63% [=======================>               ] 203,318,614  849K/s  eta 1m 55s  \r63% [=======================>               ] 203,568,974  882K/s  eta 1m 55s  \r63% [=======================>               ] 203,696,182  872K/s  eta 1m 55s  \r63% [=======================>               ] 203,904,134  883K/s  eta 1m 55s  \r63% [=======================>               ] 204,149,006  902K/s  eta 1m 55s  \r63% [=======================>               ] 204,399,350  932K/s  eta 1m 54s  \r63% [=======================>               ] 204,656,518  954K/s  eta 1m 54s  \r63% [=======================>               ] 204,901,390  976K/s  eta 1m 54s  \r63% [=======================>               ] 205,159,942  999K/s  eta 1m 54s  \r63% [=======================>               ] 205,474,582 1.02M/s  eta 1m 54s  \r63% [=======================>               ] 205,798,814 1.06M/s  eta 1m 53s  \r63% [=======================>               ] 206,113,454 1.09M/s  eta 1m 53s  \r64% [=======================>               ] 206,440,406 1.12M/s  eta 1m 53s  \r64% [========================>              ] 206,672,950 1.13M/s  eta 1m 53s  \r64% [========================>              ] 206,834,374 1.11M/s  eta 1m 53s  \r64% [========================>              ] 207,028,630 1.09M/s  eta 1m 51s  \r64% [========================>              ] 207,220,166 1.08M/s  eta 1m 51s  \r64% [========================>              ] 207,444,502 1.06M/s  eta 1m 51s  \r64% [========================>              ] 207,662,014 1.08M/s  eta 1m 51s  \r64% [========================>              ] 207,874,070 1.08M/s  eta 1m 51s  \r64% [========================>              ] 208,087,462 1.07M/s  eta 1m 50s  \r64% [========================>              ] 208,277,630 1.06M/s  eta 1m 50s  \r64% [========================>              ] 208,496,494 1.05M/s  eta 1m 50s  \r64% [========================>              ] 208,701,710 1.05M/s  eta 1m 50s  \r64% [========================>              ] 208,921,958 1.03M/s  eta 1m 50s  \r64% [========================>              ] 209,140,822 1.00M/s  eta 1m 49s  \r64% [========================>              ] 209,355,614 1001K/s  eta 1m 49s  \r65% [========================>              ] 209,562,182  975K/s  eta 1m 49s  \r65% [========================>              ] 209,778,326  952K/s  eta 1m 49s  \r65% [========================>              ] 209,998,558  931K/s  eta 1m 49s  \r65% [========================>              ] 210,229,750  949K/s  eta 1m 48s  \r65% [========================>              ] 210,447,278  958K/s  eta 1m 48s  \r65% [========================>              ] 210,655,214  959K/s  eta 1m 48s  \r65% [========================>              ] 210,891,862  966K/s  eta 1m 48s  \r65% [========================>              ] 211,129,894  972K/s  eta 1m 48s  \r65% [========================>              ] 211,366,558  975K/s  eta 1m 47s  \r65% [========================>              ] 211,603,222  983K/s  eta 1m 47s  \r65% [========================>              ] 211,872,734 1006K/s  eta 1m 47s  \r65% [========================>              ] 212,179,166 1.01M/s  eta 1m 47s  \r65% [========================>              ] 212,493,806 1.03M/s  eta 1m 47s  \r66% [========================>              ] 212,833,054 1.06M/s  eta 1m 46s  \r66% [========================>              ] 213,160,022 1.10M/s  eta 1m 46s  \r66% [========================>              ] 213,485,606 1.13M/s  eta 1m 46s  \r66% [========================>              ] 213,809,806 1.16M/s  eta 1m 46s  \r66% [========================>              ] 214,086,142 1.17M/s  eta 1m 46s  \r66% [========================>              ] 214,324,174 1.19M/s  eta 1m 44s  \r66% [========================>              ] 214,605,982 1.19M/s  eta 1m 44s  \r66% [=========================>             ] 214,924,742 1.22M/s  eta 1m 44s  \r66% [=========================>             ] 215,268,094 1.25M/s  eta 1m 44s  \r66% [=========================>             ] 215,610,094 1.29M/s  eta 1m 44s  \r67% [=========================>             ] 215,931,574 1.31M/s  eta 1m 42s  \r67% [=========================>             ] 216,253,054 1.33M/s  eta 1m 42s  \r67% [=========================>             ] 216,574,534 1.35M/s  eta 1m 42s  \r67% [=========================>             ] 216,896,014 1.37M/s  eta 1m 42s  \r67% [=========================>             ] 217,212,038 1.38M/s  eta 1m 42s  \r67% [=========================>             ] 217,538,974 1.38M/s  eta 1m 40s  \r67% [=========================>             ] 217,860,454 1.38M/s  eta 1m 40s  \r67% [=========================>             ] 218,181,934 1.38M/s  eta 1m 40s  \r67% [=========================>             ] 218,499,326 1.37M/s  eta 1m 40s  \r67% [=========================>             ] 218,824,894 1.37M/s  eta 1m 40s  \r68% [=========================>             ] 219,146,374 1.37M/s  eta 99s     \r68% [=========================>             ] 219,465,134 1.41M/s  eta 99s     \r68% [=========================>             ] 219,787,982 1.42M/s  eta 99s     \r68% [=========================>             ] 220,110,814 1.42M/s  eta 99s     \r68% [=========================>             ] 220,432,294 1.42M/s  eta 99s     \r68% [=========================>             ] 220,753,774 1.42M/s  eta 97s     \r68% [=========================>             ] 221,072,534 1.42M/s  eta 97s     \r68% [=========================>             ] 221,396,734 1.42M/s  eta 97s     \r68% [=========================>             ] 221,714,126 1.42M/s  eta 97s     \r68% [=========================>             ] 222,039,694 1.42M/s  eta 97s     \r69% [=========================>             ] 222,361,174 1.42M/s  eta 95s     \r69% [=========================>             ] 222,682,654 1.42M/s  eta 95s     \r69% [=========================>             ] 223,004,134 1.42M/s  eta 95s     \r69% [==========================>            ] 223,322,894 1.41M/s  eta 95s     \r69% [==========================>            ] 223,772,966 1.45M/s  eta 95s     \r69% [==========================>            ] 224,259,958 1.49M/s  eta 93s     \r69% [==========================>            ] 224,718,238 1.52M/s  eta 93s     \r69% [==========================>            ] 224,986,366 1.51M/s  eta 93s     \r69% [==========================>            ] 225,164,222 1.47M/s  eta 93s     \r69% [==========================>            ] 225,354,374 1.43M/s  eta 93s     \r69% [==========================>            ] 225,547,246 1.40M/s  eta 92s     \r70% [==========================>            ] 225,741,502 1.36M/s  eta 92s     \r70% [==========================>            ] 225,939,878 1.33M/s  eta 92s     \r70% [==========================>            ] 226,146,446 1.30M/s  eta 92s     \r70% [==========================>            ] 226,362,574 1.27M/s  eta 92s     \r70% [==========================>            ] 226,555,478 1.23M/s  eta 91s     \r70% [==========================>            ] 226,768,886 1.20M/s  eta 91s     \r70% [==========================>            ] 226,975,438 1.17M/s  eta 91s     \r70% [==========================>            ] 227,175,182 1.14M/s  eta 91s     \r70% [==========================>            ] 227,396,782 1.10M/s  eta 91s     \r70% [==========================>            ] 227,606,102 1.05M/s  eta 90s     \r70% [==========================>            ] 227,811,286 1015K/s  eta 90s     \r70% [==========================>            ] 228,016,502  956K/s  eta 90s     \r70% [==========================>            ] 228,235,366  905K/s  eta 90s     \r70% [==========================>            ] 228,433,742  911K/s  eta 90s     \r70% [==========================>            ] 228,610,214  907K/s  eta 89s     \r70% [==========================>            ] 228,790,774  903K/s  eta 89s     \r71% [==========================>            ] 229,001,446  909K/s  eta 89s     \r71% [==========================>            ] 229,212,134  914K/s  eta 89s     \r71% [==========================>            ] 229,428,278  917K/s  eta 89s     \r71% [==========================>            ] 229,669,030  925K/s  eta 88s     \r71% [==========================>            ] 229,904,342  936K/s  eta 88s     \r71% [==========================>            ] 230,124,574  938K/s  eta 88s     \r71% [==========================>            ] 230,380,390  950K/s  eta 88s     \r71% [==========================>            ] 230,703,254  986K/s  eta 88s     \r71% [==========================>            ] 231,041,134 1021K/s  eta 87s     \r71% [===========================>           ] 231,358,526 1.03M/s  eta 87s     \r71% [===========================>           ] 231,684,094 1.06M/s  eta 87s     \r71% [===========================>           ] 232,001,486 1.09M/s  eta 87s     \r72% [===========================>           ] 232,324,334 1.12M/s  eta 87s     \r72% [===========================>           ] 232,815,446 1.19M/s  eta 85s     \r72% [===========================>           ] 233,291,494 1.27M/s  eta 85s     \r72% [===========================>           ] 233,792,182 1.35M/s  eta 85s     \r72% [===========================>           ] 234,437,878 1.48M/s  eta 85s     \r72% [===========================>           ] 235,091,782 1.60M/s  eta 85s     \r73% [===========================>           ] 235,734,742 1.70M/s  eta 81s     \r73% [===========================>           ] 236,313,406 1.83M/s  eta 81s     \r73% [===========================>           ] 236,796,326 1.89M/s  eta 81s     \r73% [===========================>           ] 237,266,918 1.94M/s  eta 81s     \r73% [===========================>           ] 237,649,942 2.01M/s  eta 81s     \r73% [===========================>           ] 237,981,014 2.00M/s  eta 79s     \r73% [===========================>           ] 238,429,718 2.02M/s  eta 79s     \r74% [===========================>           ] 238,919,462 2.06M/s  eta 79s     \r74% [===========================>           ] 239,396,894 2.12M/s  eta 79s     \r74% [============================>          ] 239,886,622 2.16M/s  eta 79s     \r74% [============================>          ] 240,357,230 2.20M/s  eta 76s     \r74% [============================>          ] 240,718,366 2.16M/s  eta 76s     \r74% [============================>          ] 241,035,758 2.12M/s  eta 76s     \r74% [============================>          ] 241,392,790 2.07M/s  eta 76s     \r75% [============================>          ] 241,714,270 1.99M/s  eta 76s     \r75% [============================>          ] 242,031,662 1.91M/s  eta 75s     \r75% [============================>          ] 242,353,142 1.80M/s  eta 75s     \r75% [============================>          ] 242,675,990 1.73M/s  eta 75s     \r75% [============================>          ] 243,000,190 1.68M/s  eta 75s     \r75% [============================>          ] 243,320,318 1.67M/s  eta 75s     \r75% [============================>          ] 243,610,318 1.62M/s  eta 73s     \r75% [============================>          ] 243,849,718 1.59M/s  eta 73s     \r75% [============================>          ] 244,091,870 1.55M/s  eta 73s     \r75% [============================>          ] 244,340,846 1.50M/s  eta 73s     \r75% [============================>          ] 244,629,478 1.42M/s  eta 73s     \r76% [============================>          ] 244,911,286 1.38M/s  eta 72s     \r76% [============================>          ] 245,164,382 1.33M/s  eta 72s     \r76% [============================>          ] 245,424,286 1.28M/s  eta 72s     \r76% [============================>          ] 245,689,694 1.27M/s  eta 72s     \r76% [============================>          ] 245,982,430 1.25M/s  eta 72s     \r76% [============================>          ] 246,243,718 1.24M/s  eta 70s     \r76% [============================>          ] 246,513,230 1.23M/s  eta 70s     \r76% [============================>          ] 246,775,870 1.20M/s  eta 70s     \r76% [============================>          ] 247,035,806 1.19M/s  eta 70s     \r76% [============================>          ] 247,334,014 1.18M/s  eta 70s     \r76% [============================>          ] 247,600,790 1.17M/s  eta 69s     \r76% [============================>          ] 247,875,742 1.16M/s  eta 69s     \r77% [=============================>         ] 248,165,758 1.17M/s  eta 69s     \r77% [=============================>         ] 248,401,054 1.17M/s  eta 69s     \r77% [=============================>         ] 248,677,406 1.17M/s  eta 69s     \r77% [=============================>         ] 248,948,254 1.18M/s  eta 68s     \r77% [=============================>         ] 249,258,790 1.19M/s  eta 68s     \r77% [=============================>         ] 249,587,110 1.20M/s  eta 68s     \r77% [=============================>         ] 249,904,502 1.22M/s  eta 68s     \r77% [=============================>         ] 250,234,174 1.24M/s  eta 68s     \r77% [=============================>         ] 250,561,126 1.25M/s  eta 66s     \r77% [=============================>         ] 250,864,822 1.26M/s  eta 66s     \r77% [=============================>         ] 251,061,814 1.23M/s  eta 66s     \r77% [=============================>         ] 251,314,894 1.24M/s  eta 66s     \r78% [=============================>         ] 251,577,550 1.24M/s  eta 66s     \r78% [=============================>         ] 251,897,678 1.24M/s  eta 65s     \r78% [=============================>         ] 252,217,774 1.25M/s  eta 65s     \r78% [=============================>         ] 252,362,766 1.05M/s  eta 65s     \r78% [=============================>         ] 253,150,766 1.17M/s  eta 65s     \r78% [=============================>         ] 253,373,750 1.16M/s  eta 65s     \r78% [=============================>         ] 253,598,102 1.15M/s  eta 65s     \r78% [=============================>         ] 253,858,022 1.15M/s  eta 65s     \r78% [=============================>         ] 254,106,982 1.14M/s  eta 63s     \r78% [=============================>         ] 254,401,102 1.14M/s  eta 63s     \r79% [=============================>         ] 254,636,414 1.12M/s  eta 63s     \r79% [=============================>         ] 254,941,462 1.10M/s  eta 63s     \r79% [=============================>         ] 255,195,910 1.09M/s  eta 63s     \r79% [=============================>         ] 255,465,406 1.09M/s  eta 62s     \r79% [=============================>         ] 255,766,366 1.10M/s  eta 62s     \r79% [=============================>         ] 256,013,974 1.10M/s  eta 62s     \r79% [==============================>        ] 256,267,070 1.10M/s  eta 62s     \r79% [==============================>        ] 256,525,606 1.09M/s  eta 62s     \r79% [==============================>        ] 256,786,910 1.08M/s  eta 60s     \r79% [==============================>        ] 257,064,598 1.28M/s  eta 60s     \r79% [==============================>        ] 257,317,678 1.13M/s  eta 60s     \r79% [==============================>        ] 257,561,182 1.14M/s  eta 60s     \r80% [==============================>        ] 257,811,526 1.15M/s  eta 60s     \r80% [==============================>        ] 258,068,710 1.15M/s  eta 59s     \r80% [==============================>        ] 258,351,902 1.16M/s  eta 59s     \r80% [==============================>        ] 258,673,366 1.17M/s  eta 59s     \r80% [==============================>        ] 258,968,854 1.18M/s  eta 59s     \r80% [==============================>        ] 259,302,646 1.19M/s  eta 59s     \r80% [==============================>        ] 259,628,230 1.21M/s  eta 58s     \r80% [==============================>        ] 259,926,454 1.21M/s  eta 58s     \r80% [==============================>        ] 260,189,126 1.21M/s  eta 58s     \r80% [==============================>        ] 260,449,030 1.21M/s  eta 58s     \r80% [==============================>        ] 260,729,470 1.21M/s  eta 58s     \r81% [==============================>        ] 261,020,870 1.22M/s  eta 56s     \r81% [==============================>        ] 261,350,542 1.24M/s  eta 56s     \r81% [==============================>        ] 261,610,478 1.24M/s  eta 56s     \r81% [==============================>        ] 261,938,782 1.25M/s  eta 56s     \r81% [==============================>        ] 262,247,950 1.27M/s  eta 56s     \r81% [==============================>        ] 262,577,638 1.29M/s  eta 55s     \r81% [==============================>        ] 262,896,382 1.31M/s  eta 55s     \r81% [==============================>        ] 263,230,174 1.33M/s  eta 55s     \r81% [==============================>        ] 263,542,078 1.33M/s  eta 55s     \r81% [==============================>        ] 263,853,998 1.33M/s  eta 55s     \r81% [==============================>        ] 264,180,934 1.33M/s  eta 53s     \r82% [===============================>       ] 264,429,910 1.31M/s  eta 53s     \r82% [===============================>       ] 264,667,942 1.30M/s  eta 53s     \r82% [===============================>       ] 264,901,870 1.28M/s  eta 53s     \r82% [===============================>       ] 265,165,894 1.29M/s  eta 53s     \r82% [===============================>       ] 265,468,238 1.29M/s  eta 52s     \r82% [===============================>       ] 265,655,638 1.27M/s  eta 52s     \r82% [===============================>       ] 265,844,422 1.23M/s  eta 52s     \r82% [===============================>       ] 266,052,358 1.21M/s  eta 52s     \r82% [===============================>       ] 266,275,342 1.18M/s  eta 52s     \r82% [===============================>       ] 266,495,590 1.16M/s  eta 51s     \r82% [===============================>       ] 266,745,934 1.15M/s  eta 51s     \r82% [===============================>       ] 266,962,078 1.11M/s  eta 51s     \r82% [===============================>       ] 267,191,918 1.09M/s  eta 51s     \r82% [===============================>       ] 267,432,670 1.07M/s  eta 51s     \r83% [===============================>       ] 267,680,278 1.05M/s  eta 50s     \r83% [===============================>       ] 267,923,782 1.02M/s  eta 50s     \r83% [===============================>       ] 268,160,446 1.02M/s  eta 50s     \r83% [===============================>       ] 268,380,710 1.01M/s  eta 50s     \r83% [===============================>       ] 268,629,670 1.02M/s  eta 50s     \r83% [===============================>       ] 268,875,910 1.01M/s  eta 49s     \r83% [===============================>       ] 269,139,934 1.01M/s  eta 49s     \r83% [===============================>       ] 269,382,070 1.01M/s  eta 49s     \r83% [===============================>       ] 269,562,662 1.02M/s  eta 49s     \r83% [===============================>       ] 269,680,310 1016K/s  eta 49s     \r83% [===============================>       ] 269,893,718 1011K/s  eta 48s     \r83% [===============================>       ] 270,105,742 1011K/s  eta 48s     \r83% [===============================>       ] 270,325,990 1010K/s  eta 48s     \r83% [===============================>       ] 270,540,766 1002K/s  eta 48s     \r84% [===============================>       ] 270,776,062 1005K/s  eta 48s     \r84% [===============================>       ] 271,020,934 1003K/s  eta 47s     \r84% [===============================>       ] 271,268,542 1007K/s  eta 47s     \r84% [===============================>       ] 271,506,590 1003K/s  eta 47s     \r84% [===============================>       ] 271,722,718 1000K/s  eta 47s     \r84% [===============================>       ] 271,959,382 1001K/s  eta 47s     \r84% [===============================>       ] 272,159,110  991K/s  eta 46s     \r84% [===============================>       ] 272,383,462  983K/s  eta 46s     \r84% [===============================>       ] 272,605,078  975K/s  eta 46s     \r84% [================================>      ] 272,854,054  978K/s  eta 46s     \r84% [================================>      ] 273,068,830  977K/s  eta 46s     \r84% [================================>      ] 273,319,174 1018K/s  eta 45s     \r84% [================================>      ] 273,559,942 1.00M/s  eta 45s     \r84% [================================>      ] 273,788,398 1.00M/s  eta 45s     \r85% [================================>      ] 274,010,014 1.00M/s  eta 45s     \r85% [================================>      ] 274,248,046 1.01M/s  eta 45s     \r85% [================================>      ] 274,491,550 1.02M/s  eta 44s     \r85% [================================>      ] 274,724,126 1.01M/s  eta 44s     \r85% [================================>      ] 275,004,566 1.02M/s  eta 44s     \r85% [================================>      ] 275,238,478 1.02M/s  eta 44s     \r85% [================================>      ] 275,510,726 1.03M/s  eta 44s     \r85% [================================>      ] 275,810,318 1.05M/s  eta 43s     \r85% [================================>      ] 276,134,534 1.08M/s  eta 43s     \r85% [================================>      ] 276,465,574 1.11M/s  eta 43s     \r85% [================================>      ] 276,799,366 1.14M/s  eta 43s     \r85% [================================>      ] 277,107,166 1.16M/s  eta 43s     \r86% [================================>      ] 277,287,758 1.14M/s  eta 41s     \r86% [================================>      ] 277,492,942 1.14M/s  eta 41s     \r86% [================================>      ] 277,677,622 1.12M/s  eta 41s     \r86% [================================>      ] 277,889,678 1.11M/s  eta 41s     \r86% [================================>      ] 278,126,326 1.11M/s  eta 41s     \r86% [================================>      ] 278,350,678 1.12M/s  eta 40s     \r86% [================================>      ] 278,610,614 1.12M/s  eta 40s     \r86% [================================>      ] 278,859,574 1.12M/s  eta 40s     \r86% [================================>      ] 279,085,310 1.11M/s  eta 40s     \r86% [================================>      ] 279,353,438 1.12M/s  eta 40s     \r86% [================================>      ] 279,621,566 1.12M/s  eta 39s     \r86% [================================>      ] 279,897,902 1.12M/s  eta 39s     \r86% [================================>      ] 280,141,406 1.10M/s  eta 39s     \r87% [================================>      ] 280,387,630 1.06M/s  eta 39s     \r87% [================================>      ] 280,640,726 1.05M/s  eta 39s     \r87% [================================>      ] 280,893,790 1.03M/s  eta 38s     \r87% [=================================>     ] 281,156,446 1.04M/s  eta 38s     \r87% [=================================>     ] 281,406,806 1.06M/s  eta 38s     \r87% [=================================>     ] 281,617,478 1.06M/s  eta 38s     \r87% [=================================>     ] 281,874,662 1.07M/s  eta 38s     \r87% [=================================>     ] 282,141,422 1.08M/s  eta 37s     \r87% [=================================>     ] 282,380,822 1.09M/s  eta 37s     \r87% [=================================>     ] 282,662,630 1.10M/s  eta 37s     \r87% [=================================>     ] 282,923,918 1.10M/s  eta 37s     \r87% [=================================>     ] 283,233,086 1.12M/s  eta 37s     \r87% [=================================>     ] 283,558,654 1.14M/s  eta 35s     \r88% [=================================>     ] 283,892,446 1.15M/s  eta 35s     \r88% [=================================>     ] 284,213,926 1.17M/s  eta 35s     \r88% [=================================>     ] 284,535,406 1.18M/s  eta 35s     \r88% [=================================>     ] 284,829,526 1.20M/s  eta 35s     \r88% [=================================>     ] 285,025,166 1.19M/s  eta 34s     \r88% [=================================>     ] 285,293,294 1.20M/s  eta 34s     \r88% [=================================>     ] 285,586,046 1.20M/s  eta 34s     \r88% [=================================>     ] 285,912,982 1.22M/s  eta 34s     \r88% [=================================>     ] 286,241,302 1.25M/s  eta 34s     \r88% [=================================>     ] 286,540,894 1.26M/s  eta 33s     \r89% [=================================>     ] 286,850,062 1.27M/s  eta 33s     \r89% [=================================>     ] 287,171,542 1.30M/s  eta 33s     \r89% [=================================>     ] 287,493,022 1.31M/s  eta 33s     \r89% [=================================>     ] 287,788,526 1.31M/s  eta 33s     \r89% [=================================>     ] 288,045,694 1.31M/s  eta 31s     \r89% [=================================>     ] 288,290,566 1.29M/s  eta 31s     \r89% [=================================>     ] 288,521,758 1.26M/s  eta 31s     \r89% [=================================>     ] 288,757,054 1.24M/s  eta 31s     \r89% [=================================>     ] 288,995,086 1.22M/s  eta 31s     \r89% [==================================>    ] 289,275,526 1.21M/s  eta 30s     \r89% [==================================>    ] 289,576,486 1.24M/s  eta 30s     \r89% [==================================>    ] 289,895,230 1.25M/s  eta 30s     \r90% [==================================>    ] 290,216,710 1.26M/s  eta 30s     \r90% [==================================>    ] 290,538,190 1.26M/s  eta 30s     \r90% [==================================>    ] 290,859,670 1.27M/s  eta 29s     \r90% [==================================>    ] 291,181,150 1.27M/s  eta 29s     \r90% [==================================>    ] 291,502,630 1.27M/s  eta 29s     \r90% [==================================>    ] 291,725,630 1.25M/s  eta 29s     \r90% [==================================>    ] 291,951,350 1.22M/s  eta 29s     \r90% [==================================>    ] 292,162,006 1.19M/s  eta 27s     \r90% [==================================>    ] 292,400,054 1.18M/s  eta 27s     \r90% [==================================>    ] 292,633,982 1.18M/s  eta 27s     \r90% [==================================>    ] 292,880,222 1.19M/s  eta 27s     \r90% [==================================>    ] 293,107,294 1.19M/s  eta 27s     \r91% [==================================>    ] 293,326,174 1.18M/s  eta 26s     \r91% [==================================>    ] 293,536,846 1.16M/s  eta 26s     \r91% [==================================>    ] 293,711,934 1.01M/s  eta 26s     \r91% [==================================>    ] 294,179,806 1.06M/s  eta 26s     \r91% [==================================>    ] 294,391,846 1.04M/s  eta 26s     \r91% [==================================>    ] 294,557,390 1.00M/s  eta 26s     \r91% [==================================>    ] 294,703,750  970K/s  eta 26s     \r91% [==================================>    ] 294,876,134  938K/s  eta 26s     \r91% [==================================>    ] 295,058,062  911K/s  eta 25s     \r91% [==================================>    ] 295,270,102  900K/s  eta 25s     \r91% [==================================>    ] 295,483,510  888K/s  eta 25s     \r91% [==================================>    ] 295,706,494  890K/s  eta 25s     \r91% [==================================>    ] 295,915,798  889K/s  eta 25s     \r91% [==================================>    ] 296,145,622  889K/s  eta 24s     \r91% [==================================>    ] 296,385,022  879K/s  eta 24s     \r92% [==================================>    ] 296,602,534  879K/s  eta 24s     \r92% [==================================>    ] 296,813,222  877K/s  eta 24s     \r92% [==================================>    ] 297,058,078  886K/s  eta 24s     \r92% [==================================>    ] 297,283,798 1002K/s  eta 23s     \r92% [===================================>   ] 297,508,150  931K/s  eta 23s     \r92% [===================================>   ] 297,746,198  934K/s  eta 23s     \r92% [===================================>   ] 297,969,182  943K/s  eta 23s     \r92% [===================================>   ] 298,211,302  975K/s  eta 23s     \r92% [===================================>   ] 298,423,342  983K/s  eta 22s     \r92% [===================================>   ] 298,644,958  990K/s  eta 22s     \r92% [===================================>   ] 298,873,414  996K/s  eta 22s     \r92% [===================================>   ] 299,104,606 1002K/s  eta 22s     \r92% [===================================>   ] 299,342,638 1006K/s  eta 22s     \r92% [===================================>   ] 299,569,726 1009K/s  eta 21s     \r93% [===================================>   ] 299,828,278 1017K/s  eta 21s     \r93% [===================================>   ] 300,067,678 1019K/s  eta 21s     \r93% [===================================>   ] 300,342,646 1.01M/s  eta 21s     \r93% [===================================>   ] 300,632,662 1.03M/s  eta 21s     \r93% [===================================>   ] 300,959,614 1.05M/s  eta 19s     \r93% [===================================>   ] 301,296,142 1.08M/s  eta 19s     \r93% [===================================>   ] 301,620,358 1.11M/s  eta 19s     \r93% [===================================>   ] 301,955,518 1.12M/s  eta 19s     \r93% [===================================>   ] 302,216,806 1.14M/s  eta 19s     \r93% [===================================>   ] 302,473,990 1.14M/s  eta 18s     \r93% [===================================>   ] 302,707,934 1.14M/s  eta 18s     \r94% [===================================>   ] 303,010,246 1.16M/s  eta 18s     \r94% [===================================>   ] 303,307,118 1.19M/s  eta 18s     \r94% [===================================>   ] 303,606,710 1.20M/s  eta 18s     \r94% [===================================>   ] 303,824,206 1.20M/s  eta 17s     \r94% [===================================>   ] 304,055,414 1.20M/s  eta 17s     \r94% [===================================>   ] 304,301,638 1.20M/s  eta 17s     \r94% [===================================>   ] 304,504,118 1.19M/s  eta 17s     \r94% [===================================>   ] 304,691,534 1.17M/s  eta 17s     \r94% [===================================>   ] 304,852,942 1.14M/s  eta 16s     \r94% [===================================>   ] 305,045,830 1.10M/s  eta 16s     \r94% [===================================>   ] 305,263,342 1.07M/s  eta 16s     \r94% [===================================>   ] 305,472,646 1.04M/s  eta 16s     \r94% [===================================>   ] 305,686,070 1.02M/s  eta 16s     \r94% [====================================>  ] 305,898,094 1.00M/s  eta 15s     \r94% [====================================>  ] 306,121,078 1017K/s  eta 15s     \r95% [====================================>  ] 306,331,750 1015K/s  eta 15s     \r95% [====================================>  ] 306,543,790  999K/s  eta 15s     \r95% [====================================>  ] 306,751,726  963K/s  eta 15s     \r95% [====================================>  ] 306,974,710  954K/s  eta 14s     \r95% [====================================>  ] 307,186,766  943K/s  eta 14s     \r95% [====================================>  ] 307,394,686  936K/s  eta 14s     \r95% [====================================>  ] 307,599,886  924K/s  eta 14s     \r95% [====================================>  ] 307,802,366  922K/s  eta 14s     \r95% [====================================>  ] 308,017,142  925K/s  eta 13s     \r95% [====================================>  ] 308,231,902  938K/s  eta 13s     \r95% [====================================>  ] 308,452,166  953K/s  eta 13s     \r95% [====================================>  ] 308,665,558  951K/s  eta 13s     \r95% [====================================>  ] 308,883,086  952K/s  eta 13s     \r95% [====================================>  ] 309,122,486  959K/s  eta 12s     \r95% [====================================>  ] 309,342,718  964K/s  eta 12s     \r96% [====================================>  ] 309,586,222  970K/s  eta 12s     \r96% [====================================>  ] 309,822,902  977K/s  eta 12s     \r96% [====================================>  ] 310,091,014  990K/s  eta 12s     \r96% [====================================>  ] 310,411,126 1021K/s  eta 11s     \r96% [====================================>  ] 310,740,814 1.02M/s  eta 11s     \r96% [====================================>  ] 311,049,982 1.05M/s  eta 11s     \r96% [====================================>  ] 311,411,134 1.09M/s  eta 11s     \r96% [====================================>  ] 311,728,526 1.12M/s  eta 11s     \r96% [====================================>  ] 312,054,094 1.16M/s  eta 9s      \r96% [====================================>  ] 312,439,870 1.20M/s  eta 9s      \r97% [====================================>  ] 312,868,054 1.25M/s  eta 9s      \r97% [====================================>  ] 312,970,654 1.23M/s  eta 9s      \r97% [====================================>  ] 313,034,966 1.19M/s  eta 9s      \r97% [====================================>  ] 313,147,126 1.16M/s  eta 8s      \r97% [====================================>  ] 313,256,566 1.12M/s  eta 8s      \r97% [====================================>  ] 313,374,230 1.10M/s  eta 8s      \r97% [====================================>  ] 313,502,822 1.07M/s  eta 8s      \r97% [====================================>  ] 313,614,982 1.04M/s  eta 8s      \r97% [====================================>  ] 313,736,750 1.01M/s  eta 8s      \r97% [====================================>  ] 313,862,606  969K/s  eta 8s      \r97% [=====================================> ] 313,993,918  922K/s  eta 8s      \r97% [=====================================> ] 314,122,510  875K/s  eta 8s      \r97% [=====================================> ] 314,255,206  829K/s  eta 8s      \r97% [=====================================> ] 314,387,902  745K/s  eta 7s      \r97% [=====================================> ] 314,537,014  705K/s  eta 7s      \r97% [=====================================> ] 314,682,022  658K/s  eta 7s      \r97% [=====================================> ] 314,837,974  596K/s  eta 7s      \r97% [=====================================> ] 314,935,118  549K/s  eta 7s      \r97% [=====================================> ] 315,056,854  566K/s  eta 7s      \r97% [=====================================> ] 315,178,606  568K/s  eta 7s      \r97% [=====================================> ] 315,318,142  574K/s  eta 7s      \r97% [=====================================> ] 315,456,326  582K/s  eta 7s      \r97% [=====================================> ] 315,619,102  591K/s  eta 7s      \r97% [=====================================> ] 315,766,846  601K/s  eta 6s      \r98% [=====================================> ] 315,928,270  612K/s  eta 6s      \r98% [=====================================> ] 316,070,542  616K/s  eta 6s      \r98% [=====================================> ] 316,225,142  623K/s  eta 6s      \r98% [=====================================> ] 316,370,150  628K/s  eta 6s      \r98% [=====================================> ] 316,535,662  636K/s  eta 5s      \r98% [=====================================> ] 316,697,086  644K/s  eta 5s      \r98% [=====================================> ] 316,836,622  644K/s  eta 5s      \r98% [=====================================> ] 316,977,526  645K/s  eta 5s      \r98% [=====================================> ] 317,132,126  644K/s  eta 5s      \r98% [=====================================> ] 317,292,166  653K/s  eta 5s      \r98% [=====================================> ] 317,446,766  669K/s  eta 5s      \r98% [=====================================> ] 317,613,646  680K/s  eta 5s      \r98% [=====================================> ] 317,776,438  687K/s  eta 5s      \r98% [=====================================> ] 317,937,862  691K/s  eta 5s      \r98% [=====================================> ] 318,095,198  692K/s  eta 4s      \r98% [=====================================> ] 318,264,814  698K/s  eta 4s      \r98% [=====================================> ] 318,448,126  703K/s  eta 4s      \r98% [=====================================> ] 318,612,286  706K/s  eta 4s      \r98% [=====================================> ] 318,817,502  723K/s  eta 4s      \r99% [=====================================> ] 319,037,734  744K/s  eta 3s      \r99% [=====================================> ] 319,255,246  757K/s  eta 3s      \r99% [=====================================> ] 319,468,654  773K/s  eta 3s      \r99% [=====================================> ] 319,723,118  806K/s  eta 3s      \r99% [=====================================> ] 320,010,382  843K/s  eta 3s      \r99% [=====================================> ] 320,348,278  893K/s  eta 2s      \r99% [=====================================> ] 320,669,758  936K/s  eta 2s      \r99% [=====================================> ] 320,991,238  991K/s  eta 2s      \r99% [=====================================> ] 321,312,718 1.01M/s  eta 2s      \r99% [=====================================> ] 321,582,230 1.03M/s  eta 2s      \r99% [=====================================> ] 321,810,670 1.04M/s  eta 0s      \r99% [=====================================> ] 322,084,270 1.09M/s  eta 0s      \r100%[======================================>] 322,241,933 1.10M/s   in 4m 58s  

2013-09-24 11:34:46 (1.03 MB/s) - `./download_image/core-image-sato-sdk-qemuarm.tar.bz2' saved [322241933/322241933]


Start installing selected native ADT for archs: arm x86...

Native ADT installation directory "/opt/poky/1.4.2" already exists! Continue installation will override its contents!
[ADT_INST] Do you want to continue installation? Please enter Y/N:
ADT has already been installed. Will update its contents...
Updating opkg...
Downloading http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan/adt-ipk/x86_64-nativesdk/Packages.
Collected errors:
 * opkg_download: Failed to download http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan/adt-ipk/x86_64-nativesdk/Packages, wget returned 8.
opkg update process ended...
Installing pseudo nativesdk ...

Unknown package 'nativesdk-pseudo'.
Collected errors:
 * opkg_install_cmd: Cannot install package nativesdk-pseudo.

#############################################################################
# Meet error(s) when installing Yocto ADT! Please check log file for details.
#############################################################################


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with the ADT installation
  2013-09-24 21:09   ` Dusty Clark
@ 2013-09-24 21:27     ` Khem Raj
  2013-09-24 21:40       ` Rifenbark, Scott M
  2013-09-24 21:31     ` Zhang, Jessica
  2013-09-24 21:32     ` Rifenbark, Scott M
  2 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2013-09-24 21:27 UTC (permalink / raw)
  To: Dusty Clark; +Cc: yocto


On Sep 24, 2013, at 2:09 PM, Dusty Clark <dclark@mmto.org> wrote:

> Hello Jessica,
> 
> OK, so for plain application development, I don't need eglibc-devel library...just the cross-development toolchain and whatever recipes and whatnot for my target, yes?
> 
> For the record, I downloaded the ADT tarball from here:
> http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/adt-installer/
> The link in the manual is a 404, so I found this one by modifying the link location in the browser.
> 
> Then I browsed around and found what I thought was the closest snapshot, and edited the adt_installer.conf as follows:
> 
> #YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan"
> 
> #Edit by Dusty 9/24/13, since the original repo target is a 404:
> YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/"
> 
> And of course this failed as mentioned. I attach the installer logfile for your reference...I tried it twice, once with the bad link and again with the edit. 
> 
> Thanks for your help!


Looking at your logs

 * opkg_download: Failed to download http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan/adt-ipk/x86_64-nativesdk/Packages, wget returned 8.
opkg update process ended…

and return 8 for wget suggests "Server issued an error response."

Does it happens everytime you retry ?

e.g. I did below and it all downloaded ok.

wget http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/adt-ipk/x86_64-nativesdk/Packages
--2013-09-24 14:24:18--  http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/adt-ipk/x86_64-nativesdk/Packages
Resolving adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)... 140.211.169.59
Connecting to adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)|140.211.169.59|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2753125 (2.6M)
Saving to: ‘Packages’

100%[===========================================================================================================================================>] 2,753,125   1.34MB/s   in 2.0s   

2013-09-24 14:24:21 (1.34 MB/s) - ‘Packages’ saved [2753125/2753125]




> 
> Dusty Clark
> Staff Engineer Sr.
> MMT Observatory
> University of Arizona
> Tucson, AZ 85721
> 
> 
> On Tue, Sep 24, 2013 at 1:30 PM, Zhang, Jessica <jessica.zhang@intel.com> wrote:
> Hi Dusty,
> 
>  
> 
> The prerequisite for eglibc-devel are for running a yocto build on your host. adt-installer is for  setup the cross development environment for application development so it’s not the tool to install those prerequisite packages.
> 
>  
> 
> As to your adt-installer issues, we’ve heard similar report from our QA engineer as well, so to confirm, are you using the latest built out of adt-installer?
> 
>  
> 
> Thanks,
> 
> Jessica
> 
>  
> 
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Dusty Clark
> Sent: Tuesday, September 24, 2013 12:08 PM
> To: yocto@yoctoproject.org
> Subject: [yocto] Problems with the ADT installation
> 
>  
> 
> Reading the Quick Start and ADT manuals, it was recommended to use the ADT installer script as the easiest method to get the tools and the Eclipse plugin in place. I'm running a Fedora 17 VM as the development host, and would like to target Beaglebone and vanilla x86 devices using Eclipse. However, I ran into some issues:
> 
>  
> 
> First, the prerequisites lists a package "eglibc-devel" that does not seem to exist as a yum package, although it looks like the poky tarball has it inside -- so it should be built from the source tarball during installation of poky -- e.g. NOT using the ADT installation? The ADT guide warns against mixing installation methods, building ADT from poky vs. the ADT installer, etc. So, what is the recommended method for having this prerequisite library for Yocto?
> 
>  
> 
> Second, the ADT installer script is pointing to 404s when getting packages: the YOCTOADT_REPO variable is pointing to a repo at http://adtrepo-dev.yoctoproject.org//$VERSION that doesn't exist. I edited adt_installer.conf to point to what I thought was the appropriate master as /1.4+snapshot-$hash-master, but the install script failed with a message about wget trying to get the opkg portion of the repo. There appears to be no opkg folder at all to be found there...so is the ADT installer now deprecated and one should just install poky and build the ADT stuff from there on?
> 
>  
> 
> Thanks for any help!
> 
>  
> 
> 
> <adt_installer.log>_______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with the ADT installation
  2013-09-24 21:09   ` Dusty Clark
  2013-09-24 21:27     ` Khem Raj
@ 2013-09-24 21:31     ` Zhang, Jessica
  2013-09-24 21:32     ` Rifenbark, Scott M
  2 siblings, 0 replies; 7+ messages in thread
From: Zhang, Jessica @ 2013-09-24 21:31 UTC (permalink / raw)
  To: Dusty Clark; +Cc: yocto


[-- Attachment #1.1: Type: text/plain, Size: 4157 bytes --]

Please see my answer below.

 

From: Dusty Clark [mailto:dclark@mmto.org] 
Sent: Tuesday, September 24, 2013 2:09 PM
To: Zhang, Jessica
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Problems with the ADT installation

 

Hello Jessica,

OK, so for plain application development, I don't need eglibc-devel
library...just the cross-development toolchain and whatever recipes and
whatnot for my target, yes?

[JZ] correct for app devel you really need the cross toolchain and the
sysroot which contains the target libraries and headers.



For the record, I downloaded the ADT tarball from here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/adt-installer/

The link in the manual is a 404, so I found this one by modifying the link
location in the browser.

Then I browsed around and found what I thought was the closest snapshot, and
edited the adt_installer.conf as follows:

#YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d4
3dee5440c03acce2d251425-dylan
<http://adtrepo-dev.yoctoproject.org/1.4.2-d734ab491a30078d43dee5440c03acce2
d251425-dylan> "

#Edit by Dusty 9/24/13, since the original repo target is a 404:
YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c5
1f0c1517c0a697031e7bc488b76f-master/"

And of course this failed as mentioned. I attach the installer logfile for
your reference...I tried it twice, once with the bad link and again with the
edit.

[JZ] I just realized that you're using 1.4 release, can you try to download
the adt-installer from
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4.2/adt-installer/
to ensure using the right adtrepo? You shouldn't need to manually tweak the
adtrepo in the config file.

Thanks for your help!

Dusty Clark
Staff Engineer Sr.

MMT Observatory
University of Arizona
Tucson, AZ 85721

 

On Tue, Sep 24, 2013 at 1:30 PM, Zhang, Jessica <jessica.zhang@intel.com>
wrote:

Hi Dusty,

 

The prerequisite for eglibc-devel are for running a yocto build on your
host. adt-installer is for  setup the cross development environment for
application development so it's not the tool to install those prerequisite
packages.

 

As to your adt-installer issues, we've heard similar report from our QA
engineer as well, so to confirm, are you using the latest built out of
adt-installer?

 

Thanks,

Jessica

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
On Behalf Of Dusty Clark
Sent: Tuesday, September 24, 2013 12:08 PM
To: yocto@yoctoproject.org
Subject: [yocto] Problems with the ADT installation

 

Reading the Quick Start and ADT manuals, it was recommended to use the ADT
installer script as the easiest method to get the tools and the Eclipse
plugin in place. I'm running a Fedora 17 VM as the development host, and
would like to target Beaglebone and vanilla x86 devices using Eclipse.
However, I ran into some issues:

 

First, the prerequisites lists a package "eglibc-devel" that does not seem
to exist as a yum package, although it looks like the poky tarball has it
inside -- so it should be built from the source tarball during installation
of poky -- e.g. NOT using the ADT installation? The ADT guide warns against
mixing installation methods, building ADT from poky vs. the ADT installer,
etc. So, what is the recommended method for having this prerequisite library
for Yocto?

 

Second, the ADT installer script is pointing to 404s when getting packages:
the YOCTOADT_REPO variable is pointing to a repo at
http://adtrepo-dev.yoctoproject.org//$VERSION
<http://adtrepo-dev.yoctoproject.org/$VERSION>  that doesn't exist. I edited
adt_installer.conf to point to what I thought was the appropriate master as
/1.4+snapshot-$hash-master, but the install script failed with a message
about wget trying to get the opkg portion of the repo. There appears to be
no opkg folder at all to be found there...so is the ADT installer now
deprecated and one should just install poky and build the ADT stuff from
there on?

 

Thanks for any help!

 

 


[-- Attachment #1.2: Type: text/html, Size: 11280 bytes --]

[-- Attachment #2: smime.p7s --]
[-- Type: application/pkcs7-signature, Size: 9626 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with the ADT installation
  2013-09-24 21:09   ` Dusty Clark
  2013-09-24 21:27     ` Khem Raj
  2013-09-24 21:31     ` Zhang, Jessica
@ 2013-09-24 21:32     ` Rifenbark, Scott M
  2 siblings, 0 replies; 7+ messages in thread
From: Rifenbark, Scott M @ 2013-09-24 21:32 UTC (permalink / raw)
  To: Dusty Clark, Zhang, Jessica; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 3966 bytes --]

Looks like the link in the 1.4.2 manual does barf... the link in the 1.4.1 manual resolves.  Not sure why there is no tarball of the ADT Installer at the 1.4.2  location.

Scott

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Dusty Clark
Sent: Tuesday, September 24, 2013 2:09 PM
To: Zhang, Jessica
Cc: yocto@yoctoproject.org
Subject: Re: [yocto] Problems with the ADT installation

Hello Jessica,

OK, so for plain application development, I don't need eglibc-devel library...just the cross-development toolchain and whatever recipes and whatnot for my target, yes?

For the record, I downloaded the ADT tarball from here:
http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/adt-installer/
The link in the manual is a 404, so I found this one by modifying the link location in the browser.
Then I browsed around and found what I thought was the closest snapshot, and edited the adt_installer.conf as follows:

#YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan<http://adtrepo-dev.yoctoproject.org/1.4.2-d734ab491a30078d43dee5440c03acce2d251425-dylan>"

#Edit by Dusty 9/24/13, since the original repo target is a 404:
YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org/1.4+snapshot-6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/"
And of course this failed as mentioned. I attach the installer logfile for your reference...I tried it twice, once with the bad link and again with the edit.
Thanks for your help!

Dusty Clark
Staff Engineer Sr.
MMT Observatory
University of Arizona
Tucson, AZ 85721

On Tue, Sep 24, 2013 at 1:30 PM, Zhang, Jessica <jessica.zhang@intel.com<mailto:jessica.zhang@intel.com>> wrote:
Hi Dusty,

The prerequisite for eglibc-devel are for running a yocto build on your host. adt-installer is for  setup the cross development environment for application development so it's not the tool to install those prerequisite packages.

As to your adt-installer issues, we've heard similar report from our QA engineer as well, so to confirm, are you using the latest built out of adt-installer?

Thanks,
Jessica

From: yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org> [mailto:yocto-bounces@yoctoproject.org<mailto:yocto-bounces@yoctoproject.org>] On Behalf Of Dusty Clark
Sent: Tuesday, September 24, 2013 12:08 PM
To: yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: [yocto] Problems with the ADT installation

Reading the Quick Start and ADT manuals, it was recommended to use the ADT installer script as the easiest method to get the tools and the Eclipse plugin in place. I'm running a Fedora 17 VM as the development host, and would like to target Beaglebone and vanilla x86 devices using Eclipse. However, I ran into some issues:

First, the prerequisites lists a package "eglibc-devel" that does not seem to exist as a yum package, although it looks like the poky tarball has it inside -- so it should be built from the source tarball during installation of poky -- e.g. NOT using the ADT installation? The ADT guide warns against mixing installation methods, building ADT from poky vs. the ADT installer, etc. So, what is the recommended method for having this prerequisite library for Yocto?

Second, the ADT installer script is pointing to 404s when getting packages: the YOCTOADT_REPO variable is pointing to a repo at http://adtrepo-dev.yoctoproject.org//$VERSION<http://adtrepo-dev.yoctoproject.org/$VERSION> that doesn't exist. I edited adt_installer.conf to point to what I thought was the appropriate master as /1.4+snapshot-$hash-master, but the install script failed with a message about wget trying to get the opkg portion of the repo. There appears to be no opkg folder at all to be found there...so is the ADT installer now deprecated and one should just install poky and build the ADT stuff from there on?

Thanks for any help!



[-- Attachment #2: Type: text/html, Size: 11039 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Problems with the ADT installation
  2013-09-24 21:27     ` Khem Raj
@ 2013-09-24 21:40       ` Rifenbark, Scott M
  0 siblings, 0 replies; 7+ messages in thread
From: Rifenbark, Scott M @ 2013-09-24 21:40 UTC (permalink / raw)
  To: Khem Raj, Dusty Clark; +Cc: yocto

I see the problem... the link has an underscore in it (adt_installer) instead of adt-installer.  I will fix that for "Current" manuals and republish to the website.

Scott

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Khem Raj
>Sent: Tuesday, September 24, 2013 2:27 PM
>To: Dusty Clark
>Cc: yocto@yoctoproject.org
>Subject: Re: [yocto] Problems with the ADT installation
>
>
>On Sep 24, 2013, at 2:09 PM, Dusty Clark <dclark@mmto.org> wrote:
>
>> Hello Jessica,
>>
>> OK, so for plain application development, I don't need eglibc-devel
>library...just the cross-development toolchain and whatever recipes and
>whatnot for my target, yes?
>>
>> For the record, I downloaded the ADT tarball from here:
>> http://downloads.yoctoproject.org/releases/yocto/yocto-1.4/adt-
>installer/
>> The link in the manual is a 404, so I found this one by modifying the
>link location in the browser.
>>
>> Then I browsed around and found what I thought was the closest
>snapshot, and edited the adt_installer.conf as follows:
>>
>> #YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org//1.4.2-
>d734ab491a30078d43dee5440c03acce2d251425-dylan"
>>
>> #Edit by Dusty 9/24/13, since the original repo target is a 404:
>> YOCTOADT_REPO="http://adtrepo-dev.yoctoproject.org/1.4+snapshot-
>6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/"
>>
>> And of course this failed as mentioned. I attach the installer logfile
>for your reference...I tried it twice, once with the bad link and again
>with the edit.
>>
>> Thanks for your help!
>
>
>Looking at your logs
>
> * opkg_download: Failed to download http://adtrepo-
>dev.yoctoproject.org//1.4.2-d734ab491a30078d43dee5440c03acce2d251425-
>dylan/adt-ipk/x86_64-nativesdk/Packages, wget returned 8.
>opkg update process ended...
>
>and return 8 for wget suggests "Server issued an error response."
>
>Does it happens everytime you retry ?
>
>e.g. I did below and it all downloaded ok.
>
>wget http://adtrepo-dev.yoctoproject.org/1.4+snapshot-
>6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/adt-ipk/x86_64-
>nativesdk/Packages
>--2013-09-24 14:24:18--  http://adtrepo-
>dev.yoctoproject.org/1.4+snapshot-
>6b4f7e4b26c51f0c1517c0a697031e7bc488b76f-master/adt-ipk/x86_64-
>nativesdk/Packages
>Resolving adtrepo-dev.yoctoproject.org (adtrepo-dev.yoctoproject.org)...
>140.211.169.59
>Connecting to adtrepo-dev.yoctoproject.org (adtrepo-
>dev.yoctoproject.org)|140.211.169.59|:80... connected.
>HTTP request sent, awaiting response... 200 OK
>Length: 2753125 (2.6M)
>Saving to: 'Packages'
>
>100%[===================================================================
>========================================================================
>>] 2,753,125   1.34MB/s   in 2.0s
>
>2013-09-24 14:24:21 (1.34 MB/s) - 'Packages' saved [2753125/2753125]
>
>
>
>
>>
>> Dusty Clark
>> Staff Engineer Sr.
>> MMT Observatory
>> University of Arizona
>> Tucson, AZ 85721
>>
>>
>> On Tue, Sep 24, 2013 at 1:30 PM, Zhang, Jessica
><jessica.zhang@intel.com> wrote:
>> Hi Dusty,
>>
>>
>>
>> The prerequisite for eglibc-devel are for running a yocto build on
>your host. adt-installer is for  setup the cross development environment
>for application development so it's not the tool to install those
>prerequisite packages.
>>
>>
>>
>> As to your adt-installer issues, we've heard similar report from our
>QA engineer as well, so to confirm, are you using the latest built out
>of adt-installer?
>>
>>
>>
>> Thanks,
>>
>> Jessica
>>
>>
>>
>> From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Dusty Clark
>> Sent: Tuesday, September 24, 2013 12:08 PM
>> To: yocto@yoctoproject.org
>> Subject: [yocto] Problems with the ADT installation
>>
>>
>>
>> Reading the Quick Start and ADT manuals, it was recommended to use the
>ADT installer script as the easiest method to get the tools and the
>Eclipse plugin in place. I'm running a Fedora 17 VM as the development
>host, and would like to target Beaglebone and vanilla x86 devices using
>Eclipse. However, I ran into some issues:
>>
>>
>>
>> First, the prerequisites lists a package "eglibc-devel" that does not
>seem to exist as a yum package, although it looks like the poky tarball
>has it inside -- so it should be built from the source tarball during
>installation of poky -- e.g. NOT using the ADT installation? The ADT
>guide warns against mixing installation methods, building ADT from poky
>vs. the ADT installer, etc. So, what is the recommended method for
>having this prerequisite library for Yocto?
>>
>>
>>
>> Second, the ADT installer script is pointing to 404s when getting
>packages: the YOCTOADT_REPO variable is pointing to a repo at
>http://adtrepo-dev.yoctoproject.org//$VERSION that doesn't exist. I
>edited adt_installer.conf to point to what I thought was the appropriate
>master as /1.4+snapshot-$hash-master, but the install script failed with
>a message about wget trying to get the opkg portion of the repo. There
>appears to be no opkg folder at all to be found there...so is the ADT
>installer now deprecated and one should just install poky and build the
>ADT stuff from there on?
>>
>>
>>
>> Thanks for any help!
>>
>>
>>
>>
>> <adt_installer.log>_______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-09-24 21:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-24 19:08 Problems with the ADT installation Dusty Clark
2013-09-24 20:30 ` Zhang, Jessica
2013-09-24 21:09   ` Dusty Clark
2013-09-24 21:27     ` Khem Raj
2013-09-24 21:40       ` Rifenbark, Scott M
2013-09-24 21:31     ` Zhang, Jessica
2013-09-24 21:32     ` Rifenbark, Scott M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.