Giter Club home page Giter Club logo

lichess-bot's Introduction

Hi, I am SAVIO PRINCE.

  • A Beginner Developer.
  • Exploring Low-level programming, Protocols, Cryptography & Cybersecurity.

Projects


Contributions


Stats


Ping-me @

Twitter Discord Instagram Github E-mail


Technologies

Python Rust C++ WASM JavaScript HTML5 CSS

VSCode Vim Gitpod

Docker Linux Git

lichess-bot's People

Contributors

dependabot[bot] avatar oivas000 avatar theyobots avatar vibranium21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

lichess-bot's Issues

error

2021-09-02T03:12:35.803807+00:00 heroku[worker.1]: State changed from up to crashed
2021-09-02T04:03:41.441273+00:00 heroku[worker.1]: State changed from crashed to starting
2021-09-02T04:03:55.527023+00:00 heroku[worker.1]: Starting process with command /bin/sh -c python3\ run.py
2021-09-02T04:03:56.130737+00:00 heroku[worker.1]: State changed from starting to up
2021-09-02T04:03:57.078902+00:00 app[worker.1]: File "//lichess-bot.py", line 246
2021-09-02T04:03:57.078921+00:00 app[worker.1]: greeting_cfg = config.get("greeting", {} or {}
2021-09-02T04:03:57.078922+00:00 app[worker.1]: IndentationError: unexpected indent
2021-09-02T04:03:57.129501+00:00 heroku[worker.1]: Process exited with status 0
2021-09-02T04:03:57.290430+00:00 heroku[worker.1]: State changed from up to crashed
2021-09-02T04:58:31.000000+00:00 app[api]: Build started by user [email protected]
2021-09-02T05:01:47.837007+00:00 heroku[worker.1]: State changed from crashed to starting
2021-09-02T05:01:47.415896+00:00 app[api]: Deploy b374ab88 by user [email protected]
2021-09-02T05:01:47.000000+00:00 app[api]: Build succeeded
2021-09-02T05:01:47.415896+00:00 app[api]: Release v11 created by user [email protected]
2021-09-02T05:01:59.833945+00:00 heroku[worker.1]: Starting process with command /bin/sh -c python3\ run.py
2021-09-02T05:02:00.498299+00:00 heroku[worker.1]: State changed from starting to up
2021-09-02T05:02:01.579617+00:00 app[worker.1]: File "//lichess-bot.py", line 246
2021-09-02T05:02:01.579628+00:00 app[worker.1]: greeting_cfg = config.get("greeting", {} or {}
2021-09-02T05:02:01.579628+00:00 app[worker.1]: IndentationError: unexpected indent
2021-09-02T05:02:01.651490+00:00 heroku[worker.1]: Process exited with status 0
2021-09-02T05:02:01.755722+00:00 heroku[worker.1]: State changed from up to crashed
2021-09-02T05:02:01.761086+00:00 heroku[worker.1]: State changed from crashed to starting
2021-09-02T05:02:13.196246+00:00 heroku[worker.1]: Starting process with command /bin/sh -c python3\ run.py
2021-09-02T05:02:13.880421+00:00 heroku[worker.1]: State changed from starting to up
2021-09-02T05:02:15.737170+00:00 heroku[worker.1]: Process exited with status 0
2021-09-02T05:02:15.884832+00:00 heroku[worker.1]: State changed from up to crashed
2021-09-02T05:02:15.684248+00:00 app[worker.1]: File "//lichess-bot.py", line 246
2021-09-02T05:02:15.684267+00:00 app[worker.1]: greeting_cfg = config.get("greeting", {} or {}
2021-09-02T05:02:15.684268+00:00 app[worker.1]: IndentationError: unexpected indent

Error when Deploying onto heroku

=== Fetching app code
=== Building worker (Dockerfile)
Sending build context to Docker daemon  11.94MBStep 1/21 : FROM debian:10.9-slim
10.9-slim: Pulling from library/debian
69692152171a: Pulling fs layer
69692152171a: Verifying Checksum
69692152171a: Download complete
69692152171a: Pull complete
Digest: sha256:f077cd32bfea6c4fa8ddeea05c53b27e90c7fad097e2011c9f5f11a8668f8db4
Status: Downloaded newer image for debian:10.9-slim
 ---> 80b9e7aadac5
Step 2/21 : MAINTAINER SAVIO PRINCE
 ---> Running in 3578c4383c08
Removing intermediate container 3578c4383c08
 ---> 6e301949ef5d
Step 3/21 : RUN echo OIVAS7572
 ---> Running in 17fbf2c071d9
OIVAS7572
Removing intermediate container 17fbf2c071d9
 ---> 31e5caccea25
Step 4/21 : CMD echo OIVAS7572
 ---> Running in 4108a5ff4fd9
Removing intermediate container 4108a5ff4fd9
 ---> 2945d1586fb3
Step 5/21 : COPY . .
 ---> da1aab785df7
Step 6/21 : RUN apt-get update
 ---> Running in b16fcc289892
Get:1 http://deb.debian.org/debian buster InRelease [122 kB]
Get:2 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB]
Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB]
Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [293 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB]
Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [15.2 kB]
Fetched 8454 kB in 2s (5596 kB/s)
Reading package lists...
Removing intermediate container b16fcc289892
 ---> 0f1af30d8997
Step 7/21 : RUN apt-get -y install sudo
 ---> Running in 211225c807b3
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  lsb-base
The following NEW packages will be installed:
  lsb-base sudo
0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.
Need to get 1273 kB of archives.
After this operation, 3932 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 lsb-base all 10.2019051400 [28.4 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1273 kB in 0s (42.8 MB/s)
Selecting previously unselected package lsb-base.
(Reading database ... 
Preparing to unpack .../lsb-base_10.2019051400_all.deb ...
Unpacking lsb-base (10.2019051400) ...
Selecting previously unselected package sudo.
Preparing to unpack .../sudo_1.8.27-1+deb10u3_amd64.deb ...
Unpacking sudo (1.8.27-1+deb10u3) ...
Setting up lsb-base (10.2019051400) ...
Setting up sudo (1.8.27-1+deb10u3) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Removing intermediate container 211225c807b3
 ---> 43deccefee6b
Step 8/21 : RUN useradd OIVAS7572 && echo "OIVAS7572:OIVAS7572" | chpasswd && adduser OIVAS7572 sudo
 ---> Running in 3c4f059fdac6
Adding user `OIVAS7572' to group `sudo' ...
Adding user OIVAS7572 to group sudo
Done.
Removing intermediate container 3c4f059fdac6
 ---> 93e8acac1e81
Step 9/21 : USER OIVAS7572
 ---> Running in 6c9ed8f97e67
Removing intermediate container 6c9ed8f97e67
 ---> cedf519169e6
Step 10/21 : ADD /engine/ .
 ---> b68f76a936ee
Step 11/21 : RUN echo OIVAS7572 | sudo -S apt-get install -y wget
 ---> Running in 7b1ee563f355
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.
[sudo] password for OIVAS7572: Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ca-certificates libpcre2-8-0 libpsl5 libssl1.1 openssl publicsuffix
The following NEW packages will be installed:
  ca-certificates libpcre2-8-0 libpsl5 libssl1.1 openssl publicsuffix wget
0 upgraded, 7 newly installed, 0 to remove and 6 not upgraded.
Need to get 3833 kB of archives.
After this operation, 10.4 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-5 [213 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 wget amd64 1.20.1-1.1 [902 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 publicsuffix all 20190415.1030-1 [116 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3833 kB in 0s (70.3 MB/s)
Selecting previously unselected package libpcre2-8-0:amd64.
(Reading database ... 
Preparing to unpack .../0-libpcre2-8-0_10.32-5_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-5) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../1-libpsl5_0.20.2-2_amd64.deb ...
Unpacking libpsl5:amd64 (0.20.2-2) ...
Selecting previously unselected package wget.
Preparing to unpack .../2-wget_1.20.1-1.1_amd64.deb ...
Unpacking wget (1.20.1-1.1) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../3-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
Selecting previously unselected package openssl.
Preparing to unpack .../4-openssl_1.1.1d-0+deb10u6_amd64.deb ...
Unpacking openssl (1.1.1d-0+deb10u6) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../5-ca-certificates_20200601~deb10u2_all.deb ...
Unpacking ca-certificates (20200601~deb10u2) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../6-publicsuffix_20190415.1030-1_all.deb ...
Unpacking publicsuffix (20190415.1030-1) ...
Setting up libpsl5:amd64 (0.20.2-2) ...
Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libpcre2-8-0:amd64 (10.32-5) ...
Setting up openssl (1.1.1d-0+deb10u6) ...
Setting up publicsuffix (20190415.1030-1) ...
Setting up wget (1.20.1-1.1) ...
Setting up ca-certificates (20200601~deb10u2) ...
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Updating certificates in /etc/ssl/certs...
137 added, 0 removed; done.
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for ca-certificates (20200601~deb10u2) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container 7b1ee563f355
 ---> 0b96dadf469e
Step 12/21 : RUN echo OIVAS7572 | sudo -S apt install p7zip-full -y
 ---> Running in bb49ccc563c8
[sudo] password for OIVAS7572: 
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  p7zip
Suggested packages:
  p7zip-rar
The following NEW packages will be installed:
  p7zip p7zip-full
0 upgraded, 2 newly installed, 0 to remove and 6 not upgraded.
Need to get 1540 kB of archives.
After this operation, 5780 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 p7zip amd64 16.02+dfsg-6 [376 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 p7zip-full amd64 16.02+dfsg-6 [1164 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1540 kB in 0s (66.2 MB/s)
Selecting previously unselected package p7zip.
(Reading database ... 
Preparing to unpack .../p7zip_16.02+dfsg-6_amd64.deb ...
Unpacking p7zip (16.02+dfsg-6) ...
Selecting previously unselected package p7zip-full.
Preparing to unpack .../p7zip-full_16.02+dfsg-6_amd64.deb ...
Unpacking p7zip-full (16.02+dfsg-6) ...
Setting up p7zip (16.02+dfsg-6) ...
Setting up p7zip-full (16.02+dfsg-6) ...
Removing intermediate container bb49ccc563c8
 ---> 1d70e9221af6
Step 13/21 : RUN echo OIVAS7572 | sudo -S wget -U "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" --no-check-certificate "https://gitlab.com/OIVAS7572/Goi5.1.bin/-/raw/master/Goi5.1.bin.7z" -O Goi5.1.bin.7z
 ---> Running in 7ef8a51912bb
[sudo] password for OIVAS7572: --2021-07-12 03:47:45--  https://gitlab.com/OIVAS7572/Goi5.1.bin/-/raw/master/Goi5.1.bin.7z
Resolving gitlab.com (gitlab.com)... 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9
Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 66828863 (64M) [application/x-7z-compressed]
Saving to: 'Goi5.1.bin.7z'
     0K .......... .......... .......... .......... ..........  0% 51.5M 1s
    50K .......... .......... .......... .......... ..........  0% 6.64M 5s
   100K .......... .......... .......... .......... ..........  0% 19.6M 5s
   150K .......... .......... .......... .......... ..........  0% 4.42M 7s
   200K .......... .......... .......... .......... ..........  0% 4.86M 8s
   250K .......... .......... .......... .......... ..........  0% 23.8M 7s
   300K .......... .......... .......... .......... ..........  0% 4.44M 8s
   350K .......... .......... .......... .......... ..........  0% 20.9M 8s
   400K .......... .......... .......... .......... ..........  0% 4.53M 8s
   450K .......... .......... .......... .......... ..........  0% 56.4M 8s
   500K .......... .......... .......... .......... ..........  0% 4.58M 8s
   550K .......... .......... .......... .......... ..........  0% 33.7M 8s
   600K .......... .......... .......... .......... ..........  0% 3.85M 8s
   650K .......... .......... .......... .......... ..........  1% 36.3M 8s
   700K .......... .......... .......... .......... ..........  1% 6.66M 8s
   750K .......... .......... .......... .......... ..........  1% 23.5M 8s
   800K .......... .......... .......... .......... ..........  1%  163M 7s
   850K .......... .......... .......... .......... ..........  1% 4.35M 8s
   900K .......... .......... .......... .......... ..........  1% 62.8M 7s
   950K .......... .......... .......... .......... ..........  1% 4.55M 8s
  1000K .......... .......... .......... .......... ..........  1% 84.4M 7s
  1050K .......... .......... .......... .......... ..........  1% 26.1M 7s
  1100K .......... .......... .......... .......... ..........  1% 4.95M 7s
  1150K .......... .......... .......... .......... ..........  1% 41.6M 7s
  1200K .......... .......... .......... .......... ..........  1% 3.25M 7s
  1250K .......... .......... .......... .......... ..........  1% 81.8M 7s
  1300K .......... .......... .......... .......... ..........  2% 62.2M 7s
  1350K .......... .......... .......... .......... ..........  2% 6.83M 7s
  1400K .......... .......... .......... .......... ..........  2% 9.82M 7s
  1450K .......... .......... .......... .......... ..........  2% 58.7M 7s
  1500K .......... .......... .......... .......... ..........  2% 5.45M 7s
  1550K .......... .......... .......... .......... ..........  2% 19.7M 7s
  1600K .......... .......... .......... .......... ..........  2% 38.2M 7s
  1650K .......... .......... .......... .......... ..........  2% 3.87M 7s
  1700K .......... .......... .......... .......... ..........  2%  120M 7s
  1750K .......... .......... .......... .......... ..........  2% 90.0M 7s
  1800K .......... .......... .......... .......... ..........  2% 18.2M 6s
  1850K .......... .......... .......... .......... ..........  2% 8.52M 7s
  1900K .......... .......... .......... .......... ..........  2% 55.1M 6s
  1950K .......... .......... .......... .......... ..........  3% 53.8M 6s
  2000K .......... .......... .......... .......... ..........  3% 4.66M 6s
  2050K .......... .......... .......... .......... ..........  3%  122M 6s
  2100K .......... .......... .......... .......... ..........  3%  116M 6s
  2150K .......... .......... .......... .......... ..........  3% 8.11M 6s
  2200K .......... .......... .......... .......... ..........  3% 10.3M 6s
  2250K .......... .......... .......... .......... ..........  3%  127M 6s
  2300K .......... .......... .......... .......... ..........  3% 29.1M 6s
  2350K .......... .......... .......... .......... ..........  3% 5.16M 6s
  2400K .......... .......... .......... .......... ..........  3% 79.2M 6s
  2450K .......... .......... .......... .......... ..........  3%  118M 6s
  2500K .......... .......... .......... .......... ..........  3% 12.5M 6s
  2550K .......... .......... .......... .......... ..........  3% 6.41M 6s
  2600K .......... .......... .......... .......... ..........  4%  122M 6s
  2650K .......... .......... .......... .......... ..........  4% 93.8M 6s
  2700K .......... .......... .......... .......... ..........  4% 8.18M 6s
  2750K .......... .......... .......... .......... ..........  4% 7.95M 6s
  2800K .......... .......... .......... .......... ..........  4%  122M 6s
  2850K .......... .......... .......... .......... ..........  4%  135M 6s
  2900K .......... .......... .......... .......... ..........  4% 23.1M 5s
  2950K .......... .......... .......... .......... ..........  4% 10.1M 5s
  3000K .......... .......... .......... .......... ..........  4% 14.9M 5s
  3050K .......... .......... .......... .......... ..........  4% 49.4M 5s
  3100K .......... .......... .......... .......... ..........  4% 6.68M 5s
  3150K .......... .......... .......... .......... ..........  4% 12.8M 5s
  3200K .......... .......... .......... .......... ..........  4%  185M 5s
  3250K .......... .......... .......... .......... ..........  5%  105M 5s
  3300K .......... .......... .......... .......... ..........  5% 12.7M 5s
  3350K .......... .......... .......... .......... ..........  5% 96.5M 5s
  3400K .......... .......... .......... .......... ..........  5% 13.3M 5s
  3450K .......... .......... .......... .......... ..........  5% 9.40M 5s
  3500K .......... .......... .......... .......... ..........  5%  253M 5s
  3550K .......... .......... .......... .......... ..........  5%  238M 5s
  3600K .......... .......... .......... .......... ..........  5% 11.9M 5s
  3650K .......... .......... .......... .......... ..........  5% 5.94M 5s
  3700K .......... .......... .......... .......... ..........  5%  131M 5s
  3750K .......... .......... .......... .......... ..........  5% 85.0M 5s
  3800K .......... .......... .......... .......... ..........  5% 99.7M 5s
  3850K .......... .......... .......... .......... ..........  5% 8.92M 5s
  3900K .......... .......... .......... .......... ..........  6% 19.7M 5s
  3950K .......... .......... .......... .......... ..........  6%  134M 5s
  4000K .......... .......... .......... .......... ..........  6%  117M 5s
  4050K .......... .......... .......... .......... ..........  6% 66.9M 5s
  4100K .......... .......... .......... .......... ..........  6% 14.7M 5s
  4150K .......... .......... .......... .......... ..........  6% 12.1M 5s
  4200K .......... .......... .......... .......... ..........  6% 15.9M 5s
  4250K .......... .......... .......... .......... ..........  6% 69.0M 5s
  4300K .......... .......... .......... .......... ..........  6% 99.4M 5s
  4350K .......... .......... .......... .......... ..........  6% 73.0M 5s
  4400K .......... .......... .......... .......... ..........  6% 10.4M 5s
  4450K .......... .......... .......... .......... ..........  6% 26.0M 5s
  4500K .......... .......... .......... .......... ..........  6% 13.3M 5s
  4550K .......... .......... .......... .......... ..........  7% 87.8M 4s
  4600K .......... .......... .......... .......... ..........  7% 39.7M 4s
  4650K .......... .......... .......... .......... ..........  7% 10.7M 4s
  4700K .......... .......... .......... .......... ..........  7% 18.8M 4s
  4750K .......... .......... .......... .......... ..........  7% 14.9M 4s
  4800K .......... .......... .......... .......... ..........  7%  215M 4s
  4850K .......... .......... .......... .......... ..........  7%  138M 4s
  4900K .......... .......... .......... .......... ..........  7% 74.6M 4s
  4950K .......... .......... .......... .......... ..........  7% 5.96M 4s
  5000K .......... .......... .......... .......... ..........  7%  139M 4s
  5050K .......... .......... .......... .......... ..........  7% 30.4M 4s
  5100K .......... .......... .......... .......... ..........  7%  189M 4s
  5150K .......... .......... .......... .......... ..........  7%  219M 4s
  5200K .......... .......... .......... .......... ..........  8% 25.0M 4s
  5250K .......... .......... .......... .......... ..........  8%  148M 4s
  5300K .......... .......... .......... .......... ..........  8% 10.1M 4s
  5350K .......... .......... .......... .......... ..........  8% 16.7M 4s
  5400K .......... .......... .......... .......... ..........  8% 23.8M 4s
  5450K .......... .......... .......... .......... ..........  8%  112M 4s
  5500K .......... .......... .......... .......... ..........  8% 49.7M 4s
  5550K .......... .......... .......... .......... ..........  8% 60.2M 4s
  5600K .......... .......... .......... .......... ..........  8% 7.52M 4s
  5650K .......... .......... .......... .......... ..........  8%  120M 4s
  5700K .......... .......... .......... .......... ..........  8% 87.9M 4s
  5750K .......... .......... .......... .......... ..........  8% 12.0M 4s
  5800K .......... .......... .......... .......... ..........  8%  111M 4s
  5850K .......... .......... .......... .......... ..........  9% 95.2M 4s
  5900K .......... .......... .......... .......... ..........  9% 81.5M 4s
  5950K .......... .......... .......... .......... ..........  9% 5.54M 4s
  6000K .......... .......... .......... .......... ..........  9% 84.6M 4s
  6050K .......... .......... .......... .......... ..........  9% 42.2M 4s
  6100K .......... .......... .......... .......... ..........  9%  102M 4s
  6150K .......... .......... .......... .......... ..........  9% 82.5M 4s
  6200K .......... .......... .......... .......... ..........  9% 89.8M 4s
  6250K .......... .......... .......... .......... ..........  9% 51.2M 4s
  6300K .......... .......... .......... .......... ..........  9%  213M 4s
  6350K .......... .......... .......... .......... ..........  9% 28.4M 4s
  6400K .......... .......... .......... .......... ..........  9% 25.9M 4s
  6450K .......... .......... .......... .......... ..........  9% 6.41M 4s
  6500K .......... .......... .......... .......... .......... 10%  124M 4s
  6550K .......... .......... .......... .......... .......... 10%  113M 4s
  6600K .......... .......... .......... .......... .......... 10% 85.0M 4s
  6650K .......... .......... .......... .......... .......... 10% 99.8M 4s
  6700K .......... .......... .......... .......... .......... 10% 21.9M 4s
  6750K .......... .......... .......... .......... .......... 10%  259M 4s
  6800K .......... .......... .......... .......... .......... 10% 7.33M 4s
  6850K .......... .......... .......... .......... .......... 10% 43.7M 4s
  6900K .......... .......... .......... .......... .......... 10%  219M 4s
  6950K .......... .......... .......... .......... .......... 10%  284M 4s
  7000K .......... .......... .......... .......... .......... 10%  188M 4s
  7050K .......... .......... .......... .......... .......... 10% 12.2M 4s
  7100K .......... .......... .......... .......... .......... 10%  263M 4s
  7150K .......... .......... .......... .......... .......... 11%  253M 3s
  7200K .......... .......... .......... .......... .......... 11% 10.6M 3s
  7250K .......... .......... .......... .......... .......... 11% 61.9M 3s
  7300K .......... .......... .......... .......... .......... 11% 77.0M 3s
  7350K .......... .......... .......... .......... .......... 11%  153M 3s
  7400K .......... .......... .......... .......... .......... 11% 69.6M 3s
  7450K .......... .......... .......... .......... .......... 11% 22.3M 3s
  7500K .......... .......... .......... .......... .......... 11%  172M 3s
  7550K .......... .......... .......... .......... .......... 11%  218M 3s
  7600K .......... .......... .......... .......... .......... 11% 19.6M 3s
  7650K .......... .......... .......... .......... .......... 11% 10.0M 3s
  7700K .......... .......... .......... .......... .......... 11%  262M 3s
  7750K .......... .......... .......... .......... .......... 11% 79.3M 3s
  7800K .......... .......... .......... .......... .......... 12%  209M 3s
  7850K .......... .......... .......... .......... .......... 12%  208M 3s
  7900K .......... .......... .......... .......... .......... 12% 15.5M 3s
  7950K .......... .......... .......... .......... .......... 12% 56.5M 3s
  8000K .......... .......... .......... .......... .......... 12%  158M 3s
  8050K .......... .......... .......... .......... .......... 12% 41.2M 3s
  8100K .......... .......... .......... .......... .......... 12% 11.3M 3s
  8150K .......... .......... .......... .......... .......... 12% 36.1M 3s
  8200K .......... .......... .......... .......... .......... 12% 21.8M 3s
  8250K .......... .......... .......... .......... .......... 12% 14.6M 3s
  8300K .......... .......... .......... .......... ..�[0m........ 12% 18.0M 3s
  8350K .......... .......... .......... .......... .......... 12% 16.8M 3s
  8400K .......... .......... .......... .......... .......... 12% 17.6M 3s
  8450K .......... .......... .......... .......... .......... 13% 13.0M 3s
  8500K .......... .......... .......... .......... .......... 13% 15.0M 3s
  8550K .......... .......... .......... .......... .......... 13% 18.0M 3s
  8600K .......... .......... .......... .......... .......... 13% 16.7M 3s
  8650K .......... .......... .......... .......... .......... 13% 14.7M 3s
  8700K .......... .......... .......... .......... .......... 13% 18.6M 3s
  8750K .......... .......... .......... .......... .......... 13% 20.4M 3s
  8800K .......... .......... .......... .......... .......... 13%  233M 3s
  8850K .......... .......... .......... .......... .......... 13%  193M 3s
  8900K .......... .......... .......... .......... .......... 13%  261M 3s
  8950K .......... .......... .......... .......... .......... 13%  241M 3s
  9000K .......... .......... .......... .......... .......... 13%  233M 3s
  9050K .......... .......... .......... .......... .......... 13%  186M 3s
  9100K .......... .......... .......... .......... .......... 14% 83.2M 3s
  9150K .......... .......... .......... .......... .......... 14% 2.71M 3s
  9200K .......... .......... .......... .......... .......... 14% 8.64M 3s
  9250K .......... .......... .......... .......... .......... 14% 8.17M 3s
  9300K .......... .......... .......... .......... .......... 14% 8.65M 3s
  9350K .......... .......... .......... .......... .......... 14% 23.0M 3s
  9400K .......... .......... .......... .......... .......... 14% 14.8M 3s
  9450K .......... .......... .......... .......... .......... 14% 10.1M 3s
  9500K .......... .......... .......... .......... .......... 14% 13.8M 3s
  9550K .......... .......... .......... .......... .......... 14% 13.9M 3s
  9600K .......... .......... .......... .......... .......... 14% 40.4M 3s
  9650K .......... .......... .......... .......... .......... 14%  302M 3s
  9700K .......... .......... .......... .......... .......... 14%  316M 3s
  9750K .......... .......... .......... .......... .......... 15%  334M 3s
  9800K .......... .......... .......... .......... .......... 15%  359M 3s
  9850K .......... .......... .......... .......... .......... 15%  259M 3s
  9900K .......... .......... .......... .......... .......... 15%  282M 3s
  9950K .......... .......... .......... .......... .......... 15%  254M 3s
 10000K .......... .......... .......... .......... .......... 15%  275M 3s
 10050K .......... .......... .......... .......... .......... 15%  322M 3s
 10100K .......... .......... .......... .......... .......... 15%  324M 3s
 10150K .......... .......... .......... .......... .......... 15%  180M 3s
 10200K .......... .......... .......... .......... .......... 15% 55.6M 3s
 10250K .......... .......... .......... .......... .......... 15% 86.3M 3s
 10300K .......... .......... .......... .......... .......... 15%  105M 3s
 10350K .......... .......... .......... .......... .......... 15% 72.9M 3s
 10400K .......... .......... .......... .......... .......... 16% 48.7M 3s
 10450K .......... .......... .......... .......... .......... 16% 72.6M 3s
 10500K .......... .......... .......... .......... .......... 16%  217M 3s
 10550K .......... .......... .......... .......... .......... 16%  271M 3s
 10600K .......... .......... .......... .......... .......... 16%  251M 3s
 10650K .......... .......... .......... .......... .......... 16%  218M 3s
 10700K .......... .......... .......... .......... .......... 16%  276M 3s
 10750K .......... .......... .......... .......... .......... 16%  214M 3s
 10800K .......... .......... .......... .......... .......... 16%  268M 3s
 10850K .......... .......... .......... .......... .......... 16%  199M 3s
 10900K .......... .......... .......... .......... .......... 16%  256M 3s
 10950K .......... .......... .......... .......... .......... 16%  232M 3s
 11000K .......... .......... .......... .......... .......... 16% 6.58M 3s
 11050K .......... .......... .......... .......... .......... 17% 1.10M 3s
 11100K .......... .......... .......... .......... .......... 17%  215M 3s
 11150K .......... .......... .......... .......... .......... 17%  223M 3s
 11200K .......... .......... .......... .......... .......... 17%  201M 3s
 11250K .......... .......... .......... .......... .......... 17%  111M 3s
 11300K .......... .......... .......... .......... .......... 17%  201M 3s
 11350K .......... .......... .......... .......... .......... 17% 77.8M 3s
 11400K .......... .......... .......... .......... .......... 17%  176M 3s
 11450K .......... .......... .......... .......... .......... 17%  203M 3s
 11500K .......... .......... .......... .......... .......... 17%  235M 3s
 11550K .......... .......... .......... .......... .......... 17%  252M 3s
 11600K .......... .......... .......... .......... .......... 17%  231M 3s
 11650K .......... .......... .......... .......... .......... 17%  101M 3s
 11700K .......... .......... .......... .......... .......... 18%  176M 3s
 11750K .......... .......... .......... .......... .......... 18%  101M 3s
 11800K .......... .......... .......... .......... .......... 18%  232M 3s
 11850K .......... .......... .......... .......... .......... 18%  124M 3s
 11900K .......... .......... .......... .......... .......... 18%  146M 3s
 11950K .......... .......... .......... .......... .......... 18%  204M 3s
 12000K .......... .......... .......... .......... .......... 18%  344M 3s
 12050K .......... .......... .......... .......... .......... 18%  229M 3s
 12100K .......... .......... .......... .......... .......... 18%  201M 3s
 12150K .......... .......... .......... .......... .......... 18%  342M 3s
 12200K .......... .......... .......... .......... .......... 18%  190M 3s
 12250K .......... .......... .......... .......... .......... 18%  223M 3s
 12300K .......... .......... .......... .......... .......... 18%  257M 3s
 12350K .......... .......... .......... .......... .......... 19%  369M 3s
 12400K .......... .......... .......... .......... .......... 19%  169M 3s
 12450K .......... .......... .......... .......... .......... 19%  148M 3s
 12500K .......... .......... .......... .......... .......... 19%  231M 3s
 12550K .......... .......... .......... .......... .......... 19%  132M 3s
 12600K .......... .......... .......... .......... .......... 19%  249M 3s
 12650K .......... .......... .......... .......... .......... 19%  119M 3s
 12700K .......... .......... .......... .......... .......... 19%  168M 3s
 12750K .......... .......... .......... .......... .......... 19%  247M 3s
 12800K .......... .......... .......... .......... .......... 19% 93.4M 3s
 12850K .......... .......... .......... .......... .......... 19%  233M 3s
 12900K .......... .......... .......... .......... .......... 19%  122M 3s
 12950K .......... .......... .......... .......... .......... 19%  169M 3s
 13000K .......... .......... .......... .......... .......... 19%  232M 2s
 13050K .......... .......... .......... .......... .......... 20%  119M 2s
 13100K .......... .......... .......... .......... .......... 20%  199M 2s
 13150K .......... .......... .......... .......... .......... 20%  233M 2s
 13200K .......... .......... .......... .......... .......... 20%  135M 2s
 13250K .......... .......... .......... .......... .......... 20%  115M 2s
 13300K .......... .......... .......... .......... .......... 20%  163M 2s
 13350K .......... .......... .......... .......... .......... 20%  152M 2s
 13400K .......... .......... .......... .......... .......... 20%  215M 2s
 13450K .......... .......... .......... .......... .......... 20%  147M 2s
 13500K .......... .......... .......... .......... .......... 20%  115M 2s
 13550K .......... .......... .......... .......... .......... 20%  162M 2s
 13600K .......... .......... .......... .......... .......... 20%  148M 2s
 13650K .......... .......... .......... .......... .......... 20%  214M 2s
 13700K .......... .......... .......... .......... .......... 21%  162M 2s
 13750K .......... .......... .......... .......... .......... 21%  208M 2s
 13800K .......... .......... .......... .......... .......... 21%  117M 2s
 13850K .......... .......... .......... .......... .......... 21%  131M 2s
 13900K .......... .......... .......... .......... .......... 21%  138M 2s
 13950K .......... .......... .......... .......... .......... 21%  218M 2s
 14000K .......... .......... .......... .......... .......... 21%  159M 2s
 14050K .......... .......... .......... .......... .......... 21%  189M 2s
 14100K .......... .......... .......... .......... .......... 21%  122M 2s
 14150K .......... .......... .......... .......... .......... 21%  153M 2s
 14200K .......... .......... .......... .......... .......... 21%  147M 2s
 14250K .......... .......... .......... .......... .......... 21% 84.6M 2s
 14300K .......... .......... .......... .......... .......... 21%  116M 2s
 14350K .......... .......... .......... .......... .......... 22%  229M 2s
 14400K .......... .......... .......... .......... .......... 22%  219M 2s
 14450K .......... .......... .......... .......... .......... 22%  145M 2s
 14500K .......... .......... .......... .......... .......... 22%  230M 2s
 14550K .......... .......... .......... .......... .......... 22%  140M 2s
 14600K .......... .......... .......... .......... .......... 22%  122M 2s
 14650K .......... .......... .......... .......... .......... 22% 84.9M 2s
 14700K .......... .......... .......... .......... .......... 22%  224M 2s
 14750K .......... .......... .......... .......... .......... 22%  148M 2s
 14800K .......... .......... .......... .......... .......... 22%  249M 2s
 14850K .......... .......... .......... .......... .......... 22%  198M 2s
 14900K .......... .......... .......... .......... .......... 22%  109M 2s
 14950K .......... .......... .......... .......... .......... 22%  168M 2s
 15000K .......... .......... .......... .......... .......... 23% 94.9M 2s
 15050K .......... .......... .......... .......... .......... 23%  201M 2s
 15100K .......... .......... .......... .......... .......... 23%  155M 2s
 15150K .......... .......... .......... .......... .......... 23%  210M 2s
 15200K .......... .......... .......... .......... .......... 23%  212M 2s
 15250K .......... .......... .......... .......... .......... 23%  113M 2s
 15300K .......... .......... .......... .......... .......... 23%  172M 2s
 15350K .......... .......... .......... .......... .......... 23%  164M 2s
 15400K .......... .......... .......... .......... .......... 23%  233M 2s
 15450K .......... .......... .......... .......... .......... 23%  144M 2s
 15500K .......... .......... .......... .......... .......... 23%  166M 2s
 15550K .......... .......... .......... .......... .......... 23%  216M 2s
 15600K .......... .......... .......... .......... .......... 23%  166M 2s
 15650K .......... .......... .......... .......... .......... 24%  141M 2s
 15700K .......... .......... .......... .......... .......... 24%  233M 2s
 15750K .......... .......... .......... .......... .......... 24%  123M 2s
 15800K .......... .......... .......... .......... .......... 24%  149M 2s
 15850K .......... .......... .......... .......... .......... 24%  143M 2s
 15900K .......... .......... .......... .......... .......... 24%  232M 2s
 15950K .......... .......... .......... .......... .......... 24%  162M 2s
 16000K .......... .......... .......... .......... .......... 24%  143M 2s
 16050K .......... .......... .......... .......... .......... 24%  165M 2s
 16100K .......... .......... .......... .......... .......... 24%  167M 2s
 16150K .......... .......... .......... .......... .......... 24%  165M 2s
 16200K .......... .......... .......... .......... .......... 24%  224M 2s
 16250K .......... .......... .......... .......... .......... 24%  140M 2s
 16300K .......... .......... .......... .......... .......... 25%  186M 2s
 16350K .......... .......... .......... .......... .......... 25%  238M 2s
 16400K .......... .......... .......... .......... .......... 25%  256M 2s
 16450K .......... .......... .......... .......... .......... 25%  213M 2s
 16500K .......... .......... .......... .......... .......... 25%  203M 2s
 16550K .......... .......... .......... .......... .......... 25%  251M 2s
 16600K .......... .......... .......... .......... .......... 25%  236M 2s
 16650K .......... .......... .......... .......... .......... 25%  192M 2s
 16700K .......... .......... .......... .......... .......... 25%  107M 2s
 16750K .......... .......... .......... .......... .......... 25%  137M 2s
 16800K .......... .......... .......... .......... .......... 25%  268M 2s
 16850K .......... .......... .......... .......... .......... 25%  207M 2s
 16900K .......... .......... .......... .......... .......... 25%  276M 2s
 16950K .......... .......... .......... .......... .......... 26% 83.7M 2s
 17000K .......... .......... .......... .......... .......... 26% 63.2M 2s
 17050K .......... .......... .......... .......... .......... 26%  163M 2s
 17100K .......... .......... .......... .......... .......... 26%  248M 2s
 17150K .......... .......... .......... .......... .......... 26%  244M 2s
 17200K .......... .......... .......... .......... .......... 26%  148M 2s
 17250K .......... .......... .......... .......... .......... 26%  228M 2s
 17300K .......... .......... .......... .......... .......... 26%  157M 2s
 17350K .......... .......... .......... .......... .......... 26%  234M 2s
 17400K .......... .......... .......... .......... .......... 26%  245M 2s
 17450K .......... .......... .......... .......... .......... 26%  203M 2s
 17500K .......... .......... .......... .......... .......... 26%  227M 2s
 17550K .......... .......... .......... .......... .......... 26%  233M 2s
 17600K .......... .......... .......... .......... .......... 27%  247M 2s
 17650K .......... .......... .......... .......... .......... 27%  194M 2s
 17700K .......... .......... .......... .......... .......... 27%  234M 2s
 17750K .......... .......... .......... .......... .......... 27%  218M 2s
 17800K .......... .......... .......... .......... .......... 27%  143M 2s
 17850K .......... .......... .......... .......... .......... 27%  179M 2s
 17900K .......... .......... .......... .......... .......... 27%  197M 2s
 17950K .......... .......... .......... .......... .......... 27%  233M 2s
 18000K .......... .......... .......... .......... .......... 27%  265M 2s
 18050K .......... .......... .......... .......... .......... 27%  216M 2s
 18100K .......... .......... .......... .......... .......... 27% 57.4M 2s
 18150K .......... .......... .......... .......... .......... 27%  211M 2s
 18200K .......... .......... .......... .......... .......... 27%  131M 2s
 18250K .......... .......... .......... .......... .......... 28%  107M 2s
 18300K .......... .......... .......... .......... .......... 28%  205M 2s
 18350K .......... .......... .......... .......... .......... 28%  291M 2s
 18400K .......... .......... .......... .......... .......... 28%  284M 2s
 18450K .......... .......... .......... .......... .......... 28%  255M 2s
 18500K .......... .......... .......... .......... .......... 28%  139M 2s
 18550K .......... .......... .......... .......... .......... 28%  128M 2s
 18600K .......... .......... .......... .......... .......... 28%  218M 2s
 18650K .......... .......... .......... .......... .......... 28%  194M 2s
 18700K .......... .......... .......... .......... .......... 28%  219M 2s
 18750K .......... .......... .......... .......... .......... 28%  215M 2s
 18800K .......... .......... .......... .......... .......... 28% 35.6M 2s
 18850K .......... .......... .......... .......... .......... 28%  237M 2s
 18900K .......... .......... .......... .......... .......... 29% 87.2M 2s
 18950K .......... .......... .......... .......... .......... 29%  271M 2s
 19000K .......... .......... .......... .......... .......... 29%  278M 2s
 19050K .......... .......... .......... .......... .......... 29%  219M 2s
 19100K .......... .......... .......... .......... .......... 29%  113M 2s
 19150K .......... .......... .......... .......... .......... 29%  215M 2s
 19200K .......... .......... .......... .......... .......... 29%  278M 2s
 19250K .......... .......... .......... .......... .......... 29%  102M 2s
 19300K .......... .......... .......... .......... .......... 29%  179M 2s
 19350K .......... .......... .......... .......... .......... 29%  166M 2s
 19400K .......... .......... .......... .......... .......... 29%  138M 2s
 19450K .......... .......... .......... .......... .......... 29% 40.7M 2s
 19500K .......... .......... .......... .......... .......... 29% 8.37M 2s
 19550K .......... .......... .......... .......... .......... 30% 91.4M 2s
 19600K .......... .......... .......... .......... .......... 30%  134M 2s
 19650K .......... .......... .......... .......... .......... 30% 81.5M 2s
 19700K .......... .......... .......... .......... .......... 30%  199M 2s
 19750K .......... .......... .......... .......... .......... 30%  188M 2s
 19800K .......... .......... .......... .......... .......... 30% 88.3M 2s
 19850K .......... .......... .......... .......... .......... 30%  191M 2s
 19900K .......... .......... .......... .......... .......... 30%  346M 2s
 19950K .......... .......... .......... .......... .......... 30%  390M 2s
 20000K .......... .......... .......... .......... .......... 30%  391M 2s
 20050K .......... .......... .......... .......... .......... 30%  260M 2s
 20100K .......... .......... .......... .......... .......... 30%  365M 2s
 20150K .......... .......... .......... .......... .......... 30%  395M 2s
 20200K .......... .......... .......... .......... .......... 31%  356M 1s
 20250K .......... .......... .......... .......... .......... 31%  246M 1s
 20300K .......... .......... .......... .......... .......... 31%  387M 1s
 20350K .......... .......... .......... .......... .......... 31%  309M 1s
 20400K .......... .......... .......... .......... .......... 31% 14.9M 1s
 20450K .......... .......... .......... .......... .......... 31%  287M 1s
 20500K .......... .......... .......... .......... .......... 31% 12.0M 1s
 20550K .......... .......... .......... .......... .......... 31%  265M 1s
 20600K .......... .......... .......... .......... .......... 31%  297M 1s
 20650K .......... .......... .......... .......... .......... 31%  260M 1s
 20700K .......... .......... .......... .......... .......... 31%  378M 1s
 20750K .......... .......... .......... .......... .......... 31%  194M 1s
 20800K .......... .......... .......... .......... .......... 31% 69.1M 1s
 20850K .......... .......... .......... .......... .......... 32%  244M 1s
 20900K .......... .......... .......... .......... .......... 32%  238M 1s
 20950K .......... .......... .......... .......... .......... 32%  288M 1s
 21000K .......... .......... .......... .......... .......... 32%  376M 1s
 21050K .......... .......... .......... .......... .......... 32%  277M 1s
 21100K .......... .......... .......... .......... .......... 32%  281M 1s
 21150K .......... .......... .......... .......... .......... 32%  378M 1s
 21200K .......... .......... .......... .......... .......... 32%  413M 1s
 21250K .......... .......... .......... .......... .......... 32% 1.73M 1s
 21300K .......... .......... .......... .......... .......... 32%  155M 1s
 21350K .......... .......... .......... .......... .......... 32%  186M 1s
 21400K .......... .......... .......... .......... .......... 32%  227M 1s
 21450K .......... .......... .......... .......... .......... 32%  177M 1s
 21500K .......... .......... .......... .......... .......... 33%  174M 1s
 21550K .......... .......... .......... .......... .......... 33%  236M 1s
 21600K .......... .......... .......... .......... .......... 33%  199M 1s
 21650K .......... .......... .......... .......... .......... 33%  181M 1s
 21700K .......... .......... .......... .......... .......... 33%  256M 1s
 21750K .......... .......... .......... .......... .......... 33%  236M 1s
 21800K .......... .......... .......... .......... .......... 33%  247M 1s
 21850K .......... .......... .......... .......... .......... 33%  213M 1s
 21900K .......... .......... .......... .......... .......... 33%  236M 1s
 21950K .......... .......... .......... .......... .......... 33%  270M 1s
 22000K .......... .......... .......... .......... .......... 33%  230M 1s
 22050K .......... .......... .......... .......... .......... 33%  179M 1s
 22100K .......... .......... .......... .......... .......... 33%  272M 1s
 22150K .......... .......... .......... .......... .......... 34%  222M 1s
 22200K .......... .......... .......... .......... .......... 34%  211M 1s
 22250K .......... .......... .......... .......... .......... 34%  207M 1s
 22300K .......... .......... .......... .......... .......... 34%  225M 1s
 22350K .......... .......... .......... .......... .......... 34%  225M 1s
 22400K .......... .......... .......... .......... .......... 34%  124M 1s
 22450K .......... .......... .......... .......... .......... 34%  145M 1s
 22500K .......... .......... .......... .......... .......... 34% 87.8M 1s
 22550K .......... .......... .......... .......... .......... 34%  190M 1s
 22600K .......... .......... .......... .......... .......... 34%  224M 1s
 22650K .......... .......... .......... .......... .......... 34%  112M 1s
 22700K .......... .......... .......... .......... .......... 34%  112M 1s
 22750K .......... .......... .......... .......... .......... 34%  113M 1s
 22800K .......... .......... .......... .......... .......... 35%  136M 1s
 22850K .......... .......... .......... .......... .......... 35%  140M 1s
 22900K .......... .......... .......... .......... .......... 35%  172M 1s
 22950K .......... .......... .......... .......... .......... 35%  150M 1s
 23000K .......... .......... .......... .......... .......... 35%  145M 1s
 23050K .......... .......... .......... .......... .......... 35%  133M 1s
 23100K .......... .......... .......... .......... .......... 35%  140M 1s
 23150K .......... .......... .......... .......... .......... 35%  151M 1s
 23200K .......... .......... .......... .......... .......... 35%  196M 1s
 23250K .......... .......... .......... .......... .......... 35%  125M 1s
 23300K .......... .......... .......... .......... .......... 35%  133M 1s
 23350K .......... .......... .......... .......... .......... 35%  150M 1s
 23400K .......... .......... .......... .......... .......... 35%  181M 1s
 23450K .......... .......... .......... .......... .......... 36%  151M 1s
 23500K .......... .......... .......... .......... .......... 36%  179M 1s
 23550K .......... .......... .......... .......... .......... 36%  162M 1s
 23600K .......... .......... .......... .......... .......... 36%  172M 1s
 23650K .......... .......... .......... .......... .......... 36%  160M 1s
 23700K .......... .......... .......... .......... .......... 36%  177M 1s
 23750K .......... .......... .......... .......... .......... 36%  169M 1s
 23800K .......... .......... .......... .......... .......... 36%  194M 1s
 23850K .......... .......... .......... .......... .......... 36%  161M 1s
 23900K .......... .......... .......... .......... .......... 36%  172M 1s
 23950K .......... .......... .......... .......... .......... 36%  253M 1s
 24000K .......... .......... .......... .......... .......... 36%  183M 1s
 24050K .......... .......... .......... .......... .......... 36%  169M 1s
 24100K .......... .......... .......... .......... .......... 37%  243M 1s
 24150K .......... .......... .......... .......... .......... 37%  219M 1s
 24200K .......... .......... .......... .......... .......... 37%  239M 1s
 24250K .......... .......... .......... .......... .......... 37%  176M 1s
 24300K .......... .......... .......... .......... .......... 37%  154M 1s
 24350K .......... .......... .......... .......... .......... 37%  124M 1s
 24400K .......... .......... .......... .......... .......... 37%  155M 1s
 24450K .......... .......... .......... .......... .......... 37%  109M 1s
 24500K .......... .......... .......... .......... .......... 37% 98.4M 1s
 24550K .......... .......... .......... .......... .......... 37%  122M 1s
 24600K .......... .......... .......... .......... .......... 37%  120M 1s
 24650K .......... .......... .......... .......... .......... 37%  135M 1s
 24700K .......... .......... .......... .......... .......... 37%  180M 1s
 24750K .......... .......... .......... .......... .......... 38%  141M 1s
 24800K .......... .......... .......... .......... .......... 38%  181M 1s
 24850K .......... .......... .......... .......... .......... 38%  164M 1s
 24900K .......... .......... .......... .......... .......... 38%  212M 1s
 24950K .......... .......... .......... .......... .......... 38%  156M 1s
 25000K .......... .......... .......... .......... .......... 38%  197M 1s
 25050K .......... .......... .......... .......... .......... 38%  161M 1s
 25100K .......... .......... .......... .......... .......... 38%  193M 1s
 25150K .......... .......... .......... .......... .......... 38%  194M 1s
 25200K .......... .......... .......... .......... .......... 38%  162M 1s
 25250K .......... .......... .......... .......... .......... 38%  123M 1s
 25300K .......... .......... .......... .......... .......... 38%  235M 1s
 25350K .......... .......... .......... .......... .......... 38%  179M 1s
 25400K .......... .......... .......... .......... .......... 38%  156M 1s
 25450K .......... .......... .......... .......... .......... 39%  162M 1s
 25500K .......... .......... .......... .......... .......... 39%  176M 1s
 25550K .......... .......... .......... .......... .......... 39%  182M 1s
 25600K .......... .......... .......... .......... .......... 39%  184M 1s
 25650K .......... .......... .......... .......... .......... 39%  160M 1s
 25700K .......... .......... .......... .......... .......... 39%  162M 1s
 25750K .......... .......... .......... .......... .......... 39%  175M 1s
 25800K .......... .......... .......... .......... .......... 39%  187M 1s
 25850K .......... .......... .......... .......... .......... 39%  188M 1s
 25900K .......... .......... .......... .......... .......... 39%  194M 1s
 25950K .......... .......... .......... .......... .......... 39%  221M 1s
 26000K .......... .......... .......... .......... .......... 39%  216M 1s
 26050K .......... .......... .......... .......... .......... 39%  180M 1s
 26100K .......... .......... .......... .......... .......... 40%  227M 1s
 26150K .......... .......... .......... .......... .......... 40%  191M 1s
 26200K .......... .......... .......... .......... .......... 40%  201M 1s
 26250K .......... .......... .......... .......... .......... 40% 9.57M 1s
 26300K .......... .......... .......... .......... .......... 40%  125M 1s
 26350K .......... .......... .......... .......... .......... 40%  191M 1s
 26400K .......... .......... .......... .......... .......... 40%  192M 1s
 26450K .......... .......... .......... .......... .......... 40%  141M 1s
 26500K .......... .......... .......... .......... .......... 40%  216M 1s
 26550K .......... .......... .......... .......... .......... 40%  279M 1s
 26600K .......... .......... .......... .......... .......... 40%  124M 1s
 26650K .......... .......... .......... .......... .......... 40%  157M 1s
 26700K .......... .......... .......... .......... .......... 40%  225M 1s
 26750K .......... .......... .......... .......... .......... 41%  192M 1s
 26800K .......... .......... .......... .......... .......... 41%  267M 1s
 26850K .......... .......... .......... .......... .......... 41%  216M 1s
 26900K .......... .......... .......... .......... .......... 41%  212M 1s
 26950K .......... .......... .......... .......... .......... 41% 82.9M 1s
 27000K .......... .......... .......... .......... .......... 41%  146M 1s
 27050K .......... .......... .......... .......... .......... 41%  105M 1s
 27100K .......... .......... .......... .......... .......... 41%  197M 1s
 27150K .......... .......... .......... .......... .......... 41% 92.4M 1s
 27200K .......... .......... .......... .......... .......... 41%  164M 1s
 27250K .......... .......... .......... .......... .......... 41%  183M 1s
 27300K .......... .......... .......... .......... .......... 41%  169M 1s
 27350K .......... .......... .......... .......... .......... 41%  121M 1s
 27400K .......... .......... .......... .......... .......... 42%  192M 1s
 27450K .......... .......... .......... .......... .......... 42%  121M 1s
 27500K .......... .......... .......... .......... .......... 42% 66.9M 1s
 27550K .......... .......... .......... .......... .......... 42%  103M 1s
 27600K .......... .......... .......... .......... .......... 42% 96.4M 1s
 27650K .......... .......... .......... .......... .......... 42% 15.6M 1s
 27700K .......... .......... .......... .......... .......... 42%  176M 1s
 27750K .......... .......... .......... .......... .......... 42% 89.5M 1s
 27800K .......... .......... .......... .......... .......... 42%  159M 1s
 27850K .......... .......... .......... .......... .......... 42%  147M 1s
 27900K .......... .......... .......... .......... .......... 42%  139M 1s
 27950K .......... .......... .......... .......... .......... 42% 94.9M 1s
 28000K .......... .......... .......... .......... .......... 42%  157M 1s
 28050K .......... .......... .......... .......... .......... 43%  203M 1s
 28100K .......... .......... .......... .......... .......... 43%  265M 1s
 28150K .......... .......... .......... .......... .......... 43%  242M 1s
 28200K .......... .......... .......... .......... .......... 43%  151M 1s
 28250K .......... .......... .......... .......... .......... 43% 27.8M 1s
 28300K .......... .......... .......... .......... .......... 43%  205M 1s
 28350K .......... .......... .......... .......... .......... 43% 94.9M 1s
 28400K .......... .......... .......... .......... .......... 43%  207M 1s
 28450K .......... .......... .......... .......... .......... 43%  156M 1s
 28500K .......... .......... .......... .......... .......... 43%  201M 1s
 28550K .......... .......... .......... .......... .......... 43%  207M 1s
 28600K .......... .......... .......... .......... .......... 43%  159M 1s
 28650K .......... .......... .......... .......... .......... 43% 97.9M 1s
 28700K .......... .......... .......... .......... .......... 44%  102M 1s
 28750K .......... .......... .......... .......... .......... 44%  171M 1s
 28800K .......... .......... .......... .......... .......... 44%  109M 1s
 28850K .......... .......... .......... .......... .......... 44%  185M 1s
 28900K .......... .......... .......... .......... .......... 44% 17.9M 1s
 28950K .......... .......... .......... .......... .......... 44%  127M 1s
 29000K .......... .......... .......... .......... .......... 44%  177M 1s
 29050K .......... .......... .......... .......... .......... 44%  158M 1s
 29100K .......... .......... .......... .......... .......... 44%  157M 1s
 29150K .......... .......... .......... .......... .......... 44%  191M 1s
 29200K .......... .......... .......... .......... .......... 44%  162M 1s
 29250K .......... .......... .......... .......... .......... 44%  111M 1s
 29300K .......... .......... .......... .......... .......... 44%  138M 1s
 29350K .......... .......... .......... .......... .......... 45%  169M 1s
 29400K .......... .......... .......... .......... .......... 45%  241M 1s
 29450K .......... .......... .......... .......... .......... 45%  274M 1s
 29500K .......... .......... .......... .......... .......... 45%  270M 1s
 29550K .......... .......... .......... .......... .......... 45%  345M 1s
 29600K .......... .......... .......... .......... .......... 45%  268M 1s
 29650K .......... .......... .......... .......... .......... 45%  251M 1s
 29700K .......... .......... .......... .......... .......... 45%  341M 1s
 29750K .......... .......... .......... .......... .......... 45%  241M 1s
 29800K .......... .......... .......... .......... .......... 45%  220M 1s
 29850K .......... .......... .......... .......... .......... 45%  297M 1s
 29900K .......... .......... .......... .......... .......... 45%  366M 1s
 29950K .......... .......... .......... .......... .......... 45%  389M 1s
 30000K .......... .......... .......... .......... .......... 46%  382M 1s
 30050K .......... .......... .......... .......... .......... 46%  332M 1s
 30100K .......... .......... .......... .......... .......... 46%  397M 1s
 30150K .......... .......... .......... .......... .......... 46%  375M 1s
 30200K .......... .......... .......... .......... .......... 46%  394M 1s
 30250K .......... .......... .......... .......... .......... 46%  323M 1s
 30300K .......... .......... .......... .......... .......... 46%  383M 1s
 30350K .......... .......... .......... .......... .......... 46%  400M 1s
 30400K .......... .......... .......... .......... .......... 46%  386M 1s
 30450K .......... .......... .......... .......... .......... 46%  342M 1s
 30500K .......... .......... .......... .......... .......... 46%  398M 1s
 30550K .......... .......... .......... .......... .......... 46% 1.39M 1s
 30600K .......... .......... .......... .......... .......... 46%  139M 1s
 30650K .......... .......... .......... .......... .......... 47%  166M 1s
 30700K .......... .......... .......... .......... .......... 47%  156M 1s
 30750K .......... .......... .......... .......... .......... 47%  232M 1s
 30800K .......... .......... .......... .......... .......... 47%  147M 1s
 30850K .......... .......... .......... .......... .......... 47%  156M 1s
 30900K .......... .......... .......... .......... .......... 47%  120M 1s
 30950K .......... .......... .......... .......... .......... 47% 39.7M 1s
 31000K .......... .......... .......... .......... .......... 47% 35.6M 1s
 31050K .......... .......... .......... .......... .......... 47% 70.0M 1s
 31100K .......... .......... .......... .......... .......... 47%  198M 1s
 31150K .......... .......... .......... .......... .......... 47%  231M 1s
 31200K .......... .......... .......... .......... .......... 47%  174M 1s
 31250K .......... .......... .......... .......... .......... 47% 95.9M 1s
 31300K .......... .......... .......... .......... .......... 48%  166M 1s
 31350K .......... .......... .......... .......... .......... 48%  183M 1s
 31400K .......... .......... .......... .......... .......... 48%  210M 1s
 31450K .......... .......... .......... .......... .......... 48%  131M 1s
 31500K .......... .......... .......... .......... .......... 48%  205M 1s
 31550K .......... .......... .......... .......... .......... 48%  204M 1s
 31600K .......... .......... .......... .......... .......... 48%  200M 1s
 31650K .......... .......... .......... .......... .......... 48%  202M 1s
 31700K .......... .......... .......... .......... .......... 48%  233M 1s
 31750K .......... .......... .......... .......... .......... 48%  262M 1s
 31800K .......... .......... .......... .......... .......... 48%  222M 1s
 31850K .......... .......... .......... .......... .......... 48%  130M 1s
 31900K .......... .......... .......... .......... .......... 48%  244M 1s
 31950K .......... .......... .......... .......... .......... 49%  241M 1s
 32000K .......... .......... .......... .......... .......... 49%  234M 1s
 32050K .......... .......... .......... .......... .......... 49%  237M 1s
 32100K .......... .......... .......... .......... .......... 49%  239M 1s
 32150K .......... .......... .......... .......... .......... 49%  232M 1s
 32200K .......... .......... .......... .......... .......... 49%  224M 1s
 32250K .......... .......... .......... .......... .......... 49%  169M 1s
 32300K .......... .......... .......... .......... .......... 49%  193M 1s
 32350K .......... .......... .......... .......... .......... 49%  173M 1s
 32400K .......... .......... .......... .......... .......... 49%  102M 1s
 32450K .......... .......... .......... .......... .......... 49% 57.5M 1s
 32500K .......... .......... .......... .......... .......... 49% 89.0M 1s
 32550K .......... .......... .......... .......... .......... 49%  131M 1s
 32600K .......... .......... .......... .......... .......... 50%  122M 1s
 32650K .......... .......... .......... .......... .......... 50% 66.7M 1s
 32700K .......... .......... .......... .......... .......... 50%  129M 1s
 32750K .......... .......... .......... .......... .......... 50%  130M 1s
 32800K .......... .......... .......... .......... .......... 50%  123M 1s
 32850K .......... .......... .......... .......... .......... 50% 92.5M 1s
 32900K .......... .......... .......... .......... .......... 50%  206M 1s
 32950K .......... .......... .......... .......... .......... 50% 87.8M 1s
 33000K .......... .......... .......... .......... .......... 50%  111M 1s
 33050K .......... .......... .......... .......... .......... 50% 92.4M 1s
 33100K .......... .......... .......... .......... .......... 50%  142M 1s
 33150K .......... .......... .......... .......... .......... 50%  193M 1s
 33200K .......... .......... .......... .......... .......... 50% 98.9M 1s
 33250K .......... .......... .......... .......... .......... 51% 78.3M 1s
 33300K .......... .......... .......... .......... .......... 51%  122M 1s
 33350K .......... .......... .......... .......... .......... 51% 83.1M 1s
 33400K .......... .......... .......... .......... .......... 51%  102M 1s
 33450K .......... .......... .......... .......... .......... 51% 80.5M 1s
 33500K .......... .......... .......... .......... .......... 51%  190M 1s
 33550K .......... .......... .......... .......... .......... 51%  107M 1s
 33600K .......... .......... .......... .......... .......... 51%  108M 1s
 33650K .......... .......... .......... .......... .......... 51% 87.7M 1s
 33700K .......... .......... .......... .......... .......... 51%  234M 1s
 33750K .......... .......... .......... .......... .......... 51% 96.4M 1s
 33800K .......... .......... .......... .......... .......... 51% 88.2M 1s
 33850K .......... .......... .......... .......... .......... 51%  122M 1s
 33900K .......... .......... .......... .......... .......... 52% 72.7M 1s
 33950K .......... .......... .......... .......... .......... 52% 88.5M 1s
 34000K .......... .......... .......... .......... .......... 52%  179M 1s
 34050K .......... .......... .......... .......... .......... 52% 93.1M 1s
 34100K .......... .......... .......... .......... .......... 52%  187M 1s
 34150K .......... .......... .......... .......... .......... 52%  134M 1s
 34200K .......... .......... .......... .......... .......... 52% 72.9M 1s
 34250K .......... .......... .......... .......... .......... 52% 89.8M 1s
 34300K .......... .......... .......... .......... .......... 52% 82.6M 1s
 34350K .......... .......... .......... .......... .......... 52%  116M 1s
 34400K .......... .......... .......... .......... .......... 52%  156M 1s
 34450K .......... .......... .......... .......... .......... 52%  112M 1s
 34500K .......... .......... .......... .......... .......... 52% 79.8M 1s
 34550K .......... .......... .......... .......... .......... 53%  170M 1s
 34600K .......... .......... .......... .......... .......... 53%  173M 1s
 34650K .......... .......... .......... .......... .......... 53%  101M 1s
 34700K .......... .......... .......... .......... .......... 53% 96.0M 1s
 34750K .......... .......... .......... .......... .......... 53%  142M 1s
 34800K .......... .......... .......... .......... .......... 53%  116M 1s
 34850K .......... .......... .......... .......... .......... 53% 90.0M 1s
 34900K .......... .......... .......... .......... .......... 53%  106M 1s
 34950K .......... .......... .......... .......... .......... 53% 64.0M 1s
 35000K .......... .......... .......... .......... .......... 53%  155M 1s
 35050K .......... .......... .......... .......... .......... 53% 97.9M 1s
 35100K .......... .......... .......... .......... .......... 53% 89.8M 1s
 35150K .......... .......... .......... .......... .......... 53%  128M 1s
 35200K .......... .......... .......... .......... .......... 54%  129M 1s
 35250K .......... .......... .......... .......... .......... 54% 80.1M 1s
 35300K .......... .......... .......... .......... .......... 54% 76.5M 1s
 35350K .......... .......... .......... .......... .......... 54% 68.6M 1s
 35400K .......... .......... .......... .......... .......... 54%  167M 1s
 35450K .......... .......... .......... .......... .......... 54% 96.3M 1s
 35500K .......... .......... .......... .......... .......... 54%  200M 1s
 35550K .......... .......... .......... .......... .......... 54%  168M 1s
 35600K .......... .......... .......... .......... .......... 54%  105M 1s
 35650K .......... .......... .......... .......... .......... 54%  119M 1s
 35700K .......... .......... .......... .......... .......... 54% 95.0M 1s
 35750K .......... .......... .......... .......... .......... 54%  172M 1s
 35800K .......... .......... .......... .......... .......... 54%  191M 1s
 35850K .......... .......... .......... .......... .......... 55% 47.8M 1s
 35900K .......... .......... .......... .......... .......... 55% 46.8M 1s
 35950K .......... .......... .......... .......... .......... 55% 42.2M 1s
 36000K .......... .......... .......... .......... .......... 55% 40.3M 1s
 36050K .......... .......... .......... .......... .......... 55% 43.1M 1s
 36100K .......... .......... .......... .......... .......... 55% 42.9M 1s
 36150K .......... .......... .......... .......... .......... 55% 93.0M 1s
 36200K .......... .......... .......... .......... .......... 55% 65.4M 1s
 36250K .......... .......... .......... .......... .......... 55%  259M 1s
 36300K .......... .......... .......... .......... .......... 55%  377M 1s
 36350K .......... .......... .......... .......... .......... 55%  302M 1s
 36400K .......... .......... .......... .......... .......... 55%  266M 1s
 36450K .......... .......... .......... .......... .......... 55%  284M 1s
 36500K .......... .......... .......... .......... .......... 56%  290M 1s
 36550K .......... .......... .......... .......... .......... 56%  307M 1s
 36600K .......... .......... .......... .......... .......... 56%  279M 1s
 36650K .......... .......... .......... .......... .......... 56%  212M 1s
 36700K .......... .......... .......... .......... .......... 56% 1.05M 1s
 36750K .......... .......... .......... .......... .......... 56%  187M 1s
 36800K .......... .......... .......... .......... .......... 56%  250M 1s
 36850K .......... .......... .......... .......... .......... 56%  210M 1s
 36900K .......... .......... .......... .......... .......... 56%  244M 1s
 36950K .......... .......... .......... .......... .......... 56%  226M 1s
 37000K .......... .......... .......... .......... .......... 56%  101M 1s
 37050K .......... .......... .......... .......... .......... 56% 66.8M 1s
 37100K .......... .......... .......... .......... .......... 56% 62.8M 1s
 37150K .......... .......... .......... .......... .......... 57%  225M 1s
 37200K .......... .......... .......... .......... .......... 57%  256M 1s
 37250K .......... .......... .......... .......... .......... 57%  229M 1s
 37300K .......... .......... .......... .......... .......... 57%  221M 1s
 37350K .......... .......... .......... .......... .......... 57%  264M 1s
 37400K .......... .......... .......... .......... .......... 57%  228M 1s
 37450K .......... .......... .......... .......... .......... 57%  178M 1s
 37500K .......... .......... .......... .......... .......... 57%  235M 1s
 37550K .......... .......... .......... .......... .......... 57%  228M 1s
 37600K .......... .......... .......... .......... .......... 57%  199M 1s
 37650K .......... .......... .......... .......... .......... 57%  193M 1s
 37700K .......... .......... .......... .......... .......... 57%  228M 1s
 37750K .......... .......... .......... .......... .......... 57%  229M 1s
 37800K .......... .......... .......... .......... .......... 57%  228M 1s
 37850K .......... .......... .......... .......... .......... 58%  187M 1s
 37900K .......... .......... .......... .......... .......... 58%  229M 1s
 37950K .......... .......... .......... .......... .......... 58%  241M 1s
 38000K .......... .......... .......... .......... .......... 58%  242M 1s
 38050K .......... .......... .......... .......... .......... 58%  206M 1s
 38100K .......... .......... .......... .......... .......... 58%  234M 1s
 38150K .......... .......... .......... .......... .......... 58%  268M 1s
 38200K .......... .......... .......... .......... .......... 58%  255M 1s
 38250K .......... .......... .......... .......... .......... 58%  166M 1s
 38300K .......... .......... .......... .......... .......... 58%  251M 1s
 38350K .......... .......... .......... .......... .......... 58%  262M 1s
 38400K .......... .......... .......... .......... .......... 58%  267M 1s
 38450K .......... .......... .......... .......... .......... 58%  205M 1s
 38500K .......... .......... .......... .......... .......... 59%  237M 1s
 38550K .......... .......... .......... .......... .......... 59%  259M 1s
 38600K .......... .......... .......... .......... .......... 59%  281M 1s
 38650K .......... .......... .......... .......... .......... 59%  140M 1s
 38700K .......... .......... .......... .......... .......... 59%  230M 1s
 38750K .......... .......... .......... .......... .......... 59%  268M 1s
 38800K .......... .......... .......... .......... .......... 59%  226M 1s
 38850K .......... .......... .......... .......... .......... 59%  220M 1s
 38900K .......... .......... .......... .......... .......... 59%  254M 1s
 38950K .......... .......... .......... .......... .......... 59%  219M 1s
 39000K .......... .......... .......... .......... .......... 59%  230M 1s
 39050K .......... .......... .......... .......... .......... 59%  105M 1s
 39100K .......... .......... .......... .......... .......... 59%  172M 1s
 39150K .......... .......... .......... .......... .......... 60%  142M 1s
 39200K .......... .......... .......... .......... .......... 60% 72.3M 1s
 39250K .......... .......... .......... .......... .......... 60% 63.8M 1s
 39300K .......... .......... .......... .......... .......... 60%  176M 1s
 39350K .......... .......... .......... .......... .......... 60% 61.8M 1s
 39400K .......... .......... .......... .......... .......... 60% 56.6M 1s
 39450K .......... .......... .......... .......... .......... 60% 45.8M 1s
 39500K .......... .......... .......... .......... .......... 60% 63.2M 1s
 39550K .......... .......... .......... .......... .......... 60% 64.4M 1s
 39600K .......... .......... .......... .......... .......... 60%  138M 1s
 39650K .......... .......... .......... .......... .......... 60% 67.4M 1s
 39700K .......... .......... .......... .......... .......... 60% 99.9M 1s
 39750K .......... .......... .......... .......... .......... 60% 61.2M 1s
 39800K .......... .......... .......... .......... .......... 61% 74.0M 1s
 39850K .......... .......... .......... .......... .......... 61%  135M 1s
 39900K .......... .......... .......... .......... .......... 61% 59.7M 1s
 39950K .......... .......... .......... .......... .......... 61% 33.1M 1s
 40000K .......... .......... .......... .......... .......... 61% 40.9M 1s
 40050K .......... .......... .......... .......... .......... 61%  208M 1s
 40100K .......... .......... .......... .......... .......... 61%  249M 1s
 40150K .......... .......... .......... .......... .......... 61%  231M 1s
 40200K .......... .......... .......... .......... .......... 61%  217M 1s
 40250K .......... .......... .......... .......... .......... 61%  194M 1s
 40300K .......... .......... .......... .......... .......... 61%  231M 1s
 40350K .......... .......... .......... .......... .......... 61%  237M 1s
 40400K .......... .......... .......... .......... .......... 61%  244M 1s
 40450K .......... .......... .......... .......... .......... 62%  172M 1s
 40500K .......... .......... .......... .......... .......... 62%  249M 1s
 40550K .......... .......... .......... .......... .......... 62%  267M 1s
 40600K .......... .......... .......... .......... .......... 62%  257M 1s
 40650K .......... .......... .......... .......... .......... 62%  192M 1s
 40700K .......... .......... .......... .......... .......... 62%  271M 1s
 40750K .......... .......... .......... .......... .......... 62%  213M 1s
 40800K .......... .......... .......... .......... .......... 62%  227M 1s
 40850K .......... .......... .......... .......... .......... 62%  205M 1s
 40900K .......... .......... .......... .......... .......... 62%  246M 1s
 40950K .......... .......... .......... .......... .......... 62%  284M 1s
 41000K .......... .......... .......... .......... .......... 62%  227M 1s
 41050K .......... .......... .......... .......... .......... 62%  173M 1s
 41100K .......... .......... .......... .......... .......... 63%  270M 1s
 41150K .......... .......... .......... .......... .......... 63%  244M 1s
 41200K .......... .......... .......... .......... .......... 63%  219M 1s
 41250K .......... .......... .......... .......... .......... 63%  222M 1s
 41300K .......... .......... .......... .......... .......... 63%  250M 1s
 41350K .......... .......... .......... .......... .......... 63%  276M 1s
 41400K .......... .......... .......... .......... .......... 63%  239M 1s
 41450K .......... .......... .......... .......... .......... 63%  190M 1s
 41500K .......... .......... .......... .......... .......... 63%  242M 1s
 41550K .......... .......... .......... .......... .......... 63%  276M 1s
 41600K .......... .......... .......... .......... .......... 63%  222M 1s
 41650K .......... .......... .......... .......... .......... 63% 96.4M 1s
 41700K .......... .......... .......... .......... .......... 63%  142M 1s
 41750K .......... .......... .......... .......... .......... 64%  116M 1s
 41800K .......... .......... .......... .......... .......... 64% 70.8M 1s
 41850K .......... .......... .......... .......... .......... 64%  252M 1s
 41900K .......... .......... .......... .......... .......... 64%  344M 1s
 41950K .......... .......... .......... .......... .......... 64%  307M 1s
 42000K .......... .......... .......... .......... .......... 64%  376M 1s
 42050K .......... .......... .......... .......... .......... 64%  308M 1s
 42100K .......... .......... .......... .......... .......... 64%  383M 1s
 42150K .......... .......... .......... .......... .......... 64%  223M 1s
 42200K .......... .......... .......... .......... .......... 64%  270M 1s
 42250K .......... .......... .......... .......... .......... 64% 65.2M 1s
 42300K .......... .......... .......... .......... .......... 64% 43.4M 1s
 42350K .......... .......... .......... .......... .......... 64% 63.5M 1s
 42400K .......... .......... .......... .......... .......... 65%  184M 1s
 42450K .......... .......... .......... .......... .......... 65% 91.4M 1s
 42500K .......... .......... .......... .......... .......... 65%  107M 1s
 42550K .......... .......... .......... .......... .......... 65%  133M 1s
 42600K .......... .......... .......... .......... .......... 65% 35.9M 1s
 42650K .......... .......... .......... .......... .......... 65% 28.3M 1s
 42700K .......... .......... .......... .......... .......... 65% 57.8M 1s
 42750K .......... .......... .......... .......... .......... 65%  240M 1s
 42800K .......... .......... .......... .......... .......... 65%  285M 1s
 42850K .......... .......... .......... .......... .......... 65%  201M 0s
 42900K .......... .......... .......... .......... .......... 65%  226M 0s
 42950K .......... .......... .......... .......... .......... 65%  264M 0s
 43000K .......... .......... .......... .......... .......... 65%  223M 0s
 43050K .......... .......... .......... .......... .......... 66% 75.6M 0s
 43100K .......... .......... .......... .......... .......... 66% 84.4M 0s
 43150K .......... .......... .......... .......... .......... 66% 37.8M 0s
 43200K .......... .......... .......... .......... .......... 66% 52.0M 0s
 43250K .......... .......... .......... .......... .......... 66% 48.2M 0s
 43300K .......... .......... .......... .......... .......... 66% 66.4M 0s
 43350K .......... .......... .......... .......... .......... 66%  994K 1s
 43400K .......... .......... .......... .......... .......... 66% 73.6M 1s
 43450K .......... .......... .......... .......... .......... 66%  222M 1s
 43500K .......... .......... .......... .......... .......... 66%  222M 1s
 43550K .......... .......... .......... .......... .......... 66%  244M 1s
 43600K .......... .......... .......... .......... .......... 66%  226M 1s
 43650K .......... .......... .......... .......... .......... 66%  200M 1s
 43700K .......... .......... .......... .......... .......... 67%  236M 0s
 43750K .......... .......... .......... .......... .......... 67%  223M 0s
 43800K .......... .......... .......... .......... .......... 67%  265M 0s
 43850K .......... .......... .......... .......... .......... 67%  179M 0s
 43900K .......... .......... .......... .......... .......... 67%  221M 0s
 43950K .......... .......... .......... .......... .......... 67%  246M 0s
 44000K .......... .......... .......... .......... .......... 67%  259M 0s
 44050K .......... .......... .......... .......... .......... 67%  197M 0s
 44100K .......... .......... .......... .......... .......... 67%  248M 0s
 44150K .......... .......... .......... .......... .......... 67%  231M 0s
 44200K .......... .......... .......... .......... .......... 67%  238M 0s
 44250K .......... .......... .......... .......... .......... 67%  202M 0s
 44300K .......... .......... .......... .......... .......... 67%  207M 0s
 44350K .......... .......... .......... .......... .......... 68%  223M 0s
 44400K .......... .......... .......... .......... .......... 68%  245M 0s
 44450K .......... .......... .......... .......... .......... 68%  187M 0s
 44500K .......... .......... .......... .......... .......... 68%  253M 0s
 44550K .......... .......... .......... .......... .......... 68%  228M 0s
 44600K .......... .......... .......... .......... .......... 68%  252M 0s
 44650K .......... .......... .......... .......... .......... 68%  204M 0s
 44700K .......... .......... .......... .......... .......... 68%  237M 0s
 44750K .......... .......... .......... .......... .......... 68%  217M 0s
 44800K .......... .......... .......... .......... .......... 68%  233M 0s
 44850K .......... .......... .......... .......... .......... 68%  151M 0s
 44900K .......... .......... .......... .......... .......... 68%  199M 0s
 44950K .......... .......... .......... .......... .......... 68%  270M 0s
 45000K .......... .......... .......... .......... .......... 69%  254M 0s
 45050K .......... .......... .......... .......... .......... 69%  191M 0s
 45100K .......... .......... .......... .......... .......... 69%  238M 0s
 45150K .......... .......... .......... .......... .......... 69%  232M 0s
 45200K .......... .......... .......... .......... .......... 69%  202M 0s
 45250K .......... .......... .......... .......... .......... 69%  225M 0s
 45300K .......... .......... .......... .......... .......... 69%  234M 0s
 45350K .......... .......... .......... .......... .......... 69%  273M 0s
 45400K .......... .......... .......... .......... .......... 69%  217M 0s
 45450K .......... .......... .......... .......... .......... 69%  189M 0s
 45500K .......... .......... .......... .......... .......... 69%  234M 0s
 45550K .......... .......... .......... .......... .......... 69%  226M 0s
 45600K .......... .......... .......... .......... .......... 69%  235M 0s
 45650K .......... .......... .......... .......... .......... 70%  206M 0s
 45700K .......... .......... .......... .......... .......... 70%  216M 0s
 45750K .......... .......... .......... .......... .......... 70%  263M 0s
 45800K .......... .......... .......... .......... .......... 70%  240M 0s
 45850K .......... .......... .......... .......... .......... 70%  203M 0s
 45900K .......... .......... .......... .......... .......... 70%  247M 0s
 45950K .......... .......... .......... .......... .......... 70%  161M 0s
 46000K .......... .......... .......... .......... .......... 70% 37.0M 0s
 46050K .......... .......... .......... .......... .......... 70% 47.4M 0s
 46100K .......... .......... .......... .......... .......... 70% 55.8M 0s
 46150K .......... .......... .......... .......... .......... 70% 56.8M 0s
 46200K .......... .......... .......... .......... .......... 70% 21.2M 0s
 46250K .......... .......... .......... .......... .......... 70% 14.8M 0s
 46300K .......... .......... .......... .......... .......... 71% 17.9M 0s
 46350K .......... .......... .......... .......... .......... 71% 18.4M 0s
 46400K .......... .......... .......... .......... .......... 71% 18.2M 0s
 46450K .......... .......... .......... .......... .......... 71% 15.8M 0s
 46500K .......... .......... .......... .......... .......... 71% 17.5M 0s
 46550K .......... .......... .......... .......... .......... 71% 17.9M 0s
 46600K .......... .......... .......... .......... .......... 71% 19.3M 0s
 46650K .......... .......... .......... .......... .......... 71%  206M 0s
 46700K .......... .......... .......... .......... .......... 71%  220M 0s
 46750K .......... .......... .......... .......... .......... 71%  255M 0s
 46800K .......... .......... .......... .......... .......... 71% 27.5M 0s
 46850K .......... .......... .......... .......... .......... 71% 17.5M 0s
 46900K .......... .......... .......... .......... .......... 71% 27.8M 0s
 46950K .......... .......... .......... .......... .......... 72% 27.8M 0s
 47000K .......... .......... .......... .......... .......... 72% 34.0M 0s
 47050K .......... .......... .......... .......... .......... 72%  166M 0s
 47100K .......... .......... .......... .......... .......... 72% 44.0M 0s
 47150K .......... .......... .......... .......... .......... 72%  259M 0s
 47200K .......... .......... .......... .......... .......... 72%  372M 0s
 47250K .......... .......... .......... .......... .......... 72%  364M 0s
 47300K .......... .......... .......... .......... .......... 72%  420M 0s
 47350K .......... .......... .......... .......... .......... 72%  417M 0s
 47400K .......... .......... .......... .......... .......... 72%  421M 0s
 47450K .......... .......... .......... .......... .......... 72%  211M 0s
 47500K .......... .......... .......... .......... .......... 72% 1.03M 0s
 47550K .......... .......... .......... .......... .......... 72% 22.1M 0s
 47600K .......... .......... .......... .......... .......... 73% 28.3M 0s
 47650K .......... .......... .......... .......... .......... 73% 20.5M 0s
 47700K .......... .......... .......... .......... .......... 73% 27.6M 0s
 47750K .......... .......... .......... .......... .......... 73% 27.7M 0s
 47800K .......... .......... .......... .......... .......... 73% 30.6M 0s
 47850K .......... .......... .......... .......... .......... 73% 26.2M 0s
 47900K .......... .......... .......... .......... .......... 73% 30.6M 0s
 47950K .......... .......... .......... .......... .......... 73% 30.8M 0s
 48000K .......... .......... .......... .......... .......... 73% 29.9M 0s
 48050K .......... .......... .......... .......... .......... 73% 27.4M 0s
 48100K .......... .......... .......... .......... .......... 73% 30.1M 0s
 48150K .......... .......... .......... .......... .......... 73% 62.5M 0s
 48200K .......... .......... .......... .......... .......... 73%  282M 0s
 48250K .......... .......... .......... .......... .......... 74%  232M 0s
 48300K .......... .......... .......... .......... .......... 74%  255M 0s
 48350K .......... .......... .......... .......... .......... 74%  280M 0s
 48400K .......... .......... .......... .......... .......... 74%  284M 0s
 48450K .......... .......... .......... .......... .......... 74%  269M 0s
 48500K .......... .......... .......... .......... .......... 74%  295M 0s
 48550K .......... .......... .......... .......... .......... 74%  267M 0s
 48600K .......... .......... .......... .......... .......... 74%  284M 0s
 48650K .......... .......... .......... .......... .......... 74%  197M 0s
 48700K .......... .......... .......... .......... .......... 74%  274M 0s
 48750K .......... .......... .......... .......... .......... 74%  288M 0s
 48800K .......... .......... .......... .......... .......... 74%  227M 0s
 48850K .......... .......... .......... .......... .......... 74%  258M 0s
 48900K .......... .......... .......... .......... .......... 75%  254M 0s
 48950K .......... .......... .......... .......... .......... 75%  256M 0s
 49000K .......... .......... .......... .......... .......... 75%  262M 0s
 49050K .......... .......... .......... .......... .......... 75%  221M 0s
 49100K .......... .......... .......... .......... .......... 75%  287M 0s
 49150K .......... .......... .......... .......... .......... 75%  263M 0s
 49200K .......... .......... .......... .......... .......... 75%  273M 0s
 49250K .......... .......... .......... .......... .......... 75%  222M 0s
 49300K .......... .......... .......... .......... .......... 75%  282M 0s
 49350K .......... .......... .......... .......... .......... 75%  279M 0s
 49400K .......... .......... .......... .......... .......... 75%  289M 0s
 49450K .......... .......... .......... .......... .......... 75%  226M 0s
 49500K .......... .......... .......... .......... .......... 75%  268M 0s
 49550K .......... .......... .......... .......... .......... 76%  253M 0s
 49600K .......... .......... .......... .......... .......... 76%  283M 0s
 49650K .......... .......... .......... .......... .......... 76%  239M 0s
 49700K .......... .......... .......... .......... .......... 76%  243M 0s
 49750K .......... .......... .......... .......... .......... 76%  251M 0s
 49800K .......... .......... .......... .......... .......... 76%  259M 0s
 49850K .......... .......... .......... .......... .......... 76% 20.1M 0s
 49900K .......... .......... .......... .......... .......... 76% 17.3M 0s
 49950K .......... .......... .......... .......... .......... 76% 16.6M 0s
 50000K .......... .......... .......... .......... .......... 76% 15.4M 0s
 50050K .......... .......... .......... ....�[91m...... .......... 76% 14.9M 0s
 50100K .......... .......... .......... .......... .......... 76% 27.7M 0s
 50150K .......... .......... .......... .......... .......... 76% 23.0M 0s
 50200K .......... .......... .......... .......... .......... 76% 28.0M 0s
 50250K .......... .......... .......... .......... .......... 77%  995K 0s
 50300K .......... .......... .......... .......... .......... 77%  246M 0s
 50350K .......... .......... .......... .......... .......... 77%  275M 0s
 50400K .......... .......... .......... .......... .......... 77%  281M 0s
 50450K .......... .......... .......... .......... .......... 77%  116M 0s
 50500K .......... .......... .......... .......... .......... 77%  175M 0s
 50550K .......... .......... .......... .......... .......... 77%  214M 0s
 50600K .......... .......... .......... .......... .......... 77% 86.9M 0s
 50650K .......... .......... .......... .......... .......... 77% 44.6M 0s
 50700K .......... .......... .......... .......... .......... 77%  280M 0s
 50750K .......... .......... .......... .......... .......... 77%  279M 0s
 50800K .......... .......... .......... .......... .......... 77%  279M 0s
 50850K .......... .......... .......... .......... .......... 77%  123M 0s
 50900K .......... .......... .......... .......... .......... 78%  203M 0s
 50950K .......... .......... .......... .......... .......... 78%  258M 0s
 51000K .......... .......... .......... .......... .......... 78%  149M 0s
 51050K .......... .......... .......... .......... .......... 78%  128M 0s
 51100K .......... .......... .......... .......... .......... 78%  181M 0s
 51150K .......... .......... .......... .......... .......... 78%  109M 0s
 51200K .......... .......... .......... .......... .......... 78%  244M 0s
 51250K .......... .......... .......... .......... .......... 78%  215M 0s
 51300K .......... .......... .......... .......... .......... 78%  252M 0s
 51350K .......... .......... .......... .......... .......... 78%  206M 0s
 51400K .......... .......... .......... .......... .......... 78%  219M 0s
 51450K .......... .......... .......... .......... .......... 78%  199M 0s
 51500K .......... .......... .......... .......... .......... 78%  255M 0s
 51550K .......... .......... .......... .......... .......... 79%  235M 0s
 51600K .......... .......... .......... .......... .......... 79%  245M 0s
 51650K .......... .......... .......... .......... .......... 79%  227M 0s
 51700K .......... .......... .......... .......... .......... 79%  248M 0s
 51750K .......... .......... .......... .......... .......... 79%  168M 0s
 51800K .......... .......... .......... .......... .......... 79%  118M 0s
 51850K .......... .......... .......... .......... .......... 79%  189M 0s
 51900K .......... .......... .......... .......... .......... 79%  163M 0s
 51950K .......... .......... .......... .......... .......... 79%  141M 0s
 52000K .......... .......... .......... .......... .......... 79%  254M 0s
 52050K .......... .......... .......... .......... .......... 79%  227M 0s
 52100K .......... .......... .......... .......... .......... 79%  261M 0s
 52150K .......... .......... .......... .......... .......... 79%  238M 0s
 52200K .......... .......... .......... .......... .......... 80%  244M 0s
 52250K .......... .......... .......... .......... .......... 80%  215M 0s
 52300K .......... .......... .......... .......... .......... 80%  239M 0s
 52350K .......... .......... .......... .......... .......... 80%  226M 0s
 52400K .......... .......... .......... .......... .......... 80%  217M 0s
 52450K .......... .......... .......... .......... .......... 80%  217M 0s
 52500K .......... .......... .......... .......... .......... 80%  274M 0s
 52550K .......... .......... .......... .......... .......... 80%  124M 0s
 52600K .......... .......... .......... .......... .......... 80%  151M 0s
 52650K .......... .......... .......... .......... .......... 80%  143M 0s
 52700K .......... .......... .......... .......... .......... 80%  247M 0s
 52750K .......... .......... .......... .......... .......... 80%  162M 0s
 52800K .......... .......... .......... .......... .......... 80%  249M 0s
 52850K .......... .......... .......... .......... .......... 81%  231M 0s
 52900K .......... .......... .......... .......... .......... 81%  245M 0s
 52950K .......... .......... .......... .......... .......... 81%  280M 0s
 53000K .......... .......... .......... .......... .......... 81%  252M 0s
 53050K .......... .......... .......... .......... .......... 81%  201M 0s
 53100K .......... .......... .......... .......... .......... 81%  258M 0s
 53150K .......... .......... .......... .......... .......... 81%  245M 0s
 53200K .......... .......... .......... .......... .......... 81%  251M 0s
 53250K .......... .......... .......... .......... .......... 81%  232M 0s
 53300K .......... .......... .......... .......... .......... 81%  101M 0s
 53350K .......... .......... .......... .......... .......... 81%  226M 0s
 53400K .......... .......... .......... .......... .......... 81%  214M 0s
 53450K .......... .......... .......... .......... .......... 81%  157M 0s
 53500K .......... .......... .......... .......... .......... 82%  192M 0s
 53550K .......... .......... .......... .......... .......... 82%  288M 0s
 53600K .......... .......... .......... .......... .......... 82%  229M 0s
 53650K .......... .......... .......... .......... .......... 82%  219M 0s
 53700K .......... .......... .......... .......... .......... 82%  256M 0s
 53750K .......... .......... .......... .......... .......... 82%  280M 0s
 53800K .......... .......... .......... .......... .......... 82%  257M 0s
 53850K .......... .......... .......... .......... .......... 82%  187M 0s
 53900K .......... .......... .......... .......... .......... 82%  249M 0s
 53950K .......... .......... .......... .......... .......... 82%  250M 0s
 54000K .......... .......... .......... .......... .......... 82%  157M 0s
 54050K .......... .......... .......... .......... .......... 82% 69.2M 0s
 54100K .......... .......... .......... .......... .......... 82% 37.2M 0s
 54150K .......... .......... .......... .......... .......... 83%  284M 0s
 54200K .......... .......... .......... .......... .......... 83%  265M 0s
 54250K .......... .......... .......... .......... .......... 83%  234M 0s
 54300K .......... .......... .......... .......... .......... 83%  121M 0s
 54350K .......... .......... .......... .......... .......... 83%  219M 0s
 54400K .......... .......... .......... .......... .......... 83%  253M 0s
 54450K .......... .......... .......... .......... .......... 83% 88.2M 0s
 54500K .......... .......... .......... .......... .......... 83%  108M 0s
 54550K .......... .......... .......... .......... .......... 83%  106M 0s
 54600K .......... .......... .......... .......... .......... 83% 97.9M 0s
 54650K .......... .......... .......... .......... .......... 83% 93.7M 0s
 54700K .......... .......... .......... .......... .......... 83% 99.2M 0s
 54750K .......... .......... .......... .......... .......... 83% 43.0M 0s
 54800K .......... .......... .......... .......... .......... 84%  286M 0s
 54850K .......... .......... .......... .......... .......... 84%  265M 0s
 54900K .......... .......... .......... .......... .......... 84%  123M 0s
 54950K .......... .......... .......... .......... .......... 84% 77.5M 0s
 55000K .......... .......... .......... .......... .......... 84% 33.2M 0s
 55050K .......... .......... .......... .......... .......... 84%  236M 0s
 55100K .......... .......... .......... .......... .......... 84%  290M 0s
 55150K .......... .......... .......... .......... .......... 84%  196M 0s
 55200K .......... .......... .......... .......... .......... 84% 87.1M 0s
 55250K .......... .......... .......... .......... .......... 84%  165M 0s
 55300K .......... .......... .......... .......... .......... 84% 42.5M 0s
 55350K .......... .......... .......... .......... .......... 84%  284M 0s
 55400K .......... .......... .......... .......... .......... 84%  299M 0s
 55450K .......... .......... .......... .......... .......... 85%  240M 0s
 55500K .......... .......... .......... .......... .......... 85%  132M 0s
 55550K .......... .......... .......... .......... .......... 85%  241M 0s
 55600K .......... .......... .......... .......... .......... 85%  228M 0s
 55650K .......... .......... .......... .......... .......... 85%  246M 0s
 55700K .......... .......... .......... .......... .......... 85% 72.3M 0s
 55750K .......... .......... .......... .......... .......... 85% 50.4M 0s
 55800K .......... .......... .......... .......... .......... 85%  277M 0s
 55850K .......... .......... .......... .......... .......... 85%  241M 0s
 55900K .......... .......... .......... .......... .......... 85%  296M 0s
 55950K .......... .......... .......... .......... .......... 85% 82.0M 0s
 56000K .......... .......... .......... .......... .......... 85%  222M 0s
 56050K .......... .......... .......... .......... .......... 85% 38.4M 0s
 56100K .......... .......... .......... .......... .......... 86%  290M 0s
 56150K .......... .......... .......... .......... .......... 86%  280M 0s
 56200K .......... .......... .......... .......... .......... 86%  299M 0s
 56250K .......... .......... .......... .......... .......... 86%  237M 0s
 56300K .......... .......... .......... .......... .......... 86%  162M 0s
 56350K .......... .......... .......... .......... .......... 86%  260M 0s
 56400K .......... .......... .......... .......... .......... 86%  255M 0s
 56450K .......... .......... .......... .......... .......... 86%  240M 0s
 56500K .......... .......... .......... .......... .......... 86%  122M 0s
 56550K .......... .......... .......... .......... .......... 86%  249M 0s
 56600K .......... .......... .......... .......... .......... 86%  254M 0s
 56650K .......... .......... .......... .......... .......... 86% 89.7M 0s
 56700K .......... .......... .......... .......... .......... 86% 91.0M 0s
 56750K .......... .......... .......... .......... .......... 87% 50.6M 0s
 56800K .......... .......... .......... .......... .......... 87%  285M 0s
 56850K .......... .......... .......... .......... .......... 87%  260M 0s
 56900K .......... .......... .......... .......... .......... 87%  279M 0s
 56950K .......... .......... .......... .......... .......... 87%  132M 0s
 57000K .......... .......... .......... .......... .......... 87%  196M 0s
 57050K .......... .......... .......... .......... .......... 87%  215M 0s
 57100K .......... .......... .......... .......... .......... 87%  139M 0s
 57150K .......... .......... .......... .......... .......... 87%  149M 0s
 57200K .......... .......... .......... .......... .......... 87%  150M 0s
 57250K .......... .......... .......... .......... .......... 87%  180M 0s
 57300K .......... .......... .......... .......... .......... 87%  270M 0s
 57350K .......... .......... .......... .......... .......... 87%  257M 0s
 57400K .......... .......... .......... .......... .......... 88%  178M 0s
 57450K .......... .......... .......... .......... .......... 88%  215M 0s
 57500K .......... .......... .......... .......... .......... 88%  248M 0s
 57550K .......... .......... .......... .......... .......... 88%  297M 0s
 57600K .......... .......... .......... .......... .......... 88%  249M 0s
 57650K .......... .......... .......... .......... .......... 88%  218M 0s
 57700K .......... .......... .......... .......... .......... 88%  255M 0s
 57750K .......... .......... .......... .......... .......... 88%  273M 0s
 57800K .......... .......... .......... .......... .......... 88%  252M 0s
 57850K .......... .......... .......... .......... .......... 88%  158M 0s
 57900K .......... .......... .......... .......... .......... 88%  124M 0s
 57950K .......... .......... .......... .......... .......... 88%  221M 0s
 58000K .......... .......... .......... .......... .......... 88%  159M 0s
 58050K .......... .......... .......... .......... .......... 89%  155M 0s
 58100K .......... .......... .......... .......... .......... 89% 48.3M 0s
 58150K .......... .......... .......... .......... .......... 89%  280M 0s
 58200K .......... .......... .......... .......... .......... 89%  291M 0s
 58250K .......... .......... .......... .......... .......... 89%  246M 0s
 58300K .......... .......... .......... .......... .......... 89%  175M 0s
 58350K .......... .......... .......... .......... .......... 89%  235M 0s
 58400K .......... .......... .......... .......... .......... 89% 30.4M 0s
 58450K .......... .......... .......... .......... .......... 89%  264M 0s
 58500K .......... .......... .......... .......... .......... 89%  278M 0s
 58550K .......... .......... .......... .......... .......... 89% 99.9M 0s
 58600K .......... .......... .......... .......... .......... 89%  151M 0s
 58650K .......... .......... .......... .......... .......... 89%  126M 0s
 58700K .......... .......... .......... .......... .......... 90%  116M 0s
 58750K .......... .......... .......... .......... .......... 90%  142M 0s
 58800K .......... .......... .......... .......... .......... 90% 50.6M 0s
 58850K .......... .......... .......... .......... .......... 90%  348M 0s
 58900K .......... .......... .......... .......... .......... 90%  416M 0s
 58950K .......... .......... .......... .......... .......... 90%  416M 0s
 59000K .......... .......... .......... .......... .......... 90%  423M 0s
 59050K .......... .......... .......... .......... .......... 90%  344M 0s
 59100K .......... .......... .......... .......... .......... 90%  418M 0s
 59150K .......... .......... .......... .......... .......... 90%  143M 0s
 59200K .......... .......... .......... .......... .......... 90%  342M 0s
 59250K .......... .......... .......... .......... .......... 90%  376M 0s
 59300K .......... .......... .......... .......... .......... 90%  358M 0s
 59350K .......... .......... .......... .......... .......... 91% 1.15M 0s
 59400K .......... .......... .......... .......... .......... 91%  295M 0s
 59450K .......... .......... .......... .......... .......... 91%  235M 0s
 59500K .......... .......... .......... .......... .......... 91%  288M 0s
 59550K .......... .......... .......... .......... .......... 91%  272M 0s
 59600K .......... .......... .......... .......... .......... 91%  129M 0s
 59650K .......... .......... .......... .......... .......... 91%  144M 0s
 59700K .......... .......... .......... .......... .......... 91%  154M 0s
 59750K .......... .......... .......... .......... .......... 91%  157M 0s
 59800K .......... .......... .......... .......... .......... 91% 36.2M 0s
 59850K .......... .......... .......... .......... .......... 91%  238M 0s
 59900K .......... .......... .......... .......... .......... 91%  279M 0s
 59950K .......... .......... .......... .......... .......... 91%  295M 0s
 60000K .......... .......... .......... .......... .......... 92%  294M 0s
 60050K .......... .......... .......... .......... .......... 92%  159M 0s
 60100K .......... .......... .......... .......... .......... 92%  279M 0s
 60150K .......... .......... .......... .......... .......... 92%  255M 0s
 60200K .......... .......... .......... .......... .......... 92%  300M 0s
 60250K .......... .......... .......... .......... .......... 92%  117M 0s
 60300K .......... .......... .......... .......... .......... 92%  246M 0s
 60350K .......... .......... .......... .......... .......... 92%  260M 0s
 60400K .......... .......... .......... .......... .......... 92% 95.9M 0s
 60450K .......... .......... .......... .......... .......... 92%  159M 0s
 60500K .......... .......... .......... .......... .......... 92%  102M 0s
 60550K .......... .......... .......... .......... .......... 92%  112M 0s
 60600K .......... .......... .......... .......... .......... 92% 49.3M 0s
 60650K .......... .......... .......... .......... .......... 93%  247M 0s
 60700K .......... .......... .......... .......... .......... 93%  279M 0s
 60750K .......... .......... .......... .......... .......... 93%  300M 0s
 60800K .......... .......... .......... .......... .......... 93%  135M 0s
 60850K .......... .......... .......... .......... .......... 93%  260M 0s
 60900K .......... .......... .......... .......... .......... 93%  225M 0s
 60950K .......... .......... .......... .......... .......... 93%  300M 0s
 61000K .......... .......... .......... .......... .......... 93%  105M 0s
 61050K .......... .......... .......... .......... .......... 93%  214M 0s
 61100K .......... .......... .......... .......... .......... 93%  284M 0s
 61150K .......... .......... .......... .......... .......... 93%  260M 0s
 61200K .......... .......... .......... .......... .......... 93%  256M 0s
 61250K .......... .......... .......... .......... .......... 93%  232M 0s
 61300K .......... .......... .......... .......... .......... 94%  276M 0s
 61350K .......... .......... .......... .......... .......... 94%  244M 0s
 61400K .......... .......... .......... .......... .......... 94%  271M 0s
 61450K .......... .......... .......... .......... .......... 94%  217M 0s
 61500K .......... .......... .......... .......... .......... 94%  258M 0s
 61550K .......... .......... .......... .......... .......... 94%  251M 0s
 61600K .......... .......... .......... .......... .......... 94%  253M 0s
 61650K .......... .......... .......... .......... .......... 94%  255M 0s
 61700K .......... .......... .......... .......... .......... 94%  259M 0s
 61750K .......... .......... .......... .......... .......... 94%  292M 0s
 61800K .......... .......... .......... .......... .......... 94%  253M 0s
 61850K .......... .......... .......... .......... .......... 94%  215M 0s
 61900K .......... .......... .......... .......... .......... 94%  252M 0s
 61950K .......... .......... .......... .......... .......... 95%  282M 0s
 62000K .......... .......... .......... .......... .......... 95%  258M 0s
 62050K .......... .......... .......... .......... .......... 95%  255M 0s
 62100K .......... .......... .......... .......... .......... 95%  253M 0s
 62150K .......... .......... .......... .......... .......... 95%  281M 0s
 62200K .......... .......... .......... .......... .......... 95%  260M 0s
 62250K .......... .......... .......... .......... .......... 95%  214M 0s
 62300K .......... .......... .......... .......... .......... 95%  284M 0s
 62350K .......... .......... .......... .......... .......... 95%  270M 0s
 62400K .......... .......... .......... .......... .......... 95%  245M 0s
 62450K .......... .......... .......... .......... .......... 95%  242M 0s
 62500K .......... .......... .......... .......... .......... 95%  244M 0s
 62550K .......... .......... .......... .......... .......... 95%  254M 0s
 62600K .......... .......... .......... .......... .......... 95%  257M 0s
 62650K .......... .......... .......... .......... .......... 96%  213M 0s
 62700K .......... .......... .......... .......... .......... 96%  254M 0s
 62750K .......... .......... .......... .......... .......... 96%  252M 0s
 62800K .......... .......... .......... .......... .......... 96%  290M 0s
 62850K .......... .......... .......... .......... .......... 96%  226M 0s
 62900K .......... .......... .......... .......... .......... 96%  225M 0s
 62950K .......... .......... .......... .......... .......... 96%  294M 0s
 63000K .......... .......... .......... .......... .......... 96%  249M 0s
 63050K .......... .......... .......... .......... .......... 96%  209M 0s
 63100K .......... .......... .......... .......... .......... 96%  246M 0s
 63150K .......... .......... .......... .......... .......... 96%  253M 0s
 63200K .......... .......... .......... .......... .......... 96%  262M 0s
 63250K .......... .......... .......... .......... .......... 96%  255M 0s
 63300K .......... .......... .......... .......... .......... 97%  252M 0s
 63350K .......... .......... .......... .......... .......... 97%  248M 0s
 63400K .......... .......... .......... .......... .......... 97%  238M 0s
 63450K .......... .......... .......... .......... .......... 97%  192M 0s
 63500K .......... .......... .......... .......... .......... 97%  145M 0s
 63550K .......... .......... .......... .......... .......... 97%  230M 0s
 63600K .......... .......... .......... .......... .......... 97%  217M 0s
 63650K .......... .......... .......... .......... .......... 97%  223M 0s
 63700K .......... .......... .......... .......... .......... 97%  258M 0s
 63750K .......... .......... .......... .......... .......... 97%  240M 0s
 63800K .......... .......... .......... .......... .......... 97%  235M 0s
 63850K .......... .......... .......... .......... .......... 97%  227M 0s
 63900K .......... .......... .......... .......... .......... 97%  273M 0s
 63950K .......... .......... .......... .......... .......... 98%  264M 0s
 64000K .......... .......... .......... .......... .......... 98%  249M 0s
 64050K .......... .......... .......... .......... .......... 98%  222M 0s
 64100K .......... .......... .......... .......... .......... 98%  244M 0s
 64150K .......... .......... .......... .......... .......... 98%  254M 0s
 64200K .......... .......... .......... .......... .......... 98%  284M 0s
 64250K .......... .......... .......... .......... .......... 98%  215M 0s
 64300K .......... .......... .......... .......... .......... 98%  260M 0s
 64350K .......... .......... .......... .......... .......... 98%  237M 0s
 64400K .......... .......... .......... .......... .......... 98%  257M 0s
 64450K .......... .......... .......... .......... .......... 98%  232M 0s
 64500K .......... .......... .......... .......... .......... 98%  232M 0s
 64550K .......... .......... .......... .......... .......... 98%  252M 0s
 64600K .......... .......... .......... .......... .......... 99%  233M 0s
 64650K .......... .......... .......... .......... .......... 99%  216M 0s
 64700K .......... .......... .......... .......... .......... 99%  252M 0s
 64750K .......... .......... .......... .......... .......... 99%  181M 0s
 64800K .......... .......... .......... .......... .......... 99%  242M 0s
 64850K .......... .......... .......... .......... .......... 99%  230M 0s
 64900K .......... .......... .......... .......... .......... 99%  246M 0s
 64950K .......... .......... .......... .......... .......... 99%  229M 0s
 65000K .......... .......... .......... .......... .......... 99%  246M 0s
 65050K .......... .......... .......... .......... .......... 99%  201M 0s
 65100K .......... .......... .......... .......... .......... 99%  237M 0s
 65150K .......... .......... .......... .......... .......... 99%  267M 0s
 65200K .......... .......... .......... .......... .......... 99%  219M 0s
 65250K .......... ..                                         100%  211M=1.3s
2021-07-12 03:47:46 (47.6 MB/s) - 'Goi5.1.bin.7z' saved [66828863/66828863]
Removing intermediate container 7ef8a51912bb
 ---> 3328a17bbf6d
Step 14/21 : RUN echo OIVAS7572 | sudo -S 7z e Goi5.1.bin.7z
 ---> Running in d83d96c19a59
[sudo] password for OIVAS7572: 
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,2 CPUs Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz (50654),ASM,AES-NI)
Scanning the drive for archives:
1 file, 66828863 bytes (64 MiB)
Extracting archive: Goi5.1.bin.7z
--
Path = Goi5.1.bin.7z
Type = 7z
Physical Size = 66828863
Headers Size = 130
Method = LZMA2:24
Solid = -
Blocks = 1
Everything is Ok
Size:       148685888
Compressed: 66828863
Removing intermediate container d83d96c19a59
 ---> d1c0b763cd48
Step 15/21 : RUN echo OIVAS7572 | sudo -S rm Goi5.1.bin.7z
 ---> Running in 01b5b87c2488
[sudo] password for OIVAS7572: Removing intermediate container 01b5b87c2488
 ---> a0bb32543e6c
Step 16/21 : RUN echo OIVAS7572 | sudo -S apt-get install -y python3 python3-pip
 ---> Running in 2119928b6ca6
[sudo] password for OIVAS7572: Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 cpp
  cpp-8 dbus dh-python dirmngr dpkg-dev fakeroot file g++ g++-8 gcc gcc-8
  gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
  gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libasan5
  libassuan0 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0
  libdbus-1-3 libdpkg-perl libexpat1 libexpat1-dev libfakeroot
  libfile-fcntllock-perl libgcc-8-dev libgdbm-compat4 libgdbm6
  libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgomp1 libicu63
  libisl19 libitm1 libksba8 libldap-2.4-2 libldap-common
  liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1 libmpc3 libmpdec2
  libmpfr6 libmpx2 libnpth0 libperl5.28 libpython3-dev libpython3-stdlib
  libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib
  libquadmath0 libreadline7 libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsqlite3-0 libstdc++-8-dev libtsan0 libubsan1 libxml2 linux-libc-dev make
  manpages manpages-dev mime-support netbase patch perl perl-modules-5.28
  pinentry-curses python-pip-whl python3-asn1crypto python3-cffi-backend
  python3-crypto python3-cryptography python3-dbus python3-dev
  python3-distutils python3-entrypoints python3-gi python3-keyring
  python3-keyrings.alt python3-lib2to3 python3-minimal python3-pkg-resources
  python3-secretstorage python3-setuptools python3-six python3-wheel
  python3-xdg python3.7 python3.7-dev python3.7-minimal readline-common
  shared-mime-info xdg-user-dirs xz-utils
Suggested packages:
  binutils-doc bzip2-doc cpp-doc gcc-8-locales default-dbus-session-bus
  | dbus-session-bus dbus-user-session libpam-systemd pinentry-gnome3 tor
  debian-keyring g++-multilib g++-8-multilib gcc-8-doc libstdc++6-8-dbg
  gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-8-multilib
  libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
  liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
  parcimonie xloadimage scdaemon glibc-doc sensible-utils git bzr gdbm-l10n
  libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
  libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
  libstdc++-8-doc make-doc man-browser ed diffutils-doc perl-doc
  libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl
  liblocale-codes-perl pinentry-doc python3-doc python3-tk python3-venv
  python-crypto-doc python-cryptography-doc python3-cryptography-vectors
  python-dbus-doc python3-dbus-dbg gnome-keyring libkf5wallet-bin
  gir1.2-gnomekeyring-1.0 python-secretstorage-doc python-setuptools-doc
  python3.7-venv python3.7-doc binfmt-support readline-doc
The following NEW packages will be installed:
  binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2 cpp
  cpp-8 dbus dh-python dirmngr dpkg-dev fakeroot file g++ g++-8 gcc gcc-8
  gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
  gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libapparmor1 libasan5
  libassuan0 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0
  libdbus-1-3 libdpkg-perl libexpat1 libexpat1-dev libfakeroot
  libfile-fcntllock-perl libgcc-8-dev libgdbm-compat4 libgdbm6
  libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgomp1 libicu63
  libisl19 libitm1 libksba8 libldap-2.4-2 libldap-common
  liblocale-gettext-perl liblsan0 libmagic-mgc libmagic1 libmpc3 libmpdec2
  libmpfr6 libmpx2 libnpth0 libperl5.28 libpython3-dev libpython3-stdlib
  libpython3.7 libpython3.7-dev libpython3.7-minimal libpython3.7-stdlib
  libquadmath0 libreadline7 libsasl2-2 libsasl2-modules libsasl2-modules-db
  libsqlite3-0 libstdc++-8-dev libtsan0 libubsan1 libxml2 linux-libc-dev make
  manpages manpages-dev mime-support netbase patch perl perl-modules-5.28
  pinentry-curses python-pip-whl python3 python3-asn1crypto
  python3-cffi-backend python3-crypto python3-cryptography python3-dbus
  python3-dev python3-distutils python3-entrypoints python3-gi python3-keyring
  python3-keyrings.alt python3-lib2to3 python3-minimal python3-pip
  python3-pkg-resources python3-secretstorage python3-setuptools python3-six
  python3-wheel python3-xdg python3.7 python3.7-dev python3.7-minimal
  readline-common shared-mime-info xdg-user-dirs xz-utils
0 upgraded, 122 newly installed, 0 to remove and 6 not upgraded.
Need to get 139 MB of archives.
After this operation, 440 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-6+deb10u1 [2873 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-4 [64.7 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-4 [44.1 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-6+deb10u1 [3894 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-6+deb10u1 [204 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-2+deb10u1 [106 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 libsqlite3-0 amd64 3.27.2-3+deb10u1 [641 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB]
Get:17 http://deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB]
Get:18 http://deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
Get:21 http://deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB]
Get:22 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB]
Get:25 http://deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-4+deb10u2 [242 kB]
Get:26 http://deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-4+deb10u2 [118 kB]
Get:27 http://deb.debian.org/debian buster/main amd64 file amd64 1:5.35-4+deb10u2 [66.4 kB]
Get:28 http://deb.debian.org/debian buster/main amd64 manpages all 4.16-2 [1295 kB]
Get:29 http://deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
Get:30 http://deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-16 [2073 kB]
Get:31 http://deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-16 [478 kB]
Get:32 http://deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-16 [1823 kB]
Get:33 http://deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-16 [56.8 kB]
Get:34 http://deb.debian.org/debian buster/main amd64 libc-dev-bin amd64 2.28-10 [275 kB]
Get:35 http://deb.debian.org/debian buster-updates/main amd64 linux-libc-dev amd64 4.19.194-2 [1459 kB]
Get:36 http://deb.debian.org/debian buster/main amd64 libc6-dev amd64 2.28-10 [2691 kB]
Get:37 http://deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
Get:38 http://deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
Get:39 http://deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
Get:40 http://deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.3.0-6 [8914 kB]
Get:41 http://deb.debian.org/debian buster/main amd64 cpp amd64 4:8.3.0-1 [19.4 kB]
Get:42 http://deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.3.0-6 [46.6 kB]
Get:43 http://deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.3.0-6 [75.8 kB]
Get:44 http://deb.debian.org/debian buster/main amd64 libitm1 amd64 8.3.0-6 [27.7 kB]
Get:45 http://deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.3.0-6 [9032 B]
Get:46 http://deb.debian.org/debian buster/main amd64 libasan5 amd64 8.3.0-6 [362 kB]
Get:47 http://deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.3.0-6 [131 kB]
Get:48 http://deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.3.0-6 [283 kB]
Get:49 http://deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.3.0-6 [120 kB]
Get:50 http://deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.3.0-6 [11.4 kB]
Get:51 http://deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.3.0-6 [133 kB]
Get:52 http://deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.3.0-6 [2298 kB]
Get:53 http://deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.3.0-6 [9452 kB]
Get:54 http://deb.debian.org/debian buster/main amd64 gcc amd64 4:8.3.0-1 [5196 B]
Get:55 http://deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.3.0-6 [1532 kB]
Get:56 http://deb.debian.org/debian buster/main amd64 g++-8 amd64 8.3.0-6 [9752 kB]
Get:57 http://deb.debian.org/debian buster/main amd64 g++ amd64 4:8.3.0-1 [1644 B]
Get:58 http://deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
Get:59 http://deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.7 [1414 kB]
Get:60 http://deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB]
Get:61 http://deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.7 [1773 kB]
Get:62 http://deb.debian.org/debian buster/main amd64 build-essential amd64 12.6 [7576 B]
Get:63 http://deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB]
Get:64 http://deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB]
Get:65 http://deb.debian.org/debian buster/main amd64 dh-python all 3.20190308 [99.3 kB]
Get:66 http://deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
Get:67 http://deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1+deb10u1 [510 kB]
Get:68 http://deb.debian.org/debian buster/main amd64 libksba8 amd64 1.3.5-2 [99.7 kB]
Get:69 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB]
Get:70 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB]
Get:71 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB]
Get:72 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB]
Get:73 http://deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
Get:74 http://deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1+deb10u1 [712 kB]
Get:75 http://deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
Get:76 http://deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
Get:77 http://deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-2+deb10u3 [1259 kB]
Get:78 http://deb.debian.org/debian buster/main amd64 libgirepository-1.0-1 amd64 1.58.3-2 [92.8 kB]
Get:79 http://deb.debian.org/debian buster/main amd64 gir1.2-glib-2.0 amd64 1.58.3-2 [143 kB]
Get:80 http://deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1+deb10u1 [1010 kB]
Get:81 http://deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1+deb10u1 [861 kB]
Get:82 http://deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1+deb10u1 [865 kB]
Get:83 http://deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-2 [64.5 kB]
Get:84 http://deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1+deb10u1 [617 kB]
Get:85 http://deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1+deb10u1 [485 kB]
Get:86 http://deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1+deb10u1 [478 kB]
Get:87 http://deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1+deb10u1 [604 kB]
Get:88 http://deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1+deb10u1 [715 kB]
Get:89 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
Get:90 http://deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
Get:91 http://deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
Get:92 http://deb.debian.org/debian buster/main amd64 libexpat1-dev amd64 2.2.6-2+deb10u1 [153 kB]
Get:93 http://deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
Get:94 http://deb.debian.org/debian buster/main amd64 libglib2.0-data all 2.58.3-2+deb10u3 [1111 kB]
Get:95 http://deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB]
Get:96 http://deb.debian.org/debian buster/main amd64 libpython3.7 amd64 3.7.3-2+deb10u3 [1498 kB]
Get:97 http://deb.debian.org/debian buster/main amd64 libpython3.7-dev amd64 3.7.3-2+deb10u3 [48.4 MB]
Get:98 http://deb.debian.org/debian buster/main amd64 libpython3-dev amd64 3.7.3-1 [20.1 kB]
Get:99 http://deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1+deb10u1 [104 kB]
Get:100 http://deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u2 [689 kB]
Get:101 http://deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-2 [2232 kB]
Get:102 http://deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB]
Get:103 http://deb.debian.org/debian buster/main amd64 python3-asn1crypto all 0.24.0-1 [78.2 kB]
Get:104 http://deb.debian.org/debian buster/main amd64 python3-cffi-backend amd64 1.12.2-1 [79.7 kB]
Get:105 http://deb.debian.org/debian buster/main amd64 python3-crypto amd64 2.6.1-9+b1 [263 kB]
Get:106 http://deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
Get:107 http://deb.debian.org/debian buster/main amd64 python3-cryptography amd64 2.6.1-3+deb10u2 [219 kB]
Get:108 http://deb.debian.org/debian buster/main amd64 python3-dbus amd64 1.2.8-3 [103 kB]
Get:109 http://deb.debian.org/debian buster/main amd64 python3.7-dev amd64 3.7.3-2+deb10u3 [510 kB]
Get:110 http://deb.debian.org/debian buster/main amd64 python3-dev amd64 3.7.3-1 [1264 B]
Get:111 http://deb.debian.org/debian buster/main amd64 python3-entrypoints all 0.3-1 [5508 B]
Get:112 http://deb.debian.org/debian buster/main amd64 python3-gi amd64 3.30.4-1 [180 kB]
Get:113 http://deb.debian.org/debian buster/main amd64 python3-secretstorage all 2.3.1-2 [14.2 kB]
Get:114 http://deb.debian.org/debian buster/main amd64 python3-keyring all 17.1.1-1 [43.1 kB]
Get:115 http://deb.debian.org/debian buster/main amd64 python3-keyrings.alt all 3.1.1-1 [18.2 kB]
Get:116 http://deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB]
Get:117 http://deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB]
Get:118 http://deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB]
Get:119 http://deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB]
Get:120 http://deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-5 [35.9 kB]
Get:121 http://deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
Get:122 http://deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 139 MB in 1s (105 MB/s)
Selecting previously unselected package perl-modules-5.28.
(Reading database ... 
Preparing to unpack .../0-perl-modules-5.28_5.28.1-6+deb10u1_all.deb ...
Unpacking perl-modules-5.28 (5.28.1-6+deb10u1) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../1-libgdbm6_1.18.1-4_amd64.deb ...
Unpacking libgdbm6:amd64 (1.18.1-4) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../2-libgdbm-compat4_1.18.1-4_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.18.1-4) ...
Selecting previously unselected package libperl5.28:amd64.
Preparing to unpack .../3-libperl5.28_5.28.1-6+deb10u1_amd64.deb ...
Unpacking libperl5.28:amd64 (5.28.1-6+deb10u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../4-perl_5.28.1-6+deb10u1_amd64.deb ...
Unpacking perl (5.28.1-6+deb10u1) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../5-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-3+b4) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../6-libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../7-libexpat1_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../8-python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7-minimal (3.7.3-2+deb10u3) ...
Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ...
Setting up libexpat1:amd64 (2.2.6-2+deb10u1) ...
Setting up python3.7-minimal (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
Preparing to unpack .../0-python3-minimal_3.7.3-1_amd64.deb ...
Unpacking python3-minimal (3.7.3-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-5) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.27.2-3+deb10u1_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../6-libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../7-python3.7_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.7.3-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up python3-minimal (3.7.3-1) ...
Selecting previously unselected package python3.
(Reading database ... 
Preparing to unpack .../000-python3_3.7.3-1_amd64.deb ...
Unpacking python3 (3.7.3-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../001-netbase_5.6_all.deb ...
Unpacking netbase (5.6) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../002-bzip2_1.0.6-9.2~deb10u1_amd64.deb ...
Unpacking bzip2 (1.0.6-9.2~deb10u1) ...
Selecting previously unselected package libapparmor1:amd64.
Preparing to unpack .../003-libapparmor1_2.13.2-10_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.2-10) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../004-libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../005-dbus_1.12.20-0+deb10u1_amd64.deb ...
Unpacking dbus (1.12.20-0+deb10u1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../006-libmagic-mgc_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking libmagic-mgc (1:5.35-4+deb10u2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../007-libmagic1_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.35-4+deb10u2) ...
Selecting previously unselected package file.
Preparing to unpack .../008-file_1%3a5.35-4+deb10u2_amd64.deb ...
Unpacking file (1:5.35-4+deb10u2) ...
Selecting previously unselected package manpages.
Preparing to unpack .../009-manpages_4.16-2_all.deb ...
Unpacking manpages (4.16-2) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../010-xz-utils_5.2.4-1_amd64.deb ...
Unpacking xz-utils (5.2.4-1) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../011-binutils-common_2.31.1-16_amd64.deb ...
Unpacking binutils-common:amd64 (2.31.1-16) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../012-libbinutils_2.31.1-16_amd64.deb ...
Unpacking libbinutils:amd64 (2.31.1-16) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../013-binutils-x86-64-linux-gnu_2.31.1-16_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.31.1-16) ...
Selecting previously unselected package binutils.
Preparing to unpack .../014-binutils_2.31.1-16_amd64.deb ...
Unpacking binutils (2.31.1-16) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../015-libc-dev-bin_2.28-10_amd64.deb ...
Unpacking libc-dev-bin (2.28-10) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../016-linux-libc-dev_4.19.194-2_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.19.194-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../017-libc6-dev_2.28-10_amd64.deb ...
Unpacking libc6-dev:amd64 (2.28-10) ...
Selecting previously unselected package libisl19:amd64.
Preparing to unpack .../018-libisl19_0.20-2_amd64.deb ...
Unpacking libisl19:amd64 (0.20-2) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../019-libmpfr6_4.0.2-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.0.2-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../020-libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../021-cpp-8_8.3.0-6_amd64.deb ...
Unpacking cpp-8 (8.3.0-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../022-cpp_4%3a8.3.0-1_amd64.deb ...
Unpacking cpp (4:8.3.0-1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../023-libcc1-0_8.3.0-6_amd64.deb ...
Unpacking libcc1-0:amd64 (8.3.0-6) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../024-libgomp1_8.3.0-6_amd64.deb ...
Unpacking libgomp1:amd64 (8.3.0-6) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../025-libitm1_8.3.0-6_amd64.deb ...
Unpacking libitm1:amd64 (8.3.0-6) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../026-libatomic1_8.3.0-6_amd64.deb ...
Unpacking libatomic1:amd64 (8.3.0-6) ...
Selecting previously unselected package libasan5:amd64.
Preparing to unpack .../027-libasan5_8.3.0-6_amd64.deb ...
Unpacking libasan5:amd64 (8.3.0-6) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../028-liblsan0_8.3.0-6_amd64.deb ...
Unpacking liblsan0:amd64 (8.3.0-6) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../029-libtsan0_8.3.0-6_amd64.deb ...
Unpacking libtsan0:amd64 (8.3.0-6) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../030-libubsan1_8.3.0-6_amd64.deb ...
Unpacking libubsan1:amd64 (8.3.0-6) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../031-libmpx2_8.3.0-6_amd64.deb ...
Unpacking libmpx2:amd64 (8.3.0-6) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../032-libquadmath0_8.3.0-6_amd64.deb ...
Unpacking libquadmath0:amd64 (8.3.0-6) ...
Selecting previously unselected package libgcc-8-dev:amd64.
Preparing to unpack .../033-libgcc-8-dev_8.3.0-6_amd64.deb ...
Unpacking libgcc-8-dev:amd64 (8.3.0-6) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../034-gcc-8_8.3.0-6_amd64.deb ...
Unpacking gcc-8 (8.3.0-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../035-gcc_4%3a8.3.0-1_amd64.deb ...
Unpacking gcc (4:8.3.0-1) ...
Selecting previously unselected package libstdc++-8-dev:amd64.
Preparing to unpack .../036-libstdc++-8-dev_8.3.0-6_amd64.deb ...
Unpacking libstdc++-8-dev:amd64 (8.3.0-6) ...
Selecting previously unselected package g++-8.
Preparing to unpack .../037-g++-8_8.3.0-6_amd64.deb ...
Unpacking g++-8 (8.3.0-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../038-g++_4%3a8.3.0-1_amd64.deb ...
Unpacking g++ (4:8.3.0-1) ...
Selecting previously unselected package make.
Preparing to unpack .../039-make_4.2.1-1.2_amd64.deb ...
Unpacking make (4.2.1-1.2) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../040-libdpkg-perl_1.19.7_all.deb ...
Unpacking libdpkg-perl (1.19.7) ...
Selecting previously unselected package patch.
Preparing to unpack .../041-patch_2.7.6-3+deb10u1_amd64.deb ...
Unpacking patch (2.7.6-3+deb10u1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../042-dpkg-dev_1.19.7_all.deb ...
Unpacking dpkg-dev (1.19.7) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../043-build-essential_12.6_amd64.deb ...
Unpacking build-essential (12.6) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../044-python3-lib2to3_3.7.3-1_all.deb ...
Unpacking python3-lib2to3 (3.7.3-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../045-python3-distutils_3.7.3-1_all.deb ...
Unpacking python3-distutils (3.7.3-1) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../046-dh-python_3.20190308_all.deb ...
Unpacking dh-python (3.20190308) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../047-libassuan0_2.5.2-1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.2-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../048-gpgconf_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gpgconf (2.2.12-1+deb10u1) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../049-libksba8_1.3.5-2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../050-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../051-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../052-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../053-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../054-libnpth0_1.6-1_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-1) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../055-dirmngr_2.2.12-1+deb10u1_amd64.deb ...
Unpacking dirmngr (2.2.12-1+deb10u1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../056-libfakeroot_1.23-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.23-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../057-fakeroot_1.23-1_amd64.deb ...
Unpacking fakeroot (1.23-1) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../058-libglib2.0-0_2.58.3-2+deb10u3_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../059-libgirepository-1.0-1_1.58.3-2_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.58.3-2) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../060-gir1.2-glib-2.0_1.58.3-2_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.58.3-2) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../061-gnupg-l10n_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg-l10n (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../062-gnupg-utils_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gnupg-utils (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../063-gpg_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gpg (2.2.12-1+deb10u1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../064-pinentry-curses_1.1.0-2_amd64.deb ...
Unpacking pinentry-curses (1.1.0-2) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../065-gpg-agent_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gpg-agent (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../066-gpg-wks-client_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gpg-wks-client (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../067-gpg-wks-server_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gpg-wks-server (2.2.12-1+deb10u1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../068-gpgsm_2.2.12-1+deb10u1_amd64.deb ...
Unpacking gpgsm (2.2.12-1+deb10u1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../069-gnupg_2.2.12-1+deb10u1_all.deb ...
Unpacking gnupg (2.2.12-1+deb10u1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../070-libalgorithm-diff-perl_1.19.03-2_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-2) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../071-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../072-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../073-libexpat1-dev_2.2.6-2+deb10u1_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.6-2+deb10u1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../074-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../075-libglib2.0-data_2.58.3-2+deb10u3_all.deb ...
Unpacking libglib2.0-data (2.58.3-2+deb10u3) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../076-libicu63_63.1-6+deb10u1_amd64.deb ...
Unpacking libicu63:amd64 (63.1-6+deb10u1) ...
Selecting previously unselected package libpython3.7:amd64.
Preparing to unpack .../077-libpython3.7_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3.7-dev:amd64.
Preparing to unpack .../078-libpython3.7-dev_3.7.3-2+deb10u3_amd64.deb ...
Unpacking libpython3.7-dev:amd64 (3.7.3-2+deb10u3) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../079-libpython3-dev_3.7.3-1_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.7.3-1) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../080-libsasl2-modules_2.1.27+dfsg-1+deb10u1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u1) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../081-libxml2_2.9.4+dfsg1-7+deb10u2_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../082-manpages-dev_4.16-2_all.deb ...
Unpacking manpages-dev (4.16-2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../083-python-pip-whl_18.1-5_all.deb ...
Unpacking python-pip-whl (18.1-5) ...
Selecting previously unselected package python3-asn1crypto.
Preparing to unpack .../084-python3-asn1crypto_0.24.0-1_all.deb ...
Unpacking python3-asn1crypto (0.24.0-1) ...
Selecting previously unselected package python3-cffi-backend.
Preparing to unpack .../085-python3-cffi-backend_1.12.2-1_amd64.deb ...
Unpacking python3-cffi-backend (1.12.2-1) ...
Selecting previously unselected package python3-crypto.
Preparing to unpack .../086-python3-crypto_2.6.1-9+b1_amd64.deb ...
Unpacking python3-crypto (2.6.1-9+b1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../087-python3-six_1.12.0-1_all.deb ...
Unpacking python3-six (1.12.0-1) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../088-python3-cryptography_2.6.1-3+deb10u2_amd64.deb ...
Unpacking python3-cryptography (2.6.1-3+deb10u2) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../089-python3-dbus_1.2.8-3_amd64.deb ...
Unpacking python3-dbus (1.2.8-3) ...
Selecting previously unselected package python3.7-dev.
Preparing to unpack .../090-python3.7-dev_3.7.3-2+deb10u3_amd64.deb ...
Unpacking python3.7-dev (3.7.3-2+deb10u3) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../091-python3-dev_3.7.3-1_amd64.deb ...
Unpacking python3-dev (3.7.3-1) ...
Selecting previously unselected package python3-entrypoints.
Preparing to unpack .../092-python3-entrypoints_0.3-1_all.deb ...
Unpacking python3-entrypoints (0.3-1) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../093-python3-gi_3.30.4-1_amd64.deb ...
Unpacking python3-gi (3.30.4-1) ...
Selecting previously unselected package python3-secretstorage.
Preparing to unpack .../094-python3-secretstorage_2.3.1-2_all.deb ...
Unpacking python3-secretstorage (2.3.1-2) ...
Selecting previously unselected package python3-keyring.
Preparing to unpack .../095-python3-keyring_17.1.1-1_all.deb ...
Unpacking python3-keyring (17.1.1-1) ...
Selecting previously unselected package python3-keyrings.alt.
Preparing to unpack .../096-python3-keyrings.alt_3.1.1-1_all.deb ...
Unpacking python3-keyrings.alt (3.1.1-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../097-python3-pip_18.1-5_all.deb ...
Unpacking python3-pip (18.1-5) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../098-python3-pkg-resources_40.8.0-1_all.deb ...
Unpacking python3-pkg-resources (40.8.0-1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../099-python3-setuptools_40.8.0-1_all.deb ...
Unpacking python3-setuptools (40.8.0-1) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../100-python3-wheel_0.32.3-2_all.deb ...
Unpacking python3-wheel (0.32.3-2) ...
Selecting previously unselected package python3-xdg.
Preparing to unpack .../101-python3-xdg_0.25-5_all.deb ...
Unpacking python3-xdg (0.25-5) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../102-shared-mime-info_1.10-1_amd64.deb ...
Unpacking shared-mime-info (1.10-1) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../103-xdg-user-dirs_0.17-2_amd64.deb ...
Unpacking xdg-user-dirs (0.17-2) ...
Setting up perl-modules-5.28 (5.28.1-6+deb10u1) ...
Setting up libksba8:amd64 (1.3.5-2) ...
Setting up libapparmor1:amd64 (2.13.2-10) ...
Setting up mime-support (3.62) ...
Setting up xdg-user-dirs (0.17-2) ...
Setting up libmagic-mgc (1:5.35-4+deb10u2) ...
Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u3) ...
No schema files found: doing nothing.
Setting up manpages (4.16-2) ...
Setting up libsqlite3-0:amd64 (3.27.2-3+deb10u1) ...
Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1+deb10u1) ...
Setting up binutils-common:amd64 (2.31.1-16) ...
Setting up libmagic1:amd64 (1:5.35-4+deb10u2) ...
Setting up linux-libc-dev:amd64 (4.19.194-2) ...
Setting up libnpth0:amd64 (1.6-1) ...
Setting up file (1:5.35-4+deb10u2) ...
Setting up libassuan0:amd64 (2.5.2-1) ...
Setting up libgomp1:amd64 (8.3.0-6) ...
Setting up bzip2 (1.0.6-9.2~deb10u1) ...
Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ...
Setting up libicu63:amd64 (63.1-6+deb10u1) ...
Setting up libfakeroot:amd64 (1.23-1) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ...
Setting up fakeroot (1.23-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
Setting up libasan5:amd64 (8.3.0-6) ...
Setting up libglib2.0-data (2.58.3-2+deb10u3) ...
Setting up make (4.2.1-1.2) ...
Setting up libmpfr6:amd64 (4.0.2-1) ...
Setting up gnupg-l10n (2.2.12-1+deb10u1) ...
Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ...
Setting up dbus (1.12.20-0+deb10u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up xz-utils (5.2.4-1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libquadmath0:amd64 (8.3.0-6) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up libatomic1:amd64 (8.3.0-6) ...
Setting up patch (2.7.6-3+deb10u1) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ...
Setting up libmpx2:amd64 (8.3.0-6) ...
Setting up libubsan1:amd64 (8.3.0-6) ...
Setting up libisl19:amd64 (0.20-2) ...
Setting up libgirepository-1.0-1:amd64 (1.58.3-2) ...
Setting up netbase (5.6) ...
Setting up python-pip-whl (18.1-5) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up libbinutils:amd64 (2.31.1-16) ...
Setting up cpp-8 (8.3.0-6) ...
Setting up libc-dev-bin (2.28-10) ...
Setting up readline-common (7.0-5) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u2) ...
Setting up libcc1-0:amd64 (8.3.0-6) ...
Setting up liblocale-gettext-perl (1.07-3+b4) ...
Setting up liblsan0:amd64 (8.3.0-6) ...
Setting up libitm1:amd64 (8.3.0-6) ...
Setting up libreadline7:amd64 (7.0-5) ...
Setting up libgdbm6:amd64 (1.18.1-4) ...
Setting up gnupg-utils (2.2.12-1+deb10u1) ...
Setting up binutils-x86-64-linux-gnu (2.31.1-16) ...
Setting up libtsan0:amd64 (8.3.0-6) ...
Setting up pinentry-curses (1.1.0-2) ...
Setting up manpages-dev (4.16-2) ...
Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ...
Setting up libpython3.7:amd64 (3.7.3-2+deb10u3) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ...
Setting up binutils (2.31.1-16) ...
Setting up shared-mime-info (1.10-1) ...
Setting up libgdbm-compat4:amd64 (1.18.1-4) ...
Setting up gir1.2-glib-2.0:amd64 (1.58.3-2) ...
Setting up libgcc-8-dev:amd64 (8.3.0-6) ...
Setting up libperl5.28:amd64 (5.28.1-6+deb10u1) ...
Setting up cpp (4:8.3.0-1) ...
Setting up gpgconf (2.2.12-1+deb10u1) ...
Setting up libc6-dev:amd64 (2.28-10) ...
Setting up gpg (2.2.12-1+deb10u1) ...
Setting up libpython3-stdlib:amd64 (3.7.3-1) ...
Setting up libstdc++-8-dev:amd64 (8.3.0-6) ...
Setting up python3.7 (3.7.3-2+deb10u3) ...
Setting up gcc-8 (8.3.0-6) ...
Setting up gpg-agent (2.2.12-1+deb10u1) ...
Setting up gpgsm (2.2.12-1+deb10u1) ...
Setting up python3 (3.7.3-1) ...
running python rtupdate hooks for python3.7...
running python post-rtupdate hooks for python3.7...
Setting up python3-xdg (0.25-5) ...
Setting up python3-wheel (0.32.3-2) ...
Setting up gcc (4:8.3.0-1) ...
Setting up python3-six (1.12.0-1) ...
Setting up dirmngr (2.2.12-1+deb10u1) ...
Setting up perl (5.28.1-6+deb10u1) ...
Setting up libexpat1-dev:amd64 (2.2.6-2+deb10u1) ...
Setting up python3-gi (3.30.4-1) ...
Setting up libdpkg-perl (1.19.7) ...
Setting up gpg-wks-server (2.2.12-1+deb10u1) ...
Setting up g++-8 (8.3.0-6) ...
Setting up python3-crypto (2.6.1-9+b1) ...
Setting up python3-lib2to3 (3.7.3-1) ...
Setting up python3-asn1crypto (0.24.0-1) ...
Setting up python3-cffi-backend (1.12.2-1) ...
Setting up python3-pkg-resources (40.8.0-1) ...
Setting up python3-entrypoints (0.3-1) ...
Setting up python3-distutils (3.7.3-1) ...
Setting up dh-python (3.20190308) ...
Setting up python3-dbus (1.2.8-3) ...
Setting up python3-setuptools (40.8.0-1) ...
Setting up gpg-wks-client (2.2.12-1+deb10u1) ...
Setting up libfile-fcntllock-perl (0.22-3+b5) ...
Setting up libalgorithm-diff-perl (1.19.03-2) ...
Setting up libpython3.7-dev:amd64 (3.7.3-2+deb10u3) ...
Setting up python3.7-dev (3.7.3-2+deb10u3) ...
Setting up dpkg-dev (1.19.7) ...
Setting up python3-cryptography (2.6.1-3+deb10u2) ...
Setting up python3-pip (18.1-5) ...
Setting up g++ (4:8.3.0-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up python3-keyrings.alt (3.1.1-1) ...
Setting up gnupg (2.2.12-1+deb10u1) ...
Setting up build-essential (12.6) ...
Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libpython3-dev:amd64 (3.7.3-1) ...
Setting up python3-secretstorage (2.3.1-2) ...
Setting up python3-dev (3.7.3-1) ...
Setting up python3-keyring (17.1.1-1) ...
Processing triggers for libc-bin (2.28-10) ...
Removing intermediate container 2119928b6ca6
 ---> 682a5795bb61
Step 17/21 : RUN echo OIVAS7572 | sudo -S apt install python3-pip -y
 ---> Running in 96dce733af2c
[sudo] password for OIVAS7572: 
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
python3-pip is already the newest version (18.1-5).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Removing intermediate container 96dce733af2c
 ---> 63b49c5b2c7e
Step 18/21 : COPY requirements.txt .
 ---> e69ac28f5ea7
Step 19/21 : RUN echo OIVAS7572 | sudo -S python3 -m pip install --no-cache-dir -r requirements.txt
 ---> Running in 51c3d5637588
[sudo] password for OIVAS7572: Collecting certifi==2020.12.05 (from -r requirements.txt (line 1))
  Downloading https://files.pythonhosted.org/packages/5e/a0/5f06e1e1d463903cf0c0eebeb751791119ed7a4b3737fdc9a77f1cdfb51f/certifi-2020.12.5-py2.py3-none-any.whl (147kB)
Collecting chardet==4.0.0 (from -r requirements.txt (line 2))
  Downloading https://files.pythonhosted.org/packages/19/c7/fa589626997dd07bd87d9269342ccb74b1720384a4d739a1872bd84fbe68/chardet-4.0.0-py2.py3-none-any.whl (178kB)
Collecting idna==2.10 (from -r requirements.txt (line 3))
  Downloading https://files.pythonhosted.org/packages/a2/38/928ddce2273eaa564f6f50de919327bf3a00f091b5baba8dfa9460f3a8a8/idna-2.10-py2.py3-none-any.whl (58kB)
Collecting chess==1.5.0 (from -r requirements.txt (line 4))
  Downloading https://files.pythonhosted.org/packages/b6/d4/1dbcc3f009c3465752e0984fcb6072ab7930cb9de4153b8fb26c1cd01386/chess-1.5.0-py3-none-any.whl (144kB)
Collecting PyYAML>=5.4.1 (from -r requirements.txt (line 5))
  Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB)
Collecting requests>=2.25.1 (from -r requirements.txt (line 6))
  Downloading https://files.pythonhosted.org/packages/29/c1/24814557f1d22c56d50280771a17307e6bf87b70727d975fd6b2ce6b014a/requests-2.25.1-py2.py3-none-any.whl (61kB)
Collecting urllib3==1.26.4 (from -r requirements.txt (line 7))
  Downloading https://files.pythonhosted.org/packages/09/c6/d3e3abe5b4f4f16cf0dfc9240ab7ce10c2baa0e268989a4e3ec19e90c84e/urllib3-1.26.4-py2.py3-none-any.whl (153kB)
Collecting backoff==1.10.0 (from -r requirements.txt (line 8))
  Downloading https://files.pythonhosted.org/packages/f0/32/c5dd4f4b0746e9ec05ace2a5045c1fc375ae67ee94355344ad6c7005fd87/backoff-1.10.0-py2.py3-none-any.whl
Installing collected packages: certifi, chardet, idna, chess, PyYAML, urllib3, requests, backoff
Successfully installed PyYAML-5.4.1 backoff-1.10.0 certifi-2020.12.5 chardet-4.0.0 chess-1.5.0 idna-2.10 requests-2.25.1 urllib3-1.26.4
Removing intermediate container 51c3d5637588
 ---> 35c33d9933af
Step 20/21 : RUN echo OIVAS7572 | sudo -S chmod +x stockfishmodern
 ---> Running in 13031af176c2
[sudo] password for OIVAS7572: chmod: cannot access 'stockfishmodern': No such file or directory
The command '/bin/sh -c echo OIVAS7572 | sudo -S chmod +x stockfishmodern' returned a non-zero code: 1

Support Lc0

correct me if i am wrong, but shouldnt there be an Lc0 file inside the engines file, Lc0 is a very popular engine that i am pretty sure is possible to use deployed via heroku fo a lichess bot

The Bot is not coming online.

I made a lc0 bot with lc0 engine but it is not coming . I used https://github.com/OIVAS7572/lichess-bot/tree/lczero . When i turn on worker, even though it is not coming.

    .   _/|
    .  // o\
    .  || ._)  lichess-bot 1.2.0
    .  //__\
    .  )___(   Play on Lichess with a bot

Backing off api_get(...) for 0.1s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3f60>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.0s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3c18>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.0s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3fd0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.1s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3f28>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.0s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3e80>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.0s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d34e0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.0s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d36a0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Backing off api_get(...) for 0.1s (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3a20>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Giving up api_get(...) after 9 tries (requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution')))
Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 170, in _new_conn
    (self._dns_host, self.port), self.timeout, **extra_kw
  File "/usr/local/lib/python3.7/dist-packages/urllib3/util/connection.py", line 73, in create_connection
    for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
  File "/usr/lib/python3.7/socket.py", line 748, in getaddrinfo
    for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 706, in urlopen
    chunked=chunked,
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 382, in _make_request
    self._validate_conn(conn)
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
    conn.connect()
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 353, in connect
    conn = self._new_conn()
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connection.py", line 182, in _new_conn
    self, "Failed to establish a new connection: %s" % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x7fc95f7d3d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 449, in send
    timeout=timeout
  File "/usr/local/lib/python3.7/dist-packages/urllib3/connectionpool.py", line 756, in urlopen
    method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
  File "/usr/local/lib/python3.7/dist-packages/urllib3/util/retry.py", line 574, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "lichess-bot.py", line 440, in <module>
    user_profile = li.get_profile()
  File "/lichess.py", line 92, in get_profile
    profile = self.api_get(ENDPOINTS["profile"])
  File "/usr/local/lib/python3.7/dist-packages/backoff/_sync.py", line 94, in retry
    ret = target(*args, **kwargs)
  File "/lichess.py", line 46, in api_get
    response = self.session.get(url, timeout=2)
  File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 555, in get
    return self.request('GET', url, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 542, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 655, in send
    r = adapter.send(request, **kwargs)
  File "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7fc95f7d3d68>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))

the bot fails to start game

2021-07-07T02:45:08.268993+00:00 app[worker.1]: File "/usr/local/lib/python3.7/dist-packages/yaml/parser.py", line 98, in check_event
2021-07-07T02:45:08.268993+00:00 app[worker.1]: self.current_event = self.state()
2021-07-07T02:45:08.268994+00:00 app[worker.1]: File "/usr/local/lib/python3.7/dist-packages/yaml/parser.py", line 439, in parse_block_mapping_key
2021-07-07T02:45:08.268996+00:00 app[worker.1]: "expected , but found %r" % token.id, token.start_mark)
2021-07-07T02:45:08.268997+00:00 app[worker.1]: yaml.parser.ParserError: while parsing a block mapping
2021-07-07T02:45:08.268997+00:00 app[worker.1]: in "./config.yml", line 5, column 3
2021-07-07T02:45:08.268997+00:00 app[worker.1]: expected , but found ''
2021-07-07T02:45:08.268998+00:00 app[worker.1]: in "./config.yml", line 29, column 5
2021-07-07T02:45:08.391568+00:00 heroku[worker.1]: Process exited with status 0
2021-07-07T02:45:08.544053+00:00 heroku[worker.1]: State changed from up to crashed
how can it be start fast ? and it strong

Engine Terminated Error

2021-12-18T04:32:46.192726+00:00 app[worker.1]: 2021-12-18 04:32:46,192: �[94m Backing off create_engine(...) for 1.9s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 1))�[0m
2021-12-18T04:32:48.074915+00:00 app[worker.1]: 2021-12-18 04:32:48,074: �[94m Backing off create_engine(...) for 2.5s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 1))�[0m
2021-12-18T04:32:50.571316+00:00 app[worker.1]: 2021-12-18 04:32:50,571: �[94m Backing off create_engine(...) for 6.1s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 1))�[0m
2021-12-18T04:32:56.676714+00:00 app[worker.1]: 2021-12-18 04:32:56,676: �[94m Backing off create_engine(...) for 11.1s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: 1))�[0m

I use this link in Dockerfile as suggested in the manual:
http://abrok.eu/stockfish/latest/linux/stockfish_x64_modern.zip
So i had to change it back to stockfish14.1...Got no idea why it happens..I'm using Heroku btw

error

=== Fetching app code
=== Building worker (Dockerfile)
Sending build context to Docker daemon 942.6kBStep 1/13 : FROM debian:bullseye-slim
bullseye-slim: Pulling from library/debian
99046ad9247f: Pulling fs layer
99046ad9247f: Verifying Checksum
99046ad9247f: Download complete
99046ad9247f: Pull complete
Digest: sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437
Status: Downloaded newer image for debian:bullseye-slim
---> 1e40bc10bc1f
Step 2/13 : MAINTAINER OIVAS7572
---> Running in c03b1e8e75ec
Removing intermediate container c03b1e8e75ec
---> e3433dc2a9c4
Step 3/13 : RUN echo OIVAS7572
---> Running in dd40396e3e42
OIVAS7572
Removing intermediate container dd40396e3e42
---> 0cb282994f0b
Step 4/13 : CMD echo OIVAS7572
---> Running in d8af62c9fd14
Removing intermediate container d8af62c9fd14
---> 3331b0eed4bf
Step 5/13 : COPY . .
---> da60139f3661
Step 6/13 : RUN apt-get update && apt-get install -y wget python3 python3-pip p7zip-full
---> Running in 96f4a0720127
Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB]
Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB]
Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [27.0 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB]
Fetched 8398 kB in 1s (6273 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2
ca-certificates cpp cpp-10 dirmngr dpkg-dev fakeroot fontconfig-config
fonts-dejavu-core g++ g++-10 gcc gcc-10 gnupg gnupg-l10n gnupg-utils gpg
gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan6 libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
libdeflate0 libdpkg-perl libexpat1 libexpat1-dev libfakeroot
libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-10-dev libgd3
libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23 libitm1 libjbig0
libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore libksba8
libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3
libmpdec3 libmpfr6 libncursesw6 libnpth0 libnsl-dev libperl5.32 libpng16-16
libpsl5 libpython3-dev libpython3-stdlib libpython3.9 libpython3.9-dev
libpython3.9-minimal libpython3.9-stdlib libquadmath0 libreadline8
libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0
libstdc++-10-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6
libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 linux-libc-dev make manpages
manpages-dev media-types netbase openssl p7zip patch perl perl-modules-5.32
pinentry-curses publicsuffix python-pip-whl python3-dev python3-distutils
python3-lib2to3 python3-minimal python3-pkg-resources python3-setuptools
python3-wheel python3.9 python3.9-dev python3.9-minimal readline-common
sensible-utils ucf xz-utils zlib1g-dev
Suggested packages:
binutils-doc bzip2-doc cpp-doc gcc-10-locales dbus-user-session
libpam-systemd pinentry-gnome3 tor debian-keyring g++-multilib
g++-10-multilib gcc-10-doc gcc-multilib autoconf automake libtool flex bison
gdb gcc-doc gcc-10-multilib parcimonie xloadimage scdaemon apache2
| lighttpd | httpd glibc-doc git bzr libgd-tools gdbm-l10n gpm
libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
libstdc++-10-doc make-doc man-browser p7zip-rar ed diffutils-doc perl-doc
libterm-readline-gnu-perl | libterm-readline-perl-perl
libtap-harness-archive-perl pinentry-doc python3-doc python3-tk python3-venv
python-setuptools-doc python3.9-venv python3.9-doc binfmt-support
readline-doc
The following NEW packages will be installed:
binutils binutils-common binutils-x86-64-linux-gnu build-essential bzip2
ca-certificates cpp cpp-10 dirmngr dpkg-dev fakeroot fontconfig-config
fonts-dejavu-core g++ g++-10 gcc gcc-10 gnupg gnupg-l10n gnupg-utils gpg
gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm javascript-common
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libasan6 libassuan0 libatomic1 libbinutils libbrotli1 libbsd0 libc-dev-bin
libc-devtools libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0
libdeflate0 libdpkg-perl libexpat1 libexpat1-dev libfakeroot
libfile-fcntllock-perl libfontconfig1 libfreetype6 libgcc-10-dev libgd3
libgdbm-compat4 libgdbm6 libgomp1 libgpm2 libisl23 libitm1 libjbig0
libjpeg62-turbo libjs-jquery libjs-sphinxdoc libjs-underscore libksba8
libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 libmd0 libmpc3
libmpdec3 libmpfr6 libncursesw6 libnpth0 libnsl-dev libperl5.32 libpng16-16
libpsl5 libpython3-dev libpython3-stdlib libpython3.9 libpython3.9-dev
libpython3.9-minimal libpython3.9-stdlib libquadmath0 libreadline8
libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0
libstdc++-10-dev libtiff5 libtirpc-dev libtsan0 libubsan1 libwebp6 libx11-6
libx11-data libxau6 libxcb1 libxdmcp6 libxpm4 linux-libc-dev make manpages
manpages-dev media-types netbase openssl p7zip p7zip-full patch perl
perl-modules-5.32 pinentry-curses publicsuffix python-pip-whl python3
python3-dev python3-distutils python3-lib2to3 python3-minimal python3-pip
python3-pkg-resources python3-setuptools python3-wheel python3.9
python3.9-dev python3.9-minimal readline-common sensible-utils ucf wget
xz-utils zlib1g-dev
0 upgraded, 136 newly installed, 0 to remove and 0 not upgraded.
Need to get 107 MB of archives.
After this operation, 383 MB of additional disk space will be used.
Get:1 http://security.debian.org/debian-security bullseye-security/main amd64 perl-modules-5.32 all 5.32.1-4+deb11u1 [2823 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 libgdbm6 amd64 1.19-2 [64.9 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 libgdbm-compat4 amd64 1.19-2 [44.7 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB]
Get:5 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-minimal amd64 3.9.2-1 [801 kB]
Get:6 http://deb.debian.org/debian bullseye/main amd64 libexpat1 amd64 2.2.10-2 [96.9 kB]
Get:7 http://deb.debian.org/debian bullseye/main amd64 python3.9-minimal amd64 3.9.2-1 [1955 kB]
Get:8 http://security.debian.org/debian-security bullseye-security/main amd64 libperl5.32 amd64 5.32.1-4+deb11u1 [4098 kB]
Get:9 http://deb.debian.org/debian bullseye/main amd64 python3-minimal amd64 3.9.2-3 [38.2 kB]
Get:10 http://deb.debian.org/debian bullseye/main amd64 media-types all 4.0.0 [30.3 kB]
Get:11 http://deb.debian.org/debian bullseye/main amd64 libmpdec3 amd64 2.5.1-1 [87.7 kB]
Get:12 http://deb.debian.org/debian bullseye/main amd64 libncursesw6 amd64 6.2+20201114-2 [132 kB]
Get:13 http://deb.debian.org/debian bullseye/main amd64 readline-common all 8.1-1 [73.7 kB]
Get:14 http://deb.debian.org/debian bullseye/main amd64 libreadline8 amd64 8.1-1 [169 kB]
Get:15 http://deb.debian.org/debian bullseye/main amd64 libsqlite3-0 amd64 3.34.1-3 [797 kB]
Get:16 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-stdlib amd64 3.9.2-1 [1684 kB]
Get:17 http://security.debian.org/debian-security bullseye-security/main amd64 perl amd64 5.32.1-4+deb11u1 [293 kB]
Get:18 http://deb.debian.org/debian bullseye/main amd64 python3.9 amd64 3.9.2-1 [466 kB]
Get:19 http://deb.debian.org/debian bullseye/main amd64 libpython3-stdlib amd64 3.9.2-3 [21.4 kB]
Get:20 http://deb.debian.org/debian bullseye/main amd64 python3 amd64 3.9.2-3 [37.9 kB]
Get:21 http://deb.debian.org/debian bullseye/main amd64 netbase all 6.3 [19.9 kB]
Get:22 http://deb.debian.org/debian bullseye/main amd64 sensible-utils all 0.0.14 [14.8 kB]
Get:23 http://deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB]
Get:24 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1 [850 kB]
Get:25 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB]
Get:26 http://deb.debian.org/debian bullseye/main amd64 manpages all 5.10-1 [1412 kB]
Get:27 http://deb.debian.org/debian bullseye/main amd64 ucf all 3.0043 [74.0 kB]
Get:28 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB]
Get:29 http://deb.debian.org/debian bullseye/main amd64 wget amd64 1.21-1+b1 [964 kB]
Get:30 http://deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB]
Get:31 http://deb.debian.org/debian bullseye/main amd64 binutils-common amd64 2.35.2-2 [2220 kB]
Get:32 http://deb.debian.org/debian bullseye/main amd64 libbinutils amd64 2.35.2-2 [570 kB]
Get:33 http://deb.debian.org/debian bullseye/main amd64 libctf-nobfd0 amd64 2.35.2-2 [110 kB]
Get:34 http://deb.debian.org/debian bullseye/main amd64 libctf0 amd64 2.35.2-2 [53.2 kB]
Get:35 http://deb.debian.org/debian bullseye/main amd64 binutils-x86-64-linux-gnu amd64 2.35.2-2 [1809 kB]
Get:36 http://deb.debian.org/debian bullseye/main amd64 binutils amd64 2.35.2-2 [61.2 kB]
Get:37 http://deb.debian.org/debian bullseye/main amd64 libc-dev-bin amd64 2.31-13 [275 kB]
Get:38 http://deb.debian.org/debian bullseye/main amd64 linux-libc-dev amd64 5.10.46-4 [1362 kB]
Get:39 http://deb.debian.org/debian bullseye/main amd64 libcrypt-dev amd64 1:4.4.18-4 [104 kB]
Get:40 http://deb.debian.org/debian bullseye/main amd64 libtirpc-dev amd64 1.3.1-1 [190 kB]
Get:41 http://deb.debian.org/debian bullseye/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
Get:42 http://deb.debian.org/debian bullseye/main amd64 libc6-dev amd64 2.31-13 [2344 kB]
Get:43 http://deb.debian.org/debian bullseye/main amd64 libisl23 amd64 0.23-1 [676 kB]
Get:44 http://deb.debian.org/debian bullseye/main amd64 libmpfr6 amd64 4.1.0-3 [2012 kB]
Get:45 http://deb.debian.org/debian bullseye/main amd64 libmpc3 amd64 1.2.0-1 [45.0 kB]
Get:46 http://deb.debian.org/debian bullseye/main amd64 cpp-10 amd64 10.2.1-6 [8528 kB]
Get:47 http://deb.debian.org/debian bullseye/main amd64 cpp amd64 4:10.2.1-1 [19.7 kB]
Get:48 http://deb.debian.org/debian bullseye/main amd64 libcc1-0 amd64 10.2.1-6 [47.0 kB]
Get:49 http://deb.debian.org/debian bullseye/main amd64 libgomp1 amd64 10.2.1-6 [99.9 kB]
Get:50 http://deb.debian.org/debian bullseye/main amd64 libitm1 amd64 10.2.1-6 [25.8 kB]
Get:51 http://deb.debian.org/debian bullseye/main amd64 libatomic1 amd64 10.2.1-6 [9008 B]
Get:52 http://deb.debian.org/debian bullseye/main amd64 libasan6 amd64 10.2.1-6 [2065 kB]
Get:53 http://deb.debian.org/debian bullseye/main amd64 liblsan0 amd64 10.2.1-6 [828 kB]
Get:54 http://deb.debian.org/debian bullseye/main amd64 libtsan0 amd64 10.2.1-6 [2000 kB]
Get:55 http://deb.debian.org/debian bullseye/main amd64 libubsan1 amd64 10.2.1-6 [777 kB]
Get:56 http://deb.debian.org/debian bullseye/main amd64 libquadmath0 amd64 10.2.1-6 [145 kB]
Get:57 http://deb.debian.org/debian bullseye/main amd64 libgcc-10-dev amd64 10.2.1-6 [2328 kB]
Get:58 http://deb.debian.org/debian bullseye/main amd64 gcc-10 amd64 10.2.1-6 [17.0 MB]
Get:59 http://deb.debian.org/debian bullseye/main amd64 gcc amd64 4:10.2.1-1 [5192 B]
Get:60 http://deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev amd64 10.2.1-6 [1741 kB]
Get:61 http://deb.debian.org/debian bullseye/main amd64 g++-10 amd64 10.2.1-6 [9380 kB]
Get:62 http://deb.debian.org/debian bullseye/main amd64 g++ amd64 4:10.2.1-1 [1644 B]
Get:63 http://deb.debian.org/debian bullseye/main amd64 make amd64 4.3-4.1 [396 kB]
Get:64 http://deb.debian.org/debian bullseye/main amd64 libdpkg-perl all 1.20.9 [1537 kB]
Get:65 http://deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB]
Get:66 http://deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB]
Get:67 http://deb.debian.org/debian bullseye/main amd64 build-essential amd64 12.9 [7704 B]
Get:68 http://deb.debian.org/debian bullseye/main amd64 libassuan0 amd64 2.5.3-7.1 [50.5 kB]
Get:69 http://deb.debian.org/debian bullseye/main amd64 gpgconf amd64 2.2.27-2 [547 kB]
Get:70 http://deb.debian.org/debian bullseye/main amd64 libksba8 amd64 1.5.0-3 [123 kB]
Get:71 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB]
Get:72 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB]
Get:73 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB]
Get:74 http://deb.debian.org/debian bullseye/main amd64 libnpth0 amd64 1.6-3 [19.0 kB]
Get:75 http://deb.debian.org/debian bullseye/main amd64 dirmngr amd64 2.2.27-2 [762 kB]
Get:76 http://deb.debian.org/debian bullseye/main amd64 libfakeroot amd64 1.25.3-1.1 [47.0 kB]
Get:77 http://deb.debian.org/debian bullseye/main amd64 fakeroot amd64 1.25.3-1.1 [87.0 kB]
Get:78 http://deb.debian.org/debian bullseye/main amd64 fonts-dejavu-core all 2.37-2 [1069 kB]
Get:79 http://deb.debian.org/debian bullseye/main amd64 fontconfig-config all 2.13.1-4.2 [281 kB]
Get:80 http://deb.debian.org/debian bullseye/main amd64 gnupg-l10n all 2.2.27-2 [1084 kB]
Get:81 http://deb.debian.org/debian bullseye/main amd64 gnupg-utils amd64 2.2.27-2 [905 kB]
Get:82 http://deb.debian.org/debian bullseye/main amd64 gpg amd64 2.2.27-2 [927 kB]
Get:83 http://deb.debian.org/debian bullseye/main amd64 pinentry-curses amd64 1.1.0-4 [64.9 kB]
Get:84 http://deb.debian.org/debian bullseye/main amd64 gpg-agent amd64 2.2.27-2 [669 kB]
Get:85 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-client amd64 2.2.27-2 [523 kB]
Get:86 http://deb.debian.org/debian bullseye/main amd64 gpg-wks-server amd64 2.2.27-2 [516 kB]
Get:87 http://deb.debian.org/debian bullseye/main amd64 gpgsm amd64 2.2.27-2 [645 kB]
Get:88 http://deb.debian.org/debian bullseye/main amd64 gnupg all 2.2.27-2 [825 kB]
Get:89 http://deb.debian.org/debian bullseye/main amd64 javascript-common all 11+nmu1 [6260 B]
Get:90 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-perl all 1.201-1 [43.3 kB]
Get:91 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6+b1 [12.0 kB]
Get:92 http://deb.debian.org/debian bullseye/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
Get:93 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB]
Get:94 http://deb.debian.org/debian bullseye/main amd64 libmd0 amd64 1.0.3-3 [28.0 kB]
Get:95 http://deb.debian.org/debian bullseye/main amd64 libbsd0 amd64 0.11.3-1 [108 kB]
Get:96 http://deb.debian.org/debian bullseye/main amd64 libpng16-16 amd64 1.6.37-3 [294 kB]
Get:97 http://deb.debian.org/debian bullseye/main amd64 libfreetype6 amd64 2.10.4+dfsg-1 [418 kB]
Get:98 http://deb.debian.org/debian bullseye/main amd64 libfontconfig1 amd64 2.13.1-4.2 [347 kB]
Get:99 http://deb.debian.org/debian bullseye/main amd64 libjpeg62-turbo amd64 1:2.0.6-4 [151 kB]
Get:100 http://deb.debian.org/debian bullseye/main amd64 libdeflate0 amd64 1.7-1 [53.1 kB]
Get:101 http://deb.debian.org/debian bullseye/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:102 http://deb.debian.org/debian bullseye/main amd64 libwebp6 amd64 0.6.1-2.1 [258 kB]
Get:103 http://deb.debian.org/debian bullseye/main amd64 libtiff5 amd64 4.2.0-1 [289 kB]
Get:104 http://deb.debian.org/debian bullseye/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
Get:105 http://deb.debian.org/debian bullseye/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:106 http://deb.debian.org/debian bullseye/main amd64 libxcb1 amd64 1.14-3 [140 kB]
Get:107 http://deb.debian.org/debian bullseye/main amd64 libx11-data all 2:1.7.2-1 [311 kB]
Get:108 http://deb.debian.org/debian bullseye/main amd64 libx11-6 amd64 2:1.7.2-1 [772 kB]
Get:109 http://deb.debian.org/debian bullseye/main amd64 libxpm4 amd64 1:3.5.12-1 [49.1 kB]
Get:110 http://deb.debian.org/debian bullseye/main amd64 libgd3 amd64 2.3.0-2 [137 kB]
Get:111 http://deb.debian.org/debian bullseye/main amd64 libc-devtools amd64 2.31-13 [245 kB]
Get:112 http://deb.debian.org/debian bullseye/main amd64 libexpat1-dev amd64 2.2.10-2 [140 kB]
Get:113 http://deb.debian.org/debian bullseye/main amd64 libfile-fcntllock-perl amd64 0.22-3+b7 [35.5 kB]
Get:114 http://deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB]
Get:115 http://deb.debian.org/debian bullseye/main amd64 libjs-jquery all 3.5.1+dfsg+3.5.5-7 [315 kB]
Get:116 http://deb.debian.org/debian bullseye/main amd64 libjs-underscore all 1.9.1
dfsg-3 [100 kB]
Get:117 http://deb.debian.org/debian bullseye/main amd64 libjs-sphinxdoc all 3.4.3-2 [127 kB]
Get:118 http://deb.debian.org/debian bullseye/main amd64 libldap-common all 2.4.57+dfsg-3 [95.9 kB]
Get:119 http://deb.debian.org/debian bullseye/main amd64 libpython3.9 amd64 3.9.2-1 [1691 kB]
Get:120 http://deb.debian.org/debian bullseye/main amd64 libpython3.9-dev amd64 3.9.2-1 [4028 kB]
Get:121 http://deb.debian.org/debian bullseye/main amd64 libpython3-dev amd64 3.9.2-3 [21.7 kB]
Get:122 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2.1 [104 kB]
Get:123 http://deb.debian.org/debian bullseye/main amd64 manpages-dev all 5.10-1 [2309 kB]
Get:124 http://deb.debian.org/debian bullseye/main amd64 p7zip amd64 16.02+dfsg-8 [381 kB]
Get:125 http://deb.debian.org/debian bullseye/main amd64 p7zip-full amd64 16.02+dfsg-8 [1183 kB]
Get:126 http://deb.debian.org/debian bullseye/main amd64 publicsuffix all 20210108.1309-1 [121 kB]
Get:127 http://deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB]
Get:128 http://deb.debian.org/debian bullseye/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2 [190 kB]
Get:129 http://deb.debian.org/debian bullseye/main amd64 python3.9-dev amd64 3.9.2-1 [515 kB]
Get:130 http://deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB]
Get:131 http://deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB]
Get:132 http://deb.debian.org/debian bullseye/main amd64 python3-dev amd64 3.9.2-3 [24.8 kB]
Get:133 http://deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB]
Get:134 http://deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB]
Get:135 http://deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB]
Get:136 http://deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 107 MB in 1s (115 MB/s)
Selecting previously unselected package perl-modules-5.32.
(Reading database ... database ... 50%
Preparing to unpack .../0-perl-modules-5.32_5.32.1-4+deb11u1_all.deb ...
Unpacking perl-modules-5.32 (5.32.1-4+deb11u1) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../1-libgdbm6_1.19-2_amd64.deb ...
Unpacking libgdbm6:amd64 (1.19-2) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../2-libgdbm-compat4_1.19-2_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.19-2) ...
Selecting previously unselected package libperl5.32:amd64.
Preparing to unpack .../3-libperl5.32_5.32.1-4+deb11u1_amd64.deb ...
Unpacking libperl5.32:amd64 (5.32.1-4+deb11u1) ...
Selecting previously unselected package perl.
Preparing to unpack .../4-perl_5.32.1-4+deb11u1_amd64.deb ...
Unpacking perl (5.32.1-4+deb11u1) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../5-liblocale-gettext-perl_1.07-4+b1_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-4+b1) ...
Selecting previously unselected package libpython3.9-minimal:amd64.
Preparing to unpack .../6-libpython3.9-minimal_3.9.2-1_amd64.deb ...
Unpacking libpython3.9-minimal:amd64 (3.9.2-1) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../7-libexpat1_2.2.10-2_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.10-2) ...
Selecting previously unselected package python3.9-minimal.
Preparing to unpack .../8-python3.9-minimal_3.9.2-1_amd64.deb ...
Unpacking python3.9-minimal (3.9.2-1) ...
Setting up libpython3.9-minimal:amd64 (3.9.2-1) ...
Setting up libexpat1:amd64 (2.2.10-2) ...
Setting up python3.9-minimal (3.9.2-1) ...
Selecting previously unselected package python3-minimal.
(Reading database ...
Preparing to unpack .../0-python3-minimal_3.9.2-3_amd64.deb ...
Unpacking python3-minimal (3.9.2-3) ...
Selecting previously unselected package media-types.
Preparing to unpack .../1-media-types_4.0.0_all.deb ...
Unpacking media-types (4.0.0) ...
Selecting previously unselected package libmpdec3:amd64.
Preparing to unpack .../2-libmpdec3_2.5.1-1_amd64.deb ...
Unpacking libmpdec3:amd64 (2.5.1-1) ...
Selecting previously unselected package libncursesw6:amd64.
Preparing to unpack .../3-libncursesw6_6.2+20201114-2_amd64.deb ...
Unpacking libncursesw6:amd64 (6.2+20201114-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../4-readline-common_8.1-1_all.deb ...
Unpacking readline-common (8.1-1) ...
Selecting previously unselected package libreadline8:amd64.
Preparing to unpack .../5-libreadline8_8.1-1_amd64.deb ...
Unpacking libreadline8:amd64 (8.1-1) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../6-libsqlite3-0_3.34.1-3_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.34.1-3) ...
Selecting previously unselected package libpython3.9-stdlib:amd64.
Preparing to unpack .../7-libpython3.9-stdlib_3.9.2-1_amd64.deb ...
Unpacking libpython3.9-stdlib:amd64 (3.9.2-1) ...
Selecting previously unselected package python3.9.
Preparing to unpack .../8-python3.9_3.9.2-1_amd64.deb ...
Unpacking python3.9 (3.9.2-1) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../9-libpython3-stdlib_3.9.2-3_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.9.2-3) ...
Setting up python3-minimal (3.9.2-3) ...
Selecting previously unselected package python3.
(Reading database ...
Preparing to unpack .../000-python3_3.9.2-3_amd64.deb ...
Unpacking python3 (3.9.2-3) ...
Selecting previously unselected package netbase.
Preparing to unpack .../001-netbase_6.3_all.deb ...
Unpacking netbase (6.3) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../002-sensible-utils_0.0.14_all.deb ...
Unpacking sensible-utils (0.0.14) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../003-bzip2_1.0.8-4_amd64.deb ...
Unpacking bzip2 (1.0.8-4) ...
Selecting previously unselected package openssl.
Preparing to unpack .../004-openssl_1.1.1k-1_amd64.deb ...
Unpacking openssl (1.1.1k-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../005-ca-certificates_20210119_all.deb ...
Unpacking ca-certificates (20210119) ...
Selecting previously unselected package manpages.
Preparing to unpack .../006-manpages_5.10-1_all.deb ...
Unpacking manpages (5.10-1) ...
Selecting previously unselected package ucf.
Preparing to unpack .../007-ucf_3.0043_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0043) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../008-libpsl5_0.21.0-1.2_amd64.deb ...
Unpacking libpsl5:amd64 (0.21.0-1.2) ...
Selecting previously unselected package wget.
Preparing to unpack .../009-wget_1.21-1+b1_amd64.deb ...
Unpacking wget (1.21-1+b1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../010-xz-utils_5.2.5-2_amd64.deb ...
Unpacking xz-utils (5.2.5-2) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../011-binutils-common_2.35.2-2_amd64.deb ...
Unpacking binutils-common:amd64 (2.35.2-2) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../012-libbinutils_2.35.2-2_amd64.deb ...
Unpacking libbinutils:amd64 (2.35.2-2) ...
Selecting previously unselected package libctf-nobfd0:amd64.
Preparing to unpack .../013-libctf-nobfd0_2.35.2-2_amd64.deb ...
Unpacking libctf-nobfd0:amd64 (2.35.2-2) ...
Selecting previously unselected package libctf0:amd64.
Preparing to unpack .../014-libctf0_2.35.2-2_amd64.deb ...
Unpacking libctf0:amd64 (2.35.2-2) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../015-binutils-x86-64-linux-gnu_2.35.2-2_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.35.2-2) ...
Selecting previously unselected package binutils.
Preparing to unpack .../016-binutils_2.35.2-2_amd64.deb ...
Unpacking binutils (2.35.2-2) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../017-libc-dev-bin_2.31-13_amd64.deb ...
Unpacking libc-dev-bin (2.31-13) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../018-linux-libc-dev_5.10.46-4_amd64.deb ...
Unpacking linux-libc-dev:amd64 (5.10.46-4) ...
Selecting previously unselected package libcrypt-dev:amd64.
Preparing to unpack .../019-libcrypt-dev_1%3a4.4.18-4_amd64.deb ...
Unpacking libcrypt-dev:amd64 (1:4.4.18-4) ...
Selecting previously unselected package libtirpc-dev:amd64.
Preparing to unpack .../020-libtirpc-dev_1.3.1-1_amd64.deb ...
Unpacking libtirpc-dev:amd64 (1.3.1-1) ...
Selecting previously unselected package libnsl-dev:amd64.
Preparing to unpack .../021-libnsl-dev_1.3.0-2_amd64.deb ...
Unpacking libnsl-dev:amd64 (1.3.0-2) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../022-libc6-dev_2.31-13_amd64.deb ...
Unpacking libc6-dev:amd64 (2.31-13) ...
Selecting previously unselected package libisl23:amd64.
Preparing to unpack .../023-libisl23_0.23-1_amd64.deb ...
Unpacking libisl23:amd64 (0.23-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../024-libmpfr6_4.1.0-3_amd64.deb ...
Unpacking libmpfr6:amd64 (4.1.0-3) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../025-libmpc3_1.2.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.2.0-1) ...
Selecting previously unselected package cpp-10.
Preparing to unpack .../026-cpp-10_10.2.1-6_amd64.deb ...
Unpacking cpp-10 (10.2.1-6) ...
Selecting previously unselected package cpp.
Preparing to unpack .../027-cpp_4%3a10.2.1-1_amd64.deb ...
Unpacking cpp (4:10.2.1-1) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../028-libcc1-0_10.2.1-6_amd64.deb ...
Unpacking libcc1-0:amd64 (10.2.1-6) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../029-libgomp1_10.2.1-6_amd64.deb ...
Unpacking libgomp1:amd64 (10.2.1-6) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../030-libitm1_10.2.1-6_amd64.deb ...
Unpacking libitm1:amd64 (10.2.1-6) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../031-libatomic1_10.2.1-6_amd64.deb ...
Unpacking libatomic1:amd64 (10.2.1-6) ...
Selecting previously unselected package libasan6:amd64.
Preparing to unpack .../032-libasan6_10.2.1-6_amd64.deb ...
Unpacking libasan6:amd64 (10.2.1-6) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../033-liblsan0_10.2.1-6_amd64.deb ...
Unpacking liblsan0:amd64 (10.2.1-6) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../034-libtsan0_10.2.1-6_amd64.deb ...
Unpacking libtsan0:amd64 (10.2.1-6) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../035-libubsan1_10.2.1-6_amd64.deb ...
Unpacking libubsan1:amd64 (10.2.1-6) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../036-libquadmath0_10.2.1-6_amd64.deb ...
Unpacking libquadmath0:amd64 (10.2.1-6) ...
Selecting previously unselected package libgcc-10-dev:amd64.
Preparing to unpack .../037-libgcc-10-dev_10.2.1-6_amd64.deb ...
Unpacking libgcc-10-dev:amd64 (10.2.1-6) ...
Selecting previously unselected package gcc-10.
Preparing to unpack .../038-gcc-10_10.2.1-6_amd64.deb ...
Unpacking gcc-10 (10.2.1-6) ...
Selecting previously unselected package gcc.
Preparing to unpack .../039-gcc_4%3a10.2.1-1_amd64.deb ...
Unpacking gcc (4:10.2.1-1) ...
Selecting previously unselected package libstdc++-10-dev:amd64.
Preparing to unpack .../040-libstdc++-10-dev_10.2.1-6_amd64.deb ...
Unpacking libstdc++-10-dev:amd64 (10.2.1-6) ...
Selecting previously unselected package g++-10.
Preparing to unpack .../041-g++-10_10.2.1-6_amd64.deb ...
Unpacking g++-10 (10.2.1-6) ...
Selecting previously unselected package g++.
Preparing to unpack .../042-g++_4%3a10.2.1-1_amd64.deb ...
Unpacking g++ (4:10.2.1-1) ...
Selecting previously unselected package make.
Preparing to unpack .../043-make_4.3-4.1_amd64.deb ...
Unpacking make (4.3-4.1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../044-libdpkg-perl_1.20.9_all.deb ...
Unpacking libdpkg-perl (1.20.9) ...
Selecting previously unselected package patch.
Preparing to unpack .../045-patch_2.7.6-7_amd64.deb ...
Unpacking patch (2.7.6-7) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../046-dpkg-dev_1.20.9_all.deb ...
Unpacking dpkg-dev (1.20.9) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../047-build-essential_12.9_amd64.deb ...
Unpacking build-essential (12.9) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../048-libassuan0_2.5.3-7.1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.3-7.1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../049-gpgconf_2.2.27-2_amd64.deb ...
Unpacking gpgconf (2.2.27-2) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../050-libksba8_1.5.0-3_amd64.deb ...
Unpacking libksba8:amd64 (1.5.0-3) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../051-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../052-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../053-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../054-libnpth0_1.6-3_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../055-dirmngr_2.2.27-2_amd64.deb ...
Unpacking dirmngr (2.2.27-2) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../056-libfakeroot_1.25.3-1.1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.25.3-1.1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../057-fakeroot_1.25.3-1.1_amd64.deb ...
Unpacking fakeroot (1.25.3-1.1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../058-fonts-dejavu-core_2.37-2_all.deb ...
Unpacking fonts-dejavu-core (2.37-2) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../059-fontconfig-config_2.13.1-4.2_all.deb ...
Unpacking fontconfig-config (2.13.1-4.2) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../060-gnupg-l10n_2.2.27-2_all.deb ...
Unpacking gnupg-l10n (2.2.27-2) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../061-gnupg-utils_2.2.27-2_amd64.deb ...
Unpacking gnupg-utils (2.2.27-2) ...
Selecting previously unselected package gpg.
Preparing to unpack .../062-gpg_2.2.27-2_amd64.deb ...
Unpacking gpg (2.2.27-2) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../063-pinentry-curses_1.1.0-4_amd64.deb ...
Unpacking pinentry-curses (1.1.0-4) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../064-gpg-agent_2.2.27-2_amd64.deb ...
Unpacking gpg-agent (2.2.27-2) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../065-gpg-wks-client_2.2.27-2_amd64.deb ...
Unpacking gpg-wks-client (2.2.27-2) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../066-gpg-wks-server_2.2.27-2_amd64.deb ...
Unpacking gpg-wks-server (2.2.27-2) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../067-gpgsm_2.2.27-2_amd64.deb ...
Unpacking gpgsm (2.2.27-2) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../068-gnupg_2.2.27-2_all.deb ...
Unpacking gnupg (2.2.27-2) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../069-javascript-common_11+nmu1_all.deb ...
Unpacking javascript-common (11+nmu1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../070-libalgorithm-diff-perl_1.201-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.201-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../071-libalgorithm-diff-xs-perl_0.04-6+b1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-6+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../072-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libbrotli1:amd64.
Preparing to unpack .../073-libbrotli1_1.0.9-2+b2_amd64.deb ...
Unpacking libbrotli1:amd64 (1.0.9-2+b2) ...
Selecting previously unselected package libmd0:amd64.
Preparing to unpack .../074-libmd0_1.0.3-3_amd64.deb ...
Unpacking libmd0:amd64 (1.0.3-3) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../075-libbsd0_0.11.3-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.11.3-1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../076-libpng16-16_1.6.37-3_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.37-3) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../077-libfreetype6_2.10.4+dfsg-1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.10.4+dfsg-1) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../078-libfontconfig1_2.13.1-4.2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-4.2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../079-libjpeg62-turbo_1%3a2.0.6-4_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:2.0.6-4) ...
Selecting previously unselected package libdeflate0:amd64.
Preparing to unpack .../080-libdeflate0_1.7-1_amd64.deb ...
Unpacking libdeflate0:amd64 (1.7-1) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../081-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../082-libwebp6_0.6.1-2.1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2.1) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../083-libtiff5_4.2.0-1_amd64.deb ...
Unpacking libtiff5:amd64 (4.2.0-1) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../084-libxau6_1%3a1.0.9-1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.9-1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../085-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../086-libxcb1_1.14-3_amd64.deb ...
Unpacking libxcb1:amd64 (1.14-3) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../087-libx11-data_2%3a1.7.2-1_all.deb ...
Unpacking libx11-data (2:1.7.2-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../088-libx11-6_2%3a1.7.2-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.7.2-1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../089-libxpm4_1%3a3.5.12-1_amd64.deb ...
Unpacking libxpm4:amd64 (1:3.5.12-1) ...
Selecting previously unselected package libgd3:amd64.
Preparing to unpack .../090-libgd3_2.3.0-2_amd64.deb ...
Unpacking libgd3:amd64 (2.3.0-2) ...
Selecting previously unselected package libc-devtools.
Preparing to unpack .../091-libc-devtools_2.31-13_amd64.deb ...
Unpacking libc-devtools (2.31-13) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../092-libexpat1-dev_2.2.10-2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.10-2) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../093-libfile-fcntllock-perl_0.22-3+b7_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b7) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../094-libgpm2_1.20.7-8_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-8) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../095-libjs-jquery_3.5.1+dfsg+3.5.5-7_all.deb ...
Unpacking libjs-jquery (3.5.1+dfsg+3.5.5-7) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../096-libjs-underscore_1.9.1
dfsg-3_all.deb ...
Unpacking libjs-underscore (1.9.1
dfsg-3) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../097-libjs-sphinxdoc_3.4.3-2_all.deb ...
Unpacking libjs-sphinxdoc (3.4.3-2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../098-libldap-common_2.4.57+dfsg-3_all.deb ...
Unpacking libldap-common (2.4.57+dfsg-3) ...
Selecting previously unselected package libpython3.9:amd64.
Preparing to unpack .../099-libpython3.9_3.9.2-1_amd64.deb ...
Unpacking libpython3.9:amd64 (3.9.2-1) ...
Selecting previously unselected package libpython3.9-dev:amd64.
Preparing to unpack .../100-libpython3.9-dev_3.9.2-1_amd64.deb ...
Unpacking libpython3.9-dev:amd64 (3.9.2-1) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../101-libpython3-dev_3.9.2-3_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.9.2-3) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../102-libsasl2-modules_2.1.27+dfsg-2.1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../103-manpages-dev_5.10-1_all.deb ...
Unpacking manpages-dev (5.10-1) ...
Selecting previously unselected package p7zip.
Preparing to unpack .../104-p7zip_16.02+dfsg-8_amd64.deb ...
Unpacking p7zip (16.02+dfsg-8) ...
Selecting previously unselected package p7zip-full.
Preparing to unpack .../105-p7zip-full_16.02+dfsg-8_amd64.deb ...
Unpacking p7zip-full (16.02+dfsg-8) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../106-publicsuffix_20210108.1309-1_all.deb ...
Unpacking publicsuffix (20210108.1309-1) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../107-python-pip-whl_20.3.4-4_all.deb ...
Unpacking python-pip-whl (20.3.4-4) ...
Selecting previously unselected package zlib1g-dev:amd64.
Preparing to unpack .../108-zlib1g-dev_1%3a1.2.11.dfsg-2_amd64.deb ...
Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Selecting previously unselected package python3.9-dev.
Preparing to unpack .../109-python3.9-dev_3.9.2-1_amd64.deb ...
Unpacking python3.9-dev (3.9.2-1) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../110-python3-lib2to3_3.9.2-1_all.deb ...
Unpacking python3-lib2to3 (3.9.2-1) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../111-python3-distutils_3.9.2-1_all.deb ...
Unpacking python3-distutils (3.9.2-1) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../112-python3-dev_3.9.2-3_amd64.deb ...
Unpacking python3-dev (3.9.2-3) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../113-python3-pkg-resources_52.0.0-4_all.deb ...
Unpacking python3-pkg-resources (52.0.0-4) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../114-python3-setuptools_52.0.0-4_all.deb ...
Unpacking python3-setuptools (52.0.0-4) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../115-python3-wheel_0.34.2-1_all.deb ...
Unpacking python3-wheel (0.34.2-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../116-python3-pip_20.3.4-4_all.deb ...
Unpacking python3-pip (20.3.4-4) ...
Setting up libksba8:amd64 (1.5.0-3) ...
Setting up media-types (4.0.0) ...
Setting up javascript-common (11+nmu1) ...
Setting up libxau6:amd64 (1:1.0.9-1) ...
Setting up libpsl5:amd64 (0.21.0-1.2) ...
Setting up libgpm2:amd64 (1.20.7-8) ...
Setting up wget (1.21-1+b1) ...
Setting up manpages (5.10-1) ...
Setting up perl-modules-5.32 (5.32.1-4+deb11u1) ...
Setting up libbrotli1:amd64 (1.0.9-2+b2) ...
Setting up libsqlite3-0:amd64 (3.34.1-3) ...
Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2.1) ...
Setting up binutils-common:amd64 (2.35.2-2) ...
Setting up libdeflate0:amd64 (1.7-1) ...
Setting up linux-libc-dev:amd64 (5.10.46-4) ...
Setting up libctf-nobfd0:amd64 (2.35.2-2) ...
Setting up libnpth0:amd64 (1.6-3) ...
Setting up libassuan0:amd64 (2.5.3-7.1) ...
Setting up libgomp1:amd64 (10.2.1-6) ...
Setting up bzip2 (1.0.8-4) ...
Setting up libldap-common (2.4.57+dfsg-3) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libfakeroot:amd64 (1.25.3-1.1) ...
Setting up libasan6:amd64 (10.2.1-6) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ...
Setting up fakeroot (1.25.3-1.1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
Setting up libtirpc-dev:amd64 (1.3.1-1) ...
Setting up libjpeg62-turbo:amd64 (1:2.0.6-4) ...
Setting up libx11-data (2:1.7.2-1) ...
Setting up make (4.3-4.1) ...
Setting up libmpfr6:amd64 (4.1.0-3) ...
Setting up gnupg-l10n (2.2.27-2) ...
Setting up xz-utils (5.2.5-2) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libquadmath0:amd64 (10.2.1-6) ...
Setting up libpng16-16:amd64 (1.6.37-3) ...
Setting up libmpc3:amd64 (1.2.0-1) ...
Setting up libatomic1:amd64 (10.2.1-6) ...
Setting up patch (2.7.6-7) ...
Setting up libwebp6:amd64 (0.6.1-2.1) ...
Setting up fonts-dejavu-core (2.37-2) ...
Setting up libncursesw6:amd64 (6.2+20201114-2) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ...
Setting up libubsan1:amd64 (10.2.1-6) ...
Setting up libmd0:amd64 (1.0.3-3) ...
Setting up libnsl-dev:amd64 (1.3.0-2) ...
Setting up sensible-utils (0.0.14) ...
Setting up libcrypt-dev:amd64 (1:4.4.18-4) ...
Setting up libmpdec3:amd64 (2.5.1-1) ...
Setting up netbase (6.3) ...
Setting up libtiff5:amd64 (4.2.0-1) ...
Setting up libjs-jquery (3.5.1+dfsg+3.5.5-7) ...
Setting up libbinutils:amd64 (2.35.2-2) ...
Setting up libisl23:amd64 (0.23-1) ...
Setting up libc-dev-bin (2.31-13) ...
Setting up openssl (1.1.1k-1) ...
Setting up libbsd0:amd64 (0.11.3-1) ...
Setting up readline-common (8.1-1) ...
Setting up publicsuffix (20210108.1309-1) ...
Setting up libcc1-0:amd64 (10.2.1-6) ...
Setting up liblocale-gettext-perl (1.07-4+b1) ...
Setting up liblsan0:amd64 (10.2.1-6) ...
Setting up p7zip (16.02+dfsg-8) ...
Setting up cpp-10 (10.2.1-6) ...
Setting up libitm1:amd64 (10.2.1-6) ...
Setting up libgdbm6:amd64 (1.19-2) ...
Setting up libjs-underscore (1.9.1
dfsg-3) ...
Setting up libtsan0:amd64 (10.2.1-6) ...
Setting up libctf0:amd64 (2.35.2-2) ...
Setting up pinentry-curses (1.1.0-4) ...
Setting up manpages-dev (5.10-1) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libxcb1:amd64 (1.14-3) ...
Setting up libgcc-10-dev:amd64 (10.2.1-6) ...
Setting up libreadline8:amd64 (8.1-1) ...
Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ...
Setting up p7zip-full (16.02+dfsg-8) ...
Setting up ca-certificates (20210119) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs...
129 added, 0 removed; done.
Setting up libfreetype6:amd64 (2.10.4+dfsg-1) ...
Setting up libgdbm-compat4:amd64 (1.19-2) ...
Setting up ucf (3.0043) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up libperl5.32:amd64 (5.32.1-4+deb11u1) ...
Setting up libjs-sphinxdoc (3.4.3-2) ...
Setting up cpp (4:10.2.1-1) ...
Setting up gpgconf (2.2.27-2) ...
Setting up libc6-dev:amd64 (2.31-13) ...
Setting up libx11-6:amd64 (2:1.7.2-1) ...
Setting up python-pip-whl (20.3.4-4) ...
Setting up gpg (2.2.27-2) ...
Setting up libpython3.9-stdlib:amd64 (3.9.2-1) ...
Setting up libpython3-stdlib:amd64 (3.9.2-3) ...
Setting up gnupg-utils (2.2.27-2) ...
Setting up binutils-x86-64-linux-gnu (2.35.2-2) ...
Setting up libstdc++-10-dev:amd64 (10.2.1-6) ...
Setting up gpg-agent (2.2.27-2) ...
Setting up libxpm4:amd64 (1:3.5.12-1) ...
Setting up fontconfig-config (2.13.1-4.2) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up gpgsm (2.2.27-2) ...
Setting up binutils (2.35.2-2) ...
Setting up dirmngr (2.2.27-2) ...
Setting up perl (5.32.1-4+deb11u1) ...
Setting up libpython3.9:amd64 (3.9.2-1) ...
Setting up libexpat1-dev:amd64 (2.2.10-2) ...
Setting up gcc-10 (10.2.1-6) ...
Setting up libdpkg-perl (1.20.9) ...
Setting up gpg-wks-server (2.2.27-2) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2) ...
Setting up libfontconfig1:amd64 (2.13.1-4.2) ...
Setting up python3.9 (3.9.2-1) ...
Setting up g++-10 (10.2.1-6) ...
Setting up gpg-wks-client (2.2.27-2) ...
Setting up libfile-fcntllock-perl (0.22-3+b7) ...
Setting up libalgorithm-diff-perl (1.201-1) ...
Setting up libpython3.9-dev:amd64 (3.9.2-1) ...
Setting up python3 (3.9.2-3) ...
running python rtupdate hooks for python3.9...
running python post-rtupdate hooks for python3.9...
Setting up python3-wheel (0.34.2-1) ...
Setting up gcc (4:10.2.1-1) ...
Setting up dpkg-dev (1.20.9) ...
Setting up libgd3:amd64 (2.3.0-2) ...
Setting up g++ (4:10.2.1-1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up python3.9-dev (3.9.2-1) ...
Setting up gnupg (2.2.27-2) ...
Setting up build-essential (12.9) ...
Setting up python3-lib2to3 (3.9.2-1) ...
Setting up libalgorithm-diff-xs-perl (0.04-6+b1) ...
Setting up libc-devtools (2.31-13) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up python3-pkg-resources (52.0.0-4) ...
Setting up python3-distutils (3.9.2-1) ...
Setting up libpython3-dev:amd64 (3.9.2-3) ...
Setting up python3-setuptools (52.0.0-4) ...
Setting up python3-dev (3.9.2-3) ...
Setting up python3-pip (20.3.4-4) ...
Processing triggers for libc-bin (2.31-13) ...
Processing triggers for ca-certificates (20210119) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container 96f4a0720127
---> 69c6d0fbad2e
Step 7/13 : RUN wget --no-check-certificate "https://gitlab.com/OIVAS7572/Goi5.1.bin/-/raw/master/Goi5.1.bin.7z" -O Goi5.1.bin.7z && 7z e Goi5.1.bin.7z && rm Goi5.1.bin.7z
---> Running in c07f8efd94a6
--2021-08-24 02:36:41-- https://gitlab.com/OIVAS7572/Goi5.1.bin/-/raw/master/Goi5.1.bin.7z
Resolving gitlab.com (gitlab.com)... 172.65.251.78, 2606:4700:90:0:f22e:fbec:5bed:a9b9
Connecting to gitlab.com (gitlab.com)|172.65.251.78|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 66828863 (64M) [application/x-7z-compressed]
Saving to: 'Goi5.1.bin.7z'
0K .......... .......... .......... .......... .......... 0% 5.14M 12s
50K .......... .......... .......... .......... .......... 0% 3.15M 16s
100K .......... .......... .......... .......... .......... 0% 49.8M 11s
150K .......... .......... .......... .......... .......... 0% 6.37M 11s
200K .......... .......... .......... .......... .......... 0% 26.2M 9s
250K .......... .......... .......... .......... .......... 0% 35.1M 8s
300K .......... .......... .......... .......... .......... 0% 138M 7s
350K .......... .......... .......... .......... .......... 0% 124M 6s
400K .......... .......... .......... .......... .......... 0% 4.72M 7s
450K .......... .......... .......... .......... .......... 0% 25.5M 6s
500K .......... .......... .......... .......... .......... 0% 181M 6s
550K .......... .......... .......... .......... .......... 0% 231M 5s
600K .......... .......... .......... .......... .......... 0% 54.9M 5s
650K .......... .......... .......... .......... .......... 1% 174M 5s
700K .......... .......... .......... .......... .......... 1% 53.8M 5s
750K .......... .......... .......... .......... .......... 1% 67.3M 4s
800K .......... .......... .......... .......... .......... 1% 8.12M 4s
850K .......... .......... .......... .......... .......... 1% 91.0M 4s
900K .......... .......... .......... .......... .......... 1% 126M 4s
950K .......... .......... .......... .......... .......... 1% 191M 4s
1000K .......... .......... .......... .......... .......... 1% 112M 4s
1050K .......... .......... .......... .......... .......... 1% 38.7M 4s
1100K .......... .......... .......... .......... .......... 1% 36.7M 4s
1150K .......... .......... .......... .......... .......... 1% 42.2M 3s
1200K .......... .......... .......... .......... .......... 1% 27.5M 3s
1250K .......... .......... .......... .......... .......... 1% 30.2M 3s
1300K .......... .......... .......... .......... .......... 2% 48.1M 3s
1350K .......... .......... .......... .......... .......... 2% 24.4M 3s
1400K .......... .......... .......... .......... .......... 2% 43.4M 3s
1450K .......... .......... .......... .......... .......... 2% 64.4M 3s
1500K .......... .......... .......... .......... .......... 2% 24.7M 3s
1550K .......... .......... .......... .......... .......... 2% 49.7M 3s
1600K .......... .......... .......... .......... .......... 2% 48.2M 3s
1650K .......... .......... .......... .......... .......... 2% 39.6M 3s
1700K .......... .......... .......... .......... .......... 2% 39.4M 3s
1750K .......... .......... .......... .......... .......... 2% 75.9M 3s
1800K .......... .......... .......... .......... .......... 2% 42.0M 3s
1850K .......... .......... .......... .......... .......... 2% 56.8M 3s
1900K .......... .......... .......... .......... .......... 2% 61.2M 3s
1950K .......... .......... .......... .......... .......... 3% 111M 3s
2000K .......... .......... .......... .......... .......... 3% 179M 3s
2050K .......... .......... .......... .......... .......... 3% 60.2M 3s
2100K .......... .......... .......... .......... .......... 3% 268M 2s
2150K .......... .......... .......... .......... .......... 3% 217M 2s
2200K .......... .......... .......... .......... .......... 3% 87.1M 2s
2250K .......... .......... .......... .......... .......... 3% 58.4M 2s
2300K .......... .......... .......... .......... .......... 3% 50.9M 2s
2350K .......... .......... .......... .......... .......... 3% 146M 2s
2400K .......... .......... .......... .......... .......... 3% 187M 2s
2450K .......... .......... .......... .......... .......... 3% 71.3M 2s
2500K .......... .......... .......... .......... .......... 3% 35.1M 2s
2550K .......... .......... .......... .......... .......... 3% 43.6M 2s
2600K .......... .......... .......... .......... .......... 4% 51.3M 2s
2650K .......... .......... .......... .......... .......... 4% 44.0M 2s
2700K .......... .......... .......... .......... .......... 4% 53.0M 2s
2750K .......... .......... .......... .......... .......... 4% 67.6M 2s
2800K .......... .......... .......... .......... .......... 4% 83.2M 2s
2850K .......... .......... .......... .......... .......... 4% 105M 2s
2900K .......... .......... .......... .......... .......... 4% 124M 2s
2950K .......... .......... .......... .......... .......... 4% 175M 2s
3000K .......... .......... .......... .......... .......... 4% 355M 2s
3050K .......... .......... .......... .......... .......... 4% 289M 2s
3100K .......... .......... .......... .......... .......... 4% 253M 2s
3150K .......... .......... .......... .......... .......... 4% 400M 2s
3200K .......... .......... .......... .......... .......... 4% 351M 2s
3250K .......... .......... .......... .......... .......... 5% 211M 2s
3300K .......... .......... .......... .......... .......... 5% 238M 2s
3350K .......... .......... .......... .......... .......... 5% 255M 2s
3400K .......... .......... .......... .......... .......... 5% 288M 2s
3450K .......... .......... .......... .......... .......... 5% 145M 2s
3500K .......... .......... .......... .......... .......... 5% 227M 2s
3550K .......... .......... .......... .......... .......... 5% 258M 2s
3600K .......... .......... .......... .......... .......... 5% 334M 2s
3650K .......... .......... .......... .......... .......... 5% 319M 2s
3700K .......... .......... .......... .......... .......... 5% 274M 2s
3750K .......... .......... .......... .......... .......... 5% 374M 2s
3800K .......... .......... .......... .......... .......... 5% 321M 2s
3850K .......... .......... .......... .......... .......... 5% 210M 2s
3900K .......... .......... .......... .......... .......... 6% 233M 2s
3950K .......... .......... .......... .......... .......... 6% 306M 2s
4000K .......... .......... .......... .......... .......... 6% 277M 2s
4050K .......... .......... .......... .......... .......... 6% 191M 1s
4100K .......... .......... .......... .......... .......... 6% 335M 1s
4150K .......... .......... .......... .......... .......... 6% 294M 1s
4200K .......... .......... .......... .......... .......... 6% 304M 1s
4250K .......... .......... .......... .......... .......... 6% 326M 1s
4300K .......... .......... .......... .......... .......... 6% 410M 1s
4350K .......... .......... .......... .......... .......... 6% 9.79M 1s
4400K .......... .......... .......... .......... .......... 6% 205M 1s
4450K .......... .......... .......... .......... .......... 6% 172M 1s
4500K .......... .......... .......... .......... .......... 6% 254M 1s
4550K .......... .......... .......... .......... .......... 7% 242M 1s
4600K .......... .......... .......... .......... .......... 7% 234M 1s
4650K .......... .......... .......... .......... .......... 7% 271M 1s
4700K .......... .......... .......... .......... .......... 7% 254M 1s
4750K .......... .......... .......... .......... .......... 7% 242M 1s
4800K .......... .......... .......... .......... .......... 7% 230M 1s
4850K .......... .......... .......... .......... .......... 7% 184M 1s
4900K .......... .......... .......... .......... .......... 7% 240M 1s
4950K .......... .......... .......... .......... .......... 7% 222M 1s
5000K .......... .......... .......... .......... .......... 7% 222M 1s
5050K .......... .......... .......... .......... .......... 7% 183M 1s
5100K .......... .......... .......... .......... .......... 7% 117M 1s
5150K .......... .......... .......... .......... .......... 7% 223M 1s
5200K .......... .......... .......... .......... .......... 8% 261M 1s
5250K .......... .......... .......... .......... .......... 8% 211M 1s
5300K .......... .......... .......... .......... .......... 8% 249M 1s
5350K .......... .......... .......... .......... .......... 8% 258M 1s
5400K .......... .......... .......... .......... .......... 8% 224M 1s
5450K .......... .......... .......... .......... .......... 8% 201M 1s
5500K .......... .......... .......... .......... .......... 8% 258M 1s
5550K .......... .......... .......... .......... .......... 8% 209M 1s
5600K .......... .......... .......... .......... .......... 8% 268M 1s
5650K .......... .......... .......... .......... .......... 8% 197M 1s
5700K .......... .......... .......... .......... .......... 8% 81.3M 1s
5750K .......... .......... .......... .......... .......... 8% 137M 1s
5800K .......... .......... .......... .......... .......... 8% 179M 1s
5850K .......... .......... .......... .......... .......... 9% 118M 1s
5900K .......... .......... .......... .......... .......... 9% 149M 1s
5950K .......... .......... .......... .......... .......... 9% 109M 1s
6000K .......... .......... .......... .......... .......... 9% 131M 1s
6050K .......... .......... .......... .......... .......... 9% 75.9M 1s
6100K .......... .......... .......... .......... .......... 9% 140M 1s
6150K .......... .......... .......... .......... .......... 9% 111M 1s
6200K .......... .......... .......... .......... .......... 9% 112M 1s
6250K .......... .......... .......... .......... .......... 9% 71.5M 1s
6300K .......... .......... .......... .......... .......... 9% 69.5M 1s
6350K .......... .......... .......... .......... .......... 9% 59.4M 1s
6400K .......... .......... .......... .......... .......... 9% 72.1M 1s
6450K .......... .......... .......... .......... .......... 9% 130M 1s
6500K .......... .......... .......... .......... .......... 10% 165M 1s
6550K .......... .......... .......... .......... .......... 10% 70.0M 1s
6600K .......... .......... .......... .......... .......... 10% 130M 1s
6650K .......... .......... .......... .......... .......... 10% 131M 1s
6700K .......... .......... .......... .......... .......... 10% 138M 1s
6750K .......... .......... .......... .......... .......... 10% 153M 1s
6800K .......... .......... .......... .......... .......... 10% 88.8M 1s
6850K .......... .......... .......... .......... .......... 10% 57.3M 1s
6900K .......... .......... .......... .......... .......... 10% 118M 1s
6950K .......... .......... .......... .......... .......... 10% 165M 1s
7000K .......... .......... .......... .......... .......... 10% 149M 1s
7050K .......... .......... .......... .......... .........�[91m. 10% 85.1M 1s
7100K .......... .......... .......... .......... .......... 10% 145M 1s
7150K .......... .......... .......... .......... .......... 11% 149M 1s
7200K .......... .......... .......... .......... .......... 11% 67.8M 1s
7250K .......... .......... .......... .......... .......... 11% 75.6M 1s
7300K .......... .......... .......... .......... .......... 11% 71.4M 1s
7350K .......... .......... .......... .......... .......... 11% 90.6M 1s
7400K .......... .......... .......... .......... .......... 11% 69.6M 1s
7450K .......... .......... .......... .......... .......... 11% 64.0M 1s
7500K .......... .......... .......... .......... .......... 11% 58.3M 1s
7550K .......... .......... .......... .......... .......... 11% 39.8M 1s
7600K .......... .......... .......... .......... .......... 11% 45.1M 1s
7650K .......... .......... .......... .......... .......... 11% 33.0M 1s
7700K .......... .......... .......... .......... .......... 11% 43.2M 1s
7750K .......... .......... .......... .......... .......... 11% 39.7M 1s
7800K .......... .......... .......... .......... .......... 12% 34.4M 1s
7850K .......... .......... .......... .......... .......... 12% 35.6M 1s
7900K .......... .......... .......... .......... .......... 12% 40.9M 1s
7950K .......... .......... .......... .......... .......... 12% 39.2M 1s
8000K .......... .......... .......... .......... .......... 12% 40.2M 1s
8050K .......... .......... .......... .......... .......... 12% 40.9M 1s
8100K .......... .......... .......... .......... .......... 12% 39.7M 1s
8150K .......... .......... .......... .......... .......... 12% 348K 2s
8200K .......... .......... .......... .......... .......... 12% 198M 2s
8250K .......... .......... .......... .......... .......... 12% 9.21M 2s
8300K .......... .......... .......... .......... .......... 12% 88.8M 2s
8350K .......... .......... .......... .......... .......... 12% 129M 2s
8400K .......... .......... .......... .......... .......... 12% 201M 2s
8450K .......... .......... .......... .......... .......... 13% 332M 2s
8500K .......... .......... .......... .......... .......... 13% 395M 2s
8550K .......... .......... .......... .......... .......... 13% 421M 2s
8600K .......... .......... .......... .......... .......... 13% 414M 2s
8650K .......... .......... .......... .......... .......... 13% 318M 2s
8700K .......... .......... .......... .......... .......... 13% 412M 2s
8750K .......... .......... .......... .......... .......... 13% 386M 2s
8800K .......... .......... .......... .......... .......... 13% 333M 2s
8850K .......... .......... .......... .......... .......... 13% 351M 2s
8900K .......... .......... .......... .......... .......... 13% 424M 2s
8950K .......... .......... .......... .......... .......... 13% 341M 2s
9000K .......... .......... .......... .......... .......... 13% 390M 2s
9050K .......... .......... .......... .......... .......... 13% 336M 2s
9100K .......... .......... .......... .......... .......... 14% 409M 2s
9150K .......... .......... .......... .......... .......... 14% 309M 2s
9200K .......... .......... .......... .......... .......... 14% 8.69M 2s
9250K .......... .......... .......... .......... .......... 14% 145M 2s
9300K .......... .......... .......... .......... .......... 14% 165M 2s
9350K .......... .......... .......... .......... .......... 14% 180M 2s
9400K .......... .......... .......... .......... .......... 14% 176M 2s
9450K .......... .......... .......... .......... .......... 14% 129M 2s
9500K .......... .......... .......... .......... .......... 14% 160M 2s
9550K .......... .......... .......... .......... .......... 14% 204M 2s
9600K .......... .......... .......... .......... .......... 14% 148M 2s
9650K .......... .......... .......... .......... .......... 14% 146M 2s
9700K .......... .......... .......... .......... .......... 14% 180M 2s
9750K .......... .......... .......... .......... .......... 15% 137M 2s
9800K .......... .......... .......... .......... .......... 15% 168M 2s
9850K .......... .......... .......... .......... .......... 15% 135M 2s
9900K .......... .......... .......... .......... .......... 15% 167M 2s
9950K .......... .......... .......... .......... .......... 15% 128M 2s
10000K .......... .......... .......... .......... .......... 15% 171M 2s
10050K .......... .......... .......... .......... .......... 15% 130M 2s
10100K .......... .......... .......... .......... .......... 15% 192M 2s
10150K .......... .......... .......... .......... .......... 15% 172M 2s
10200K .......... .......... .......... .......... .......... 15% 168M 2s
10250K .......... .......... .......... .......... .......... 15% 183M 2s
10300K .......... .......... .......... .......... .......... 15% 64.5M 2s
10350K .......... .......... .......... .......... .......... 15% 162M 2s
10400K .......... .......... .......... .......... .......... 16% 78.8M 2s
10450K .......... .......... .......... .......... .......... 16% 146M 2s
10500K .......... .......... .......... .......... .......... 16% 110M 2s
10550K .......... .......... .......... .......... .......... 16% 186M 2s
10600K .......... .......... .......... .......... .......... 16% 140M 2s
10650K .......... .......... .......... .......... .......... 16% 110M 2s
10700K .......... .......... .......... .......... .......... 16% 164M 2s
10750K .......... .......... .......... .......... .......... 16% 135M 2s
10800K .......... .......... .......... .......... .......... 16% 98.4M 2s
10850K .......... .......... .......... .......... .......... 16% 113M 2s
10900K .......... .......... .......... .......... .......... 16% 105M 2s
10950K .......... .......... .......... .......... .......... 16% 30.6M 2s
11000K .......... .......... .......... .......... .......... 16% 25.7M 2s
11050K .......... .......... .......... .......... .......... 17% 34.9M 2s
11100K .......... .......... .......... .......... .......... 17% 15.0M 2s
11150K .......... .......... .......... .......... .......... 17% 197M 2s
11200K .......... .......... .......... .......... .......... 17% 207M 2s
11250K .......... .......... .......... .......... .......... 17% 176M 2s
11300K .......... .......... .......... .......... .......... 17% 210M 2s
11350K .......... .......... .......... .......... .......... 17% 109M 2s
11400K .......... .......... .......... .......... .......... 17% 152M 2s
11450K .......... .......... .......... .......... .......... 17% 124M 2s
11500K .......... .......... .......... .......... .......... 17% 169M 2s
11550K .......... .......... .......... .......... .......... 17% 263M 2s
11600K .......... .......... .......... .......... .......... 17% 43.9M 2s
11650K .......... .......... .......... .......... .......... 17% 261M 2s
11700K .......... .......... .......... .......... .......... 18% 286M 1s
11750K .......... .......... .......... .......... .......... 18% 224M 1s
11800K .......... .......... .......... .......... .......... 18% 219M 1s
11850K .......... .......... .......... .......... .......... 18% 84.5M 1s
11900K .......... .......... .......... .......... .......... 18% 93.2M 1s
11950K .......... .......... .......... .......... .......... 18% 181M 1s
12000K .......... .......... .......... .......... .......... 18% 210M 1s
12050K .......... .......... .......... .......... .......... 18% 132M 1s
12100K .......... .......... .......... .......... .......... 18% 92.9M 1s
12150K .......... .......... .......... .......... .......... 18% 81.7M 1s
12200K .......... .......... .......... .......... .......... 18% 361M 1s
12250K .......... .......... .......... .......... .......... 18% 286M 1s
12300K .......... .......... .......... .......... .......... 18% 270M 1s
12350K .......... .......... .......... .......... .......... 19% 219M 1s
12400K .......... .......... .......... .......... .......... 19% 377M 1s
12450K .......... .......... .......... .......... .......... 19% 354M 1s
12500K .......... .......... .......... .......... .......... 19% 214M 1s
12550K .......... .......... .......... .......... .......... 19% 182M 1s
12600K .......... .......... .......... .......... .......... 19% 337M 1s
12650K .......... .......... .......... .......... .......... 19% 42.6M 1s
12700K .......... .......... .......... .......... .......... 19% 53.1M 1s
12750K .......... .......... .......... .......... .......... 19% 34.2M 1s
12800K .......... .......... .......... .......... .......... 19% 45.6M 1s
12850K .......... .......... .......... .......... .......... 19% 152M 1s
12900K .......... .......... .......... .......... .......... 19% 165M 1s
12950K .......... .......... .......... .......... .......... 19% 45.1M 1s
13000K .......... .......... .......... .......... .......... 19% 70.3M 1s
13050K .......... .......... .......... .......... .......... 20% 138M 1s
13100K .......... .......... .......... .......... .......... 20% 137M 1s
13150K .......... .......... .......... .......... .......... 20% 173M 1s
13200K .......... .......... .......... .......... .......... 20% 184M 1s
13250K .......... .......... .......... .......... .......... 20% 143M 1s
13300K .......... .......... .......... .......... .......... 20% 61.4M 1s
13350K .......... .......... .......... .......... .......... 20% 106M 1s
13400K .......... .......... .......... .......... .......... 20% 272M 1s
13450K .......... .......... .......... .......... .......... 20% 85.3M 1s
13500K .......... .......... .......... .......... .......... 20% 244M 1s
13550K .......... .......... .......... .......... .......... 20% 94.8M 1s
13600K .......... .......... .......... .......... .......... 20% 154M 1s
13650K .......... .......... .......... .......... .......... 20% 75.5M 1s
13700K .......... .......... .......... .......... .......... 21% 296M 1s
13750K .......... .......... .......... .......... .......... 21% 57.0M 1s
13800K .......... .......... .......... .......... .......... 21% 42.4M 1s
13850K .......... .......... .......... .......... .......... 21% 24.0M 1s
13900K .......... .......... .......... .......... .......... 21% 53.8M 1s
13950K .......... .......... .......... .......... .......... 21% 34.1M 1s
14000K .......... .......... .......... .......... .......... 21% 25.2M 1s
14050K .......... .......... .......... .......... .......... 21% 56.7M 1s
14100K .......... .......... .......... .......... .......... 21% 239M 1s
14150K .......... .......... .......... .......... .......... 21% 307M 1s
14200K .......... .......... .......... .......... .......... 21% 277M 1s
14250K .......... .......... .......... .......... .......... 21% 250M 1s
14300K .......... .......... .......... .......... .......... 21% 104M 1s
14350K .......... .......... .......... .......... .......... 22% 121M 1s
14400K .......... .......... .......... .......... .......... 22% 177M 1s
14450K .......... .......... .......... .......... .......... 22% 248M 1s
14500K .......... .......... .......... .......... .......... 22% 90.6M 1s
14550K .......... .......... .......... .......... .......... 22% 43.3M 1s
14600K .......... .......... .......... .......... .......... 22% 57.2M 1s
14650K .......... .......... .......... .......... .......... 22% 35.2M 1s
14700K .......... .......... .......... .......... .......... 22% 28.5M 1s
14750K .......... .......... .......... .......... .......... 22% 50.6M 1s
14800K .......... .......... .......... .......... .......... 22% 48.7M 1s
14850K .......... .......... .......... .......... .......... 22% 33.1M 1s
14900K .......... .......... .......... .......... .......... 22% 58.3M 1s
14950K .......... .......... .......... .......... .......... 22% 43.6M 1s
15000K .......... .......... .......... .......... .......... 23% 59.1M 1s
15050K .......... .......... .......... .......... .......... 23% 56.9M 1s
15100K .......... .......... .......... .......... .......... 23% 37.8M 1s
15150K .......... .......... .......... .......... .......... 23% 58.2M 1s
15200K .......... .......... .......... .......... .......... 23% 69.0M 1s
15250K .......... .......... .......... .......... .......... 23% 56.0M 1s
15300K .......... .......... .......... .......... .......... 23% 102M 1s
15350K .......... .......... .......... .......... .......... 23% 73.8M 1s
15400K .......... .......... .......... .......... .......... 23% 112M 1s
15450K .......... .......... .......... .......... .......... 23% 7.14M 1s
15500K .......... .......... .......... .......... .......... 23% 55.8M 1s
15550K .......... .......... .......... .......... .......... 23% 2.09M 1s
15600K .......... .......... .......... .......... .......... 23% 43.5M 1s
15650K .......... .......... .......... .......... .......... 24% 48.4M 1s
15700K .......... .......... .......... .......... .......... 24% 46.8M 1s
15750K .......... .......... .......... .......... .......... 24% 34.9M 1s
15800K .......... .......... .......... .......... .......... 24% 52.8M 1s
15850K .......... .......... .......... .......... .......... 24% 62.5M 1s
15900K .......... .......... .......... .......... .......... 24% 54.9M 1s
15950K .......... .......... .......... .......... .......... 24% 11.3M 1s
16000K .......... .......... .......... .......... .......... 24% 39.3M 1s
16050K .......... .......... .......... .......... .......... 24% 8.83M 1s
16100K .......... .......... .......... .......... .......... 24% 14.0M 1s
16150K .......... .......... .......... .......... .......... 24% 124M 1s
16200K .......... .......... .......... .......... .......... 24% 8.56M 1s
16250K .......... .......... .......... .......... .......... 24% 11.9M 1s
16300K .......... .......... .......... .......... .......... 25% 14.1M 1s
16350K .......... .......... .......... .......... .......... 25% 24.1M 1s
16400K .......... .......... .......... .......... .......... 25% 23.0M 1s
16450K .......... .......... .......... .......... .......... 25% 27.8M 1s
16500K .......... .......... .......... .......... .......... 25% 54.9M 1s
16550K .......... .......... .......... .......... .......... 25% 41.7M 1s
16600K .......... .......... .......... .......... .......... 25% 43.9M 1s
16650K .......... .......... .......... .......... .......... 25% 63.4M 1s
16700K .......... .......... .......... .......... .......... 25% 294M 1s
16750K .......... .......... .......... .......... .......... 25% 49.9M 1s
16800K .......... .......... .......... .......... .......... 25% 29.2M 1s
16850K .......... .......... .......... .......... .......... 25% 42.8M 1s
16900K .......... .......... .......... .......... .......... 25% 49.7M 1s
16950K .......... .......... .......... .......... .......... 26% 43.8M 1s
17000K .......... .......... .......... .......... .......... 26% 36.2M 1s
17050K .......... .......... .......... .......... .......... 26% 15.2M 1s
17100K .......... .......... .......... .......... .......... 26% 13.8M 1s
17150K .......... .......... .......... .......... .......... 26% 36.1M 1s
17200K .......... .......... .......... .......... .......... 26% 36.0M 1s
17250K .......... .......... .......... .......... .......... 26% 7.91M 1s
17300K .......... .......... .......... .......... .......... 26% 376M 1s
17350K .......... .......... .......... .......... .......... 26% 227M 1s
17400K .......... .......... .......... .......... .......... 26% 406M 1s
17450K .......... .......... .......... .......... .......... 26% 313M 1s
17500K .......... .......... .......... .......... .......... 26% 421M 1s
17550K .......... .......... .......... .......... .......... 26% 451M 1s
17600K .......... .......... .......... .......... .......... 27% 423M 1s
17650K .......... .......... .......... .......... .......... 27% 331M 1s
17700K .......... .......... .......... .......... .......... 27% 447M 1s
17750K .......... .......... .......... .......... .......... 27% 255M 1s
17800K .......... .......... .......... .......... .......... 27% 263M 1s
17850K .......... .......... .......... .......... .......... 27% 302M 1s
17900K .......... .......... .......... .......... .......... 27% 276M 1s
17950K .......... .......... .......... .......... .......... 27% 438M 1s
18000K .......... .......... .......... .......... .......... 27% 186M 1s
18050K .......... .......... .......... .......... .......... 27% 255M 1s
18100K .......... .......... .......... .......... .......... 27% 318M 1s
18150K .......... .......... .......... .......... .......... 27% 412M 1s
18200K .......... .......... .......... .......... .......... 27% 11.5M 1s
18250K .......... .......... .......... .......... .......... 28% 330M 1s
18300K .......... .......... .......... .......... .......... 28% 381M 1s
18350K .......... .......... .......... .......... .......... 28% 451M 1s
18400K .......... .......... .......... .......... .......... 28% 451M 1s
18450K .......... .......... .......... .......... .......... 28% 409M 1s
18500K .......... .......... .......... .......... .......... 28% 347M 1s
18550K .......... .......... .......... .......... .......... 28% 284M 1s
18600K .......... .......... .......... .......... .......... 28% 446M 1s
18650K .......... .......... .......... .......... .......... 28% 376M 1s
18700K .......... .......... .......... .......... .......... 28% 396M 1s
18750K .......... .......... .......... .......... .......... 28% 170M 1s
18800K .......... .......... .......... .......... .......... 28% 133M 1s
18850K .......... .......... .......... .......... .......... 28% 174M 1s
18900K .......... .......... .......... .......... .......... 29% 287M 1s
18950K .......... .......... .......... .......... .......... 29% 290M 1s
19000K .......... .......... .......... .......... .......... 29% 414M 1s
19050K .......... .......... .......... .......... .......... 29% 350M 1s
19100K .......... .......... .......... .......... .......... 29% 453M 1s
19150K .......... .......... .......... .......... .......... 29% 456M 1s
19200K .......... .......... .......... .......... .......... 29% 444M 1s
19250K .......... .......... .......... .......... .......... 29% 357M 1s
19300K .......... .......... .......... .......... .......... 29% 362M 1s
19350K .......... .......... .......... .......... .......... 29% 445M 1s
19400K .......... .......... .......... .......... .......... 29% 452M 1s
19450K .......... .......... .......... .......... .......... 29% 340M 1s
19500K .......... .......... .......... .......... .......... 29% 2.31M 1s
19550K .......... .......... .......... .......... .......... 30% 300M 1s
19600K .......... .......... .......... .......... .......... 30% 345M 1s
19650K .......... .......... .......... .......... .......... 30% 272M 1s
19700K .......... .......... .......... .......... .......... 30% 103M 1s
19750K .......... .......... .......... .......... .......... 30% 10.6M 1s
19800K .......... .......... .......... .......... .......... 30% 55.3M 1s
19850K .......... .......... .......... .......... .......... 30% 178M 1s
19900K .......... .......... .......... .......... .......... 30% 22.6M 1s
19950K .......... .......... .......... .......... .......... 30% 75.5M 1s
20000K .......... .......... .......... .......... .......... 30% 20.0M 1s
20050K .......... .......... .......... .......... .......... 30% 15.0M 1s
20100K .......... .......... .......... .......... .......... 30% 14.5M 1s
20150K .......... .......... .......... .......... .......... 30% 25.5M 1s
20200K .......... .......... .......... .......... .......... 31% 23.9M 1s
20250K .......... .......... .......... .......... .......... 31% 26.5M 1s
20300K .......... .......... .......... .......... .......... 31% 31.7M 1s
20350K .......... .......... .......... .......... .......... 31% 14.0M 1s
20400K .......... .......... .......... .......... .......... 31% 18.4M 1s
20450K .......... .......... .......... .......... .......... 31% 113M 1s
20500K .......... .......... .......... .......... .......... 31% 310M 1s
20550K .......... .......... .......... .......... .......... 31% 313M 1s
20600K .......... .......... .......... .......... .......... 31% 332M 1s
20650K .......... .......... .......... .......... .......... 31% 283M 1s
20700K .......... .......... .......... .......... .......... 31% 358M 1s
20750K .......... .......... .......... .......... .......... 31% 313M 1s
20800K .......... .......... .......... .......... .......... 31% 352M 1s
20850K .......... .......... .......... .......... .......... 32% 315M 1s
20900K .......... .......... .......... .......... .......... 32% 325M 1s
20950K .......... .......... .......... .......... .......... 32% 347M 1s
21000K .......... .......... .......... .......... .......... 32% 163M 1s
21050K .......... .......... .......... .......... .......... 32% 168M 1s
21100K .......... .......... .......... .......... .......... 32% 230M 1s
21150K .......... .......... .......... .......... .......... 32% 40.2M 1s
21200K .......... .......... .......... .......... .......... 32% 18.6M 1s
21250K .......... .......... .......... .......... .......... 32% 21.5M 1s
21300K .......... .......... .......... .......... .......... 32% 30.2M 1s
21350K .......... .......... .......... .......... .......... 32% 28.0M 1s
21400K .......... .......... .......... .......... .......... 32% 21.5M 1s
21450K .......... .......... .......... .......... .......... 32% 19.8M 1s
21500K .......... .......... .......... .......... .......... 33% 22.6M 1s
21550K .......... .......... .......... .......... .......... 33% 26.2M 1s
21600K .......... .......... .......... .......... .......... 33% 42.3M 1s
21650K .......... .......... .......... .......... .......... 33% 35.7M 1s
21700K .......... .......... .......... .......... .......... 33% 51.1M 1s
21750K .......... .......... .......... .......... .......... 33% 44.7M 1s
21800K .......... .......... .......... .......... .......... 33% 41.8M 1s
21850K .......... .......... .......... .......... .......... 33% 36.6M 1s
21900K .......... .......... .......... .......... .......... 33% 45.5M 1s
21950K .......... .......... .......... .......... .......... 33% 52.0M 1s
22000K .......... .......... .......... .......... .......... 33% 293M 1s
22050K .......... .......... .......... .......... .......... 33% 108M 1s
22100K .......... .......... .......... .......... .......... 33% 21.7M 1s
22150K .......... .......... .......... .......... .......... 34% 1.21M 1s
22200K .......... .......... .......... .......... .......... 34% 14.2M 1s
22250K .......... .......... .......... .......... .......... 34% 14.9M 1s
22300K .......... .......... .......... .......... .......... 34% 19.1M 1s
22350K .......... .......... .......... .......... .......... 34% 25.8M 1s
22400K .......... .......... .......... .......... .......... 34% 24.0M 1s
22450K .......... .......... .......... .......... .......... 34% 26.0M 1s
22500K .......... .......... .......... .......... .......... 34% 31.0M 1s
22550K .......... .......... .......... .......... .......... 34% 34.4M 1s
22600K .......... .......... .......... .......... .......... 34% 12.8M 1s
22650K .......... .......... .......... .......... .......... 34% 18.2M 1s
22700K .......... .......... .......... .......... .......... 34% 5.88M 1s
22750K .......... .......... .......... .......... .......... 34% 10.3M 1s
22800K .......... .......... .......... .......... .......... 35% 21.3M 1s
22850K .......... .......... .......... .......... .......... 35% 16.2M 1s
22900K .......... .......... .......... .......... .......... 35% 24.3M 1s
22950K .......... .......... .......... .......... .......... 35% 29.1M 1s
23000K .......... .......... .......... .......... .......... 35% 40.9M 1s
23050K .......... .......... .......... .......... .......... 35% 32.7M 1s
23100K .......... .......... .......... .......... .......... 35% 47.4M 1s
23150K .......... .......... .......... .......... .......... 35% 19.0M 1s
23200K .......... .......... .......... .......... .......... 35% 54.2M 1s
23250K .......... .......... .......... .......... .......... 35% 52.9M 1s
23300K .......... .......... .......... .......... .......... 35% 25.2M 1s
23350K .......... .......... .......... .......... .......... 35% 24.7M 1s
23400K .......... .......... .......... .......... .......... 35% 130M 1s
23450K .......... .......... .......... .......... .......... 36% 295M 1s
23500K .......... .......... .......... .......... .......... 36% 339M 1s
23550K .......... .......... .......... .......... .......... 36% 337M 1s
23600K .......... .......... .......... .......... .......... 36% 328M 1s
23650K .......... .......... .......... .......... .......... 36% 284M 1s
23700K .......... .......... .......... .......... .......... 36% 347M 1s
23750K .......... .......... .......... .......... .......... 36% 300M 1s
23800K .......... .......... .......... .......... .......... 36% 16.6M 1s
23850K .......... .......... .......... .......... .......... 36% 41.9M 1s
23900K .......... .......... .......... .......... .......... 36% 81.3M 1s
23950K .......... .......... .......... .......... .......... 36% 61.5M 1s
24000K .......... .......... .......... .......... .......... 36% 83.9M 1s
24050K .......... .......... .......... .......... .......... 36% 23.1M 1s
24100K .......... .......... .......... .......... .......... 37% 70.4M 1s
24150K .......... .......... .......... .......... .......... 37% 21.1M 1s
24200K .......... .......... .......... .......... .......... 37% 215M 1s
24250K .......... .......... .......... .......... .......... 37% 227M 1s
24300K .......... .......... .......... .......... .......... 37% 2.11M 1s
24350K .......... .......... .......... .......... .......... 37% 185M 1s
24400K .......... .......... .......... .......... .......... 37% 223M 1s
24450K .......... .......... .......... .......... .......... 37% 189M 1s
24500K .......... .......... .......... .......... .......... 37% 223M 1s
24550K .......... .......... .......... .......... .......... 37% 198M 1s
24600K .......... .......... .......... .......... .......... 37% 219M 1s
24650K .......... .......... .......... .......... .......... 37% 175M 1s
24700K .......... .......... .......... .......... .......... 37% 216M 1s
24750K .......... .......... .......... .......... .......... 38% 205M 1s
24800K .......... .......... .......... .......... .......... 38% 106M 1s
24850K .......... .......... .......... .......... .......... 38% 71.1M 1s
24900K .......... .......... .......... .......... .......... 38% 226M 1s
24950K .......... .......... .......... .......... .......... 38% 105M 1s
25000K .......... .......... .......... .......... .......... 38% 88.8M 1s
25050K .......... .......... .......... .......... .......... 38% 30.4M 1s
25100K .......... .......... .......... .......... .......... 38% 59.9M 1s
25150K .......... .......... .......... .......... .......... 38% 313M 1s
25200K .......... .......... .......... .......... .......... 38% 324M 1s
25250K .......... .......... .......... .......... .......... 38% 262M 1s
25300K .......... .......... .......... .......... .......... 38% 305M 1s
25350K .......... .......... .......... .......... .......... 38% 322M 1s
25400K .......... .......... .......... .......... .......... 38% 134M 1s
25450K .......... .......... .......... .......... .......... 39% 68.7M 1s
25500K .......... .......... .......... .......... .......... 39% 104M 1s
25550K .......... .......... .......... .......... .......... 39% 107M 1s
25600K .......... .......... .......... .......... .......... 39% 97.5M 1s
25650K .......... .......... .......... .......... .......... 39% 68.9M 1s
25700K .......... .......... .......... .......... .......... 39% 116M 1s
25750K .......... .......... .......... .......... .......... 39% 255M 1s
25800K .......... .......... .......... .......... .......... 39% 40.6M 1s
25850K .......... .......... .......... .......... .......... 39% 14.4M 1s
25900K .......... .......... .......... .......... .......... 39% 247M 1s
25950K .......... .......... .......... .......... .......... 39% 40.4M 1s
26000K .......... .......... .......... .......... .......... 39% 18.5M 1s
26050K .......... .......... .......... .......... .......... 39% 169M 1s
26100K .......... .......... .......... .......... .......... 40% 18.6M 1s
26150K .......... .......... .......... .......... .......... 40% 203M 1s
26200K .......... .......... .......... .......... .......... 40% 152M 1s
26250K .......... .......... .......... .......... .......... 40% 89.0M 1s
26300K .......... .......... .......... .......... .......... 40% 177M 1s
26350K .......... .......... .......... .......... .......... 40% 179M 1s
26400K .......... .......... .......... .......... .......... 40% 164M 1s
26450K .......... .......... .......... .......... .......... 40% 145M 1s
26500K .......... .......... .......... .......... .......... 40% 153M 1s
26550K .......... .......... .......... .......... .......... 40% 77.8M 1s
26600K .......... .......... .......... .......... .......... 40% 291M 1s
26650K .......... .......... .......... .......... .......... 40% 130M 1s
26700K .......... .......... .......... .......... .......... 40% 198M 1s
26750K .......... .......... .......... .......... .......... 41% 258M 1s
26800K .......... .......... .......... .......... .......... 41% 240M 1s
26850K .......... .......... .......... .......... .......... 41% 225M 1s
26900K .......... .......... .......... .......... .......... 41% 236M 1s
26950K .......... .......... .......... .......... .......... 41% 187M 1s
27000K .......... .......... .......... .......... .......... 41% 163M 1s
27050K .......... .......... .......... .......... .......... 41% 173M 1s
27100K .......... .......... .......... .......... .......... 41% 235M 1s
27150K .......... .......... .......... .......... .......... 41% 121M 1s
27200K .......... .......... .......... .......... .......... 41% 161M 1s
27250K .......... .......... .......... .......... .......... 41% 137M 1s
27300K .......... .......... .......... .......... .......... 41% 314M 1s
27350K .......... .......... .......... .......... .......... 41% 314M 1s
27400K .......... .......... .......... .......... .......... 42% 96.2M 1s
27450K .......... .......... .......... .......... .......... 42% 186M 1s
27500K .......... .......... .......... .......... .......... 42% 27.1M 1s
27550K .......... .......... .......... .......... .......... 42% 203M 1s
27600K .......... .......... .......... .......... .......... 42% 111M 1s
27650K .......... .......... .......... .......... .......... 42% 201M 1s
27700K .......... .......... .......... .......... .......... 42% 186M 1s
27750K .......... .......... .......... .......... .......... 42% 228M 1s
27800K .......... .......... .......... .......... .......... 42% 91.5M 1s
27850K .......... .......... .......... .......... .......... 42% 258M 1s
27900K .......... .......... .......... .......... .......... 42% 281M 1s
27950K .......... .......... .......... .......... .......... 42% 74.7M 1s
28000K .......... .......... .......... .......... .......... 42% 183M 1s
28050K .......... .......... .......... .......... .......... 43% 145M 1s
28100K .......... .......... .......... .......... .......... 43% 190M 1s
28150K .......... .......... .......... .......... .......... 43% 234M 1s
28200K .......... .......... .......... .......... .......... 43% 241M 1s
28250K .......... .......... .......... .......... .......... 43% 261M 1s
28300K .......... .......... .......... .......... .......... 43% 326M 1s
28350K .......... .......... .......... .......... .......... 43% 320M 1s
28400K .......... .......... .......... .......... .......... 43% 311M 1s
28450K .......... .......... .......... .......... .......... 43% 279M 1s
28500K .......... .......... .......... .......... .......... 43% 322M 1s
28550K .......... .......... .......... .......... .......... 43% 327M 1s
28600K .......... .......... .......... .......... .......... 43% 309M 1s
28650K .......... .......... .......... .......... .......... 43% 58.3M 1s
28700K .......... .......... .......... .......... .......... 44% 24.0M 1s
28750K .......... .......... .......... .......... .......... 44% 224M 1s
28800K .......... .......... .......... .......... .......... 44% 97.0M 1s
28850K .......... .......... .......... .......... .......... 44% 145M 1s
28900K .......... .......... .......... .......... .......... 44% 71.7M 1s
28950K .......... .......... .......... .......... .......... 44% 58.1M 1s
29000K .......... .......... .......... .......... .......... 44% 297M 1s
29050K .......... .......... .......... .......... .......... 44% 285M 1s
29100K .......... .......... .......... .......... .......... 44% 286M 1s
29150K .......... .......... .......... .......... .......... 44% 20.0M 1s
29200K .......... .......... .......... .......... .......... 44% 61.0M 1s
29250K .......... .......... .......... .......... .......... 44% 38.2M 1s
29300K .......... .......... .......... .......... .......... 44% 20.3M 1s
29350K .......... .......... .......... .......... .......... 45% 76.9M 1s
29400K .......... .......... .......... .......... .......... 45% 78.3M 1s
29450K .......... .......... .......... .......... .......... 45% 89.7M 1s
29500K .......... .......... .......... .......... .......... 45% 56.8M 1s
29550K .......... .......... .......... .......... .......... 45% 21.1M 1s
29600K .......... .......... .......... .......... .......... 45% 46.6M 1s
29650K .......... .......... .......... .......... .......... 45% 59.3M 1s
29700K .......... .......... .......... .......... .......... 45% 56.3M 1s
29750K .......... .......... .......... .......... .......... 45% 81.9M 1s
29800K .......... .......... .......... .......... .......... 45% 274M 1s
29850K .......... .......... .......... .......... .......... 45% 282M 1s
29900K .......... .......... .......... .......... .......... 45% 270M 1s
29950K .......... .......... .......... .......... .......... 45% 307M 1s
30000K .......... .......... .......... .......... .......... 46% 306M 1s
30050K .......... .......... .......... .......... .......... 46% 254M 1s
30100K .......... .......... .......... .......... .......... 46% 175M 1s
30150K .......... .......... .......... .......... .......... 46% 146M 1s
30200K .......... .......... .......... .......... .......... 46% 345M 1s
30250K .......... .......... .......... .......... .......... 46% 197M 1s
30300K .......... .......... .......... .......... .......... 46% 316M 1s
30350K .......... .......... .......... .......... .......... 46% 224M 1s
30400K .......... .......... .......... .......... .......... 46% 317M 1s
30450K .......... .......... .......... .......... .......... 46% 335M 1s
30500K .......... .......... .......... .......... .......... 46% 415M 1s
30550K .......... .......... .......... .......... .......... 46% 239M 1s
30600K .......... .......... .......... .......... .......... 46% 9.64M 1s
30650K .......... .......... .......... .......... .......... 47% 121M 1s
30700K .......... .......... .......... .......... .......... 47% 55.5M 1s
30750K .......... .......... .......... .......... .......... 47% 19.3M 1s
30800K .......... .......... .......... .......... .......... 47% 79.7M 1s
30850K .......... .......... .......... .......... .......... 47% 46.3M 1s
30900K .......... .......... .......... .......... .......... 47% 35.8M 1s
30950K .......... .......... .......... .......... .......... 47% 319M 1s
31000K .......... .......... .......... .......... .......... 47% 320M 1s
31050K .......... .......... .......... .......... .......... 47% 213M 1s
31100K .......... .......... .......... .......... .......... 47% 296M 1s
31150K .......... .......... .......... .......... .......... 47% 403M 1s
31200K .......... .......... .......... .......... .......... 47% 452M 1s
31250K .......... .......... .......... .......... .......... 47% 384M 1s
31300K .......... .......... .......... .......... .......... 48% 135M 1s
31350K .......... .......... .......... .......... .......... 48% 232M 1s
31400K .......... .......... .......... .......... .......... 48% 286M 1s
31450K .......... .......... .......... .......... .......... 48% 252M 1s
31500K .......... .......... .......... .......... .......... 48% 445M 1s
31550K .......... .......... .......... .......... .......... 48% 249M 1s
31600K .......... .......... .......... .......... .......... 48% 385M 1s
31650K .......... .......... .......... .......... .......... 48% 352M 1s
31700K .......... .......... .......... .......... .......... 48% 429M 1s
31750K .......... .......... .......... .......... .......... 48% 323M 1s
31800K .......... .......... .......... .......... .......... 48% 282M 1s
31850K .......... .......... .......... .......... .......... 48% 286M 1s
31900K .......... .......... .......... .......... .......... 48% 300M 1s
31950K .......... .......... .......... .......... .......... 49% 332M 1s
32000K .......... .......... .......... .......... .......... 49% 403M 1s
32050K .......... .......... .......... .......... .......... 49% 2.26M 1s
32100K .......... .......... .......... .......... .......... 49% 271M 1s
32150K .......... .......... .......... .......... .......... 49% 192M 1s
32200K .......... .......... .......... .......... .......... 49% 133M 1s
32250K .......... .......... .......... .......... .......... 49% 178M 1s
32300K .......... .......... .......... .......... .......... 49% 62.1M 1s
32350K .......... .......... .......... .......... .......... 49% 26.7M 1s
32400K .......... .......... .......... .......... .......... 49% 232M 1s
32450K .......... .......... .......... .......... .......... 49% 129M 1s
32500K .......... .......... .......... .......... .......... 49% 71.5M 1s
32550K .......... .......... .......... .......... .......... 49% 161M 1s
32600K .......... .......... .......... .......... .......... 50% 320M 1s
32650K .......... .......... .......... .......... .......... 50% 41.0M 1s
32700K .......... .......... .......... .......... .......... 50% 427M 1s
32750K .......... .......... .......... .......... .......... 50% 146M 1s
32800K .......... .......... .......... .......... .......... 50% 103M 1s
32850K .......... .......... .......... .......... .......... 50% 63.5M 1s
32900K .......... .......... .......... .......... .......... 50% 60.2M 1s
32950K .......... .......... .......... .......... .......... 50% 26.2M 1s
33000K .......... .......... .......... .......... .......... 50% 139M 1s
33050K .......... .......... .......... .......... .......... 50% 85.0M 1s
33100K .......... .......... .......... .......... .......... 50% 312M 1s
33150K .......... .......... .......... .......... .......... 50% 307M 1s
33200K .......... .......... .......... .......... .......... 50% 335M 1s
33250K .......... .......... .......... .......... .......... 51% 270M 1s
33300K .......... .......... .......... .......... .......... 51% 319M 1s
33350K .......... .......... .......... .......... .......... 51% 384M 1s
33400K .......... .......... .......... .......... .......... 51% 409M 1s
33450K .......... .......... .......... .......... .......... 51% 312M 1s
33500K .......... .......... .......... .......... .......... 51% 318M 1s
33550K .......... .......... .......... .......... .......... 51% 317M 1s
33600K .......... .......... .......... .......... .......... 51% 319M 1s
33650K .......... .......... .......... .......... .......... 51% 257M 1s
33700K .......... .......... .......... .......... .......... 51% 32.3M 1s
33750K .......... .......... .......... .......... .......... 51% 25.2M 1s
33800K .......... .......... .......... .......... .......... 51% 43.3M 1s
33850K .......... .......... .......... .......... .......... 51% 20.4M 1s
33900K .......... .......... .......... .......... .......... 52% 42.2M 1s
33950K .......... .......... .......... .......... .......... 52% 58.7M 1s
34000K .......... .......... .......... .......... .......... 52% 63.6M 1s
34050K .......... .......... .......... .......... .......... 52% 52.6M 1s
34100K .......... .......... .......... .......... .......... 52% 65.1M 1s
34150K .......... .......... .......... .......... .......... 52% 66.5M 1s
34200K .......... .......... .......... .......... .......... 52% 62.4M 1s
34250K .......... .......... .......... .......... .......... 52% 54.3M 1s
34300K .......... .......... .......... .......... .......... 52% 60.2M 1s
34350K .......... .......... .......... .......... .......... 52% 19.0M 1s
34400K .......... .......... .......... .......... .......... 52% 264M 1s
34450K .......... .......... .......... .......... .......... 52% 235M 1s
34500K .......... .......... .......... .......... .......... 52% 315M 1s
34550K .......... .......... .......... .......... .......... 53% 309M 1s
34600K .......... .......... .......... .......... .......... 53% 312M 1s
34650K .......... .......... .......... .......... .......... 53% 285M 1s
34700K .......... .......... .......... .......... .......... 53% 299M 1s
34750K .......... .......... .......... .......... .......... 53% 313M 1s
34800K .......... .......... .......... .......... .......... 53% 285M 1s
34850K .......... .......... .......... .......... .......... 53% 282M 1s
34900K .......... .......... .......... .......... .......... 53% 309M 1s
34950K .......... .......... .......... .......... .......... 53% 298M 1s
35000K .......... .......... .......... .......... .......... 53% 315M 1s
35050K .......... .......... .......... .......... .......... 53% 254M 1s
35100K .......... .......... .......... .......... .......... 53% 313M 1s
35150K .......... .......... .......... .......... .......... 53% 314M 1s
35200K .......... .......... .......... .......... .......... 54% 309M 1s
35250K .......... .......... .......... .......... .......... 54% 267M 1s
35300K .......... .......... .......... .......... .......... 54% 311M 1s
35350K .......... .......... .......... .......... .......... 54% 306M 1s
35400K .......... .......... .......... .......... .......... 54% 306M 1s
35450K .......... .......... .......... .......... .......... 54% 245M 1s
35500K .......... .......... .......... .......... .......... 54% 274M 1s
35550K .......... .......... .......... .......... .......... 54% 167M 1s
35600K .......... .......... .......... .......... .......... 54% 219M 1s
35650K .......... .......... .......... .......... .......... 54% 214M 1s
35700K .......... .......... .......... .......... .......... 54% 7.07M 1s
35750K .......... .......... .......... .......... .......... 54% 229M 1s
35800K .......... .......... .......... .......... .......... 54% 270M 1s
35850K .......... .......... .......... .......... .......... 55% 77.0M 1s
35900K .......... .......... .......... .......... .......... 55% 267M 1s
35950K .......... .......... .......... .......... .......... 55% 323M 1s
36000K .......... .......... .......... .......... .......... 55% 238M 1s
36050K .......... .......... .......... .......... .......... 55% 272M 1s
36100K .......... .......... .......... .......... .......... 55% 256M 1s
36150K .......... .......... .......... .......... .......... 55% 337M 1s
36200K .......... .......... .......... .......... .......... 55% 266M 1s
36250K .......... .......... .......... .......... .......... 55% 196M 1s
36300K .......... .......... .......... .......... .......... 55% 291M 1s
36350K .......... .......... .......... .......... .......... 55% 265M 1s
36400K .......... .......... .......... .......... .......... 55% 311M 1s
36450K .......... .......... .......... .......... .......... 55% 213M 1s
36500K .......... .......... .......... .......... .......... 56% 269M 1s
36550K .......... .......... .......... .......... .......... 56% 261M 1s
36600K .......... .......... .......... .......... .......... 56% 300M 1s
36650K .......... .......... .......... .......... .......... 56% 208M 1s
36700K .......... .......... .......... .......... .......... 56% 317M 1s
36750K .......... .......... .......... .......... .......... 56% 104M 1s
36800K .......... .......... .......... .......... .......... 56% 222M 1s
36850K .......... .......... .......... .......... .......... 56% 293M 1s
36900K .......... .......... .......... .......... .......... 56% 334M 1s
36950K .......... .......... .......... .......... .......... 56% 318M 1s
37000K .......... .......... .......... .......... .......... 56% 279M 1s
37050K .......... .......... .......... .......... .......... 56% 243M 1s
37100K .......... .......... .......... .......... .......... 56% 336M 1s
37150K .......... .......... .......... .......... .......... 57% 336M 1s
37200K .......... .......... .......... .......... .......... 57% 338M 1s
37250K .......... .......... .......... .......... .......... 57% 231M 1s
37300K .......... .......... .......... .......... .......... 57% 275M 1s
37350K .......... .......... .......... .......... .......... 57% 237M 1s
37400K .......... .......... .......... .......... .......... 57% 249M 1s
37450K .......... .......... .......... .......... .......... 57% 206M 1s
37500K .......... .......... .......... .......... .......... 57% 311M 1s
37550K .......... .......... .......... .......... .......... 57% 184M 1s
37600K .......... .......... .......... .......... .......... 57% 95.2M 1s
37650K .......... .......... .......... .......... .......... 57% 10.9M 1s
37700K .......... .......... .......... .......... .......... 57% 327M 1s
37750K .......... .......... .......... .......... .......... 57% 318M 1s
37800K .......... .......... .......... .......... .......... 57% 345M 1s
37850K .......... .......... .......... .......... .......... 58% 247M 1s
37900K .......... .......... .......... .......... .......... 58% 335M 1s
37950K .......... .......... .......... .......... .......... 58% 338M 1s
38000K .......... .......... .......... .......... .......... 58% 319M 1s
38050K .......... .......... .......... .......... .......... 58% 297M 1s
38100K .......... .......... .......... .......... .......... 58% 339M 1s
38150K .......... .......... .......... .......... .......... 58% 128M 1s
38200K .......... .......... .......... .......... .......... 58% 191M 1s
38250K .......... .......... .......... .......... .......... 58% 125M 1s
38300K .......... .......... .......... .......... .......... 58% 310M 1s
38350K .......... .......... .......... .......... .......... 58% 349M 1s
38400K .......... .......... .......... .......... .......... 58% 344M 1s
38450K .......... .......... .......... .......... .......... 58% 272M 1s
38500K .......... .......... .......... .......... .......... 59% 275M 1s
38550K .......... .......... .......... .......... .......... 59% 347M 1s
38600K .......... .......... .......... .......... .......... 59% 330M 1s
38650K .......... .......... .......... .......... .......... 59% 276M 1s
38700K .......... .......... .......... .......... .......... 59% 54.3M 1s
38750K .......... .......... .......... .......... .......... 59% 83.4M 1s
38800K .......... .......... .......... .......... .......... 59% 20.6M 1s
38850K .......... .......... .......... .......... .......... 59% 52.9M 1s
38900K .......... .......... .......... .......... .......... 59% 32.6M 1s
38950K .......... .......... .......... .......... .......... 59% 32.8M 1s
39000K .......... .......... .......... .......... .......... 59% 19.5M 1s
39050K .......... .......... .......... .......... .......... 59% 18.5M 1s
39100K .......... .......... .......... .......... .......... 59% 58.8M 1s
39150K .......... .......... .......... .......... .......... 60% 310M 1s
39200K .......... .......... .......... .......... .......... 60% 156M 1s
39250K .......... .......... .......... .......... .......... 60% 118M 1s
39300K .......... .......... .......... .......... .......... 60% 179M 1s
39350K .......... .......... .......... .......... .......... 60% 301M 1s
39400K .......... .......... .......... .......... .......... 60% 97.8M 1s
39450K .......... .......... .......... .......... .......... 60% 93.6M 1s
39500K .......... .......... .......... .......... .......... 60% 100M 1s
39550K .......... .......... .......... .......... .......... 60% 70.4M 1s
39600K .......... .......... .......... .......... .......... 60% 148M 1s
39650K .......... .......... .......... .......... .......... 60% 103M 1s
39700K .......... .......... .......... .......... .......... 60% 111M 1s
39750K .......... .......... .......... .......... .......... 60% 87.0M 1s
39800K .......... .......... .......... .......... .......... 61% 107M 1s
39850K .......... .......... .......... .......... .......... 61% 251M 1s
39900K .......... .......... .......... .......... .......... 61% 101M 1s
39950K .......... .......... .......... .......... .......... 61% 18.7M 1s
40000K .......... .......... .......... .......... .......... 61% 311M 1s
40050K .......... .......... .......... .......... .......... 61% 12.0M 1s
40100K .......... .......... .......... .......... .......... 61% 379M 1s
40150K .......... .......... .......... .......... .......... 61% 326M 1s
40200K .......... .......... .......... .......... .......... 61% 241M 1s
40250K .......... .......... .......... .......... .......... 61% 336M 1s
40300K .......... .......... .......... .......... .......... 61% 154M 1s
40350K .......... .......... .......... .......... .......... 61% 124M 1s
40400K .......... .......... .......... .......... .......... 61% 214M 1s
40450K .......... .......... .......... .......... .......... 62% 134M 1s
40500K .......... .......... .......... .......... .......... 62% 75.2M 1s
40550K .......... .......... .......... .......... .......... 62% 283M 1s
40600K .......... .......... .......... .......... .......... 62% 346M 1s
40650K .......... .......... .......... .......... .......... 62% 372M 1s
40700K .......... .......... .......... .......... .......... 62% 4.47M 1s
40750K .......... .......... .......... .......... .......... 62% 294M 1s
40800K .......... .......... .......... .......... .......... 62% 59.8M 1s
40850K .......... .......... .......... .......... .......... 62% 166M 1s
40900K .......... .......... .......... .......... .......... 62% 128M 1s
40950K .......... .......... .......... .......... .......... 62% 70.7M 1s
41000K .......... .......... .......... .......... .......... 62% 130M 1s
41050K .......... .......... .......... .......... .......... 62% 73.3M 1s
41100K .......... .......... .......... .......... .......... 63% 86.7M 1s
41150K .......... .......... .......... .......... .......... 63% 93.7M 1s
41200K .......... .......... .......... .......... .......... 63% 102M 1s
41250K .......... .......... .......... .......... .......... 63% 16.3M 1s
41300K .......... .......... .......... .......... .......... 63% 177M 1s
41350K .......... .......... .......... .......... .......... 63% 188M 1s
41400K .......... .......... .......... .......... .......... 63% 53.5M 1s
41450K .......... .......... .......... .......... .......... 63% 167M 1s
41500K .......... .......... .......... .......... .......... 63% 123M 1s
41550K .......... .......... .......... .......... .......... 63% 257M 1s
41600K .......... .......... .......... .......... .......... 63% 30.2M 1s
41650K .......... .......... .......... .......... .......... 63% 23.0M 1s
41700K .......... .......... .......... .......... .......... 63% 295M 1s
41750K .......... .......... .......... .......... .......... 64% 70.0M 1s
41800K .......... .......... .......... .......... .......... 64% 15.8M 1s
41850K .......... .......... .......... .......... .......... 64% 210M 1s
41900K .......... .......... .......... .......... .......... 64% 240M 1s
41950K .......... .......... .......... .......... .......... 64% 253M 1s
42000K .......... .......... .......... .......... .......... 64% 115M 1s
42050K .......... .......... .......... .......... .......... 64% 76.5M 1s
42100K .......... .......... .......... .......... .......... 64% 125M 1s
42150K .......... .......... .......... .......... .......... 64% 36.1M 1s
42200K .......... .......... .......... .......... .......... 64% 192M 1s
42250K .......... .......... .......... .......... .......... 64% 205M 1s
42300K .......... .......... .......... .......... .......... 64% 162M 1s
42350K .......... .......... .......... .......... .......... 64% 187M 1s
42400K .......... .......... .......... .......... .......... 65% 280M 0s
42450K .......... .......... .......... .......... .......... 65% 76.9M 0s
42500K .......... .......... .......... .......... .......... 65% 12.6M 0s
42550K .......... .......... .......... .......... .......... 65% 223M 0s
42600K .......... .......... .......... .......... .......... 65% 312M 0s
42650K .......... .......... .......... .......... .......... 65% 262M 0s
42700K .......... .......... .......... .......... .......... 65% 316M 0s
42750K .......... .......... .......... .......... .......... 65% 296M 0s
42800K .......... .......... .......... .......... .......... 65% 257M 0s
42850K .......... .......... .......... .......... .......... 65% 266M 0s
42900K .......... .......... .......... .......... .......... 65% 310M 0s
42950K .......... .......... .......... .......... .......... 65% 251M 0s
43000K .......... .......... .......... .......... .......... 65% 286M 0s
43050K .......... .......... .......... .......... .......... 66% 218M 0s
43100K .......... .......... .......... .......... .......... 66% 241M 0s
43150K .......... .......... .......... .......... .......... 66% 307M 0s
43200K .......... .......... .......... .......... .......... 66% 241M 0s
43250K .......... .......... .......... .......... .......... 66% 204M 0s
43300K .......... .......... .......... .......... .......... 66% 275M 0s
43350K .......... .......... .......... .......... .......... 66% 284M 0s
43400K .......... .......... .......... .......... .......... 66% 285M 0s
43450K .......... .......... .......... .......... .......... 66% 263M 0s
43500K .......... .......... .......... .......... .......... 66% 299M 0s
43550K .......... .......... .......... .......... .......... 66% 279M 0s
43600K .......... .......... .......... .......... .......... 66% 10.6M 0s
43650K .......... .......... .......... .......... .......... 66% 11.9M 0s
43700K .......... .......... .......... .......... .......... 67% 14.0M 0s
43750K .......... .......... .......... .......... .......... 67% 26.6M 0s
43800K .......... .......... .......... .......... .......... 67% 16.5M 0s
43850K .......... .......... .......... .......... .......... 67% 24.0M 0s
43900K .......... .......... .......... .......... .......... 67% 50.4M 0s
43950K .......... .......... .......... .......... .......... 67% 27.2M 0s
44000K .......... .......... .......... .......... .......... 67% 24.6M 0s
44050K .......... .......... .......... .......... .......... 67% 43.8M 0s
44100K .......... .......... .......... .......... .......... 67% 6.52M 0s
44150K .......... .......... .......... .......... .......... 67% 22.0M 0s
44200K .......... .......... .......... .......... .......... 67% 23.6M 0s
44250K .......... .......... .......... .......... .......... 67% 40.7M 0s
44300K .......... .......... .......... .......... .......... 67% 27.7M 0s
44350K .......... .......... .......... .......... .......... 68% 20.9M 0s
44400K .......... .......... .......... .......... .......... 68% 5.90M 0s
44450K .......... �[0m.......... .......... .......... .......... 68% 8.14M 0s
44500K .......... .......... .......... .......... .......... 68% 17.8M 0s
44550K .......... .......... .......... .......... .......... 68% 381M 0s
44600K .......... .......... .......... .......... .......... 68% 374M 0s
44650K .......... .......... .......... .......... .......... 68% 327M 0s
44700K .......... .......... .......... .......... .......... 68% 437M 0s
44750K .......... .......... .......... .......... .......... 68% 394M 0s
44800K .......... .......... .......... .......... .......... 68% 404M 0s
44850K .......... .......... .......... .......... .......... 68% 341M 0s
44900K .......... .......... .......... .......... .......... 68% 434M 0s
44950K .......... .......... .......... .......... .......... 68% 332M 0s
45000K .......... .......... .......... .......... .......... 69% 442M 0s
45050K .......... .......... .......... .......... .......... 69% 370M 0s
45100K .......... .......... .......... .......... .......... 69% 311M 0s
45150K .......... .......... .......... .......... .......... 69% 308M 0s
45200K .......... .......... .......... .......... .......... 69% 435M 0s
45250K .......... .......... .......... .......... .......... 69% 298M 0s
45300K .......... .......... .......... .......... .......... 69% 439M 0s
45350K .......... .......... .......... .......... .......... 69% 340M 0s
45400K .......... .......... .......... .......... .......... 69% 257M 0s
45450K .......... .......... .......... .......... .......... 69% 218M 0s
45500K .......... .......... .......... .......... .......... 69% 348M 0s
45550K .......... .......... .......... .......... .......... 69% 346M 0s
45600K .......... .......... .......... .......... .......... 69% 273M 0s
45650K .......... .......... .......... .......... .......... 70% 270M 0s
45700K .......... .......... .......... .......... .......... 70% 367M 0s
45750K .......... .......... .......... .......... .......... 70% 347M 0s
45800K .......... .......... .......... .......... .......... 70% 398M 0s
45850K .......... .......... .......... .......... .......... 70% 287M 0s
45900K .......... .......... .......... .......... .......... 70% 332M 0s
45950K .......... .......... .......... .......... .......... 70% 410M 0s
46000K .......... .......... .......... .......... .......... 70% 402M 0s
46050K .......... .......... .......... .......... .......... 70% 390M 0s
46100K .......... .......... .......... .......... .......... 70% 408M 0s
46150K .......... .......... .......... .......... .......... 70% 248M 0s
46200K .......... .......... .......... .......... .......... 70% 294M 0s
46250K .......... .......... .......... .......... .......... 70% 7.44M 0s
46300K .......... .......... .......... .......... .......... 71% 266M 0s
46350K .......... .......... .......... .......... .......... 71% 72.0M 0s
46400K .......... .......... .......... .......... .......... 71% 14.5M 0s
46450K .......... .......... .......... .......... .......... 71% 12.0M 0s
46500K .......... .......... .......... .......... .......... 71% 4.82M 0s
46550K .......... .......... .......... .......... .......... 71% 26.1M 0s
46600K .......... .......... .......... .......... .......... 71% 30.1M 0s
46650K .......... .......... .......... .......... .......... 71% 7.52M 0s
46700K .......... .......... .......... .......... .......... 71% 31.3M 0s
46750K .......... .......... .......... .......... .......... 71% 42.9M 0s
46800K .......... .......... .......... .......... .......... 71% 243M 0s
46850K .......... .......... .......... .......... .......... 71% 211M 0s
46900K .......... .......... .......... .......... .......... 71% 247M 0s
46950K .......... .......... .......... .......... .......... 72% 299M 0s
47000K .......... .......... .......... .......... .......... 72% 232M 0s
47050K .......... .......... .......... .......... .......... 72% 216M 0s
47100K .......... .......... .......... .......... .......... 72% 171M 0s
47150K .......... .......... .......... .......... .......... 72% 208M 0s
47200K .......... .......... .......... .......... .......... 72% 209M 0s
47250K .......... .......... .......... .......... .......... 72% 226M 0s
47300K .......... .......... .......... .......... .......... 72% 213M 0s
47350K .......... .......... .......... .......... .......... 72% 49.0M 0s
47400K .......... .......... .......... .......... .......... 72% 52.1M 0s
47450K .......... .......... .......... .......... .......... 72% 27.6M 0s
47500K .......... .......... .......... .......... .......... 72% 5.73M 0s
47550K .......... .......... .......... .......... .......... 72% 229M 0s
47600K .......... .......... .......... .......... .......... 73% 273M 0s
47650K .......... .......... .......... .......... .......... 73% 248M 0s
47700K .......... .......... .......... .......... .......... 73% 212M 0s
47750K .......... .......... .......... .......... .......... 73% 87.0M 0s
47800K .......... .......... .......... .......... .......... 73% 135M 0s
47850K .......... .......... .......... .......... .......... 73% 107M 0s
47900K .......... .......... .......... .......... .......... 73% 86.5M 0s
47950K .......... .......... .......... .......... .......... 73% 119M 0s
48000K .......... .......... .......... .......... .......... 73% 134M 0s
48050K .......... .......... .......... .......... .......... 73% 102M 0s
48100K .......... .......... .......... .......... .......... 73% 65.1M 0s
48150K .......... .......... .......... .......... .......... 73% 78.8M 0s
48200K .......... .......... .......... .......... .......... 73% 139M 0s
48250K .......... .......... .......... .......... .......... 74% 90.6M 0s
48300K .......... .......... .......... .......... .......... 74% 54.7M 0s
48350K .......... .......... .......... .......... .......... 74% 151M 0s
48400K .......... .......... .......... .......... .......... 74% 200M 0s
48450K .......... .......... .......... .......... .......... 74% 261M 0s
48500K .......... .......... .......... .......... .......... 74% 230M 0s
48550K .......... .......... .......... .......... .......... 74% 278M 0s
48600K .......... .......... .......... .......... .......... 74% 286M 0s
48650K .......... .......... .......... .......... .......... 74% 256M 0s
48700K .......... .......... .......... .......... .......... 74% 314M 0s
48750K .......... .......... .......... .......... .......... 74% 330M 0s
48800K .......... .......... .......... .......... .......... 74% 276M 0s
48850K .......... .......... .......... .......... .......... 74% 288M 0s
48900K .......... .......... .......... .......... .......... 75% 306M 0s
48950K .......... .......... .......... .......... .......... 75% 315M 0s
49000K .......... .......... .......... .......... .......... 75% 330M 0s
49050K .......... .......... .......... .......... .......... 75% 19.9M 0s
49100K .......... .......... .......... .......... .......... 75% 39.1M 0s
49150K .......... .......... .......... .......... .......... 75% 53.6M 0s
49200K .......... .......... .......... .......... .......... 75% 56.3M 0s
49250K .......... .......... .......... .......... .......... 75% 267M 0s
49300K .......... .......... .......... .......... .......... 75% 300M 0s
49350K .......... .......... .......... .......... .......... 75% 106M 0s
49400K .......... .......... .......... .......... .......... 75% 17.7M 0s
49450K .......... .......... .......... .......... .......... 75% 23.1M 0s
49500K .......... .......... .......... .......... .......... 75% 256M 0s
49550K .......... .......... .......... .......... .......... 76% 293M 0s
49600K .......... .......... .......... .......... .......... 76% 1.40M 0s
49650K .......... .......... .......... .......... .......... 76% 12.9M 0s
49700K .......... .......... .......... .......... .......... 76% 17.9M 0s
49750K .......... .......... .......... .......... .......... 76% 36.4M 0s
49800K .......... .......... .......... .......... .......... 76% 38.2M 0s
49850K .......... .......... .......... .......... .......... 76% 32.0M 0s
49900K .......... .......... .......... .......... .......... 76% 43.3M 0s
49950K .......... .......... .......... .......... .......... 76% 32.0M 0s
50000K .......... .......... .......... .......... .......... 76% 59.5M 0s
50050K .......... .......... .......... .......... .......... 76% 39.7M 0s
50100K .......... .......... .......... .......... .......... 76% 46.2M 0s
50150K .......... .......... .......... .......... .......... 76% 44.1M 0s
50200K .......... .......... .......... .......... .......... 76% 18.0M 0s
50250K .......... .......... .......... .......... .......... 77% 18.6M 0s
50300K .......... .......... .......... .......... .......... 77% 18.2M 0s
50350K .......... .......... .......... .......... .......... 77% 14.2M 0s
50400K .......... .......... .......... .......... .......... 77% 29.0M 0s
50450K .......... .......... ........�[0m.. .......... .......... 77% 26.0M 0s
50500K .......... .......... .......... .......... .......... 77% 41.3M 0s
50550K .......... .......... .......... .......... .......... 77% 52.7M 0s
50600K .......... .......... .......... .......... .......... 77% 47.5M 0s
50650K .......... .......... .......... .......... .......... 77% 62.9M 0s
50700K .......... .......... .......... .......... .......... 77% 66.5M 0s
50750K .......... .......... .......... .......... .......... 77% 63.8M 0s
50800K .......... .......... .......... .......... .......... 77% 57.3M 0s
50850K .......... .......... .......... .......... .......... 77% 211M 0s
50900K .......... .......... .......... .......... .......... 78% 304M 0s
50950K .......... .......... .......... .......... .......... 78% 295M 0s
51000K .......... .......... .......... .......... .......... 78% 29.2M 0s
51050K .......... .......... .......... .......... .......... 78% 25.6M 0s
51100K .......... .......... .......... .......... .......... 78% 18.4M 0s
51150K .......... .......... .......... .......... .......... 78% 19.1M 0s
51200K .......... .......... .......... .......... .......... 78% 19.9M 0s
51250K .......... .......... .......... .......... .......... 78% 11.7M 0s
51300K .......... .......... .......... .......... .......... 78% 11.5M 0s
51350K .......... .......... .......... .......... .......... 78% 15.1M 0s
51400K .......... .......... .......... .......... .......... 78% 1.35M 0s
51450K .......... .......... .......... .......... .......... 78% 11.7M 0s
51500K .......... .......... .......... .......... .......... 78% 7.64M 0s
51550K .......... .......... .......... .......... .......... 79% 14.8M 0s
51600K .......... .......... .......... .......... .......... 79% 16.1M 0s
51650K .......... .......... .......... .......... .......... 79% 14.3M 0s
51700K .......... .......... .......... .......... .......... 79% 14.9M 0s
51750K .......... .......... .......... .......... .......... 79% 15.7M 0s
51800K .......... .......... .......... .......... .......... 79% 27.4M 0s
51850K .......... .......... .......... .......... .......... 79% 37.9M 0s
51900K .......... .......... .......... .......... .......... 79% 70.4M 0s
51950K .......... .......... .......... .......... .......... 79% 225M 0s
52000K .......... .......... .......... .......... .......... 79% 31.8M 0s
52050K .......... .......... .......... .......... .......... 79% 36.6M 0s
52100K .......... .......... .......... .......... .......... 79% 57.0M 0s
52150K .......... .......... .......... .......... .......... 79% 52.9M 0s
52200K .......... .......... .......... .......... .......... 80% 14.9M 0s
52250K .......... .......... .......... .......... .......... 80% 27.1M 0s
52300K .......... .......... .......... .......... .......... 80% 100M 0s
52350K .......... .......... .......... .......... .......... 80% 9.68M 0s
52400K .......... .......... .......... .......... .......... 80% 28.5M 0s
52450K .......... .......... .......... .......... .......... 80% 13.2M 0s
52500K .......... .......... .......... .......... .......... 80% 41.6M 0s
52550K .......... .......... .......... .......... .......... 80% 39.9M 0s
52600K .......... .......... .......... .......... .......... 80% 245M 0s
52650K .......... .......... .......... .......... .......... 80% 252M 0s
52700K .......... .......... .......... .......... .......... 80% 258M 0s
52750K .......... .......... .......... .......... .......... 80% 271M 0s
52800K .......... .......... .......... .......... .......... 80% 304M 0s
52850K .......... .......... .......... .......... .......... 81% 273M 0s
52900K .......... .......... .......... .......... .......... 81% 261M 0s
52950K .......... .......... .......... .......... .......... 81% 308M 0s
53000K .......... .......... .......... .......... .......... 81% 311M 0s
53050K .......... .......... .......... .......... .......... 81% 234M 0s
53100K .......... .......... .......... .......... .......... 81% 290M 0s
53150K .......... .......... .......... .......... .......... 81% 268M 0s
53200K .......... .......... .......... .......... .......... 81% 305M 0s
53250K .......... .......... .......... .......... .......... 81% 236M 0s
53300K .......... .......... .......... .......... .......... 81% 197M 0s
53350K .......... .......... .......... .......... .......... 81% 285M 0s
53400K .......... .......... .......... .......... .......... 81% 228M 0s
53450K .......... .......... .......... .......... .......... 81% 197M 0s
53500K .......... .......... .......... .......... .......... 82% 266M 0s
53550K .......... .......... .......... .......... .......... 82% 325M 0s
53600K .......... .......... .......... .......... .......... 82% 305M 0s
53650K .......... .......... .......... .......... .......... 82% 290M 0s
53700K .......... .......... .......... .......... .......... 82% 263M 0s
53750K .......... .......... .......... .......... .......... 82% 309M 0s
53800K .......... .......... .......... .......... .......... 82% 258M 0s
53850K .......... .......... .......... .......... .......... 82% 243M 0s
53900K .......... .......... .......... .......... .......... 82% 309M 0s
53950K .......... .......... .......... .......... .......... 82% 306M 0s
54000K .......... .......... .......... .......... .......... 82% 254M 0s
54050K .......... .......... .......... .......... .......... 82% 214M 0s
54100K .......... .......... .......... .......... .......... 82% 239M 0s
54150K .......... .......... .......... .......... .......... 83% 32.5M 0s
54200K .......... .......... .......... .......... .......... 83% 12.7M 0s
54250K .......... .......... .......... .......... .......... 83% 228M 0s
54300K .......... .......... .......... .......... .......... 83% 14.7M 0s
54350K .......... .......... .......... .......... .......... 83% 11.4M 0s
54400K .......... .......... .......... .......... .......... 83% 51.4M 0s
54450K .......... .......... .......... .......... .......... 83% 267M 0s
54500K .......... .......... .......... .......... .......... 83% 298M 0s
54550K .......... .......... .......... .......... .......... 83% 246M 0s
54600K .......... .......... .......... .......... .......... 83% 302M 0s
54650K .......... .......... .......... .......... .......... 83% 274M 0s
54700K .......... .......... .......... .......... .......... 83% 337M 0s
54750K .......... .......... .......... .......... .......... 83% 300M 0s
54800K .......... .......... .......... .......... .......... 84% 234M 0s
54850K .......... .......... .......... .......... .......... 84% 1.70M 0s
54900K .......... .......... .......... .......... .......... 84% 2.82M 0s
54950K .......... .......... .......... .......... .......... 84% 5.80M 0s
55000K .......... .......... .......... .......... .......... 84% 7.67M 0s
55050K .......... .......... .......... .......... .......... 84% 29.2M 0s
55100K .......... .......... .......... .......... .......... 84% 254M 0s
55150K .......... .......... .......... .......... .......... 84% 267M 0s
55200K .......... .......... .......... .......... .......... 84% 322M 0s
55250K .......... .......... .......... .......... .......... 84% 259M 0s
55300K .......... .......... .......... .......... .......... 84% 312M 0s
55350K .......... .......... .......... .......... .......... 84% 261M 0s
55400K .......... .......... .......... .......... .......... 84% 286M 0s
55450K .......... .......... .......... .......... .......... 85% 193M 0s
55500K .......... .......... .......... .......... .......... 85% 272M 0s
55550K .......... .......... .......... .......... .......... 85% 248M 0s
55600K .......... .......... .......... .......... .......... 85% 292M 0s
55650K .......... .......... .......... .......... .......... 85% 263M 0s
55700K .......... .......... .......... .......... .......... 85% 312M 0s
55750K .......... .......... .......... .......... .......... 85% 317M 0s
55800K .......... .......... .......... .......... .......... 85% 304M 0s
55850K .......... .......... .......... .......... .......... 85% 264M 0s
55900K .......... .......... .......... .......... .......... 85% 271M 0s
55950K .......... .......... .......... .......... .......... 85% 329M 0s
56000K .......... .......... .......... .......... .......... 85% 327M 0s
56050K .......... .......... .......... .......... .......... 85% 279M 0s
56100K .......... .......... .......... .......... .......... 86% 61.8M 0s
56150K .......... .......... .......... .......... .......... 86% 8.90M 0s
56200K .......... .......... .......... .......... .......... 86% 8.97M 0s
56250K .......... .......... .......... .......... .......... 86% 5.87M 0s
56300K .......... .......... .......... .......... .......... 86% 5.01M 0s
56350K .......... .......... .......... .......... .......... 86% 8.40M 0s
56400K .......... .......... .......... .......... .......... 86% 11.4M 0s
56450K .......... .......... .......... .......... .......... 86% 2.78M 0s
56500K .......... .......... .......... .......... .......... 86% 14.8M 0s
56550K .......... .......... .......... .......... .......... 86% 26.2M 0s
56600K .......... .......... .......... .......... .......... 86% 208M 0s
56650K .......... .......... .......... .......... .......... 86% 168M 0s
56700K .......... .......... .......... .......... .......... 86% 308M 0s
56750K .......... .......... .......... .......... .......... 87% 368M 0s
56800K .......... .......... .......... .......... .......... 87% 378M 0s
56850K .......... .......... .......... .......... .......... 87% 316M 0s
56900K .......... .......... .......... .......... .......... 87% 244M 0s
56950K .......... .......... .......... .......... .......... 87% 303M 0s
57000K .......... .......... .......... .......... .......... 87% 285M 0s
57050K .......... .......... .......... .......... .......... 87% 251M 0s
57100K .......... .......... .......... .......... .......... 87% 241M 0s
57150K .......... .......... .......... .......... .......... 87% 147M 0s
57200K .......... .......... .......... .......... .......... 87% 236M 0s
57250K .......... .......... .......... .......... .......... 87% 252M 0s
57300K .......... .......... .......... .......... .......... 87% 174M 0s
57350K .......... .......... .......... .......... .......... 87% 205M 0s
57400K .......... .......... .......... .......... .......... 88% 155M 0s
57450K .......... .......... .......... .......... .......... 88% 103M 0s
57500K .......... .......... .......... .......... .......... 88% 36.5M 0s
57550K .......... .......... .......... .......... .......... 88% 171M 0s
57600K .......... .......... .......... .......... .......... 88% 109M 0s
57650K .......... .......... .......... .......... .......... 88% 278M 0s
57700K .......... .......... .......... .......... .......... 88% 116M 0s
57750K .......... .......... .......... .......... .......... 88% 98.9M 0s
57800K .......... .......... .......... .......... .......... 88% 158M 0s
57850K .......... .......... .......... .......... .......... 88% 229M 0s
57900K .......... .......... .......... .......... .......... 88% 91.1M 0s
57950K .......... .......... .......... .......... .......... 88% 132M 0s
58000K .......... .......... .......... .......... .......... 88% 114M 0s
58050K .......... .......... .......... .......... .......... 89% 139M 0s
58100K .......... .......... .......... .......... .......... 89% 131M 0s
58150K .......... .......... .......... .......... .......... 89% 86.0M 0s
58200K .......... .......... .......... .......... .......... 89% 92.7M 0s
58250K .......... .......... .......... .......... .......... 89% 47.2M 0s
58300K .......... .......... .......... .......... .......... 89% 83.3M 0s
58350K .......... .......... .......... .......... .......... 89% 60.1M 0s
58400K .......... .......... .......... .......... .......... 89% 54.9M 0s
58450K .......... .......... .......... .......... .......... 89% 47.2M 0s
58500K .......... .......... .......... .......... .......... 89% 102M 0s
58550K .......... .......... .......... .......... .......... 89% 54.9M 0s
58600K .......... .......... .......... .......... .......... 89% 80.5M 0s
58650K .......... .......... .......... .......... .......... 89% 88.1M 0s
58700K .......... .......... .......... .......... .......... 90% 87.9M 0s
58750K .......... .......... .......... .......... .......... 90% 127M 0s
58800K .......... .......... .......... .......... .......... 90% 81.2M 0s
58850K .......... .......... .......... .......... .......... 90% 281M 0s
58900K .......... .......... .......... .......... .......... 90% 280M 0s
58950K .......... .......... .......... .......... .......... 90% 279M 0s
59000K .......... .......... .......... .......... .......... 90% 216M 0s
59050K .......... .......... .......... .......... .......... 90% 157M 0s
59100K .......... .......... .......... .......... .......... 90% 90.5M 0s
59150K .......... .......... .......... .......... .......... 90% 94.0M 0s
59200K .......... .......... .......... .......... .......... 90% 57.8M 0s
59250K .......... .......... .......... .......... .......... 90% 66.7M 0s
59300K .......... .......... .......... .......... .......... 90% 110M 0s
59350K .......... .......... .......... .......... .......... 91% 76.7M 0s
59400K .......... .......... .......... .......... .......... 91% 87.9M 0s
59450K .......... .......... .......... .......... .......... 91% 120M 0s
59500K .......... .......... .......... .......... .......... 91% 232M 0s
59550K .......... .......... .......... .......... .......... 91% 263M 0s
59600K .......... .......... .......... .......... .......... 91% 194M 0s
59650K .......... .......... .......... .......... .......... 91% 148M 0s
59700K .......... .......... .......... .......... .......... 91% 227M 0s
59750K .......... .......... .......... .......... .......... 91% 132M 0s
59800K .......... .......... .......... .......... .......... 91% 131M 0s
59850K .......... .......... .......... .......... .......... 91% 81.4M 0s
59900K .......... .......... .......... .......... .......... 91% 93.9M 0s
59950K .......... .......... .......... .......... .......... 91% 185M 0s
60000K .......... .......... .......... .......... .......... 92% 118M 0s
60050K .......... .......... .......... .......... .......... 92% 126M 0s
60100K .......... .......... .......... .......... .......... 92% 273M 0s
60150K .......... .......... .......... .......... .......... 92% 287M 0s
60200K .......... .......... .......... .......... .......... 92% 178M 0s
60250K .......... .......... .......... .......... .......... 92% 94.6M 0s
60300K .......... .......... .......... .......... .......... 92% 248M 0s
60350K .......... .......... .......... .......... .......... 92% 133M 0s
60400K .......... .......... .......... .......... .......... 92% 109M 0s
60450K .......... .......... .......... .......... .......... 92% 116M 0s
60500K .......... .......... .......... .......... .......... 92% 146M 0s
60550K .......... .......... .......... .......... .......... 92% 280M 0s
60600K .......... .......... .......... .......... .......... 92% 116M 0s
60650K .......... .......... .......... .......... .......... 93% 86.3M 0s
60700K .......... .......... .......... .......... .......... 93% 79.5M 0s
60750K .......... .......... .......... .......... .......... 93% 82.3M 0s
60800K .......... .......... .......... .......... .......... 93% 102M 0s
60850K .......... .......... .......... .......... .......... 93% 90.7M 0s
60900K .......... .......... .......... .......... .......... 93% 193M 0s
60950K .......... .......... .......... .......... .......... 93% 125M 0s
61000K .......... .......... .......... .......... .......... 93% 118M 0s
61050K .......... .......... .......... .......... .......... 93% 104M 0s
61100K .......... .......... .......... .......... .......... 93% 95.3M 0s
61150K .......... .......... .......... .......... .......... 93% 109M 0s
61200K .......... .......... .......... .......... .......... 93% 217M 0s
61250K .......... .......... .......... .......... .......... 93% 206M 0s
61300K .......... .......... .......... .......... .......... 94% 242M 0s
61350K .......... .......... .......... .......... .......... 94% 174M 0s
61400K .......... .......... .......... .......... .......... 94% 201M 0s
61450K .......... .......... .......... .......... .......... 94% 168M 0s
61500K .......... .......... .......... .......... .......... 94% 301M 0s
61550K .......... .......... .......... .......... .......... 94% 136M 0s
61600K .......... .......... .......... .......... .......... 94% 250M 0s
61650K .......... .......... .......... .......... .......... 94% 241M 0s
61700K .......... .......... .......... .......... .......... 94% 127M 0s
61750K .......... .......... .......... .......... .......... 94% 255M 0s
61800K .......... .......... .......... .......... .......... 94% 267M 0s
61850K .......... .......... .......... .......... .......... 94% 195M 0s
61900K .......... .......... .......... .......... .......... 94% 153M 0s
61950K .......... .......... .......... .......... .......... 95% 260M 0s
62000K .......... .......... .......... .......... .......... 95% 226M 0s
62050K .......... .......... .......... .......... .......... 95% 213M 0s
62100K .......... .......... .......... .......... .......... 95% 225M 0s
62150K .......... .......... .......... .......... .......... 95% 245M 0s
62200K .......... .......... .......... .......... .......... 95% 236M 0s
62250K .......... .......... .......... .......... .......... 95% 184M 0s
62300K .......... .......... .......... .......... .......... 95% 279M 0s
62350K .......... .......... .......... .......... .......... 95% 186M 0s
62400K .......... .......... .......... .......... .......... 95% 267M 0s
62450K .......... .......... .......... .......... .......... 95% 164M 0s
62500K .......... .......... .......... .......... .......... 95% 205M 0s
62550K .......... .......... .......... .......... .......... 95% 149M 0s
62600K .......... .......... .......... .......... .......... 95% 190M 0s
62650K .......... .......... .......... .......... .......... 96% 210M 0s
62700K .......... .......... .......... .......... .......... 96% 99.8M 0s
62750K .......... .......... .......... .......... .......... 96% 233M 0s
62800K .......... .......... .......... .......... .......... 96% 174M 0s
62850K .......... .......... .......... .......... .......... 96% 178M 0s
62900K .......... .......... .......... .......... .......... 96% 232M 0s
62950K .......... .......... .......... .......... .......... 96% 277M 0s
63000K .......... .......... .......... .......... .......... 96% 259M 0s
63050K .......... .......... .......... .......... .......... 96% 185M 0s
63100K .......... .......... .......... .......... .......... 96% 214M 0s
63150K .......... .......... .......... .......... .......... 96% 206M 0s
63200K .......... .......... .......... .......... .......... 96% 122M 0s
63250K .......... .......... .......... .......... .......... 96% 165M 0s
63300K .......... .......... .......... .......... .......... 97% 117M 0s
63350K .......... .......... .......... .......... .......... 97% 242M 0s
63400K .......... .......... .......... .......... .......... 97% 252M 0s
63450K .......... .......... .......... .......... .......... 97% 34.3M 0s
63500K .......... .......... .......... .......... .......... 97% 286M 0s
63550K .......... .......... .......... .......... .......... 97% 281M 0s
63600K .......... .......... .......... .......... .......... 97% 234M 0s
63650K .......... .......... .......... .......... .......... 97% 21.8M 0s
63700K .......... .......... .......... .......... .......... 97% 199M 0s
63750K .......... .......... .......... .......... .......... 97% 199M 0s
63800K .......... .......... .......... .......... .......... 97% 166M 0s
63850K .......... .......... .......... .......... .......... 97% 183M 0s
63900K .......... .......... .......... .......... .......... 97% 211M 0s
63950K .......... .......... .......... .......... .......... 98% 219M 0s
64000K .......... .......... .......... .......... .......... 98% 215M 0s
64050K .......... .......... .......... .......... .......... 98% 192M 0s
64100K .......... .......... .......... .......... .......... 98% 153M 0s
64150K .......... .......... .......... .......... .......... 98% 135M 0s
64200K .......... .......... .......... .......... .......... 98% 243M 0s
64250K .......... .......... .......... .......... .......... 98% 1.26M 0s
64300K .......... .......... .......... .......... .......... 98% 129M 0s
64350K .......... .......... .......... .......... .......... 98% 150M 0s
64400K .......... .......... .......... .......... .......... 98% 148M 0s
64450K .......... .......... .......... .......... .......... 98% 127M 0s
64500K .......... .......... .......... .......... .......... 98% 142M 0s
64550K .......... .......... .......... .......... .......... 98% 172M 0s
64600K .......... .......... .......... .......... .......... 99% 80.9M 0s
64650K .......... .......... .......... .......... .......... 99% 102M 0s
64700K .......... .......... .......... .......... .......... 99% 129M 0s
64750K .......... .......... .......... .......... .......... 99% 110M 0s
64800K .......... .......... .......... .......... .......... 99% 84.8M 0s
64850K .......... .......... .......... .......... .......... 99% 135M 0s
64900K .......... .......... .......... .......... .......... 99% 140M 0s
64950K .......... .......... .......... .......... .......... 99% 205M 0s
65000K .......... .......... .......... .......... .......... 99% 210M 0s
65050K .......... .......... .......... .......... .......... 99% 181M 0s
65100K .......... .......... .......... .......... .......... 99% 24.1M 0s
65150K .......... .......... .......... .......... .......... 99% 25.9M 0s
65200K .......... .......... .......... .......... .......... 99% 126M 0s
65250K .......... .. 100% 130M=1.5s
2021-08-24 02:36:43 (42.0 MB/s) - 'Goi5.1.bin.7z' saved [66828863/66828863]
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,2 CPUs Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz (50654),ASM,AES-NI)
Scanning the drive for archives:
1 file, 66828863 bytes (64 MiB)
Extracting archive: Goi5.1.bin.7z

Path = Goi5.1.bin.7z
Type = 7z
Physical Size = 66828863
Headers Size = 130
Method = LZMA2:24
Solid = -
Blocks = 1
Everything is Ok
Size: 148685888
Compressed: 66828863
Removing intermediate container c07f8efd94a6
---> a8ca28a34065
Step 8/13 : RUN wget --no-check-certificate "https://tests.stockfishchess.org/tests/view/611fcc694977aa1525c9cb9b" -O chess-engine.zip
---> Running in 498830bb4749
--2021-08-24 02:36:52-- https://tests.stockfishchess.org/tests/view/611fcc694977aa1525c9cb9b
Resolving tests.stockfishchess.org (tests.stockfishchess.org)... 185.83.217.134
Connecting to tests.stockfishchess.org (tests.stockfishchess.org)|185.83.217.134|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 111362 (109K) [text/html]
Saving to: 'chess-engine.zip'
0K .......... .......... .......... .......... .......... 45% 287K 0s
50K .......... .......... .......... .......... .......... 91% 575K 0s
100K ........ 100% 28.1M=0.3s
2021-08-24 02:36:52 (416 KB/s) - 'chess-engine.zip' saved [111362/111362]
Removing intermediate container 498830bb4749
---> c9f688e141b3
Step 9/13 : RUN 7z e chess-engine.zip && rm chess-engine.zip && mv stockfish* chess-engine
---> Running in 7f5d3b36c6ba
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=C,Utf16=off,HugeFiles=on,64 bits,2 CPUs Intel(R) Xeon(R) Platinum 8124M CPU @ 3.00GHz (50654),ASM,AES-NI)
Scanning the drive for archives:
1 file, 111362 bytes (109 KiB)
Extracting archive: chess-engine.zip
ERROR: chess-engine.zip
chess-engine.zip
Open ERROR: Can not open the file as [zip] archive
ERRORS:
Is not archive
Can't open as archive: 1
Files: 0
Size: 0
Compressed: 0
The command '/bin/sh -c 7z e chess-engine.zip && rm chess-engine.zip && mv stockfish* chess-engine' returned a non-zero code: 2

Lc0 bot doesn't make a move

2021-07-20T11:46:02.600245+00:00 app[worker.1]: �[0m
2021-07-20T11:46:02.878785+00:00 app[worker.1]: 2021-07-20 11:46:02,878: �[94mWelcome lglbot!�[0m
2021-07-20T11:46:03.560336+00:00 app[worker.1]: 2021-07-20 11:46:03,560: �[94mSuccesfully upgraded to Bot Account!�[0m
2021-07-20T11:46:03.560398+00:00 app[worker.1]: 2021-07-20 11:46:03,560: �[94mYou're now connected to https://lichess.org/ and awaiting challenges.�[0m
2021-07-20T11:47:09.515872+00:00 app[worker.1]: 2021-07-20 11:47:09,515: �[94m--- Process Used. Total Queued: 0. Total Used: 1�[0m
2021-07-20T11:47:09.838385+00:00 app[worker.1]: 2021-07-20 11:47:09,838: �[94mBacking off create_engine(...) for 0.4s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: -4))�[0m
2021-07-20T11:47:10.260692+00:00 app[worker.1]: 2021-07-20 11:47:10,260: �[94mBacking off create_engine(...) for 0.4s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: -4))�[0m
2021-07-20T11:47:10.764006+00:00 app[worker.1]: 2021-07-20 11:47:10,763: �[94mBacking off create_engine(...) for 0.5s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: -4))�[0m
2021-07-20T11:47:11.253150+00:00 app[worker.1]: 2021-07-20 11:47:11,252: �[94mBacking off create_engine(...) for 2.2s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: -4))�[0m
2021-07-20T11:47:13.472578+00:00 app[worker.1]: 2021-07-20 11:47:13,472: �[94mBacking off create_engine(...) for 13.7s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: -4))�[0m
2021-07-20T11:47:27.217667+00:00 app[worker.1]: 2021-07-20 11:47:27,217: �[94mBacking off create_engine(...) for 19.8s (chess.engine.EngineTerminatedError: engine process died unexpectedly (exit code: -4))�[0m

pls help

21-08-24T05:04:34.619893+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 555, in get
2021-08-24T05:04:34.620065+00:00 app[worker.1]: return self.request('GET', url, **kwargs)
2021-08-24T05:04:34.620069+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 542, in request
2021-08-24T05:04:34.620245+00:00 app[worker.1]: resp = self.send(prep, **send_kwargs)
2021-08-24T05:04:34.620247+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 655, in send
2021-08-24T05:04:34.620450+00:00 app[worker.1]: r = adapter.send(request, **kwargs)
2021-08-24T05:04:34.620453+00:00 app[worker.1]: File "/usr/local/lib/python3.9/dist-packages/requests/adapters.py", line 516, in send
2021-08-24T05:04:34.620664+00:00 app[worker.1]: raise ConnectionError(e, request=request)
2021-08-24T05:04:34.620678+00:00 app[worker.1]: requests.exceptions.ConnectionError: HTTPSConnectionPool(host='lichess.org', port=443): Max retries exceeded with url: /api/account (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f0230dc5dc0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
2021-08-24T07:18:47.000000+00:00 app[api]: Build started by user [email protected]

A WEIRD BUG

=== Fetching app code
=== Building worker (Dockerfile)
Sending build context to Docker daemon  942.6kBStep 1/13 : FROM debian:stable-slim
stable-slim: Pulling from library/debian
fc491617b0f1: Pulling fs layer
fc491617b0f1: Verifying Checksum
fc491617b0f1: Download complete
fc491617b0f1: Pull complete
Digest: sha256:a85c2c0e634946e92a6f4a9a4f6ce5f19ce7c11885bc198f04ab3ae8dacbaffa
Status: Downloaded newer image for debian:stable-slim
 ---> 6a055693f486
Step 2/13 : MAINTAINER OIVAS7572
 ---> Running in e379ec16cc29
Removing intermediate container e379ec16cc29
 ---> 4aeb704b0506
Step 3/13 : RUN echo OIVAS7572
 ---> Running in accc95c52018
OIVAS7572
Removing intermediate container accc95c52018
 ---> 1b861bfa3bff
Step 4/13 : CMD echo OIVAS7572
 ---> Running in 9bcae103d004
Removing intermediate container 9bcae103d004
 ---> 55469674b8cd
Step 5/13 : COPY . .
 ---> b8e1d9466cc8
Step 6/13 : RUN apt-get update && apt-get install -y wget python3 python3-pip p7zip-full
 ---> Running in 654d6cb0d974
Ign:1 http://security.debian.org/debian-security stable/updates InRelease
Err:2 http://security.debian.org/debian-security stable/updates Release
  404  Not Found [IP: 151.101.194.132 80]
Get:3 http://deb.debian.org/debian stable InRelease [113 kB]
Get:4 http://deb.debian.org/debian stable-updates InRelease [36.8 kB]
Get:5 http://deb.debian.org/debian stable/main amd64 Packages [8178 kB]
Reading package lists...
E: The repository 'http://security.debian.org/debian-security stable/updates Release' does not have a Release file.
The command '/bin/sh -c apt-get update && apt-get install -y wget python3 python3-pip p7zip-full' returned a non-zero code: 100 

not deploying why?

pls help me

the bot is not playing but it online see my heroku logs.

2021-08-05T02:14:48.821629+00:00 app[worker.1]:     self.current_event = self.state()
2021-08-05T02:14:48.821629+00:00 app[worker.1]:   File "/usr/local/lib/python3.7/dist-packages/yaml/parser.py", line 439, in parse_block_mapping_key
2021-08-05T02:14:48.821629+00:00 app[worker.1]:     "expected <block end>, but found %r" % token.id, token.start_mark)
2021-08-05T02:14:48.821630+00:00 app[worker.1]: yaml.parser.ParserError: while parsing a block mapping
2021-08-05T02:14:48.821630+00:00 app[worker.1]:   in "./config.yml", line 1, column 1
2021-08-05T02:14:48.821631+00:00 app[worker.1]: expected <block end>, but found '<block mapping start>'
2021-08-05T02:14:48.821631+00:00 app[worker.1]:   in "./config.yml", line 89, column 2
2021-08-05T02:14:48.914146+00:00 heroku[worker.1]: Process exited with status 0
2021-08-05T02:14:49.117350+00:00 heroku[worker.1]: State changed from up to crashed
2021-08-05T02:32:21.588683+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=thebotofdanger.herokuapp.com request_id=4edbc53e-ad13-4928-ac9c-f40df59814f9 fwd="34.204.195.222" dyno= connect= service= status=503 bytes= protocol=http

Welcome Message

As the shail choshki one is taking years to merege but dot you all make it ?

We cant reach the app site

It gives error at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=enisbot.herokuapp.com request_id=1ad43f9c-190b-40ea-995e-bd46909a60a7 fwd="78.163.12.101" dyno= connect= service= status=503 bytes= protocol=http when i try to enter my bots apps web adress
O think you must add a web surface because it stops when i try to jeep open app

Use Config Vars For Token

It will be good if implement config vars for token otherwise others might able to see our token
thanks.

Error R15 (Memory quota vastly exceeded)

lication Logs
2021-10-04T06:15:35.812790+00:00 app[worker.1]: . // o
2021-10-04T06:15:35.812791+00:00 app[worker.1]: . || .) lichess-bot 1.2.0
2021-10-04T06:15:35.812791+00:00 app[worker.1]: . //
2021-10-04T06:15:35.812791+00:00 app[worker.1]: . )
( Play on Lichess with a bot
2021-10-04T06:15:35.812791+00:00 app[worker.1]: �[0m
2021-10-04T06:15:36.078075+00:00 app[worker.1]: 2021-10-04 06:15:36,077: �[94m Welcome BestBotThatWillWin!�[0m
2021-10-04T06:15:36.078107+00:00 app[worker.1]: 2021-10-04 06:15:36,078: �[94m You're now connected to https://lichess.org/ and awaiting challenges.�[0m
2021-10-04T06:15:36.375477+00:00 app[worker.1]: 2021-10-04 06:15:36,375: �[94m --- Process Used. Total Queued: 0. Total Used: 1�[0m
2021-10-04T06:15:37.066684+00:00 app[worker.1]: 2021-10-04 06:15:37,066: �[94m +++ https://lichess.org/kCZ9Wxt8/black Blitz vs A_Chips(1677)�[0m
2021-10-04T06:15:37.066923+00:00 app[worker.1]: 2021-10-04 06:15:37,066: �[94m Backing off play_game(...) for 1.0s (AttributeError: 'str' object has no attribute 'opponent')�[0m
2021-10-04T06:15:40.076101+00:00 app[worker.1]: 2021-10-04 06:15:40,064: �[94m +++ https://lichess.org/kCZ9Wxt8/black Blitz vs A_Chips(1677)�[0m
2021-10-04T06:15:40.081353+00:00 app[worker.1]: 2021-10-04 06:15:40,080: �[94m Backing off play_game(...) for 1.7s (AttributeError: 'str' object has no attribute 'opponent')�[0m
2021-10-04T06:15:42.704116+00:00 app[worker.1]: 2021-10-04 06:15:42,703: �[94m +++ https://lichess.org/kCZ9Wxt8/black Blitz vs A_Chips(1677)�[0m
2021-10-04T06:15:42.704305+00:00 app[worker.1]: 2021-10-04 06:15:42,704: �[94m Backing off play_game(...) for 2.7s (AttributeError: 'str' object has no attribute 'opponent')�[0m
2021-10-04T06:15:43.652517+00:00 heroku[worker.1]: Process running mem=1279M(250.0%)
2021-10-04T06:15:43.692394+00:00 heroku[worker.1]: Error R15 (Memory quota vastly exceeded)
2021-10-04T06:15:43.693830+00:00 heroku[worker.1]: Stopping process with SIGKILL
2021-10-04T06:15:43.710619+00:00 heroku[worker.1]: Process running mem=1274M(248.8%)
2021-10-04T06:15:43.765158+00:00 heroku[worker.1]: Error R15 (Memory quota vastly exceeded)
2021-10-04T06:15:43.768072+00:00 heroku[worker.1]: Stopping process with SIGKILL
2021-10-04T06:15:44.044579+00:00 heroku[worker.1]: Process exited with status 137
2021-10-04T06:15:44.109339+00:00 heroku[worker.1]: State changed from up to crashed

bot problem

so created one bot like this it working well but sometimes it stop in the middle of a game a=like 9 times can i get solution for thsi

Help needed

My BOT lost 116 points due to 30 secs match with human. Not joking, please help. It is playing so bad at 30 secs match.

what can i do

it says these repo is 22 comits behing ovasis so what shall i do??

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.