Started by GitLab push by Yann Garcia Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/Intelligent Transport Systems/STF525_Auto_Interop > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://forge.etsi.org/gitlab/ITS/ITS.git # timeout=10 Fetching upstream changes from https://forge.etsi.org/gitlab/ITS/ITS.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress https://forge.etsi.org/gitlab/ITS/ITS.git +refs/heads/*:refs/remotes/origin/* skipping resolution of commit remotes/origin/STF525, since it originates from another repository > git rev-parse refs/remotes/origin/STF525^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/STF525^{commit} # timeout=10 Checking out Revision 852dd423df2a718ab86d0b682d225c9fdfacec78 (refs/remotes/origin/STF525) > git config core.sparsecheckout # timeout=10 > git checkout -f 852dd423df2a718ab86d0b682d225c9fdfacec78 Commit message: "Update Dockerfile" > git rev-list 525e54061d2301c6d2c8733ff125955e7b54e240 # timeout=10 [STF525_Auto_Interop] $ /bin/bash /tmp/jenkins2185363277270649175.sh #set -e cd $(dirname $0) dirname $0 ++ dirname .jenkins.sh + cd . run_dir=`pwd` pwd ++ pwd + run_dir='/home/jenkins/workspace/Intelligent Transport Systems/STF525_Auto_Interop' # Docker version 2 #cd docker/v2 #./build.sh #./run.sh # Docker version 1 cd docker + cd docker ./build-container.sh + ./build-container.sh DOCKER_FILE=./Dockerfile + DOCKER_FILE=./Dockerfile if [ -f ${DOCKER_FILE} ] then docker build --tag stf525_its --force-rm . if [ "$?" != "0" ] then echo "Docker build failed: $?" exit -1 fi docker image ls -a docker inspect stf525_its:latest if [ "$?" != "0" ] then echo "Docker inspect failed: $?" exit -1 fi else exit -2 fi + '[' -f ./Dockerfile ']' + docker build --tag stf525_its --force-rm . Sending build context to Docker daemon 36.35kB Step 1/10 : FROM ubuntu:18.04 ---> 113a43faa138 Step 2/10 : MAINTAINER ETSI STF 525 ---> Using cache ---> 35335fa56144 Step 3/10 : LABEL description "STF525 Docker Image" ---> Using cache ---> 3421a6bf6abe Step 4/10 : ENV TERM linux ---> Using cache ---> 5e4139ec701d Step 5/10 : ENV HOSTNAME docker-titan-STF525 ---> Using cache ---> 621ad0cf0adc Step 6/10 : ARG ssh_pub_key ---> Using cache ---> 3323fd1fbcec Step 7/10 : RUN echo "docker-titan-STF525" > /etc/hostname && DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get dist-upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install software-properties-common -y && DEBIAN_FRONTEND=noninteractive add-apt-repository ppa:linuxuprising/java -y && DEBIAN_FRONTEND=noninteractive apt-get update && DEBIAN_FRONTEND=noninteractive apt-get --allow-unauthenticated install -y autoconf bison build-essential cmake curl dos2unix doxygen emacs expect flex g++-8 gcc-8 gdb git-core gnutls-bin graphviz libglib2.0-dev libpcap-dev libgcrypt-dev libncurses5-dev libssl-dev libtool-bin libtool libwireshark-dev libxml2-dev lsof ntp openssh-server pkg-config qt5-default qttools5-dev qtmultimedia5-dev libqt5svg5-dev subversion sudo sshpass tcpdump texlive-font-utils tshark tzdata valgrind vim vsftpd xutils-dev tree unzip wget xsltproc && DEBIAN_FRONTEND=noninteractive apt-get autoremove --purge -y && DEBIAN_FRONTEND=noninteractive apt-get autoclean && useradd --create-home --shell /bin/bash --user-group etsi --groups sudo && echo "etsi:etsi" | chpasswd && adduser etsi sudo && cd /home/etsi && echo "" >> /home/etsi/.bashrc && echo "export HOME=/home/etsi" >> /home/etsi/.bashrc && echo "export LD_LIBRARY_PATH=/home/etsi/dev/etsi_its/lib:$LD_LIBRARY_PATH" >> /home/etsi/.bashrc && echo "export PATH=/home/etsi/bin:$PATH" >> /home/etsi/.bashrc && echo "cd /home/etsi" >> /home/etsi/.bashrc && echo ". ./devenv.bash" >> /home/etsi/.bashrc && . /home/etsi/.bashrc && mkdir -p bin lib include tmp frameworks docs man dev && chown etsi:etsi bin lib include tmp frameworks docs man dev && echo "etsi ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers ---> Running in f518770a40be Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [83.2 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe Sources [21.8 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [104 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [227 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/universe Sources [11.5 MB] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [1364 B] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/universe Sources [115 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [6161 B] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [517 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [10.8 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [711 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [2975 B] Fetched 26.6 MB in 4s (6575 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: apt base-files gcc-8-base gpgv libapt-pkg5.0 libgcc1 libgcrypt20 libncurses5 libncursesw5 libstdc++6 libsystemd0 libtinfo5 libudev1 ncurses-base ncurses-bin perl-base 16 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 5222 kB of archives. After this operation, 7168 B of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.3 [60.4 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.2 [1390 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-8-base amd64 8.2.0-1ubuntu2~18.04 [18.3 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc1 amd64 1:8.2.0-1ubuntu2~18.04 [40.7 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++6 amd64 8.2.0-1ubuntu2~18.04 [398 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.3 [53.8 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.3ubuntu0.1 [801 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.1 [418 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.1 [197 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.3ubuntu0.1 [1166 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.3 [204 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 5222 kB in 0s (14.3 MB/s) (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4035 files and directories currently installed.) Preparing to unpack .../base-files_10.1ubuntu2.3_amd64.deb ... Unpacking base-files (10.1ubuntu2.3) over (10.1ubuntu2) ... Setting up base-files (10.1ubuntu2.3) ... Installing new version of config file /etc/issue ... Installing new version of config file /etc/issue.net ... Installing new version of config file /etc/lsb-release ... Installing new version of config file /etc/update-motd.d/50-motd-news ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4037 files and directories currently installed.) Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4037 files and directories currently installed.) Preparing to unpack .../perl-base_5.26.1-6ubuntu0.2_amd64.deb ... Unpacking perl-base (5.26.1-6ubuntu0.2) over (5.26.1-6) ... Setting up perl-base (5.26.1-6ubuntu0.2) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4037 files and directories currently installed.) Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up ncurses-base (6.1-1ubuntu1.18.04) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4039 files and directories currently installed.) Preparing to unpack .../gcc-8-base_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking gcc-8-base:amd64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ... Setting up gcc-8-base:amd64 (8.2.0-1ubuntu2~18.04) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libgcc1_1%3a8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libgcc1:amd64 (1:8.2.0-1ubuntu2~18.04) over (1:8-20180414-1ubuntu2) ... Setting up libgcc1:amd64 (1:8.2.0-1ubuntu2~18.04) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libstdc++6_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libstdc++6:amd64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ... Setting up libstdc++6:amd64 (8.2.0-1ubuntu2~18.04) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libudev1_237-3ubuntu10.3_amd64.deb ... Unpacking libudev1:amd64 (237-3ubuntu10.3) over (237-3ubuntu10) ... Setting up libudev1:amd64 (237-3ubuntu10.3) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libapt-pkg5.0_1.6.3ubuntu0.1_amd64.deb ... Unpacking libapt-pkg5.0:amd64 (1.6.3ubuntu0.1) over (1.6.1) ... Setting up libapt-pkg5.0:amd64 (1.6.3ubuntu0.1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.1_amd64.deb ... Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.1) over (1.8.1-4ubuntu1) ... Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../gpgv_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpgv (2.2.4-1ubuntu1.1) over (2.2.4-1ubuntu1) ... Setting up gpgv (2.2.4-1ubuntu1.1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../apt_1.6.3ubuntu0.1_amd64.deb ... Unpacking apt (1.6.3ubuntu0.1) over (1.6.1) ... Setting up apt (1.6.3ubuntu0.1) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libsystemd0_237-3ubuntu10.3_amd64.deb ... Unpacking libsystemd0:amd64 (237-3ubuntu10.3) over (237-3ubuntu10) ... Setting up libsystemd0:amd64 (237-3ubuntu10.3) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: ca-certificates cron dbus dirmngr distro-info-data file gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libapt-inst2.0 libasn1-8-heimdal libassuan0 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu60 libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common libmagic-mgc libmagic1 libmpdec2 libnpth0 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libreadline7 libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal libxml2 lsb-release mime-support openssl pinentry-curses powermgmt-base python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-software-properties python3.6 python3.6-minimal readline-common shared-mime-info ucf unattended-upgrades xdg-user-dirs xz-utils Suggested packages: anacron logrotate checksecurity exim4 | postfix | mail-transport-agent default-dbus-session-bus | dbus-session-bus dbus-user-session libpam-systemd pinentry-gnome3 tor parcimonie xloadimage scdaemon isoquery libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql lsb pinentry-doc python3-doc python3-tk python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg python3.6-venv python3.6-doc binutils binfmt-support readline-doc bsd-mailx default-mta | mail-transport-agent needrestart The following NEW packages will be installed: ca-certificates cron dbus dirmngr distro-info-data file gir1.2-glib-2.0 gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm iso-codes libapparmor1 libapt-inst2.0 libasn1-8-heimdal libassuan0 libdbus-1-3 libexpat1 libgirepository-1.0-1 libglib2.0-0 libglib2.0-data libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu60 libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common libmagic-mgc libmagic1 libmpdec2 libnpth0 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libreadline7 libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db libsqlite3-0 libssl1.1 libwind0-heimdal libxml2 lsb-release mime-support openssl pinentry-curses powermgmt-base python-apt-common python3 python3-apt python3-dbus python3-gi python3-minimal python3-software-properties python3.6 python3.6-minimal readline-common shared-mime-info software-properties-common ucf unattended-upgrades xdg-user-dirs xz-utils 0 upgraded, 73 newly installed, 0 to remove and 0 not upgraded. Need to get 24.5 MB of archives. After this operation, 111 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 cron amd64 3.0pl1-128.1ubuntu1 [68.8 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.1 amd64 1.1.0g-2ubuntu4.1 [1128 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.6-1~18.04 [532 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexpat1 amd64 2.2.5-3 [80.2 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.6-1~18.04 [1617 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.5-3ubuntu1 [23.7 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 readline-common all 7.0-3 [52.9 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline7 amd64 7.0-3 [124 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsqlite3-0 amd64 3.22.0-1 [496 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.6-1~18.04 [1713 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.6-1~18.04 [190 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.5-3ubuntu1 [7204 B] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.5-3ubuntu1 [10.2 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.0g-2ubuntu4.1 [532 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 ca-certificates all 20180409 [151 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1 [175 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 dbus amd64 1.12.2-1ubuntu1 [150 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.1 [4484 B] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.1 [184 kB] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.1 [68.4 kB] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.1 [22.1 kB] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.2-0ubuntu0.18.04.2 [1168 kB] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgirepository-1.0-1 amd64 1.56.1-1 [82.0 kB] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-glib-2.0 amd64 1.56.1-1 [131 kB] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-inst2.0 amd64 1.6.3ubuntu0.1 [55.6 kB] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.2-0ubuntu0.18.04.2 [4400 B] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu60 amd64 60.2-3ubuntu3 [8054 kB] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.2 [663 kB] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsb-release all 9.20170808ubuntu1 [11.0 kB] Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-dbus amd64 1.2.6-1 [89.9 kB] Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-gi amd64 3.26.1-2 [153 kB] Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 shared-mime-info amd64 1.9-2 [426 kB] Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 ucf all 3.0038 [50.5 kB] Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 xdg-user-dirs amd64 0.17-1ubuntu1 [48.0 kB] Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 xz-utils amd64 5.2.2-1.3 [83.8 kB] Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 iso-codes all 3.79-1 [2565 kB] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 powermgmt-base all 1.33 [8660 B] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-apt-common all 1.6.2 [16.4 kB] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.2 [147 kB] Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libassuan0 amd64 2.5.1-2 [35.0 kB] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.1 [123 kB] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [14.8 kB] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [49.2 kB] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1 [16.6 kB] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1 [155 kB] Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnpth0 amd64 1.5-3 [7668 B] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.1 [316 kB] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.1 [49.5 kB] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.1 [127 kB] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.1 [467 kB] Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 pinentry-curses amd64 1.1.0-1 [35.8 kB] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.1 [227 kB] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.1 [91.8 kB] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.1 [84.9 kB] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.1 [215 kB] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.1 [249 kB] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2 [48.7 kB] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.5 [22.3 kB] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.5 [9912 B] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.5 [38.1 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 24.5 MB in 1s (22.3 MB/s) Selecting previously unselected package cron. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4038 files and directories currently installed.) Preparing to unpack .../cron_3.0pl1-128.1ubuntu1_amd64.deb ... Unpacking cron (3.0pl1-128.1ubuntu1) ... Selecting previously unselected package libssl1.1:amd64. Preparing to unpack .../libssl1.1_1.1.0g-2ubuntu4.1_amd64.deb ... Unpacking libssl1.1:amd64 (1.1.0g-2ubuntu4.1) ... Selecting previously unselected package libpython3.6-minimal:amd64. Preparing to unpack .../libpython3.6-minimal_3.6.6-1~18.04_amd64.deb ... Unpacking libpython3.6-minimal:amd64 (3.6.6-1~18.04) ... Selecting previously unselected package libexpat1:amd64. Preparing to unpack .../libexpat1_2.2.5-3_amd64.deb ... Unpacking libexpat1:amd64 (2.2.5-3) ... Selecting previously unselected package python3.6-minimal. Preparing to unpack .../python3.6-minimal_3.6.6-1~18.04_amd64.deb ... Unpacking python3.6-minimal (3.6.6-1~18.04) ... Setting up libssl1.1:amd64 (1.1.0g-2ubuntu4.1) ... Setting up libpython3.6-minimal:amd64 (3.6.6-1~18.04) ... Setting up libexpat1:amd64 (2.2.5-3) ... Setting up python3.6-minimal (3.6.6-1~18.04) ... Selecting previously unselected package python3-minimal. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4332 files and directories currently installed.) Preparing to unpack .../0-python3-minimal_3.6.5-3ubuntu1_amd64.deb ... Unpacking python3-minimal (3.6.5-3ubuntu1) ... Selecting previously unselected package mime-support. Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... Unpacking mime-support (3.60ubuntu1) ... Selecting previously unselected package libmpdec2:amd64. Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... Selecting previously unselected package readline-common. Preparing to unpack .../3-readline-common_7.0-3_all.deb ... Unpacking readline-common (7.0-3) ... Selecting previously unselected package libreadline7:amd64. Preparing to unpack .../4-libreadline7_7.0-3_amd64.deb ... Unpacking libreadline7:amd64 (7.0-3) ... Selecting previously unselected package libsqlite3-0:amd64. Preparing to unpack .../5-libsqlite3-0_3.22.0-1_amd64.deb ... Unpacking libsqlite3-0:amd64 (3.22.0-1) ... Selecting previously unselected package libpython3.6-stdlib:amd64. Preparing to unpack .../6-libpython3.6-stdlib_3.6.6-1~18.04_amd64.deb ... Unpacking libpython3.6-stdlib:amd64 (3.6.6-1~18.04) ... Selecting previously unselected package python3.6. Preparing to unpack .../7-python3.6_3.6.6-1~18.04_amd64.deb ... Unpacking python3.6 (3.6.6-1~18.04) ... Selecting previously unselected package libpython3-stdlib:amd64. Preparing to unpack .../8-libpython3-stdlib_3.6.5-3ubuntu1_amd64.deb ... Unpacking libpython3-stdlib:amd64 (3.6.5-3ubuntu1) ... Setting up python3-minimal (3.6.5-3ubuntu1) ... Selecting previously unselected package python3. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4788 files and directories currently installed.) Preparing to unpack .../00-python3_3.6.5-3ubuntu1_amd64.deb ... Unpacking python3 (3.6.5-3ubuntu1) ... Selecting previously unselected package openssl. Preparing to unpack .../01-openssl_1.1.0g-2ubuntu4.1_amd64.deb ... Unpacking openssl (1.1.0g-2ubuntu4.1) ... Selecting previously unselected package ca-certificates. Preparing to unpack .../02-ca-certificates_20180409_all.deb ... Unpacking ca-certificates (20180409) ... Selecting previously unselected package libapparmor1:amd64. Preparing to unpack .../03-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) ... Selecting previously unselected package libdbus-1-3:amd64. Preparing to unpack .../04-libdbus-1-3_1.12.2-1ubuntu1_amd64.deb ... Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1) ... Selecting previously unselected package dbus. Preparing to unpack .../05-dbus_1.12.2-1ubuntu1_amd64.deb ... Unpacking dbus (1.12.2-1ubuntu1) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../06-distro-info-data_0.37ubuntu0.1_all.deb ... Unpacking distro-info-data (0.37ubuntu0.1) ... Selecting previously unselected package libmagic-mgc. Preparing to unpack .../07-libmagic-mgc_1%3a5.32-2ubuntu0.1_amd64.deb ... Unpacking libmagic-mgc (1:5.32-2ubuntu0.1) ... Selecting previously unselected package libmagic1:amd64. Preparing to unpack .../08-libmagic1_1%3a5.32-2ubuntu0.1_amd64.deb ... Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.1) ... Selecting previously unselected package file. Preparing to unpack .../09-file_1%3a5.32-2ubuntu0.1_amd64.deb ... Unpacking file (1:5.32-2ubuntu0.1) ... Selecting previously unselected package libglib2.0-0:amd64. Preparing to unpack .../10-libglib2.0-0_2.56.2-0ubuntu0.18.04.2_amd64.deb ... Unpacking libglib2.0-0:amd64 (2.56.2-0ubuntu0.18.04.2) ... Selecting previously unselected package libgirepository-1.0-1:amd64. Preparing to unpack .../11-libgirepository-1.0-1_1.56.1-1_amd64.deb ... Unpacking libgirepository-1.0-1:amd64 (1.56.1-1) ... Selecting previously unselected package gir1.2-glib-2.0:amd64. Preparing to unpack .../12-gir1.2-glib-2.0_1.56.1-1_amd64.deb ... Unpacking gir1.2-glib-2.0:amd64 (1.56.1-1) ... Selecting previously unselected package libapt-inst2.0:amd64. Preparing to unpack .../13-libapt-inst2.0_1.6.3ubuntu0.1_amd64.deb ... Unpacking libapt-inst2.0:amd64 (1.6.3ubuntu0.1) ... Selecting previously unselected package libglib2.0-data. Preparing to unpack .../14-libglib2.0-data_2.56.2-0ubuntu0.18.04.2_all.deb ... Unpacking libglib2.0-data (2.56.2-0ubuntu0.18.04.2) ... Selecting previously unselected package libicu60:amd64. Preparing to unpack .../15-libicu60_60.2-3ubuntu3_amd64.deb ... Unpacking libicu60:amd64 (60.2-3ubuntu3) ... Selecting previously unselected package libxml2:amd64. Preparing to unpack .../16-libxml2_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ... Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ... Selecting previously unselected package lsb-release. Preparing to unpack .../17-lsb-release_9.20170808ubuntu1_all.deb ... Unpacking lsb-release (9.20170808ubuntu1) ... Selecting previously unselected package python3-dbus. Preparing to unpack .../18-python3-dbus_1.2.6-1_amd64.deb ... Unpacking python3-dbus (1.2.6-1) ... Selecting previously unselected package python3-gi. Preparing to unpack .../19-python3-gi_3.26.1-2_amd64.deb ... Unpacking python3-gi (3.26.1-2) ... Selecting previously unselected package shared-mime-info. Preparing to unpack .../20-shared-mime-info_1.9-2_amd64.deb ... Unpacking shared-mime-info (1.9-2) ... Selecting previously unselected package ucf. Preparing to unpack .../21-ucf_3.0038_all.deb ... Moving old data out of the way Unpacking ucf (3.0038) ... Selecting previously unselected package xdg-user-dirs. Preparing to unpack .../22-xdg-user-dirs_0.17-1ubuntu1_amd64.deb ... Unpacking xdg-user-dirs (0.17-1ubuntu1) ... Selecting previously unselected package xz-utils. Preparing to unpack .../23-xz-utils_5.2.2-1.3_amd64.deb ... Unpacking xz-utils (5.2.2-1.3) ... Selecting previously unselected package iso-codes. Preparing to unpack .../24-iso-codes_3.79-1_all.deb ... Unpacking iso-codes (3.79-1) ... Selecting previously unselected package powermgmt-base. Preparing to unpack .../25-powermgmt-base_1.33_all.deb ... Unpacking powermgmt-base (1.33) ... Selecting previously unselected package python-apt-common. Preparing to unpack .../26-python-apt-common_1.6.2_all.deb ... Unpacking python-apt-common (1.6.2) ... Selecting previously unselected package python3-apt. Preparing to unpack .../27-python3-apt_1.6.2_amd64.deb ... Unpacking python3-apt (1.6.2) ... Selecting previously unselected package libassuan0:amd64. Preparing to unpack .../28-libassuan0_2.5.1-2_amd64.deb ... Unpacking libassuan0:amd64 (2.5.1-2) ... Selecting previously unselected package gpgconf. Preparing to unpack .../29-gpgconf_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpgconf (2.2.4-1ubuntu1.1) ... Selecting previously unselected package libksba8:amd64. Preparing to unpack .../30-libksba8_1.3.5-2_amd64.deb ... Unpacking libksba8:amd64 (1.3.5-2) ... Selecting previously unselected package libroken18-heimdal:amd64. Preparing to unpack .../31-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libasn1-8-heimdal:amd64. Preparing to unpack .../32-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libheimbase1-heimdal:amd64. Preparing to unpack .../33-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libhcrypto4-heimdal:amd64. Preparing to unpack .../34-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libwind0-heimdal:amd64. Preparing to unpack .../35-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libhx509-5-heimdal:amd64. Preparing to unpack .../36-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libkrb5-26-heimdal:amd64. Preparing to unpack .../37-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libheimntlm0-heimdal:amd64. Preparing to unpack .../38-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libgssapi3-heimdal:amd64. Preparing to unpack .../39-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... Selecting previously unselected package libsasl2-modules-db:amd64. Preparing to unpack .../40-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ... Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ... Selecting previously unselected package libsasl2-2:amd64. Preparing to unpack .../41-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ... Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ... Selecting previously unselected package libldap-common. Preparing to unpack .../42-libldap-common_2.4.45+dfsg-1ubuntu1_all.deb ... Unpacking libldap-common (2.4.45+dfsg-1ubuntu1) ... Selecting previously unselected package libldap-2.4-2:amd64. Preparing to unpack .../43-libldap-2.4-2_2.4.45+dfsg-1ubuntu1_amd64.deb ... Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1) ... Selecting previously unselected package libnpth0:amd64. Preparing to unpack .../44-libnpth0_1.5-3_amd64.deb ... Unpacking libnpth0:amd64 (1.5-3) ... Selecting previously unselected package dirmngr. Preparing to unpack .../45-dirmngr_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking dirmngr (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gnupg-l10n. Preparing to unpack .../46-gnupg-l10n_2.2.4-1ubuntu1.1_all.deb ... Unpacking gnupg-l10n (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gnupg-utils. Preparing to unpack .../47-gnupg-utils_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gnupg-utils (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gpg. Preparing to unpack .../48-gpg_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpg (2.2.4-1ubuntu1.1) ... Selecting previously unselected package pinentry-curses. Preparing to unpack .../49-pinentry-curses_1.1.0-1_amd64.deb ... Unpacking pinentry-curses (1.1.0-1) ... Selecting previously unselected package gpg-agent. Preparing to unpack .../50-gpg-agent_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpg-agent (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gpg-wks-client. Preparing to unpack .../51-gpg-wks-client_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpg-wks-client (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gpg-wks-server. Preparing to unpack .../52-gpg-wks-server_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpg-wks-server (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gpgsm. Preparing to unpack .../53-gpgsm_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gpgsm (2.2.4-1ubuntu1.1) ... Selecting previously unselected package gnupg. Preparing to unpack .../54-gnupg_2.2.4-1ubuntu1.1_amd64.deb ... Unpacking gnupg (2.2.4-1ubuntu1.1) ... Selecting previously unselected package libsasl2-modules:amd64. Preparing to unpack .../55-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2_amd64.deb ... Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ... Selecting previously unselected package python3-software-properties. Preparing to unpack .../56-python3-software-properties_0.96.24.32.5_all.deb ... Unpacking python3-software-properties (0.96.24.32.5) ... Selecting previously unselected package software-properties-common. Preparing to unpack .../57-software-properties-common_0.96.24.32.5_all.deb ... Unpacking software-properties-common (0.96.24.32.5) ... Selecting previously unselected package unattended-upgrades. Preparing to unpack .../58-unattended-upgrades_1.1ubuntu1.18.04.5_all.deb ... Unpacking unattended-upgrades (1.1ubuntu1.18.04.5) ... Setting up python-apt-common (1.6.2) ... Setting up libnpth0:amd64 (1.5-3) ... Setting up readline-common (7.0-3) ... Setting up libapt-inst2.0:amd64 (1.6.3ubuntu0.1) ... Setting up powermgmt-base (1.33) ... Setting up libicu60:amd64 (60.2-3ubuntu3) ... Setting up mime-support (3.60ubuntu1) ... Setting up iso-codes (3.79-1) ... Setting up libldap-common (2.4.45+dfsg-1ubuntu1) ... Setting up libreadline7:amd64 (7.0-3) ... Setting up libglib2.0-0:amd64 (2.56.2-0ubuntu0.18.04.2) ... No schema files found: doing nothing. Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ... Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ... Setting up distro-info-data (0.37ubuntu0.1) ... Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libksba8:amd64 (1.3.5-2) ... Setting up ucf (3.0038) ... Setting up libgirepository-1.0-1:amd64 (1.56.1-1) ... Setting up libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ... Setting up libmagic-mgc (1:5.32-2ubuntu0.1) ... Setting up gnupg-l10n (2.2.4-1ubuntu1.1) ... Setting up libmagic1:amd64 (1:5.32-2ubuntu0.1) ... Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ... Setting up libglib2.0-data (2.56.2-0ubuntu0.18.04.2) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... Setting up xz-utils (5.2.2-1.3) ... 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 libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up openssl (1.1.0g-2ubuntu4.1) ... Setting up libsqlite3-0:amd64 (3.22.0-1) ... Setting up shared-mime-info (1.9-2) ... Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ... Setting up ca-certificates (20180409) ... Updating certificates in /etc/ssl/certs... 133 added, 0 removed; done. Setting up cron (3.0pl1-128.1ubuntu1) ... Adding group `crontab' (GID 101) ... Done. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libassuan0:amd64 (2.5.1-2) ... Setting up xdg-user-dirs (0.17-1ubuntu1) ... Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... Setting up libdbus-1-3:amd64 (1.12.2-1ubuntu1) ... Setting up libpython3.6-stdlib:amd64 (3.6.6-1~18.04) ... Setting up python3.6 (3.6.6-1~18.04) ... Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up gpgconf (2.2.4-1ubuntu1.1) ... Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up file (1:5.32-2ubuntu0.1) ... Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up gpgsm (2.2.4-1ubuntu1.1) ... Setting up gnupg-utils (2.2.4-1ubuntu1.1) ... Setting up pinentry-curses (1.1.0-1) ... Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up dbus (1.12.2-1ubuntu1) ... Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up gpg (2.2.4-1ubuntu1.1) ... Setting up libpython3-stdlib:amd64 (3.6.5-3ubuntu1) ... Setting up python3 (3.6.5-3ubuntu1) ... Setting up gpg-agent (2.2.4-1ubuntu1.1) ... Setting up gpg-wks-server (2.2.4-1ubuntu1.1) ... Setting up python3-gi (3.26.1-2) ... Setting up lsb-release (9.20170808ubuntu1) ... Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... Setting up python3-apt (1.6.2) ... Setting up python3-dbus (1.2.6-1) ... Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1) ... Setting up unattended-upgrades (1.1ubuntu1.18.04.5) ... Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version Setting up python3-software-properties (0.96.24.32.5) ... Setting up dirmngr (2.2.4-1ubuntu1.1) ... Setting up software-properties-common (0.96.24.32.5) ... Setting up gpg-wks-client (2.2.4-1ubuntu1.1) ... Setting up gnupg (2.2.4-1ubuntu1.1) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Processing triggers for ca-certificates (20180409) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Processing triggers for dbus (1.12.2-1ubuntu1) ... Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Get:2 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease [15.9 kB] Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Get:4 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 Packages [1840 B] Hit:5 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Fetched 17.7 kB in 1s (29.2 kB/s) Reading package lists... Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease Hit:2 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease Reading package lists... Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: adwaita-icon-theme at-spi2-core automake autotools-dev avahi-daemon bind9-host binutils binutils-common binutils-x86-64-linux-gnu cmake-data cpp cpp-7 cpp-8 dconf-gsettings-backend dconf-service dmsetup dpkg-dev emacs25 emacs25-bin-common emacs25-common emacs25-el emacsen-common fakeroot fontconfig fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-liberation fonts-lmodern fonts-noto-mono g++ g++-7 gcc gcc-7 gcc-7-base gdbserver geoclue-2.0 geoip-database geoip-database-extra ghostscript gir1.2-harfbuzz-0.0 git-man glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas gsfonts gstreamer1.0-plugins-base gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme icu-devtools iio-sensor-proxy imagemagick-6-common install-info javascript-common krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 libaprutil1 libarchive13 libargon2-0 libasan4 libasan5 libasound2 libasound2-data libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0 libauthen-sasl-perl libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libbabeltrace1 libbind9-160 libbinutils libbison-dev libbrotli1 libbsd0 libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcairo-gobject2 libcairo2 libcap2 libcap2-bin libcc1-0 libcdparanoia0 libcdt5 libcgraph6 libcilkrts5 libclang1-6.0 libcolord2 libcroco3 libcryptsetup12 libcups2 libcupsfilters1 libcupsimage2 libcurl3-gnutls libcurl4 libdaemon0 libdata-dump-perl libdatrie1 libdconf1 libdevmapper1.02.1 libdns1100 libdouble-conversion1 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdw1 libedit2 libegl-mesa0 libegl1 libegl1-mesa-dev libelf1 libencode-locale-perl libepoxy0 liberror-perl libevdev2 libevent-2.1-6 libfakeroot libfftw3-double3 libfile-basedir-perl libfile-desktopentry-perl libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl libfl-dev libfl2 libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libgbm1 libgcc-7-dev libgcc-8-dev libgd3 libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgeoclue-2-0 libgeoip1 libgif7 libgl1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles1 libgles2 libgles2-mesa-dev libglib2.0-bin libglib2.0-dev-bin libglu1-mesa libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libglvnd0 libglx-mesa0 libglx0 libgnutls-dane0 libgomp1 libgpg-error-dev libgpm2 libgraphite2-3 libgraphite2-dev libgs9 libgs9-common libgssapi-krb5-2 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhyphen0 libice6 libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libidn11 libijs-0.35 libinput-bin libinput10 libio-html-perl libio-socket-ssl-perl libip4tc0 libipc-system-simple-perl libisc169 libisccc160 libisccfg160 libisl19 libitm1 libjbig0 libjbig2dec0 libjpeg-turbo8 libjpeg8 libjs-openlayers libjson-c3 libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libk5crypto3 libkeyutils1 libkmod2 libkpathsea6 libkrb5-3 libkrb5support0 liblab-gamut1 liblcms2-2 libllvm6.0 liblocale-gettext-perl liblockfile-bin liblockfile1 liblqr-1-0 liblsan0 libltdl-dev libltdl7 liblua5.2-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblwres160 liblzo2-2 libm17n-0 libmagickcore-6.q16-3 libmagickwand-6.q16-3 libmailtools-perl libmbim-glib4 libmbim-proxy libmm-glib0 libmpc3 libmpfr6 libmpx2 libmtdev1 libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnspr4 libnss-mdns libnss-systemd libnss3 libogg0 libopengl0 libopts25 libopus0 liborc-0.4-0 libotf0 libpam-cap libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap0.8 libpcap0.8-dev libpciaccess0 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpcsclite1 libperl5.26 libpipeline1 libpixman-1-0 libpng16-16 libpolkit-gobject-1-0 libpoppler73 libpopt0 libpotrace0 libproxy1v5 libpsl5 libptexenc1 libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0 libpython3.6 libqgsttools-p1 libqmi-glib5 libqmi-proxy libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5designer5 libqt5designercomponents5 libqt5gui5 libqt5help5 libqt5multimedia5 libqt5multimediaquick-p5 libqt5multimediawidgets5 libqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5quickwidgets5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5test5 libqt5webchannel5 libqt5webkit5 libqt5widgets5 libqt5xml5 libquadmath0 librest-0.7-0 librhash0 librsvg2-2 librsvg2-common librtmp1 libsbc1 libsensors4 libserf-1-1 libsigsegv2 libsm6 libsmi2ldbl libsnappy1v5 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libssh-gcrypt-4 libssl-doc libssl1.0.0 libstdc++-7-dev libstdc++-8-dev libsvn1 libsynctex1 libtcl8.6 libtexlua52 libtexluajit2 libtext-iconv-perl libthai-data libthai0 libtheora0 libtie-ixhash-perl libtiff5 libtimedate-perl libtinfo-dev libtry-tiny-perl libtsan0 libubsan0 libubsan1 libunbound2 liburi-perl libusb-1.0-0 libuv1 libvisual-0.4-0 libvorbis0a libvorbisenc2 libwacom-bin libwacom-common libwacom2 libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libwayland-server0 libwebp6 libwireshark-data libwireshark10 libwiretap7 libwoff1 libwrap0 libwscodecs1 libwsutil-dev libwsutil8 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc libx11-protocol-perl libx11-xcb-dev libx11-xcb1 libxapian30 libxau-dev libxau6 libxaw7 libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0 libxcb-sync-dev libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xinerama0 libxcb-xkb1 libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft2 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence-dev libxshmfence1 libxslt1.1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm-dev libxxf86vm1 libzzip-0-13 linux-libc-dev lmodern logrotate m17n-db m4 make manpages manpages-dev mesa-common-dev modemmanager multiarch-support ncurses-term netbase networkd-dispatcher openssh-client openssh-sftp-server patch perl perl-modules-5.26 perl-openssl-defaults poppler-data ps2eps publicsuffix python3-certifi python3-chardet python3-distutils python3-idna python3-lib2to3 python3-pkg-resources python3-requests python3-six python3-urllib3 qt5-assistant qt5-gtk-platformtheme qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools qtchooser qttools5-dev-tools qttranslations5-l10n sntp ssh-import-id ssl-cert systemd systemd-sysv t1utils tcl-expect tcl8.6 tex-common texlive-base texlive-binaries ubuntu-mono udev usb-modeswitch usb-modeswitch-data vim-common vim-runtime wireshark-common wpasupplicant x11-common x11-utils x11-xserver-utils x11proto-core-dev x11proto-damage-dev x11proto-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-xext-dev x11proto-xf86vidmode-dev xauth xdg-utils xkb-data xorg-sgml-doctools xtrans-dev xxd zlib1g-dev Suggested packages: autoconf-archive gnu-standards autoconf-doc gettext avahi-autoipd binutils-doc bison-doc cmake-doc ninja-build cpp-doc gcc-7-locales gcc-8-locales doxygen-latex doxygen-doc doxygen-gui debian-keyring emacs25-common-non-dfsg tk8.6 flex-doc fonts-noto g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg g++-8-multilib gcc-8-doc libstdc++6-8-dbg gcc-multilib gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gcc-8-multilib libasan5-dbg libubsan1-dbg gdb-doc ghostscript-x gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn graphviz-doc gvfs apache2 | lighttpd | httpd lrzip libasound2-plugins alsa-utils libdigest-hmac-perl libgssapi-perl glibc-doc colord cups-common bzr libfftw3-bin libfftw3-dev libgcrypt20-doc libgd-tools gdbm-l10n geoip-bin libglib2.0-doc dns-root-data gpm libgraphite2-utils krb5-doc krb5-user libvisual-0.4-plugins gstreamer1.0-tools icu-doc liblcms2-utils libtool-doc libcrypt-ssleay-perl m17n-docs libmagickcore-6.q16-3-extra ncurses-doc avahi-autoipd | zeroconf opus-tools pciutils pcscd pulseaudio qt5-image-formats-plugins qtwayland5 qt5-qmltooling-plugins librsvg2-bin lm-sensors snmp-mibs-downloader libstdc++-7-doc libstdc++-8-doc gfortran | fortran95-compiler gcj-jdk wireshark-doc libauthen-ntlm-perl xapian-tools libxcb-doc libxext-doc libunicode-map8-perl libunicode-string-perl xml-twig-tools bsd-mailx | mailx gawk m4-doc make-doc man-browser iw | wireless-tools ntp-doc keychain libpam-ssh monkeysphere ssh-askpass molly-guard rssh ufw ed diffutils-doc perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum python3-setuptools python3-cryptography python3-openssl python3-socks qt5-doc default-libmysqlclient-dev firebird-dev libpq-dev libsqlite3-dev unixodbc-dev openssl-blacklist db5.3-util libapache2-mod-svn subversion-tools systemd-container policykit-1 tcl-tclreadline apparmor debhelper perl-tk xpdf-reader | pdf-viewer psutils zip comgt wvdial valgrind-dbg valgrind-mpi kcachegrind alleyoop valkyrie ctags vim-doc vim-scripts wpagui libengine-pkcs11-openssl mesa-utils nickle cairo-5c xorg-docs-core The following NEW packages will be installed: adwaita-icon-theme at-spi2-core autoconf automake autotools-dev avahi-daemon bind9-host binutils binutils-common binutils-x86-64-linux-gnu bison build-essential cmake cmake-data cpp cpp-7 cpp-8 curl dconf-gsettings-backend dconf-service dmsetup dos2unix doxygen dpkg-dev emacs emacs25 emacs25-bin-common emacs25-common emacs25-el emacsen-common expect fakeroot flex fontconfig fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-liberation fonts-lmodern fonts-noto-mono g++ g++-7 g++-8 gcc gcc-7 gcc-7-base gcc-8 gdb gdbserver geoclue-2.0 geoip-database geoip-database-extra ghostscript gir1.2-harfbuzz-0.0 git git-man glib-networking glib-networking-common glib-networking-services gnutls-bin graphviz gsettings-desktop-schemas gsfonts gstreamer1.0-plugins-base gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme icu-devtools iio-sensor-proxy imagemagick-6-common install-info javascript-common krb5-locales less libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libann0 libapr1 libaprutil1 libarchive13 libargon2-0 libasan4 libasan5 libasound2 libasound2-data libasyncns0 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatomic1 libatspi2.0-0 libauthen-sasl-perl libavahi-client3 libavahi-common-data libavahi-common3 libavahi-core7 libavahi-glib1 libbabeltrace1 libbind9-160 libbinutils libbison-dev libbrotli1 libbsd0 libc-ares2 libc-dev-bin libc6-dbg libc6-dev libcairo-gobject2 libcairo2 libcap2 libcap2-bin libcc1-0 libcdparanoia0 libcdt5 libcgraph6 libcilkrts5 libclang1-6.0 libcolord2 libcroco3 libcryptsetup12 libcups2 libcupsfilters1 libcupsimage2 libcurl3-gnutls libcurl4 libdaemon0 libdata-dump-perl libdatrie1 libdconf1 libdevmapper1.02.1 libdns1100 libdouble-conversion1 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdw1 libedit2 libegl-mesa0 libegl1 libegl1-mesa-dev libelf1 libencode-locale-perl libepoxy0 liberror-perl libevdev2 libevent-2.1-6 libfakeroot libfftw3-double3 libfile-basedir-perl libfile-desktopentry-perl libfile-fcntllock-perl libfile-listing-perl libfile-mimeinfo-perl libfl-dev libfl2 libflac8 libfont-afm-perl libfontconfig1 libfontenc1 libfreetype6 libfribidi0 libgbm1 libgcc-7-dev libgcc-8-dev libgcrypt20-dev libgd3 libgdbm-compat4 libgdbm5 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-bin libgdk-pixbuf2.0-common libgeoclue-2-0 libgeoip1 libgif7 libgl1 libgl1-mesa-dev libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgles1 libgles2 libgles2-mesa-dev libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libglu1-mesa libglu1-mesa-dev libglvnd-core-dev libglvnd-dev libglvnd0 libglx-mesa0 libglx0 libgnutls-dane0 libgomp1 libgpg-error-dev libgpm2 libgraphite2-3 libgraphite2-dev libgs9 libgs9-common libgssapi-krb5-2 libgstreamer-plugins-base1.0-0 libgstreamer1.0-0 libgtk-3-0 libgtk-3-bin libgtk-3-common libgts-0.7-5 libgts-bin libgudev-1.0-0 libgvc6 libgvpr2 libharfbuzz-dev libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libhyphen0 libice6 libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60 libidn11 libijs-0.35 libinput-bin libinput10 libio-html-perl libio-socket-ssl-perl libip4tc0 libipc-system-simple-perl libisc169 libisccc160 libisccfg160 libisl19 libitm1 libjbig0 libjbig2dec0 libjpeg-turbo8 libjpeg8 libjs-openlayers libjson-c3 libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libk5crypto3 libkeyutils1 libkmod2 libkpathsea6 libkrb5-3 libkrb5support0 liblab-gamut1 liblcms2-2 libllvm6.0 liblocale-gettext-perl liblockfile-bin liblockfile1 liblqr-1-0 liblsan0 libltdl-dev libltdl7 liblua5.2-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblwres160 liblzo2-2 libm17n-0 libmagickcore-6.q16-3 libmagickwand-6.q16-3 libmailtools-perl libmbim-glib4 libmbim-proxy libmm-glib0 libmpc3 libmpfr6 libmpx2 libmtdev1 libncurses5-dev libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnl-3-200 libnl-genl-3-200 libnspr4 libnss-mdns libnss-systemd libnss3 libogg0 libopengl0 libopts25 libopus0 liborc-0.4-0 libotf0 libpam-cap libpam-systemd libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpathplan4 libpcap-dev libpcap0.8 libpcap0.8-dev libpciaccess0 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libpcsclite1 libperl5.26 libpipeline1 libpixman-1-0 libpng16-16 libpolkit-gobject-1-0 libpoppler73 libpopt0 libpotrace0 libproxy1v5 libpsl5 libptexenc1 libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0 libpython3.6 libqgsttools-p1 libqmi-glib5 libqmi-proxy libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5designer5 libqt5designercomponents5 libqt5gui5 libqt5help5 libqt5multimedia5 libqt5multimediaquick-p5 libqt5multimediawidgets5 libqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5positioning5 libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5quickwidgets5 libqt5sensors5 libqt5sql5 libqt5sql5-sqlite libqt5svg5 libqt5svg5-dev libqt5test5 libqt5webchannel5 libqt5webkit5 libqt5widgets5 libqt5xml5 libquadmath0 librest-0.7-0 librhash0 librsvg2-2 librsvg2-common librtmp1 libsbc1 libsensors4 libserf-1-1 libsigsegv2 libsm6 libsmi2ldbl libsnappy1v5 libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libssh-gcrypt-4 libssl-dev libssl-doc libssl1.0.0 libstdc++-7-dev libstdc++-8-dev libsvn1 libsynctex1 libtcl8.6 libtexlua52 libtexluajit2 libtext-iconv-perl libthai-data libthai0 libtheora0 libtie-ixhash-perl libtiff5 libtimedate-perl libtinfo-dev libtool libtool-bin libtry-tiny-perl libtsan0 libubsan0 libubsan1 libunbound2 liburi-perl libusb-1.0-0 libuv1 libvisual-0.4-0 libvorbis0a libvorbisenc2 libwacom-bin libwacom-common libwacom2 libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1-mesa libwayland-server0 libwebp6 libwireshark-data libwireshark-dev libwireshark10 libwiretap7 libwoff1 libwrap0 libwscodecs1 libwsutil-dev libwsutil8 libwww-perl libwww-robotrules-perl libx11-6 libx11-data libx11-dev libx11-doc libx11-protocol-perl libx11-xcb-dev libx11-xcb1 libxapian30 libxau-dev libxau6 libxaw7 libxcb-dri2-0 libxcb-dri2-0-dev libxcb-dri3-0 libxcb-dri3-dev libxcb-glx0 libxcb-glx0-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present-dev libxcb-present0 libxcb-randr0 libxcb-randr0-dev libxcb-render-util0 libxcb-render0 libxcb-render0-dev libxcb-shape0 libxcb-shape0-dev libxcb-shm0 libxcb-sync-dev libxcb-sync1 libxcb-util1 libxcb-xfixes0 libxcb-xfixes0-dev libxcb-xinerama0 libxcb-xkb1 libxcb1 libxcb1-dev libxcomposite1 libxcursor1 libxdamage-dev libxdamage1 libxdmcp-dev libxdmcp6 libxext-dev libxext6 libxfixes-dev libxfixes3 libxft2 libxi6 libxinerama1 libxkbcommon-x11-0 libxkbcommon0 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxml2-dev libxmu6 libxmuu1 libxpm4 libxrandr2 libxrender1 libxshmfence-dev libxshmfence1 libxslt1.1 libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm-dev libxxf86vm1 libzzip-0-13 linux-libc-dev lmodern logrotate lsof m17n-db m4 make manpages manpages-dev mesa-common-dev modemmanager multiarch-support ncurses-term netbase networkd-dispatcher ntp openssh-client openssh-server openssh-sftp-server patch perl perl-modules-5.26 perl-openssl-defaults pkg-config poppler-data ps2eps publicsuffix python3-certifi python3-chardet python3-distutils python3-idna python3-lib2to3 python3-pkg-resources python3-requests python3-six python3-urllib3 qt5-assistant qt5-default qt5-gtk-platformtheme qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools qtchooser qtmultimedia5-dev qttools5-dev qttools5-dev-tools qttranslations5-l10n sntp ssh-import-id sshpass ssl-cert subversion sudo systemd systemd-sysv t1utils tcl-expect tcl8.6 tcpdump tex-common texlive-base texlive-binaries texlive-font-utils tree tshark tzdata ubuntu-mono udev unzip usb-modeswitch usb-modeswitch-data valgrind vim vim-common vim-runtime vsftpd wget wireshark-common wpasupplicant x11-common x11-utils x11-xserver-utils x11proto-core-dev x11proto-damage-dev x11proto-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-xext-dev x11proto-xf86vidmode-dev xauth xdg-utils xkb-data xorg-sgml-doctools xsltproc xtrans-dev xutils-dev xxd zlib1g-dev 0 upgraded, 616 newly installed, 0 to remove and 0 not upgraded. Need to get 379 MB of archives. After this operation, 1724 MB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 install-info amd64 6.5.0.dfsg.1-2 [55.4 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3 [127 kB] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjson-c3 amd64 0.12.1-1.3 [21.4 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.1 [134 kB] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libidn11 amd64 1.33-2.1ubuntu1 [45.7 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip4tc0 amd64 1.6.1-2ubuntu2 [19.6 kB] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkmod2 amd64 24-1ubuntu3 [40.1 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.3 [2896 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.3 [11.7 kB] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 multiarch-support amd64 2.27-3ubuntu1 [6916 B] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau6 amd64 1:1.0.8-1 [8376 B] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbsd0 amd64 0.8.7-1 [41.5 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb1 amd64 1.13-1 [45.6 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.1 [113 kB] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.1 [571 kB] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 flex amd64 2.6.4-6 [316 kB] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.1 [176 kB] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2 [335 kB] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1805 kB] Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdaemon0 amd64 0.14-6 [16.6 kB] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 [110 kB] Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.2.0-1ubuntu2~18.04 [76.4 kB] Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-double3 amd64 3.3.7-1 [735 kB] Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB] Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtiff5 amd64 4.0.9-5 [152 kB] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-16ubuntu6.4 [60.9 kB] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [1616 kB] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickwand-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [293 kB] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB] Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33.0 kB] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu1 [2035 kB] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm-common all 2.4.91-2 [4916 B] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm2 amd64 2.4.91-2 [31.1 kB] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.2 [46.6 kB] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwayland-server0 amd64 1.14.0-2 [28.8 kB] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgbm1 amd64 18.0.5-0ubuntu0~18.04.1 [24.4 kB] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglapi-mesa amd64 18.0.5-0ubuntu0~18.04.1 [23.7 kB] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwayland-client0 amd64 1.14.0-2 [22.7 kB] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.1 [9560 B] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-dri2-0 amd64 1.13-1 [6928 B] Get:58 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-dri3-0 amd64 1.13-1 [6536 B] Get:59 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-present0 amd64 1.13-1 [5540 B] Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-sync1 amd64 1.13-1 [8808 B] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-xfixes0 amd64 1.13-1 [9340 B] Get:62 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence1 amd64 1.3-1 [5028 B] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl-mesa0 amd64 18.0.5-0ubuntu0~18.04.1 [84.1 kB] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1 amd64 1.0.0-2ubuntu2.2 [31.9 kB] Get:65 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-glx0 amd64 1.13-1 [22.0 kB] Get:66 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage1 amd64 1:1.1.4-3 [6934 B] Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes3 amd64 1:5.0.3-1 [10.8 kB] Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB] Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm-amdgpu1 amd64 2.4.91-2 [19.0 kB] Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpciaccess0 amd64 0.14-1 [17.9 kB] Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm-intel1 amd64 2.4.91-2 [59.8 kB] Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm-nouveau2 amd64 2.4.91-2 [16.5 kB] Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm-radeon1 amd64 2.4.91-2 [21.7 kB] Get:74 http://archive.ubuntu.com/ubuntu bionic/main amd64 libelf1 amd64 0.170-0.4 [44.1 kB] Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2 [14.5 MB] Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dri amd64 18.0.5-0ubuntu0~18.04.1 [6011 kB] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx-mesa0 amd64 18.0.5-0ubuntu0~18.04.1 [132 kB] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.2 [28.1 kB] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.2 [84.8 kB] Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] Get:83 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] Get:85 http://archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] Get:86 http://archive.ubuntu.com/ubuntu bionic/main amd64 libevdev2 amd64 1.5.8+dfsg-1 [29.0 kB] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmtdev1 amd64 1.1.5-1ubuntu3 [13.8 kB] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgudev-1.0-0 amd64 1:232-2 [13.6 kB] Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-common all 0.29-1 [36.9 kB] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom2 amd64 0.29-1 [17.7 kB] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libinput-bin amd64 1.10.4-1 [11.0 kB] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libinput10 amd64 1.10.4-1 [86.2 kB] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu1 [196 kB] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu1 [634 kB] Get:95 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-shm0 amd64 1.13-1 [5572 B] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8406 B] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-randr0 amd64 1.13-1 [16.4 kB] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-render0 amd64 1.13-1 [14.7 kB] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9638 B] Get:104 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-shape0 amd64 1.13-1 [5964 B] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-xinerama0 amd64 1.13-1 [5256 B] Get:106 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-xkb1 amd64 1.13-1 [30.1 kB] Get:107 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxi6 amd64 2:1.7.9-1 [29.2 kB] Get:108 http://archive.ubuntu.com/ubuntu bionic/main amd64 xkb-data all 2.23.1-1ubuntu1 [325 kB] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxkbcommon0 amd64 0.8.0-1 [97.6 kB] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxkbcommon-x11-0 amd64 0.8.0-1 [13.5 kB] Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu1 [2566 kB] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu1 [2203 kB] Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1 [128 kB] Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5-dev amd64 5.9.5-0ubuntu1 [9880 B] Get:115 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2-bin amd64 1:2.25-1.2 [20.6 kB] Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-0 amd64 1.14.1-1~ubuntu18.04.1 [858 kB] Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 liborc-0.4-0 amd64 1:0.4.28-1 [137 kB] Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.14.1-1ubuntu1~ubuntu18.04.1 [681 kB] Get:119 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhyphen0 amd64 2.8.8-5 [26.5 kB] Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5positioning5 amd64 5.9.5+dfsg-0ubuntu2 [131 kB] Get:121 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.1 [22.1 kB] Get:122 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.1 [21.7 kB] Get:123 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.1 [25.3 kB] Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5support0 amd64 1.16-2build1 [31.1 kB] Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 libk5crypto3 amd64 1.16-2build1 [85.6 kB] Get:126 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-3 amd64 1.16-2build1 [279 kB] Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi-krb5-2 amd64 1.16-2build1 [122 kB] Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcups2 amd64 2.2.7-1ubuntu2.1 [211 kB] Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu1 [177 kB] Get:131 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5qml5 amd64 5.9.5-0ubuntu1.1 [1242 kB] Get:132 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5quick5 amd64 5.9.5-0ubuntu1.1 [1201 kB] Get:133 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5sensors5 amd64 5.9.5-0ubuntu1 [113 kB] Get:134 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5webchannel5 amd64 5.9.5-0ubuntu1 [47.7 kB] Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] Get:136 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbrotli1 amd64 1.0.3-1ubuntu1.2 [262 kB] Get:137 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwoff1 amd64 1.0.2-1build0.1 [43.0 kB] Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxslt1.1 amd64 1.1.29-5 [150 kB] Get:139 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5webkit5 amd64 5.212.0~alpha2-7ubuntu1 [11.8 MB] Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] Get:141 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB] Get:142 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B] Get:143 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB] Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] Get:145 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2018e-0ubuntu0.18.04 [188 kB] Get:146 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopts25 amd64 1:5.18.12-4 [58.2 kB] Get:147 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [640 kB] Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.2 [2762 kB] Get:149 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] Get:151 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.2 [3531 kB] Get:152 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.2 [201 kB] Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 poppler-data all 0.4.8-2 [1479 kB] Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 tex-common all 6.09 [33.0 kB] Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 dmsetup amd64 2:1.02.145-4.1ubuntu3 [74.5 kB] Get:156 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] Get:157 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfribidi0 amd64 0.19.7-2 [24.9 kB] Get:158 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.3 [105 kB] Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpam-cap amd64 1:2.25-1.2 [7268 B] Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.3 [108 kB] Get:161 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpopt0 amd64 1.16-11 [26.2 kB] Get:162 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-iconv-perl amd64 1.7-5build6 [13.0 kB] Get:163 http://archive.ubuntu.com/ubuntu bionic/main amd64 logrotate amd64 3.11.0-0.1ubuntu1 [41.8 kB] Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 networkd-dispatcher all 1.7-0ubuntu3.2 [12.8 kB] Get:165 http://archive.ubuntu.com/ubuntu bionic/main amd64 sudo amd64 1.8.21p2-3ubuntu1 [428 kB] Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.3 [1100 kB] Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 xxd amd64 2:8.0.1453-1ubuntu1 [49.2 kB] Get:168 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim-common all 2:8.0.1453-1ubuntu1 [70.4 kB] Get:169 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisc169 amd64 1:9.11.3+dfsg-1ubuntu1.2 [237 kB] Get:170 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgeoip1 amd64 1.6.12-1 [71.8 kB] Get:171 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdns1100 amd64 1:9.11.3+dfsg-1ubuntu1.2 [966 kB] Get:172 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisccc160 amd64 1:9.11.3+dfsg-1ubuntu1.2 [17.9 kB] Get:173 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libisccfg160 amd64 1:9.11.3+dfsg-1ubuntu1.2 [48.3 kB] Get:174 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbind9-160 amd64 1:9.11.3+dfsg-1ubuntu1.2 [27.6 kB] Get:175 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblwres160 amd64 1:9.11.3+dfsg-1ubuntu1.2 [34.5 kB] Get:176 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bind9-host amd64 1:9.11.3+dfsg-1ubuntu1.2 [53.5 kB] Get:177 http://archive.ubuntu.com/ubuntu bionic/main amd64 geoip-database all 20180315-1 [2090 kB] Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 krb5-locales all 1.16-2build1 [13.8 kB] Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcap0.8 amd64 1.8.1-6ubuntu1 [118 kB] Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpipeline1 amd64 1.5.0-1 [25.3 kB] Get:181 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-20ubuntu0.18.04.1 [36.3 kB] Get:182 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] Get:183 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.1 [1087 kB] Get:184 http://archive.ubuntu.com/ubuntu bionic/main amd64 libusb-1.0-0 amd64 2:1.0.21-2 [43.3 kB] Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B] Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsof amd64 4.89+dfsg-0.1 [248 kB] Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 openssh-client amd64 1:7.6p1-4 [611 kB] Get:189 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB] Get:190 http://archive.ubuntu.com/ubuntu bionic/main amd64 tcpdump amd64 4.9.2-3 [387 kB] Get:191 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.1 [316 kB] Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB] Get:193 http://archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-common all 2.36.11-2 [4536 B] Get:195 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.11-2 [165 kB] Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 gtk-update-icon-cache amd64 3.22.30-1ubuntu1 [28.0 kB] Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcairo2 amd64 1.15.10-2 [580 kB] Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] Get:203 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] Get:204 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] Get:205 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] Get:206 http://archive.ubuntu.com/ubuntu bionic/main amd64 librsvg2-2 amd64 2.40.20-2 [98.6 kB] Get:207 http://archive.ubuntu.com/ubuntu bionic/main amd64 librsvg2-common amd64 2.40.20-2 [5124 B] Get:208 http://archive.ubuntu.com/ubuntu bionic/main amd64 humanity-icon-theme all 0.6.15 [1250 kB] Get:209 http://archive.ubuntu.com/ubuntu bionic/main amd64 ubuntu-mono all 16.10+18.04.20180421.1-0ubuntu1 [149 kB] Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 adwaita-icon-theme all 3.28.0-1ubuntu1 [3306 kB] Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatspi2.0-0 amd64 2.28.0-1 [59.6 kB] Get:212 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB] Get:213 http://archive.ubuntu.com/ubuntu bionic/main amd64 at-spi2-core amd64 2.28.0-1 [47.9 kB] Get:214 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] Get:215 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] Get:216 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] Get:217 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-core7 amd64 0.7-3.1ubuntu1.1 [81.1 kB] Get:218 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 avahi-daemon amd64 0.7-3.1ubuntu1.1 [62.2 kB] Get:219 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04 [193 kB] Get:220 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04 [502 kB] Get:221 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04 [1855 kB] Get:222 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04 [3392 B] Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1build1 [339 kB] Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 bison amd64 2:3.0.4.dfsg-1build1 [266 kB] Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB] Get:226 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-36.39 [999 kB] Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB] Get:228 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.3.0-27ubuntu1~18.04 [18.9 kB] Get:229 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] Get:231 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] Get:232 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.3.0-27ubuntu1~18.04 [6738 kB] Get:233 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.3.0-3ubuntu2.1 [27.6 kB] Get:234 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.2.0-1ubuntu2~18.04 [39.5 kB] Get:235 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.2.0-1ubuntu2~18.04 [28.1 kB] Get:236 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.2.0-1ubuntu2~18.04 [9064 B] Get:237 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.3.0-27ubuntu1~18.04 [358 kB] Get:238 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.2.0-1ubuntu2~18.04 [132 kB] Get:239 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.2.0-1ubuntu2~18.04 [288 kB] Get:240 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.3.0-27ubuntu1~18.04 [126 kB] Get:241 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.3.0-27ubuntu1~18.04 [42.5 kB] Get:242 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.2.0-1ubuntu2~18.04 [11.7 kB] Get:243 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.2.0-1ubuntu2~18.04 [133 kB] Get:244 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.3.0-27ubuntu1~18.04 [2380 kB] Get:245 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.3.0-27ubuntu1~18.04 [7455 kB] Get:246 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.3.0-3ubuntu2.1 [5184 B] Get:247 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.3.0-27ubuntu1~18.04 [1463 kB] Get:248 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.3.0-27ubuntu1~18.04 [7570 kB] Get:249 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.3.0-3ubuntu2.1 [1572 B] Get:250 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdpkg-perl all 1.19.0.5ubuntu2 [211 kB] Get:252 http://archive.ubuntu.com/ubuntu bionic/main amd64 patch amd64 2.7.6-2ubuntu1 [102 kB] Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 dpkg-dev all 1.19.0.5ubuntu2 [607 kB] Get:254 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 cmake-data all 3.10.2-1ubuntu2 [1331 kB] Get:256 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.1 [289 kB] Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] Get:259 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.3 [214 kB] Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] Get:261 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] Get:262 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] Get:263 http://archive.ubuntu.com/ubuntu bionic/main amd64 cmake amd64 3.10.2-1ubuntu2 [3138 kB] Get:264 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 cpp-8 amd64 8.2.0-1ubuntu2~18.04 [7214 kB] Get:265 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.3 [159 kB] Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdconf1 amd64 0.26.0-2ubuntu3 [33.1 kB] Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 dconf-service amd64 0.26.0-2ubuntu3 [28.4 kB] Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 dconf-gsettings-backend amd64 0.26.0-2ubuntu3 [20.0 kB] Get:269 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclang1-6.0 amd64 1:6.0-1ubuntu2 [7067 kB] Get:270 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxapian30 amd64 1.4.5-1ubuntu0.1 [631 kB] Get:271 http://archive.ubuntu.com/ubuntu bionic/main amd64 doxygen amd64 1.8.13-10 [3880 kB] Get:272 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacsen-common all 2.0.8 [17.6 kB] Get:273 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-common all 25.2+1-6 [13.1 MB] Get:274 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblockfile-bin amd64 1.14-1.1 [11.9 kB] Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblockfile1 amd64 1.14-1.1 [6804 B] Get:276 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-bin-common amd64 25.2+1-6 [127 kB] Get:277 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.1 [36.3 kB] Get:278 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.1 [359 kB] Get:279 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgif7 amd64 5.1.4-2 [30.6 kB] Get:280 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB] Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk-3-common all 3.22.30-1ubuntu1 [228 kB] Get:282 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-data all 2.28.1-1 [2992 B] Get:283 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-0 amd64 2.28.1-1 [43.9 kB] Get:284 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-bridge2.0-0 amd64 2.26.2-1 [57.3 kB] Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcairo-gobject2 amd64 1.15.10-2 [17.2 kB] Get:286 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcolord2 amd64 1.3.3-2build1 [107 kB] Get:287 http://archive.ubuntu.com/ubuntu bionic/main amd64 libepoxy0 amd64 1.4.3-1 [181 kB] Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjson-glib-1.0-common all 1.4.2-3 [3464 B] Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjson-glib-1.0-0 amd64 1.4.2-3 [58.5 kB] Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 libproxy1v5 amd64 0.4.15-1 [49.5 kB] Get:291 http://archive.ubuntu.com/ubuntu bionic/main amd64 glib-networking-common all 2.56.0-1 [3324 B] Get:292 http://archive.ubuntu.com/ubuntu bionic/main amd64 glib-networking-services amd64 2.56.0-1 [8488 B] Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsettings-desktop-schemas all 3.28.0-1ubuntu1 [27.8 kB] Get:294 http://archive.ubuntu.com/ubuntu bionic/main amd64 glib-networking amd64 2.56.0-1 [56.7 kB] Get:295 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup2.4-1 amd64 2.62.1-1ubuntu0.1 [292 kB] Get:296 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup-gnome2.4-1 amd64 2.62.1-1ubuntu0.1 [5092 B] Get:297 http://archive.ubuntu.com/ubuntu bionic/main amd64 librest-0.7-0 amd64 0.8.0-2 [31.8 kB] Get:298 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwayland-cursor0 amd64 1.14.0-2 [9976 B] Get:299 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-egl1-mesa amd64 18.0.5-0ubuntu0~18.04.1 [7148 B] Get:300 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcomposite1 amd64 1:0.4.4-2 [6988 B] Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor1 amd64 1:1.1.15-1 [19.8 kB] Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr2 amd64 2:1.5.1-1 [18.1 kB] Get:303 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk-3-0 amd64 3.22.30-1ubuntu1 [2505 kB] Get:304 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] Get:305 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.2 [119 kB] Get:306 http://archive.ubuntu.com/ubuntu bionic/main amd64 libotf0 amd64 0.9.13-3build1 [44.6 kB] Get:307 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] Get:308 http://archive.ubuntu.com/ubuntu bionic/main amd64 m17n-db all 1.7.0-2 [1239 kB] Get:309 http://archive.ubuntu.com/ubuntu bionic/main amd64 libm17n-0 amd64 1.7.0-3build1 [243 kB] Get:310 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25 amd64 25.2+1-6 [3468 kB] Get:311 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs all 47.0 [1748 B] Get:312 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-el all 25.2+1-6 [15.6 MB] Get:313 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB] Get:314 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB] Get:315 http://archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB] Get:316 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] Get:317 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] Get:318 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lmodern all 2.004.5-3 [4551 kB] Get:319 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-noto-mono all 20171026-2 [75.5 kB] Get:320 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan5 amd64 8.2.0-1ubuntu2~18.04 [364 kB] Get:321 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libubsan1 amd64 8.2.0-1ubuntu2~18.04 [121 kB] Get:322 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libgcc-8-dev amd64 8.2.0-1ubuntu2~18.04 [2305 kB] Get:323 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gcc-8 amd64 8.2.0-1ubuntu2~18.04 [7983 kB] Get:324 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libstdc++-8-dev amd64 8.2.0-1ubuntu2~18.04 [1535 kB] Get:325 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 g++-8 amd64 8.2.0-1ubuntu2~18.04 [8101 kB] Get:326 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdw1 amd64 0.170-0.4 [203 kB] Get:327 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbabeltrace1 amd64 1.5.5-1 [154 kB] Get:328 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6 amd64 3.6.6-1~18.04 [1420 kB] Get:329 http://archive.ubuntu.com/ubuntu bionic/main amd64 gdb amd64 8.1-0ubuntu3 [2937 kB] Get:330 http://archive.ubuntu.com/ubuntu bionic/main amd64 gdbserver amd64 8.1-0ubuntu3 [282 kB] Get:331 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-glib1 amd64 0.7-3.1ubuntu1.1 [7720 B] Get:332 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgeoclue-2-0 amd64 2.4.7-1ubuntu1 [25.6 kB] Get:333 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmm-glib0 amd64 1.6.8-2ubuntu1 [163 kB] Get:334 http://archive.ubuntu.com/ubuntu bionic/main amd64 geoclue-2.0 amd64 2.4.7-1ubuntu1 [80.6 kB] Get:335 http://archive.ubuntu.com/ubuntu bionic/universe amd64 geoip-database-extra all 20180315-1 [11.1 MB] Get:336 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsimage2 amd64 2.2.7-1ubuntu2.1 [18.6 kB] Get:337 http://archive.ubuntu.com/ubuntu bionic/main amd64 libijs-0.35 amd64 0.35-13 [15.5 kB] Get:338 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig2dec0 amd64 0.13-6 [55.9 kB] Get:339 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] Get:340 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9-common all 9.25~dfsg+1-0ubuntu0.18.04.1 [5092 kB] Get:341 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.25~dfsg+1-0ubuntu0.18.04.1 [2252 kB] Get:342 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.25~dfsg+1-0ubuntu0.18.04.1 [52.2 kB] Get:343 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB] Get:344 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.3 [212 kB] Get:345 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] Get:346 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.1 [803 kB] Get:347 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.1 [3905 kB] Get:348 http://archive.ubuntu.com/ubuntu bionic/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4build1 [133 kB] Get:349 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.2 [266 kB] Get:350 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgnutls-dane0 amd64 3.5.18-1ubuntu1 [21.0 kB] Get:351 http://archive.ubuntu.com/ubuntu bionic/universe amd64 gnutls-bin amd64 3.5.18-1ubuntu1 [247 kB] Get:352 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] Get:353 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] Get:354 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] Get:355 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] Get:356 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] Get:357 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] Get:358 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] Get:359 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] Get:360 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] Get:361 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] Get:362 http://archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] Get:363 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3120 kB] Get:364 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB] Get:365 http://archive.ubuntu.com/ubuntu bionic/main amd64 libopus0 amd64 1.1.2-1ubuntu1 [159 kB] Get:366 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtheora0 amd64 1.1.1+dfsg.1-14 [170 kB] Get:367 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvisual-0.4-0 amd64 0.4.0-11 [99.2 kB] Get:368 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbis0a amd64 1.3.5-4.2 [86.4 kB] Get:369 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisenc2 amd64 1.3.5-4.2 [70.7 kB] Get:370 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-base amd64 1.14.1-1ubuntu1~ubuntu18.04.1 [585 kB] Get:371 http://archive.ubuntu.com/ubuntu bionic/main amd64 icu-devtools amd64 60.2-3ubuntu3 [179 kB] Get:372 http://archive.ubuntu.com/ubuntu bionic/main amd64 iio-sensor-proxy amd64 2.4-2 [45.0 kB] Get:373 http://archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6066 B] Get:374 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] Get:375 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] Get:376 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] Get:377 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] Get:378 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] Get:379 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB] Get:380 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcupsfilters1 amd64 1.20.2-0ubuntu3 [108 kB] Get:381 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB] Get:382 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdrm-dev amd64 2.4.91-2 [238 kB] Get:383 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-core-dev amd64 1.0.0-2ubuntu2.2 [12.9 kB] Get:384 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles1 amd64 1.0.0-2ubuntu2.2 [11.2 kB] Get:385 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2 amd64 1.0.0-2ubuntu2.2 [17.4 kB] Get:386 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libopengl0 amd64 1.0.0-2ubuntu2.2 [31.3 kB] Get:387 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-dev amd64 1.0.0-2ubuntu2.2 [3408 B] Get:388 http://archive.ubuntu.com/ubuntu bionic/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] Get:389 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-dev all 2018.4-4 [251 kB] Get:390 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-dri2-dev all 2018.4-4 [2620 B] Get:391 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-gl-dev all 2018.4-4 [2612 B] Get:392 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-core-dev all 2018.4-4 [2620 B] Get:393 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxau-dev amd64 1:1.0.8-1 [11.1 kB] Get:394 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [25.1 kB] Get:395 http://archive.ubuntu.com/ubuntu bionic/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB] Get:396 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B] Get:397 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb1-dev amd64 1.13-1 [80.0 kB] Get:398 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-dev amd64 2:1.6.4-3ubuntu0.1 [641 kB] Get:399 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xext-dev all 2018.4-4 [2620 B] Get:400 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB] Get:401 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xf86vidmode-dev all 2018.4-4 [2632 B] Get:402 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB] Get:403 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-fixes-dev all 1:2018.4-4 [2620 B] Get:404 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes-dev amd64 1:5.0.3-1 [11.0 kB] Get:405 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-damage-dev all 1:2018.4-4 [2620 B] Get:406 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage-dev amd64 1:1.1.4-3 [5028 B] Get:407 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-glx0-dev amd64 1.13-1 [27.9 kB] Get:408 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-dri2-0-dev amd64 1.13-1 [8476 B] Get:409 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-dri3-dev amd64 1.13-1 [7368 B] Get:410 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-render0-dev amd64 1.13-1 [18.4 kB] Get:411 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-randr0-dev amd64 1.13-1 [20.4 kB] Get:412 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-shape0-dev amd64 1.13-1 [7144 B] Get:413 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-xfixes0-dev amd64 1.13-1 [11.7 kB] Get:414 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-sync-dev amd64 1.13-1 [10.6 kB] Get:415 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-present-dev amd64 1.13-1 [6968 B] Get:416 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence-dev amd64 1.3-1 [3692 B] Get:417 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb-dev amd64 2:1.6.4-3ubuntu0.1 [9764 B] Get:418 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwayland-bin amd64 1.14.0-2 [19.0 kB] Get:419 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwayland-dev amd64 1.14.0-2 [98.2 kB] Get:420 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1-mesa-dev amd64 18.0.5-0ubuntu0~18.04.1 [19.8 kB] Get:421 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] Get:422 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB] Get:423 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB] Get:424 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] Get:425 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB] Get:426 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] Get:427 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] Get:428 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] Get:429 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B] Get:430 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-mimeinfo-perl all 0.28-1 [41.4 kB] Get:431 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfl2 amd64 2.6.4-6 [11.4 kB] Get:432 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfl-dev amd64 2.6.4-6 [6320 B] Get:433 http://archive.ubuntu.com/ubuntu bionic/main amd64 libflac8 amd64 1.3.2-1 [213 kB] Get:434 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB] Get:435 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB] Get:436 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpg-error-dev amd64 1.27-6 [94.8 kB] Get:437 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcrypt20-dev amd64 1.8.1-4ubuntu1.1 [468 kB] Get:438 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-bin amd64 2.36.11-2 [7864 B] Get:439 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-glx amd64 18.0.5-0ubuntu0~18.04.1 [3780 B] Get:440 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2-mesa-dev amd64 18.0.5-0ubuntu0~18.04.1 [40.7 kB] Get:441 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.2-0ubuntu0.18.04.2 [68.6 kB] Get:442 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-lib2to3 all 3.6.5-3 [76.6 kB] Get:443 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-distutils all 3.6.5-3 [141 kB] Get:444 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.2-0ubuntu0.18.04.2 [102 kB] Get:445 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] Get:446 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] Get:447 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] Get:448 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] Get:449 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] Get:450 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] Get:451 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.2-0ubuntu0.18.04.2 [1384 kB] Get:452 http://archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa amd64 9.0.0-2.1build1 [168 kB] Get:453 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mesa-common-dev amd64 18.0.5-0ubuntu0~18.04.1 [536 kB] Get:454 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dev amd64 18.0.5-0ubuntu0~18.04.1 [4444 B] Get:455 http://archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1build1 [206 kB] Get:456 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB] Get:457 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgtk-3-bin amd64 3.22.30-1ubuntu1 [57.3 kB] Get:458 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] Get:459 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5604 B] Get:460 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB] Get:461 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB] Get:462 http://archive.ubuntu.com/ubuntu bionic/main amd64 libiculx60 amd64 60.2-3ubuntu3 [18.9 kB] Get:463 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB] Get:464 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-dev amd64 60.2-3ubuntu3 [8893 kB] Get:465 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB] Get:466 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] Get:467 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] Get:468 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] Get:469 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] Get:470 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] Get:471 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB] Get:472 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB] Get:473 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB] Get:474 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB] Get:475 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB] Get:476 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB] Get:477 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B] Get:478 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-ssleay-perl amd64 1.84-1build1 [282 kB] Get:479 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-socket-ssl-perl all 2.056-1 [172 kB] Get:480 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkpathsea6 amd64 2017.20170613.44572-8build1 [54.8 kB] Get:481 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] Get:482 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB] Get:483 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB] Get:484 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB] Get:485 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB] Get:486 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-perl all 6.31-1 [137 kB] Get:487 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B] Get:488 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B] Get:489 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB] Get:490 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmbim-glib4 amd64 1.14.2-2.1ubuntu1 [66.2 kB] Get:491 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmbim-proxy amd64 1.14.2-2.1ubuntu1 [5612 B] Get:492 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] Get:493 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] Get:494 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB] Get:495 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-twig-perl all 1:3.50-1 [156 kB] Get:496 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dbus-perl amd64 1.1.0-4build2 [176 kB] Get:497 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB] Get:498 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB] Get:499 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB] Get:500 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnss-mdns amd64 0.10-8ubuntu1 [21.2 kB] Get:501 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnss3 amd64 2:3.35-2ubuntu2 [1135 kB] Get:502 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8170 B] Get:503 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcap0.8-dev amd64 1.8.1-6ubuntu1 [217 kB] Get:504 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcap-dev amd64 1.8.1-6ubuntu1 [3480 B] Get:505 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcsclite1 amd64 1.8.23-1 [21.3 kB] Get:506 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpoppler73 amd64 0.62.0-2ubuntu2.2 [800 kB] Get:507 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpotrace0 amd64 1.14-2 [17.4 kB] Get:508 http://archive.ubuntu.com/ubuntu bionic/main amd64 libptexenc1 amd64 2017.20170613.44572-8build1 [34.5 kB] Get:509 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsndfile1 amd64 1.0.28-4 [169 kB] Get:510 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwrap0 amd64 7.6.q-27 [46.3 kB] Get:511 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.1 [265 kB] Get:512 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-mainloop-glib0 amd64 1:11.1-1ubuntu7.1 [22.1 kB] Get:513 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-dev amd64 1:11.1-1ubuntu7.1 [81.5 kB] Get:514 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimedia5 amd64 5.9.5-0ubuntu1 [293 kB] Get:515 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5opengl5 amd64 5.9.5+dfsg-0ubuntu1 [132 kB] Get:516 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediawidgets5 amd64 5.9.5-0ubuntu1 [36.6 kB] Get:517 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqgsttools-p1 amd64 5.9.5-0ubuntu1 [72.4 kB] Get:518 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqmi-glib5 amd64 1.18.0-3ubuntu1 [430 kB] Get:519 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqmi-proxy amd64 1.18.0-3ubuntu1 [5632 B] Get:520 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5concurrent5 amd64 5.9.5+dfsg-0ubuntu1 [29.8 kB] Get:521 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5xml5 amd64 5.9.5+dfsg-0ubuntu1 [99.6 kB] Get:522 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5designer5 amd64 5.9.5-0ubuntu1 [2761 kB] Get:523 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5designercomponents5 amd64 5.9.5-0ubuntu1 [692 kB] Get:524 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5sql5 amd64 5.9.5+dfsg-0ubuntu1 [115 kB] Get:525 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5help5 amd64 5.9.5-0ubuntu1 [133 kB] Get:526 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediaquick-p5 amd64 5.9.5-0ubuntu1 [37.4 kB] Get:527 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5test5 amd64 5.9.5+dfsg-0ubuntu1 [98.1 kB] Get:528 http://archive.ubuntu.com/ubuntu bionic/main amd64 qt5-qmake-bin amd64 5.9.5+dfsg-0ubuntu1 [938 kB] Get:529 http://archive.ubuntu.com/ubuntu bionic/main amd64 qtchooser amd64 64-ga1b6736-5 [24.1 kB] Get:530 http://archive.ubuntu.com/ubuntu bionic/main amd64 qt5-qmake amd64 5.9.5+dfsg-0ubuntu1 [180 kB] Get:531 http://archive.ubuntu.com/ubuntu bionic/main amd64 qtbase5-dev-tools amd64 5.9.5+dfsg-0ubuntu1 [723 kB] Get:532 http://archive.ubuntu.com/ubuntu bionic/main amd64 qtbase5-dev amd64 5.9.5+dfsg-0ubuntu1 [943 kB] Get:533 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5opengl5-dev amd64 5.9.5+dfsg-0ubuntu1 [36.1 kB] Get:534 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5quickwidgets5 amd64 5.9.5-0ubuntu1.1 [35.7 kB] Get:535 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5sql5-sqlite amd64 5.9.5+dfsg-0ubuntu1 [40.2 kB] Get:536 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libserf-1-1 amd64 1.3.9-6 [44.4 kB] Get:537 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsmi2ldbl amd64 0.4.8+dfsg2-15 [100 kB] Get:538 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspandsp2 amd64 0.0.6+dfsg-0.1 [273 kB] Get:539 http://archive.ubuntu.com/ubuntu bionic/main amd64 libssh-gcrypt-4 amd64 0.8.0~20170825.94fa1e38-1build1 [171 kB] Get:540 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.0g-2ubuntu4.1 [1372 kB] Get:541 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-doc all 1.1.0g-2ubuntu4.1 [1255 kB] Get:542 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsvn1 amd64 1.9.7-4ubuntu1 [1183 kB] Get:543 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsynctex1 amd64 2017.20170613.44572-8build1 [41.3 kB] Get:544 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtexlua52 amd64 2017.20170613.44572-8build1 [91.0 kB] Get:545 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtexluajit2 amd64 2017.20170613.44572-8build1 [230 kB] Get:546 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB] Get:547 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] Get:548 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] Get:549 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-bin amd64 0.29-1 [4712 B] Get:550 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwireshark-data all 2.4.5-1 [958 kB] Get:551 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwsutil8 amd64 2.4.5-1 [50.2 kB] Get:552 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwsutil-dev amd64 2.4.5-1 [36.8 kB] Get:553 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-ares2 amd64 1.14.0-1 [37.1 kB] Get:554 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsnappy1v5 amd64 1.1.7-1 [16.0 kB] Get:555 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwiretap7 amd64 2.4.5-1 [172 kB] Get:556 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsbc1 amd64 1.3-2 [33.1 kB] Get:557 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwscodecs1 amd64 2.4.5-1 [16.6 kB] Get:558 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwireshark10 amd64 2.4.5-1 [13.5 MB] Get:559 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libwireshark-dev amd64 2.4.5-1 [837 kB] Get:560 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-doc all 2:1.6.4-3ubuntu0.1 [2065 kB] Get:561 http://archive.ubuntu.com/ubuntu bionic/main amd64 libx11-protocol-perl all 0.56-7 [149 kB] Get:562 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-xpathengine-perl all 0.14-1 [31.8 kB] Get:563 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.2 [757 kB] Get:564 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxv1 amd64 2:1.0.11-1 [10.7 kB] Get:565 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libzzip-0-13 amd64 0.13.62-3.1ubuntu0.18.04.1 [26.0 kB] Get:566 http://archive.ubuntu.com/ubuntu bionic/main amd64 lmodern all 2.004.5-3 [9631 kB] Get:567 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] Get:568 http://archive.ubuntu.com/ubuntu bionic/main amd64 modemmanager amd64 1.6.8-2ubuntu1 [604 kB] Get:569 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-term all 6.1-1ubuntu1.18.04 [248 kB] Get:570 http://archive.ubuntu.com/ubuntu bionic/main amd64 openssh-sftp-server amd64 1:7.6p1-4 [45.5 kB] Get:571 http://archive.ubuntu.com/ubuntu bionic/main amd64 openssh-server amd64 1:7.6p1-4 [332 kB] Get:572 http://archive.ubuntu.com/ubuntu bionic/universe amd64 ps2eps amd64 1.68+binaryfree-2 [33.2 kB] Get:573 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB] Get:574 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB] Get:575 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB] Get:576 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB] Get:577 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB] Get:578 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-urllib3 all 1.22-1 [85.2 kB] Get:579 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-requests all 2.18.4-2 [58.0 kB] Get:580 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qt5-assistant amd64 5.9.5-0ubuntu1 [747 kB] Get:581 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qt5-default amd64 5.9.5+dfsg-0ubuntu1 [20.9 kB] Get:582 http://archive.ubuntu.com/ubuntu bionic/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu1 [117 kB] Get:583 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qtmultimedia5-dev amd64 5.9.5-0ubuntu1 [40.5 kB] Get:584 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qttools5-dev-tools amd64 5.9.5-0ubuntu1 [1435 kB] Get:585 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qttools5-dev amd64 5.9.5-0ubuntu1 [184 kB] Get:586 http://archive.ubuntu.com/ubuntu bionic/main amd64 qttranslations5-l10n all 5.9.5-0ubuntu1 [1485 kB] Get:587 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 sntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [86.9 kB] Get:588 http://archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] Get:589 http://archive.ubuntu.com/ubuntu bionic/universe amd64 subversion amd64 1.9.7-4ubuntu1 [834 kB] Get:590 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB] Get:591 http://archive.ubuntu.com/ubuntu bionic/main amd64 tcl8.6 amd64 8.6.8+dfsg-3 [14.4 kB] Get:592 http://archive.ubuntu.com/ubuntu bionic/main amd64 texlive-binaries amd64 2017.20170613.44572-8build1 [8174 kB] Get:593 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xdg-utils all 1.1.2-1ubuntu2.2 [60.8 kB] Get:594 http://archive.ubuntu.com/ubuntu bionic/main amd64 texlive-base all 2017.20180305-1 [18.7 MB] Get:595 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-font-utils all 2017.20180305-2 [1721 kB] Get:596 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tree amd64 1.7.0-5 [40.7 kB] Get:597 http://archive.ubuntu.com/ubuntu bionic/universe amd64 wireshark-common amd64 2.4.5-1 [369 kB] Get:598 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tshark amd64 2.4.5-1 [130 kB] Get:599 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] Get:600 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dbg amd64 2.27-3ubuntu1 [5161 kB] Get:601 http://archive.ubuntu.com/ubuntu bionic/main amd64 valgrind amd64 1:3.13.0-2ubuntu2 [14.3 MB] Get:602 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim-runtime all 2:8.0.1453-1ubuntu1 [5437 kB] Get:603 http://archive.ubuntu.com/ubuntu bionic/main amd64 vim amd64 2:8.0.1453-1ubuntu1 [1152 kB] Get:604 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wpasupplicant amd64 2:2.6-15ubuntu2.1 [952 kB] Get:605 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB] Get:606 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-xserver-utils amd64 7.7+7build1 [159 kB] Get:607 http://archive.ubuntu.com/ubuntu bionic/main amd64 xsltproc amd64 1.1.29-5 [14.0 kB] Get:608 http://archive.ubuntu.com/ubuntu bionic/universe amd64 xutils-dev amd64 1:7.7+5ubuntu1 [239 kB] Get:609 http://archive.ubuntu.com/ubuntu bionic/universe amd64 dos2unix amd64 7.3.4-3 [351 kB] Get:610 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB] Get:611 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libjs-openlayers all 2.13.1+ds2-4 [704 kB] Get:612 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ssh-import-id all 5.7-0ubuntu1.1 [10.9 kB] Get:613 http://archive.ubuntu.com/ubuntu bionic/universe amd64 sshpass amd64 1.06-1 [10.5 kB] Get:614 http://archive.ubuntu.com/ubuntu bionic/main amd64 usb-modeswitch-data all 20170806-2 [30.7 kB] Get:615 http://archive.ubuntu.com/ubuntu bionic/main amd64 usb-modeswitch amd64 2.5.2+repack0-2ubuntu1 [53.6 kB] Get:616 http://archive.ubuntu.com/ubuntu bionic/main amd64 vsftpd amd64 3.0.3-9build1 [115 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 379 MB in 1min 33s (4068 kB/s) Selecting previously unselected package install-info. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7288 files and directories currently installed.) Preparing to unpack .../install-info_6.5.0.dfsg.1-2_amd64.deb ... Unpacking install-info (6.5.0.dfsg.1-2) ... Setting up install-info (6.5.0.dfsg.1-2) ... Selecting previously unselected package liblocale-gettext-perl. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7301 files and directories currently installed.) Preparing to unpack .../0-liblocale-gettext-perl_1.07-3build2_amd64.deb ... Unpacking liblocale-gettext-perl (1.07-3build2) ... Selecting previously unselected package libcap2:amd64. Preparing to unpack .../1-libcap2_1%3a2.25-1.2_amd64.deb ... Unpacking libcap2:amd64 (1:2.25-1.2) ... Selecting previously unselected package libargon2-0:amd64. Preparing to unpack .../2-libargon2-0_0~20161029-1.1_amd64.deb ... Unpacking libargon2-0:amd64 (0~20161029-1.1) ... Selecting previously unselected package libdevmapper1.02.1:amd64. Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3_amd64.deb ... Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3) ... Selecting previously unselected package libjson-c3:amd64. Preparing to unpack .../4-libjson-c3_0.12.1-1.3_amd64.deb ... Unpacking libjson-c3:amd64 (0.12.1-1.3) ... Selecting previously unselected package libcryptsetup12:amd64. Preparing to unpack .../5-libcryptsetup12_2%3a2.0.2-1ubuntu1.1_amd64.deb ... Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.1) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../6-libidn11_1.33-2.1ubuntu1_amd64.deb ... Unpacking libidn11:amd64 (1.33-2.1ubuntu1) ... Selecting previously unselected package libip4tc0:amd64. Preparing to unpack .../7-libip4tc0_1.6.1-2ubuntu2_amd64.deb ... Unpacking libip4tc0:amd64 (1.6.1-2ubuntu2) ... Selecting previously unselected package libkmod2:amd64. Preparing to unpack .../8-libkmod2_24-1ubuntu3_amd64.deb ... Unpacking libkmod2:amd64 (24-1ubuntu3) ... Setting up libcap2:amd64 (1:2.25-1.2) ... Setting up libargon2-0:amd64 (0~20161029-1.1) ... Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3) ... Setting up libjson-c3:amd64 (0.12.1-1.3) ... Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.1) ... Setting up libidn11:amd64 (1.33-2.1ubuntu1) ... Setting up libip4tc0:amd64 (1.6.1-2ubuntu2) ... Selecting previously unselected package systemd. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 7356 files and directories currently installed.) Preparing to unpack .../systemd_237-3ubuntu10.3_amd64.deb ... Unpacking systemd (237-3ubuntu10.3) ... Setting up libkmod2:amd64 (24-1ubuntu3) ... Setting up systemd (237-3ubuntu10.3) ... Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service. Initializing machine ID from D-Bus machine ID. Selecting previously unselected package systemd-sysv. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8054 files and directories currently installed.) Preparing to unpack .../systemd-sysv_237-3ubuntu10.3_amd64.deb ... Unpacking systemd-sysv (237-3ubuntu10.3) ... Selecting previously unselected package multiarch-support. Preparing to unpack .../multiarch-support_2.27-3ubuntu1_amd64.deb ... Unpacking multiarch-support (2.27-3ubuntu1) ... Setting up multiarch-support (2.27-3ubuntu1) ... Selecting previously unselected package libxau6:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 8074 files and directories currently installed.) Preparing to unpack .../000-libxau6_1%3a1.0.8-1_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.8-1) ... Selecting previously unselected package libbsd0:amd64. Preparing to unpack .../001-libbsd0_0.8.7-1_amd64.deb ... Unpacking libbsd0:amd64 (0.8.7-1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../002-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 .../003-libxcb1_1.13-1_amd64.deb ... Unpacking libxcb1:amd64 (1.13-1) ... Selecting previously unselected package libx11-data. Preparing to unpack .../004-libx11-data_2%3a1.6.4-3ubuntu0.1_all.deb ... Unpacking libx11-data (2:1.6.4-3ubuntu0.1) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../005-libx11-6_2%3a1.6.4-3ubuntu0.1_amd64.deb ... Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.1) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../006-libxext6_2%3a1.3.3-1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.3-1) ... Selecting previously unselected package libsigsegv2:amd64. Preparing to unpack .../007-libsigsegv2_2.12-1_amd64.deb ... Unpacking libsigsegv2:amd64 (2.12-1) ... Selecting previously unselected package m4. Preparing to unpack .../008-m4_1.4.18-1_amd64.deb ... Unpacking m4 (1.4.18-1) ... Selecting previously unselected package flex. Preparing to unpack .../009-flex_2.6.4-6_amd64.deb ... Unpacking flex (2.6.4-6) ... Selecting previously unselected package libpng16-16:amd64. Preparing to unpack .../010-libpng16-16_1.6.34-1ubuntu0.18.04.1_amd64.deb ... Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.1) ... Selecting previously unselected package libfreetype6:amd64. Preparing to unpack .../011-libfreetype6_2.8.1-2ubuntu2_amd64.deb ... Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../012-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fonts-liberation. Preparing to unpack .../013-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../014-fontconfig-config_2.12.6-0ubuntu2_all.deb ... Unpacking fontconfig-config (2.12.6-0ubuntu2) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../015-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... Selecting previously unselected package fontconfig. Preparing to unpack .../016-fontconfig_2.12.6-0ubuntu2_amd64.deb ... Unpacking fontconfig (2.12.6-0ubuntu2) ... Selecting previously unselected package fonts-droid-fallback. Preparing to unpack .../017-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ... Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ... Selecting previously unselected package libdaemon0:amd64. Preparing to unpack .../018-libdaemon0_0.14-6_amd64.deb ... Unpacking libdaemon0:amd64 (0.14-6) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../019-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ... Selecting previously unselected package liblzo2-2:amd64. Preparing to unpack .../020-liblzo2-2_2.08-1.2_amd64.deb ... Unpacking liblzo2-2:amd64 (2.08-1.2) ... Selecting previously unselected package libgomp1:amd64. Preparing to unpack .../021-libgomp1_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libgomp1:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../022-libfftw3-double3_3.3.7-1_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.7-1) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../023-libjbig0_2.1-3.1build1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1build1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../024-libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../025-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ... Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ... Selecting previously unselected package liblqr-1-0:amd64. Preparing to unpack .../026-liblqr-1-0_0.4.2-2.1_amd64.deb ... Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ... Selecting previously unselected package libltdl7:amd64. Preparing to unpack .../027-libltdl7_2.4.6-2_amd64.deb ... Unpacking libltdl7:amd64 (2.4.6-2) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../028-libtiff5_4.0.9-5_amd64.deb ... Unpacking libtiff5:amd64 (4.0.9-5) ... Selecting previously unselected package imagemagick-6-common. Preparing to unpack .../029-imagemagick-6-common_8%3a6.9.7.4+dfsg-16ubuntu6.4_all.deb ... Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.4) ... Selecting previously unselected package libmagickcore-6.q16-3:amd64. Preparing to unpack .../030-libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... Selecting previously unselected package libmagickwand-6.q16-3:amd64. Preparing to unpack .../031-libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... Selecting previously unselected package libogg0:amd64. Preparing to unpack .../032-libogg0_1.3.2-1_amd64.deb ... Unpacking libogg0:amd64 (1.3.2-1) ... Selecting previously unselected package libdouble-conversion1:amd64. Preparing to unpack .../033-libdouble-conversion1_2.0.1-4ubuntu1_amd64.deb ... Unpacking libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ... Selecting previously unselected package libqt5core5a:amd64. Preparing to unpack .../034-libqt5core5a_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libdrm-common. Preparing to unpack .../035-libdrm-common_2.4.91-2_all.deb ... Unpacking libdrm-common (2.4.91-2) ... Selecting previously unselected package libdrm2:amd64. Preparing to unpack .../036-libdrm2_2.4.91-2_amd64.deb ... Unpacking libdrm2:amd64 (2.4.91-2) ... Selecting previously unselected package libglvnd0:amd64. Preparing to unpack .../037-libglvnd0_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libwayland-server0:amd64. Preparing to unpack .../038-libwayland-server0_1.14.0-2_amd64.deb ... Unpacking libwayland-server0:amd64 (1.14.0-2) ... Selecting previously unselected package libgbm1:amd64. Preparing to unpack .../039-libgbm1_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libgbm1:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libglapi-mesa:amd64. Preparing to unpack .../040-libglapi-mesa_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libglapi-mesa:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libwayland-client0:amd64. Preparing to unpack .../041-libwayland-client0_1.14.0-2_amd64.deb ... Unpacking libwayland-client0:amd64 (1.14.0-2) ... Selecting previously unselected package libx11-xcb1:amd64. Preparing to unpack .../042-libx11-xcb1_2%3a1.6.4-3ubuntu0.1_amd64.deb ... Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.1) ... Selecting previously unselected package libxcb-dri2-0:amd64. Preparing to unpack .../043-libxcb-dri2-0_1.13-1_amd64.deb ... Unpacking libxcb-dri2-0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-dri3-0:amd64. Preparing to unpack .../044-libxcb-dri3-0_1.13-1_amd64.deb ... Unpacking libxcb-dri3-0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-present0:amd64. Preparing to unpack .../045-libxcb-present0_1.13-1_amd64.deb ... Unpacking libxcb-present0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-sync1:amd64. Preparing to unpack .../046-libxcb-sync1_1.13-1_amd64.deb ... Unpacking libxcb-sync1:amd64 (1.13-1) ... Selecting previously unselected package libxcb-xfixes0:amd64. Preparing to unpack .../047-libxcb-xfixes0_1.13-1_amd64.deb ... Unpacking libxcb-xfixes0:amd64 (1.13-1) ... Selecting previously unselected package libxshmfence1:amd64. Preparing to unpack .../048-libxshmfence1_1.3-1_amd64.deb ... Unpacking libxshmfence1:amd64 (1.3-1) ... Selecting previously unselected package libegl-mesa0:amd64. Preparing to unpack .../049-libegl-mesa0_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libegl-mesa0:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libegl1:amd64. Preparing to unpack .../050-libegl1_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libegl1:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libxcb-glx0:amd64. Preparing to unpack .../051-libxcb-glx0_1.13-1_amd64.deb ... Unpacking libxcb-glx0:amd64 (1.13-1) ... Selecting previously unselected package libxdamage1:amd64. Preparing to unpack .../052-libxdamage1_1%3a1.1.4-3_amd64.deb ... Unpacking libxdamage1:amd64 (1:1.1.4-3) ... Selecting previously unselected package libxfixes3:amd64. Preparing to unpack .../053-libxfixes3_1%3a5.0.3-1_amd64.deb ... Unpacking libxfixes3:amd64 (1:5.0.3-1) ... Selecting previously unselected package libxxf86vm1:amd64. Preparing to unpack .../054-libxxf86vm1_1%3a1.1.4-1_amd64.deb ... Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ... Selecting previously unselected package libdrm-amdgpu1:amd64. Preparing to unpack .../055-libdrm-amdgpu1_2.4.91-2_amd64.deb ... Unpacking libdrm-amdgpu1:amd64 (2.4.91-2) ... Selecting previously unselected package libpciaccess0:amd64. Preparing to unpack .../056-libpciaccess0_0.14-1_amd64.deb ... Unpacking libpciaccess0:amd64 (0.14-1) ... Selecting previously unselected package libdrm-intel1:amd64. Preparing to unpack .../057-libdrm-intel1_2.4.91-2_amd64.deb ... Unpacking libdrm-intel1:amd64 (2.4.91-2) ... Selecting previously unselected package libdrm-nouveau2:amd64. Preparing to unpack .../058-libdrm-nouveau2_2.4.91-2_amd64.deb ... Unpacking libdrm-nouveau2:amd64 (2.4.91-2) ... Selecting previously unselected package libdrm-radeon1:amd64. Preparing to unpack .../059-libdrm-radeon1_2.4.91-2_amd64.deb ... Unpacking libdrm-radeon1:amd64 (2.4.91-2) ... Selecting previously unselected package libelf1:amd64. Preparing to unpack .../060-libelf1_0.170-0.4_amd64.deb ... Unpacking libelf1:amd64 (0.170-0.4) ... Selecting previously unselected package libedit2:amd64. Preparing to unpack .../061-libedit2_3.1-20170329-1_amd64.deb ... Unpacking libedit2:amd64 (3.1-20170329-1) ... Selecting previously unselected package libllvm6.0:amd64. Preparing to unpack .../062-libllvm6.0_1%3a6.0-1ubuntu2_amd64.deb ... Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../063-libsensors4_1%3a3.4.0-4_amd64.deb ... Unpacking libsensors4:amd64 (1:3.4.0-4) ... Selecting previously unselected package libgl1-mesa-dri:amd64. Preparing to unpack .../064-libgl1-mesa-dri_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libglx-mesa0:amd64. Preparing to unpack .../065-libglx-mesa0_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libglx-mesa0:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libglx0:amd64. Preparing to unpack .../066-libglx0_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libglx0:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libgl1:amd64. Preparing to unpack .../067-libgl1_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libgl1:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../068-libgraphite2-3_1.3.11-2_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.11-2) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../069-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... Selecting previously unselected package x11-common. Preparing to unpack .../070-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... dpkg-query: no packages found matching nux-tools Unpacking x11-common (1:7.7+19ubuntu7.1) ... Selecting previously unselected package libice6:amd64. Preparing to unpack .../071-libice6_2%3a1.0.9-2_amd64.deb ... Unpacking libice6:amd64 (2:1.0.9-2) ... Selecting previously unselected package libevdev2:amd64. Preparing to unpack .../072-libevdev2_1.5.8+dfsg-1_amd64.deb ... Unpacking libevdev2:amd64 (1.5.8+dfsg-1) ... Selecting previously unselected package libmtdev1:amd64. Preparing to unpack .../073-libmtdev1_1.1.5-1ubuntu3_amd64.deb ... Unpacking libmtdev1:amd64 (1.1.5-1ubuntu3) ... Selecting previously unselected package libgudev-1.0-0:amd64. Preparing to unpack .../074-libgudev-1.0-0_1%3a232-2_amd64.deb ... Unpacking libgudev-1.0-0:amd64 (1:232-2) ... Selecting previously unselected package libwacom-common. Preparing to unpack .../075-libwacom-common_0.29-1_all.deb ... Unpacking libwacom-common (0.29-1) ... Selecting previously unselected package libwacom2:amd64. Preparing to unpack .../076-libwacom2_0.29-1_amd64.deb ... Unpacking libwacom2:amd64 (0.29-1) ... Selecting previously unselected package libinput-bin. Preparing to unpack .../077-libinput-bin_1.10.4-1_amd64.deb ... Unpacking libinput-bin (1.10.4-1) ... Selecting previously unselected package libinput10:amd64. Preparing to unpack .../078-libinput10_1.10.4-1_amd64.deb ... Unpacking libinput10:amd64 (1.10.4-1) ... Selecting previously unselected package libqt5dbus5:amd64. Preparing to unpack .../079-libqt5dbus5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5network5:amd64. Preparing to unpack .../080-libqt5network5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libsm6:amd64. Preparing to unpack .../081-libsm6_2%3a1.2.2-1_amd64.deb ... Unpacking libsm6:amd64 (2:1.2.2-1) ... Selecting previously unselected package libxcb-icccm4:amd64. Preparing to unpack .../082-libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ... Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../083-libxcb-shm0_1.13-1_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-util1:amd64. Preparing to unpack .../084-libxcb-util1_0.4.0-0ubuntu3_amd64.deb ... Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ... Selecting previously unselected package libxcb-image0:amd64. Preparing to unpack .../085-libxcb-image0_0.4.0-1build1_amd64.deb ... Unpacking libxcb-image0:amd64 (0.4.0-1build1) ... Selecting previously unselected package libxcb-keysyms1:amd64. Preparing to unpack .../086-libxcb-keysyms1_0.4.0-1_amd64.deb ... Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ... Selecting previously unselected package libxcb-randr0:amd64. Preparing to unpack .../087-libxcb-randr0_1.13-1_amd64.deb ... Unpacking libxcb-randr0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../088-libxcb-render0_1.13-1_amd64.deb ... Unpacking libxcb-render0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-render-util0:amd64. Preparing to unpack .../089-libxcb-render-util0_0.3.9-1_amd64.deb ... Unpacking libxcb-render-util0:amd64 (0.3.9-1) ... Selecting previously unselected package libxcb-shape0:amd64. Preparing to unpack .../090-libxcb-shape0_1.13-1_amd64.deb ... Unpacking libxcb-shape0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-xinerama0:amd64. Preparing to unpack .../091-libxcb-xinerama0_1.13-1_amd64.deb ... Unpacking libxcb-xinerama0:amd64 (1.13-1) ... Selecting previously unselected package libxcb-xkb1:amd64. Preparing to unpack .../092-libxcb-xkb1_1.13-1_amd64.deb ... Unpacking libxcb-xkb1:amd64 (1.13-1) ... Selecting previously unselected package libxi6:amd64. Preparing to unpack .../093-libxi6_2%3a1.7.9-1_amd64.deb ... Unpacking libxi6:amd64 (2:1.7.9-1) ... Selecting previously unselected package xkb-data. Preparing to unpack .../094-xkb-data_2.23.1-1ubuntu1_all.deb ... Unpacking xkb-data (2.23.1-1ubuntu1) ... Selecting previously unselected package libxkbcommon0:amd64. Preparing to unpack .../095-libxkbcommon0_0.8.0-1_amd64.deb ... Unpacking libxkbcommon0:amd64 (0.8.0-1) ... Selecting previously unselected package libxkbcommon-x11-0:amd64. Preparing to unpack .../096-libxkbcommon-x11-0_0.8.0-1_amd64.deb ... Unpacking libxkbcommon-x11-0:amd64 (0.8.0-1) ... Selecting previously unselected package libqt5gui5:amd64. Preparing to unpack .../097-libqt5gui5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5widgets5:amd64. Preparing to unpack .../098-libqt5widgets5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5svg5:amd64. Preparing to unpack .../099-libqt5svg5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5svg5-dev:amd64. Preparing to unpack .../100-libqt5svg5-dev_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5svg5-dev:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libcap2-bin. Preparing to unpack .../101-libcap2-bin_1%3a2.25-1.2_amd64.deb ... Unpacking libcap2-bin (1:2.25-1.2) ... Selecting previously unselected package libgstreamer1.0-0:amd64. Preparing to unpack .../102-libgstreamer1.0-0_1.14.1-1~ubuntu18.04.1_amd64.deb ... Unpacking libgstreamer1.0-0:amd64 (1.14.1-1~ubuntu18.04.1) ... Selecting previously unselected package liborc-0.4-0:amd64. Preparing to unpack .../103-liborc-0.4-0_1%3a0.4.28-1_amd64.deb ... Unpacking liborc-0.4-0:amd64 (1:0.4.28-1) ... Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64. Preparing to unpack .../104-libgstreamer-plugins-base1.0-0_1.14.1-1ubuntu1~ubuntu18.04.1_amd64.deb ... Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.14.1-1ubuntu1~ubuntu18.04.1) ... Selecting previously unselected package libhyphen0:amd64. Preparing to unpack .../105-libhyphen0_2.8.8-5_amd64.deb ... Unpacking libhyphen0:amd64 (2.8.8-5) ... Selecting previously unselected package libqt5positioning5:amd64. Preparing to unpack .../106-libqt5positioning5_5.9.5+dfsg-0ubuntu2_amd64.deb ... Unpacking libqt5positioning5:amd64 (5.9.5+dfsg-0ubuntu2) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../107-libavahi-common-data_0.7-3.1ubuntu1.1_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.1) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../108-libavahi-common3_0.7-3.1ubuntu1.1_amd64.deb ... Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.1) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../109-libavahi-client3_0.7-3.1ubuntu1.1_amd64.deb ... Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.1) ... Selecting previously unselected package libkrb5support0:amd64. Preparing to unpack .../110-libkrb5support0_1.16-2build1_amd64.deb ... Unpacking libkrb5support0:amd64 (1.16-2build1) ... Selecting previously unselected package libk5crypto3:amd64. Preparing to unpack .../111-libk5crypto3_1.16-2build1_amd64.deb ... Unpacking libk5crypto3:amd64 (1.16-2build1) ... Selecting previously unselected package libkeyutils1:amd64. Preparing to unpack .../112-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... Selecting previously unselected package libkrb5-3:amd64. Preparing to unpack .../113-libkrb5-3_1.16-2build1_amd64.deb ... Unpacking libkrb5-3:amd64 (1.16-2build1) ... Selecting previously unselected package libgssapi-krb5-2:amd64. Preparing to unpack .../114-libgssapi-krb5-2_1.16-2build1_amd64.deb ... Unpacking libgssapi-krb5-2:amd64 (1.16-2build1) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../115-libcups2_2.2.7-1ubuntu2.1_amd64.deb ... Unpacking libcups2:amd64 (2.2.7-1ubuntu2.1) ... Selecting previously unselected package libqt5printsupport5:amd64. Preparing to unpack .../116-libqt5printsupport5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5qml5:amd64. Preparing to unpack .../117-libqt5qml5_5.9.5-0ubuntu1.1_amd64.deb ... Unpacking libqt5qml5:amd64 (5.9.5-0ubuntu1.1) ... Selecting previously unselected package libqt5quick5:amd64. Preparing to unpack .../118-libqt5quick5_5.9.5-0ubuntu1.1_amd64.deb ... Unpacking libqt5quick5:amd64 (5.9.5-0ubuntu1.1) ... Selecting previously unselected package libqt5sensors5:amd64. Preparing to unpack .../119-libqt5sensors5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5sensors5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5webchannel5:amd64. Preparing to unpack .../120-libqt5webchannel5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5webchannel5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../121-libwebp6_0.6.1-2_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2) ... Selecting previously unselected package libbrotli1:amd64. Preparing to unpack .../122-libbrotli1_1.0.3-1ubuntu1.2_amd64.deb ... Unpacking libbrotli1:amd64 (1.0.3-1ubuntu1.2) ... Selecting previously unselected package libwoff1:amd64. Preparing to unpack .../123-libwoff1_1.0.2-1build0.1_amd64.deb ... Unpacking libwoff1:amd64 (1.0.2-1build0.1) ... Selecting previously unselected package libxslt1.1:amd64. Preparing to unpack .../124-libxslt1.1_1.1.29-5_amd64.deb ... Unpacking libxslt1.1:amd64 (1.1.29-5) ... Selecting previously unselected package libqt5webkit5:amd64. Preparing to unpack .../125-libqt5webkit5_5.212.0~alpha2-7ubuntu1_amd64.deb ... Unpacking libqt5webkit5:amd64 (5.212.0~alpha2-7ubuntu1) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../126-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libxft2:amd64. Preparing to unpack .../127-libxft2_2.3.2-1_amd64.deb ... Unpacking libxft2:amd64 (2.3.2-1) ... Selecting previously unselected package libxinerama1:amd64. Preparing to unpack .../128-libxinerama1_2%3a1.1.3-1_amd64.deb ... Unpacking libxinerama1:amd64 (2:1.1.3-1) ... Selecting previously unselected package libxxf86dga1:amd64. Preparing to unpack .../129-libxxf86dga1_2%3a1.1.4-1_amd64.deb ... Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ... Selecting previously unselected package netbase. Preparing to unpack .../130-netbase_5.4_all.deb ... Unpacking netbase (5.4) ... Selecting previously unselected package tzdata. Preparing to unpack .../131-tzdata_2018e-0ubuntu0.18.04_all.deb ... Unpacking tzdata (2018e-0ubuntu0.18.04) ... Selecting previously unselected package libopts25:amd64. Preparing to unpack .../132-libopts25_1%3a5.18.12-4_amd64.deb ... Unpacking libopts25:amd64 (1:5.18.12-4) ... Selecting previously unselected package ntp. Preparing to unpack .../133-ntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ... Unpacking ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... Selecting previously unselected package perl-modules-5.26. Preparing to unpack .../134-perl-modules-5.26_5.26.1-6ubuntu0.2_all.deb ... Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.2) ... Selecting previously unselected package libgdbm5:amd64. Preparing to unpack .../135-libgdbm5_1.14.1-6_amd64.deb ... Unpacking libgdbm5:amd64 (1.14.1-6) ... Selecting previously unselected package libgdbm-compat4:amd64. Preparing to unpack .../136-libgdbm-compat4_1.14.1-6_amd64.deb ... Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... Selecting previously unselected package libperl5.26:amd64. Preparing to unpack .../137-libperl5.26_5.26.1-6ubuntu0.2_amd64.deb ... Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.2) ... Selecting previously unselected package perl. Preparing to unpack .../138-perl_5.26.1-6ubuntu0.2_amd64.deb ... Unpacking perl (5.26.1-6ubuntu0.2) ... Selecting previously unselected package poppler-data. Preparing to unpack .../139-poppler-data_0.4.8-2_all.deb ... Unpacking poppler-data (0.4.8-2) ... Selecting previously unselected package tex-common. Preparing to unpack .../140-tex-common_6.09_all.deb ... Unpacking tex-common (6.09) ... Selecting previously unselected package dmsetup. Preparing to unpack .../141-dmsetup_2%3a1.02.145-4.1ubuntu3_amd64.deb ... Unpacking dmsetup (2:1.02.145-4.1ubuntu3) ... Selecting previously unselected package less. Preparing to unpack .../142-less_487-0.1_amd64.deb ... Unpacking less (487-0.1) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../143-libfribidi0_0.19.7-2_amd64.deb ... Unpacking libfribidi0:amd64 (0.19.7-2) ... Selecting previously unselected package libnss-systemd:amd64. Preparing to unpack .../144-libnss-systemd_237-3ubuntu10.3_amd64.deb ... Unpacking libnss-systemd:amd64 (237-3ubuntu10.3) ... Selecting previously unselected package libpam-cap:amd64. Preparing to unpack .../145-libpam-cap_1%3a2.25-1.2_amd64.deb ... Unpacking libpam-cap:amd64 (1:2.25-1.2) ... Selecting previously unselected package libpam-systemd:amd64. Preparing to unpack .../146-libpam-systemd_237-3ubuntu10.3_amd64.deb ... Unpacking libpam-systemd:amd64 (237-3ubuntu10.3) ... Selecting previously unselected package libpopt0:amd64. Preparing to unpack .../147-libpopt0_1.16-11_amd64.deb ... Unpacking libpopt0:amd64 (1.16-11) ... Selecting previously unselected package libtext-iconv-perl. Preparing to unpack .../148-libtext-iconv-perl_1.7-5build6_amd64.deb ... Unpacking libtext-iconv-perl (1.7-5build6) ... Selecting previously unselected package logrotate. Preparing to unpack .../149-logrotate_3.11.0-0.1ubuntu1_amd64.deb ... Unpacking logrotate (3.11.0-0.1ubuntu1) ... Selecting previously unselected package networkd-dispatcher. Preparing to unpack .../150-networkd-dispatcher_1.7-0ubuntu3.2_all.deb ... Unpacking networkd-dispatcher (1.7-0ubuntu3.2) ... Selecting previously unselected package sudo. Preparing to unpack .../151-sudo_1.8.21p2-3ubuntu1_amd64.deb ... Unpacking sudo (1.8.21p2-3ubuntu1) ... Selecting previously unselected package udev. Preparing to unpack .../152-udev_237-3ubuntu10.3_amd64.deb ... Unpacking udev (237-3ubuntu10.3) ... Selecting previously unselected package xxd. Preparing to unpack .../153-xxd_2%3a8.0.1453-1ubuntu1_amd64.deb ... Unpacking xxd (2:8.0.1453-1ubuntu1) ... Selecting previously unselected package vim-common. Preparing to unpack .../154-vim-common_2%3a8.0.1453-1ubuntu1_all.deb ... Unpacking vim-common (2:8.0.1453-1ubuntu1) ... Selecting previously unselected package libisc169:amd64. Preparing to unpack .../155-libisc169_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking libisc169:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package libgeoip1:amd64. Preparing to unpack .../156-libgeoip1_1.6.12-1_amd64.deb ... Unpacking libgeoip1:amd64 (1.6.12-1) ... Selecting previously unselected package libdns1100:amd64. Preparing to unpack .../157-libdns1100_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking libdns1100:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package libisccc160:amd64. Preparing to unpack .../158-libisccc160_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking libisccc160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package libisccfg160:amd64. Preparing to unpack .../159-libisccfg160_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package libbind9-160:amd64. Preparing to unpack .../160-libbind9-160_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking libbind9-160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package liblwres160:amd64. Preparing to unpack .../161-liblwres160_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking liblwres160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package bind9-host. Preparing to unpack .../162-bind9-host_1%3a9.11.3+dfsg-1ubuntu1.2_amd64.deb ... Unpacking bind9-host (1:9.11.3+dfsg-1ubuntu1.2) ... Selecting previously unselected package geoip-database. Preparing to unpack .../163-geoip-database_20180315-1_all.deb ... Unpacking geoip-database (20180315-1) ... Selecting previously unselected package krb5-locales. Preparing to unpack .../164-krb5-locales_1.16-2build1_all.deb ... Unpacking krb5-locales (1.16-2build1) ... Selecting previously unselected package libpcap0.8:amd64. Preparing to unpack .../165-libpcap0.8_1.8.1-6ubuntu1_amd64.deb ... Unpacking libpcap0.8:amd64 (1.8.1-6ubuntu1) ... Selecting previously unselected package libpipeline1:amd64. Preparing to unpack .../166-libpipeline1_1.5.0-1_amd64.deb ... Unpacking libpipeline1:amd64 (1.5.0-1) ... Selecting previously unselected package libpolkit-gobject-1-0:amd64. Preparing to unpack .../167-libpolkit-gobject-1-0_0.105-20ubuntu0.18.04.1_amd64.deb ... Unpacking libpolkit-gobject-1-0:amd64 (0.105-20ubuntu0.18.04.1) ... Selecting previously unselected package libpsl5:amd64. Preparing to unpack .../168-libpsl5_0.19.1-5build1_amd64.deb ... Unpacking libpsl5:amd64 (0.19.1-5build1) ... Selecting previously unselected package libssl1.0.0:amd64. Preparing to unpack .../169-libssl1.0.0_1.0.2n-1ubuntu5.1_amd64.deb ... Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.1) ... Selecting previously unselected package libusb-1.0-0:amd64. Preparing to unpack .../170-libusb-1.0-0_2%3a1.0.21-2_amd64.deb ... Unpacking libusb-1.0-0:amd64 (2:1.0.21-2) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../171-libxmuu1_2%3a1.1.2-2_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.2-2) ... Selecting previously unselected package lsof. Preparing to unpack .../172-lsof_4.89+dfsg-0.1_amd64.deb ... Unpacking lsof (4.89+dfsg-0.1) ... Selecting previously unselected package manpages. Preparing to unpack .../173-manpages_4.15-1_all.deb ... Unpacking manpages (4.15-1) ... Selecting previously unselected package openssh-client. Preparing to unpack .../174-openssh-client_1%3a7.6p1-4_amd64.deb ... Unpacking openssh-client (1:7.6p1-4) ... Selecting previously unselected package publicsuffix. Preparing to unpack .../175-publicsuffix_20180223.1310-1_all.deb ... Unpacking publicsuffix (20180223.1310-1) ... Selecting previously unselected package tcpdump. Preparing to unpack .../176-tcpdump_4.9.2-3_amd64.deb ... Unpacking tcpdump (4.9.2-3) ... Selecting previously unselected package wget. Preparing to unpack .../177-wget_1.19.4-1ubuntu2.1_amd64.deb ... Unpacking wget (1.19.4-1ubuntu2.1) ... Selecting previously unselected package xauth. Preparing to unpack .../178-xauth_1%3a1.0.10-1_amd64.deb ... Unpacking xauth (1:1.0.10-1) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../179-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package libgdk-pixbuf2.0-common. Preparing to unpack .../180-libgdk-pixbuf2.0-common_2.36.11-2_all.deb ... Unpacking libgdk-pixbuf2.0-common (2.36.11-2) ... Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. Preparing to unpack .../181-libgdk-pixbuf2.0-0_2.36.11-2_amd64.deb ... Unpacking libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ... Selecting previously unselected package gtk-update-icon-cache. Preparing to unpack .../182-gtk-update-icon-cache_3.22.30-1ubuntu1_amd64.deb ... No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. Unpacking gtk-update-icon-cache (3.22.30-1ubuntu1) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../183-libpixman-1-0_0.34.0-2_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.34.0-2) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../184-libcairo2_1.15.10-2_amd64.deb ... Unpacking libcairo2:amd64 (1.15.10-2) ... Selecting previously unselected package libcroco3:amd64. Preparing to unpack .../185-libcroco3_0.6.12-2_amd64.deb ... Unpacking libcroco3:amd64 (0.6.12-2) ... Selecting previously unselected package libthai-data. Preparing to unpack .../186-libthai-data_0.1.27-2_all.deb ... Unpacking libthai-data (0.1.27-2) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../187-libdatrie1_0.2.10-7_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.10-7) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../188-libthai0_0.1.27-2_amd64.deb ... Unpacking libthai0:amd64 (0.1.27-2) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../189-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../190-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../191-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... Selecting previously unselected package librsvg2-2:amd64. Preparing to unpack .../192-librsvg2-2_2.40.20-2_amd64.deb ... Unpacking librsvg2-2:amd64 (2.40.20-2) ... Selecting previously unselected package librsvg2-common:amd64. Preparing to unpack .../193-librsvg2-common_2.40.20-2_amd64.deb ... Unpacking librsvg2-common:amd64 (2.40.20-2) ... Selecting previously unselected package humanity-icon-theme. Preparing to unpack .../194-humanity-icon-theme_0.6.15_all.deb ... Unpacking humanity-icon-theme (0.6.15) ... Selecting previously unselected package ubuntu-mono. Preparing to unpack .../195-ubuntu-mono_16.10+18.04.20180421.1-0ubuntu1_all.deb ... Unpacking ubuntu-mono (16.10+18.04.20180421.1-0ubuntu1) ... Selecting previously unselected package adwaita-icon-theme. Preparing to unpack .../196-adwaita-icon-theme_3.28.0-1ubuntu1_all.deb ... Unpacking adwaita-icon-theme (3.28.0-1ubuntu1) ... Selecting previously unselected package libatspi2.0-0:amd64. Preparing to unpack .../197-libatspi2.0-0_2.28.0-1_amd64.deb ... Unpacking libatspi2.0-0:amd64 (2.28.0-1) ... Selecting previously unselected package libxtst6:amd64. Preparing to unpack .../198-libxtst6_2%3a1.2.3-1_amd64.deb ... Unpacking libxtst6:amd64 (2:1.2.3-1) ... Selecting previously unselected package at-spi2-core. Preparing to unpack .../199-at-spi2-core_2.28.0-1_amd64.deb ... Unpacking at-spi2-core (2.28.0-1) ... Selecting previously unselected package autoconf. Preparing to unpack .../200-autoconf_2.69-11_all.deb ... Unpacking autoconf (2.69-11) ... Selecting previously unselected package autotools-dev. Preparing to unpack .../201-autotools-dev_20180224.1_all.deb ... Unpacking autotools-dev (20180224.1) ... Selecting previously unselected package automake. Preparing to unpack .../202-automake_1%3a1.15.1-3ubuntu2_all.deb ... Unpacking automake (1:1.15.1-3ubuntu2) ... Selecting previously unselected package libavahi-core7:amd64. Preparing to unpack .../203-libavahi-core7_0.7-3.1ubuntu1.1_amd64.deb ... Unpacking libavahi-core7:amd64 (0.7-3.1ubuntu1.1) ... Selecting previously unselected package avahi-daemon. Preparing to unpack .../204-avahi-daemon_0.7-3.1ubuntu1.1_amd64.deb ... Unpacking avahi-daemon (0.7-3.1ubuntu1.1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../205-binutils-common_2.30-21ubuntu1~18.04_amd64.deb ... Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../206-libbinutils_2.30-21ubuntu1~18.04_amd64.deb ... Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../207-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04) ... Selecting previously unselected package binutils. Preparing to unpack .../208-binutils_2.30-21ubuntu1~18.04_amd64.deb ... Unpacking binutils (2.30-21ubuntu1~18.04) ... Selecting previously unselected package libbison-dev:amd64. Preparing to unpack .../209-libbison-dev_2%3a3.0.4.dfsg-1build1_amd64.deb ... Unpacking libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ... Selecting previously unselected package bison. Preparing to unpack .../210-bison_2%3a3.0.4.dfsg-1build1_amd64.deb ... Unpacking bison (2:3.0.4.dfsg-1build1) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../211-libc-dev-bin_2.27-3ubuntu1_amd64.deb ... Unpacking libc-dev-bin (2.27-3ubuntu1) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../212-linux-libc-dev_4.15.0-36.39_amd64.deb ... Unpacking linux-libc-dev:amd64 (4.15.0-36.39) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../213-libc6-dev_2.27-3ubuntu1_amd64.deb ... Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ... Selecting previously unselected package gcc-7-base:amd64. Preparing to unpack .../214-gcc-7-base_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking gcc-7-base:amd64 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package libisl19:amd64. Preparing to unpack .../215-libisl19_0.19-1_amd64.deb ... Unpacking libisl19:amd64 (0.19-1) ... Selecting previously unselected package libmpfr6:amd64. Preparing to unpack .../216-libmpfr6_4.0.1-1_amd64.deb ... Unpacking libmpfr6:amd64 (4.0.1-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../217-libmpc3_1.1.0-1_amd64.deb ... Unpacking libmpc3:amd64 (1.1.0-1) ... Selecting previously unselected package cpp-7. Preparing to unpack .../218-cpp-7_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking cpp-7 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package cpp. Preparing to unpack .../219-cpp_4%3a7.3.0-3ubuntu2.1_amd64.deb ... Unpacking cpp (4:7.3.0-3ubuntu2.1) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../220-libcc1-0_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libcc1-0:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../221-libitm1_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libitm1:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../222-libatomic1_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libatomic1:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libasan4:amd64. Preparing to unpack .../223-libasan4_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking libasan4:amd64 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../224-liblsan0_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking liblsan0:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../225-libtsan0_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libtsan0:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libubsan0:amd64. Preparing to unpack .../226-libubsan0_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking libubsan0:amd64 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package libcilkrts5:amd64. Preparing to unpack .../227-libcilkrts5_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking libcilkrts5:amd64 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package libmpx2:amd64. Preparing to unpack .../228-libmpx2_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libmpx2:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../229-libquadmath0_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libquadmath0:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libgcc-7-dev:amd64. Preparing to unpack .../230-libgcc-7-dev_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking libgcc-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package gcc-7. Preparing to unpack .../231-gcc-7_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking gcc-7 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package gcc. Preparing to unpack .../232-gcc_4%3a7.3.0-3ubuntu2.1_amd64.deb ... Unpacking gcc (4:7.3.0-3ubuntu2.1) ... Selecting previously unselected package libstdc++-7-dev:amd64. Preparing to unpack .../233-libstdc++-7-dev_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking libstdc++-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package g++-7. Preparing to unpack .../234-g++-7_7.3.0-27ubuntu1~18.04_amd64.deb ... Unpacking g++-7 (7.3.0-27ubuntu1~18.04) ... Selecting previously unselected package g++. Preparing to unpack .../235-g++_4%3a7.3.0-3ubuntu2.1_amd64.deb ... Unpacking g++ (4:7.3.0-3ubuntu2.1) ... Selecting previously unselected package make. Preparing to unpack .../236-make_4.1-9.1ubuntu1_amd64.deb ... Unpacking make (4.1-9.1ubuntu1) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../237-libdpkg-perl_1.19.0.5ubuntu2_all.deb ... Unpacking libdpkg-perl (1.19.0.5ubuntu2) ... Selecting previously unselected package patch. Preparing to unpack .../238-patch_2.7.6-2ubuntu1_amd64.deb ... Unpacking patch (2.7.6-2ubuntu1) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../239-dpkg-dev_1.19.0.5ubuntu2_all.deb ... Unpacking dpkg-dev (1.19.0.5ubuntu2) ... Selecting previously unselected package build-essential. Preparing to unpack .../240-build-essential_12.4ubuntu1_amd64.deb ... Unpacking build-essential (12.4ubuntu1) ... Selecting previously unselected package cmake-data. Preparing to unpack .../241-cmake-data_3.10.2-1ubuntu2_all.deb ... Unpacking cmake-data (3.10.2-1ubuntu2) ... Selecting previously unselected package libarchive13:amd64. Preparing to unpack .../242-libarchive13_3.2.2-3.1ubuntu0.1_amd64.deb ... Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.1) ... Selecting previously unselected package libnghttp2-14:amd64. Preparing to unpack .../243-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... Selecting previously unselected package librtmp1:amd64. Preparing to unpack .../244-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... Selecting previously unselected package libcurl4:amd64. Preparing to unpack .../245-libcurl4_7.58.0-2ubuntu3.3_amd64.deb ... Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.3) ... Selecting previously unselected package libjsoncpp1:amd64. Preparing to unpack .../246-libjsoncpp1_1.7.4-3_amd64.deb ... Unpacking libjsoncpp1:amd64 (1.7.4-3) ... Selecting previously unselected package librhash0:amd64. Preparing to unpack .../247-librhash0_1.3.6-2_amd64.deb ... Unpacking librhash0:amd64 (1.3.6-2) ... Selecting previously unselected package libuv1:amd64. Preparing to unpack .../248-libuv1_1.18.0-3_amd64.deb ... Unpacking libuv1:amd64 (1.18.0-3) ... Selecting previously unselected package cmake. Preparing to unpack .../249-cmake_3.10.2-1ubuntu2_amd64.deb ... Unpacking cmake (3.10.2-1ubuntu2) ... Selecting previously unselected package cpp-8. Preparing to unpack .../250-cpp-8_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking cpp-8 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package curl. Preparing to unpack .../251-curl_7.58.0-2ubuntu3.3_amd64.deb ... Unpacking curl (7.58.0-2ubuntu3.3) ... Selecting previously unselected package libdconf1:amd64. Preparing to unpack .../252-libdconf1_0.26.0-2ubuntu3_amd64.deb ... Unpacking libdconf1:amd64 (0.26.0-2ubuntu3) ... Selecting previously unselected package dconf-service. Preparing to unpack .../253-dconf-service_0.26.0-2ubuntu3_amd64.deb ... Unpacking dconf-service (0.26.0-2ubuntu3) ... Selecting previously unselected package dconf-gsettings-backend:amd64. Preparing to unpack .../254-dconf-gsettings-backend_0.26.0-2ubuntu3_amd64.deb ... Unpacking dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ... Selecting previously unselected package libclang1-6.0:amd64. Preparing to unpack .../255-libclang1-6.0_1%3a6.0-1ubuntu2_amd64.deb ... Unpacking libclang1-6.0:amd64 (1:6.0-1ubuntu2) ... Selecting previously unselected package libxapian30:amd64. Preparing to unpack .../256-libxapian30_1.4.5-1ubuntu0.1_amd64.deb ... Unpacking libxapian30:amd64 (1.4.5-1ubuntu0.1) ... Selecting previously unselected package doxygen. Preparing to unpack .../257-doxygen_1.8.13-10_amd64.deb ... Unpacking doxygen (1.8.13-10) ... Selecting previously unselected package emacsen-common. Preparing to unpack .../258-emacsen-common_2.0.8_all.deb ... Unpacking emacsen-common (2.0.8) ... Selecting previously unselected package emacs25-common. Preparing to unpack .../259-emacs25-common_25.2+1-6_all.deb ... Unpacking emacs25-common (25.2+1-6) ... Selecting previously unselected package liblockfile-bin. Preparing to unpack .../260-liblockfile-bin_1.14-1.1_amd64.deb ... Unpacking liblockfile-bin (1.14-1.1) ... Selecting previously unselected package liblockfile1:amd64. Preparing to unpack .../261-liblockfile1_1.14-1.1_amd64.deb ... Unpacking liblockfile1:amd64 (1.14-1.1) ... Selecting previously unselected package emacs25-bin-common. Preparing to unpack .../262-emacs25-bin-common_25.2+1-6_amd64.deb ... Unpacking emacs25-bin-common (25.2+1-6) ... Selecting previously unselected package libasound2-data. Preparing to unpack .../263-libasound2-data_1.1.3-5ubuntu0.1_all.deb ... Unpacking libasound2-data (1.1.3-5ubuntu0.1) ... Selecting previously unselected package libasound2:amd64. Preparing to unpack .../264-libasound2_1.1.3-5ubuntu0.1_amd64.deb ... Unpacking libasound2:amd64 (1.1.3-5ubuntu0.1) ... Selecting previously unselected package libgif7:amd64. Preparing to unpack .../265-libgif7_5.1.4-2_amd64.deb ... Unpacking libgif7:amd64 (5.1.4-2) ... Selecting previously unselected package libgpm2:amd64. Preparing to unpack .../266-libgpm2_1.20.7-5_amd64.deb ... Unpacking libgpm2:amd64 (1.20.7-5) ... Selecting previously unselected package libgtk-3-common. Preparing to unpack .../267-libgtk-3-common_3.22.30-1ubuntu1_all.deb ... Unpacking libgtk-3-common (3.22.30-1ubuntu1) ... Selecting previously unselected package libatk1.0-data. Preparing to unpack .../268-libatk1.0-data_2.28.1-1_all.deb ... Unpacking libatk1.0-data (2.28.1-1) ... Selecting previously unselected package libatk1.0-0:amd64. Preparing to unpack .../269-libatk1.0-0_2.28.1-1_amd64.deb ... Unpacking libatk1.0-0:amd64 (2.28.1-1) ... Selecting previously unselected package libatk-bridge2.0-0:amd64. Preparing to unpack .../270-libatk-bridge2.0-0_2.26.2-1_amd64.deb ... Unpacking libatk-bridge2.0-0:amd64 (2.26.2-1) ... Selecting previously unselected package libcairo-gobject2:amd64. Preparing to unpack .../271-libcairo-gobject2_1.15.10-2_amd64.deb ... Unpacking libcairo-gobject2:amd64 (1.15.10-2) ... Selecting previously unselected package libcolord2:amd64. Preparing to unpack .../272-libcolord2_1.3.3-2build1_amd64.deb ... Unpacking libcolord2:amd64 (1.3.3-2build1) ... Selecting previously unselected package libepoxy0:amd64. Preparing to unpack .../273-libepoxy0_1.4.3-1_amd64.deb ... Unpacking libepoxy0:amd64 (1.4.3-1) ... Selecting previously unselected package libjson-glib-1.0-common. Preparing to unpack .../274-libjson-glib-1.0-common_1.4.2-3_all.deb ... Unpacking libjson-glib-1.0-common (1.4.2-3) ... Selecting previously unselected package libjson-glib-1.0-0:amd64. Preparing to unpack .../275-libjson-glib-1.0-0_1.4.2-3_amd64.deb ... Unpacking libjson-glib-1.0-0:amd64 (1.4.2-3) ... Selecting previously unselected package libproxy1v5:amd64. Preparing to unpack .../276-libproxy1v5_0.4.15-1_amd64.deb ... Unpacking libproxy1v5:amd64 (0.4.15-1) ... Selecting previously unselected package glib-networking-common. Preparing to unpack .../277-glib-networking-common_2.56.0-1_all.deb ... Unpacking glib-networking-common (2.56.0-1) ... Selecting previously unselected package glib-networking-services. Preparing to unpack .../278-glib-networking-services_2.56.0-1_amd64.deb ... Unpacking glib-networking-services (2.56.0-1) ... Selecting previously unselected package gsettings-desktop-schemas. Preparing to unpack .../279-gsettings-desktop-schemas_3.28.0-1ubuntu1_all.deb ... Unpacking gsettings-desktop-schemas (3.28.0-1ubuntu1) ... Selecting previously unselected package glib-networking:amd64. Preparing to unpack .../280-glib-networking_2.56.0-1_amd64.deb ... Unpacking glib-networking:amd64 (2.56.0-1) ... Selecting previously unselected package libsoup2.4-1:amd64. Preparing to unpack .../281-libsoup2.4-1_2.62.1-1ubuntu0.1_amd64.deb ... Unpacking libsoup2.4-1:amd64 (2.62.1-1ubuntu0.1) ... Selecting previously unselected package libsoup-gnome2.4-1:amd64. Preparing to unpack .../282-libsoup-gnome2.4-1_2.62.1-1ubuntu0.1_amd64.deb ... Unpacking libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.1) ... Selecting previously unselected package librest-0.7-0:amd64. Preparing to unpack .../283-librest-0.7-0_0.8.0-2_amd64.deb ... Unpacking librest-0.7-0:amd64 (0.8.0-2) ... Selecting previously unselected package libwayland-cursor0:amd64. Preparing to unpack .../284-libwayland-cursor0_1.14.0-2_amd64.deb ... Unpacking libwayland-cursor0:amd64 (1.14.0-2) ... Selecting previously unselected package libwayland-egl1-mesa:amd64. Preparing to unpack .../285-libwayland-egl1-mesa_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libxcomposite1:amd64. Preparing to unpack .../286-libxcomposite1_1%3a0.4.4-2_amd64.deb ... Unpacking libxcomposite1:amd64 (1:0.4.4-2) ... Selecting previously unselected package libxcursor1:amd64. Preparing to unpack .../287-libxcursor1_1%3a1.1.15-1_amd64.deb ... Unpacking libxcursor1:amd64 (1:1.1.15-1) ... Selecting previously unselected package libxrandr2:amd64. Preparing to unpack .../288-libxrandr2_2%3a1.5.1-1_amd64.deb ... Unpacking libxrandr2:amd64 (2:1.5.1-1) ... Selecting previously unselected package libgtk-3-0:amd64. Preparing to unpack .../289-libgtk-3-0_3.22.30-1ubuntu1_amd64.deb ... Unpacking libgtk-3-0:amd64 (3.22.30-1ubuntu1) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../290-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 .../291-libgd3_2.2.5-4ubuntu0.2_amd64.deb ... Unpacking libgd3:amd64 (2.2.5-4ubuntu0.2) ... Selecting previously unselected package libotf0:amd64. Preparing to unpack .../292-libotf0_0.9.13-3build1_amd64.deb ... Unpacking libotf0:amd64 (0.9.13-3build1) ... Selecting previously unselected package libxt6:amd64. Preparing to unpack .../293-libxt6_1%3a1.1.5-1_amd64.deb ... Unpacking libxt6:amd64 (1:1.1.5-1) ... Selecting previously unselected package m17n-db. Preparing to unpack .../294-m17n-db_1.7.0-2_all.deb ... Unpacking m17n-db (1.7.0-2) ... Selecting previously unselected package libm17n-0:amd64. Preparing to unpack .../295-libm17n-0_1.7.0-3build1_amd64.deb ... Unpacking libm17n-0:amd64 (1.7.0-3build1) ... Selecting previously unselected package emacs25. Preparing to unpack .../296-emacs25_25.2+1-6_amd64.deb ... Unpacking emacs25 (25.2+1-6) ... Selecting previously unselected package emacs. Preparing to unpack .../297-emacs_47.0_all.deb ... Unpacking emacs (47.0) ... Selecting previously unselected package emacs25-el. Preparing to unpack .../298-emacs25-el_25.2+1-6_all.deb ... Unpacking emacs25-el (25.2+1-6) ... Selecting previously unselected package libtcl8.6:amd64. Preparing to unpack .../299-libtcl8.6_8.6.8+dfsg-3_amd64.deb ... Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) ... Selecting previously unselected package tcl-expect:amd64. Preparing to unpack .../300-tcl-expect_5.45.4-1_amd64.deb ... Unpacking tcl-expect:amd64 (5.45.4-1) ... Selecting previously unselected package expect. Preparing to unpack .../301-expect_5.45.4-1_amd64.deb ... Unpacking expect (5.45.4-1) ... Selecting previously unselected package libfakeroot:amd64. Preparing to unpack .../302-libfakeroot_1.22-2ubuntu1_amd64.deb ... Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../303-fakeroot_1.22-2ubuntu1_amd64.deb ... Unpacking fakeroot (1.22-2ubuntu1) ... Selecting previously unselected package fonts-lmodern. Preparing to unpack .../304-fonts-lmodern_2.004.5-3_all.deb ... Unpacking fonts-lmodern (2.004.5-3) ... Selecting previously unselected package fonts-noto-mono. Preparing to unpack .../305-fonts-noto-mono_20171026-2_all.deb ... Unpacking fonts-noto-mono (20171026-2) ... Selecting previously unselected package libasan5:amd64. Preparing to unpack .../306-libasan5_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libasan5:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../307-libubsan1_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libubsan1:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libgcc-8-dev:amd64. Preparing to unpack .../308-libgcc-8-dev_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libgcc-8-dev:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package gcc-8. Preparing to unpack .../309-gcc-8_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking gcc-8 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libstdc++-8-dev:amd64. Preparing to unpack .../310-libstdc++-8-dev_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking libstdc++-8-dev:amd64 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package g++-8. Preparing to unpack .../311-g++-8_8.2.0-1ubuntu2~18.04_amd64.deb ... Unpacking g++-8 (8.2.0-1ubuntu2~18.04) ... Selecting previously unselected package libdw1:amd64. Preparing to unpack .../312-libdw1_0.170-0.4_amd64.deb ... Unpacking libdw1:amd64 (0.170-0.4) ... Selecting previously unselected package libbabeltrace1:amd64. Preparing to unpack .../313-libbabeltrace1_1.5.5-1_amd64.deb ... Unpacking libbabeltrace1:amd64 (1.5.5-1) ... Selecting previously unselected package libpython3.6:amd64. Preparing to unpack .../314-libpython3.6_3.6.6-1~18.04_amd64.deb ... Unpacking libpython3.6:amd64 (3.6.6-1~18.04) ... Selecting previously unselected package gdb. Preparing to unpack .../315-gdb_8.1-0ubuntu3_amd64.deb ... Unpacking gdb (8.1-0ubuntu3) ... Selecting previously unselected package gdbserver. Preparing to unpack .../316-gdbserver_8.1-0ubuntu3_amd64.deb ... Unpacking gdbserver (8.1-0ubuntu3) ... Selecting previously unselected package libavahi-glib1:amd64. Preparing to unpack .../317-libavahi-glib1_0.7-3.1ubuntu1.1_amd64.deb ... Unpacking libavahi-glib1:amd64 (0.7-3.1ubuntu1.1) ... Selecting previously unselected package libgeoclue-2-0:amd64. Preparing to unpack .../318-libgeoclue-2-0_2.4.7-1ubuntu1_amd64.deb ... Unpacking libgeoclue-2-0:amd64 (2.4.7-1ubuntu1) ... Selecting previously unselected package libmm-glib0:amd64. Preparing to unpack .../319-libmm-glib0_1.6.8-2ubuntu1_amd64.deb ... Unpacking libmm-glib0:amd64 (1.6.8-2ubuntu1) ... Selecting previously unselected package geoclue-2.0. Preparing to unpack .../320-geoclue-2.0_2.4.7-1ubuntu1_amd64.deb ... Unpacking geoclue-2.0 (2.4.7-1ubuntu1) ... Selecting previously unselected package geoip-database-extra. Preparing to unpack .../321-geoip-database-extra_20180315-1_all.deb ... Unpacking geoip-database-extra (20180315-1) ... Selecting previously unselected package libcupsimage2:amd64. Preparing to unpack .../322-libcupsimage2_2.2.7-1ubuntu2.1_amd64.deb ... Unpacking libcupsimage2:amd64 (2.2.7-1ubuntu2.1) ... Selecting previously unselected package libijs-0.35:amd64. Preparing to unpack .../323-libijs-0.35_0.35-13_amd64.deb ... Unpacking libijs-0.35:amd64 (0.35-13) ... Selecting previously unselected package libjbig2dec0:amd64. Preparing to unpack .../324-libjbig2dec0_0.13-6_amd64.deb ... Unpacking libjbig2dec0:amd64 (0.13-6) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../325-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... Selecting previously unselected package libgs9-common. Preparing to unpack .../326-libgs9-common_9.25~dfsg+1-0ubuntu0.18.04.1_all.deb ... Unpacking libgs9-common (9.25~dfsg+1-0ubuntu0.18.04.1) ... Selecting previously unselected package libgs9:amd64. Preparing to unpack .../327-libgs9_9.25~dfsg+1-0ubuntu0.18.04.1_amd64.deb ... Unpacking libgs9:amd64 (9.25~dfsg+1-0ubuntu0.18.04.1) ... Selecting previously unselected package ghostscript. Preparing to unpack .../328-ghostscript_9.25~dfsg+1-0ubuntu0.18.04.1_amd64.deb ... Unpacking ghostscript (9.25~dfsg+1-0ubuntu0.18.04.1) ... Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64. Preparing to unpack .../329-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_amd64.deb ... Unpacking gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... Selecting previously unselected package libcurl3-gnutls:amd64. Preparing to unpack .../330-libcurl3-gnutls_7.58.0-2ubuntu3.3_amd64.deb ... Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.3) ... Selecting previously unselected package liberror-perl. Preparing to unpack .../331-liberror-perl_0.17025-1_all.deb ... Unpacking liberror-perl (0.17025-1) ... Selecting previously unselected package git-man. Preparing to unpack .../332-git-man_1%3a2.17.1-1ubuntu0.1_all.deb ... Unpacking git-man (1:2.17.1-1ubuntu0.1) ... Selecting previously unselected package git. Preparing to unpack .../333-git_1%3a2.17.1-1ubuntu0.1_amd64.deb ... Unpacking git (1:2.17.1-1ubuntu0.1) ... Selecting previously unselected package libevent-2.1-6:amd64. Preparing to unpack .../334-libevent-2.1-6_2.1.8-stable-4build1_amd64.deb ... Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4build1) ... Selecting previously unselected package libunbound2:amd64. Preparing to unpack .../335-libunbound2_1.6.7-1ubuntu2.2_amd64.deb ... Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.2) ... Selecting previously unselected package libgnutls-dane0:amd64. Preparing to unpack .../336-libgnutls-dane0_3.5.18-1ubuntu1_amd64.deb ... Unpacking libgnutls-dane0:amd64 (3.5.18-1ubuntu1) ... Selecting previously unselected package gnutls-bin. Preparing to unpack .../337-gnutls-bin_3.5.18-1ubuntu1_amd64.deb ... Unpacking gnutls-bin (3.5.18-1ubuntu1) ... Selecting previously unselected package libann0. Preparing to unpack .../338-libann0_1.1.2+doc-6_amd64.deb ... Unpacking libann0 (1.1.2+doc-6) ... Selecting previously unselected package libcdt5. Preparing to unpack .../339-libcdt5_2.40.1-2_amd64.deb ... Unpacking libcdt5 (2.40.1-2) ... Selecting previously unselected package libcgraph6. Preparing to unpack .../340-libcgraph6_2.40.1-2_amd64.deb ... Unpacking libcgraph6 (2.40.1-2) ... Selecting previously unselected package libgts-0.7-5:amd64. Preparing to unpack .../341-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... Selecting previously unselected package libpathplan4. Preparing to unpack .../342-libpathplan4_2.40.1-2_amd64.deb ... Unpacking libpathplan4 (2.40.1-2) ... Selecting previously unselected package libgvc6. Preparing to unpack .../343-libgvc6_2.40.1-2_amd64.deb ... Unpacking libgvc6 (2.40.1-2) ... Selecting previously unselected package libgvpr2. Preparing to unpack .../344-libgvpr2_2.40.1-2_amd64.deb ... Unpacking libgvpr2 (2.40.1-2) ... Selecting previously unselected package liblab-gamut1. Preparing to unpack .../345-liblab-gamut1_2.40.1-2_amd64.deb ... Unpacking liblab-gamut1 (2.40.1-2) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../346-libxmu6_2%3a1.1.2-2_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../347-libxaw7_2%3a1.0.13-1_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.13-1) ... Selecting previously unselected package graphviz. Preparing to unpack .../348-graphviz_2.40.1-2_amd64.deb ... Unpacking graphviz (2.40.1-2) ... Selecting previously unselected package gsfonts. Preparing to unpack .../349-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all.deb ... Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ... Selecting previously unselected package libcdparanoia0:amd64. Preparing to unpack .../350-libcdparanoia0_3.10.2+debian-13_amd64.deb ... Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ... Selecting previously unselected package libopus0:amd64. Preparing to unpack .../351-libopus0_1.1.2-1ubuntu1_amd64.deb ... Unpacking libopus0:amd64 (1.1.2-1ubuntu1) ... Selecting previously unselected package libtheora0:amd64. Preparing to unpack .../352-libtheora0_1.1.1+dfsg.1-14_amd64.deb ... Unpacking libtheora0:amd64 (1.1.1+dfsg.1-14) ... Selecting previously unselected package libvisual-0.4-0:amd64. Preparing to unpack .../353-libvisual-0.4-0_0.4.0-11_amd64.deb ... Unpacking libvisual-0.4-0:amd64 (0.4.0-11) ... Selecting previously unselected package libvorbis0a:amd64. Preparing to unpack .../354-libvorbis0a_1.3.5-4.2_amd64.deb ... Unpacking libvorbis0a:amd64 (1.3.5-4.2) ... Selecting previously unselected package libvorbisenc2:amd64. Preparing to unpack .../355-libvorbisenc2_1.3.5-4.2_amd64.deb ... Unpacking libvorbisenc2:amd64 (1.3.5-4.2) ... Selecting previously unselected package gstreamer1.0-plugins-base:amd64. Preparing to unpack .../356-gstreamer1.0-plugins-base_1.14.1-1ubuntu1~ubuntu18.04.1_amd64.deb ... Unpacking gstreamer1.0-plugins-base:amd64 (1.14.1-1ubuntu1~ubuntu18.04.1) ... Selecting previously unselected package icu-devtools. Preparing to unpack .../357-icu-devtools_60.2-3ubuntu3_amd64.deb ... Unpacking icu-devtools (60.2-3ubuntu3) ... Selecting previously unselected package iio-sensor-proxy. Preparing to unpack .../358-iio-sensor-proxy_2.4-2_amd64.deb ... Unpacking iio-sensor-proxy (2.4-2) ... Selecting previously unselected package javascript-common. Preparing to unpack .../359-javascript-common_11_all.deb ... Unpacking javascript-common (11) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../360-libalgorithm-diff-perl_1.19.03-1_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../361-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-5) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../362-libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libapr1:amd64. Preparing to unpack .../363-libapr1_1.6.3-2_amd64.deb ... Unpacking libapr1:amd64 (1.6.3-2) ... Selecting previously unselected package libaprutil1:amd64. Preparing to unpack .../364-libaprutil1_1.6.1-2_amd64.deb ... Unpacking libaprutil1:amd64 (1.6.1-2) ... Selecting previously unselected package libasyncns0:amd64. Preparing to unpack .../365-libasyncns0_0.8-6_amd64.deb ... Unpacking libasyncns0:amd64 (0.8-6) ... Selecting previously unselected package libcupsfilters1:amd64. Preparing to unpack .../366-libcupsfilters1_1.20.2-0ubuntu3_amd64.deb ... Unpacking libcupsfilters1:amd64 (1.20.2-0ubuntu3) ... Selecting previously unselected package libdata-dump-perl. Preparing to unpack .../367-libdata-dump-perl_1.23-1_all.deb ... Unpacking libdata-dump-perl (1.23-1) ... Selecting previously unselected package libdrm-dev:amd64. Preparing to unpack .../368-libdrm-dev_2.4.91-2_amd64.deb ... Unpacking libdrm-dev:amd64 (2.4.91-2) ... Selecting previously unselected package libglvnd-core-dev:amd64. Preparing to unpack .../369-libglvnd-core-dev_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libgles1:amd64. Preparing to unpack .../370-libgles1_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libgles1:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libgles2:amd64. Preparing to unpack .../371-libgles2_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libgles2:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libopengl0:amd64. Preparing to unpack .../372-libopengl0_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libopengl0:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package libglvnd-dev:amd64. Preparing to unpack .../373-libglvnd-dev_1.0.0-2ubuntu2.2_amd64.deb ... Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) ... Selecting previously unselected package xorg-sgml-doctools. Preparing to unpack .../374-xorg-sgml-doctools_1%3a1.11-1_all.deb ... Unpacking xorg-sgml-doctools (1:1.11-1) ... Selecting previously unselected package x11proto-dev. Preparing to unpack .../375-x11proto-dev_2018.4-4_all.deb ... Unpacking x11proto-dev (2018.4-4) ... Selecting previously unselected package x11proto-dri2-dev. Preparing to unpack .../376-x11proto-dri2-dev_2018.4-4_all.deb ... Unpacking x11proto-dri2-dev (2018.4-4) ... Selecting previously unselected package x11proto-gl-dev. Preparing to unpack .../377-x11proto-gl-dev_2018.4-4_all.deb ... Unpacking x11proto-gl-dev (2018.4-4) ... Selecting previously unselected package x11proto-core-dev. Preparing to unpack .../378-x11proto-core-dev_2018.4-4_all.deb ... Unpacking x11proto-core-dev (2018.4-4) ... Selecting previously unselected package libxau-dev:amd64. Preparing to unpack .../379-libxau-dev_1%3a1.0.8-1_amd64.deb ... Unpacking libxau-dev:amd64 (1:1.0.8-1) ... Selecting previously unselected package libxdmcp-dev:amd64. Preparing to unpack .../380-libxdmcp-dev_1%3a1.1.2-3_amd64.deb ... Unpacking libxdmcp-dev:amd64 (1:1.1.2-3) ... Selecting previously unselected package xtrans-dev. Preparing to unpack .../381-xtrans-dev_1.3.5-1_all.deb ... Unpacking xtrans-dev (1.3.5-1) ... Selecting previously unselected package libpthread-stubs0-dev:amd64. Preparing to unpack .../382-libpthread-stubs0-dev_0.3-4_amd64.deb ... Unpacking libpthread-stubs0-dev:amd64 (0.3-4) ... Selecting previously unselected package libxcb1-dev:amd64. Preparing to unpack .../383-libxcb1-dev_1.13-1_amd64.deb ... Unpacking libxcb1-dev:amd64 (1.13-1) ... Selecting previously unselected package libx11-dev:amd64. Preparing to unpack .../384-libx11-dev_2%3a1.6.4-3ubuntu0.1_amd64.deb ... Unpacking libx11-dev:amd64 (2:1.6.4-3ubuntu0.1) ... Selecting previously unselected package x11proto-xext-dev. Preparing to unpack .../385-x11proto-xext-dev_2018.4-4_all.deb ... Unpacking x11proto-xext-dev (2018.4-4) ... Selecting previously unselected package libxext-dev:amd64. Preparing to unpack .../386-libxext-dev_2%3a1.3.3-1_amd64.deb ... Unpacking libxext-dev:amd64 (2:1.3.3-1) ... Selecting previously unselected package x11proto-xf86vidmode-dev. Preparing to unpack .../387-x11proto-xf86vidmode-dev_2018.4-4_all.deb ... Unpacking x11proto-xf86vidmode-dev (2018.4-4) ... Selecting previously unselected package libxxf86vm-dev:amd64. Preparing to unpack .../388-libxxf86vm-dev_1%3a1.1.4-1_amd64.deb ... Unpacking libxxf86vm-dev:amd64 (1:1.1.4-1) ... Selecting previously unselected package x11proto-fixes-dev. Preparing to unpack .../389-x11proto-fixes-dev_1%3a2018.4-4_all.deb ... Unpacking x11proto-fixes-dev (1:2018.4-4) ... Selecting previously unselected package libxfixes-dev:amd64. Preparing to unpack .../390-libxfixes-dev_1%3a5.0.3-1_amd64.deb ... Unpacking libxfixes-dev:amd64 (1:5.0.3-1) ... Selecting previously unselected package x11proto-damage-dev. Preparing to unpack .../391-x11proto-damage-dev_1%3a2018.4-4_all.deb ... Unpacking x11proto-damage-dev (1:2018.4-4) ... Selecting previously unselected package libxdamage-dev:amd64. Preparing to unpack .../392-libxdamage-dev_1%3a1.1.4-3_amd64.deb ... Unpacking libxdamage-dev:amd64 (1:1.1.4-3) ... Selecting previously unselected package libxcb-glx0-dev:amd64. Preparing to unpack .../393-libxcb-glx0-dev_1.13-1_amd64.deb ... Unpacking libxcb-glx0-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-dri2-0-dev:amd64. Preparing to unpack .../394-libxcb-dri2-0-dev_1.13-1_amd64.deb ... Unpacking libxcb-dri2-0-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-dri3-dev:amd64. Preparing to unpack .../395-libxcb-dri3-dev_1.13-1_amd64.deb ... Unpacking libxcb-dri3-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-render0-dev:amd64. Preparing to unpack .../396-libxcb-render0-dev_1.13-1_amd64.deb ... Unpacking libxcb-render0-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-randr0-dev:amd64. Preparing to unpack .../397-libxcb-randr0-dev_1.13-1_amd64.deb ... Unpacking libxcb-randr0-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-shape0-dev:amd64. Preparing to unpack .../398-libxcb-shape0-dev_1.13-1_amd64.deb ... Unpacking libxcb-shape0-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-xfixes0-dev:amd64. Preparing to unpack .../399-libxcb-xfixes0-dev_1.13-1_amd64.deb ... Unpacking libxcb-xfixes0-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-sync-dev:amd64. Preparing to unpack .../400-libxcb-sync-dev_1.13-1_amd64.deb ... Unpacking libxcb-sync-dev:amd64 (1.13-1) ... Selecting previously unselected package libxcb-present-dev:amd64. Preparing to unpack .../401-libxcb-present-dev_1.13-1_amd64.deb ... Unpacking libxcb-present-dev:amd64 (1.13-1) ... Selecting previously unselected package libxshmfence-dev:amd64. Preparing to unpack .../402-libxshmfence-dev_1.3-1_amd64.deb ... Unpacking libxshmfence-dev:amd64 (1.3-1) ... Selecting previously unselected package libx11-xcb-dev:amd64. Preparing to unpack .../403-libx11-xcb-dev_2%3a1.6.4-3ubuntu0.1_amd64.deb ... Unpacking libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.1) ... Selecting previously unselected package libwayland-bin. Preparing to unpack .../404-libwayland-bin_1.14.0-2_amd64.deb ... Unpacking libwayland-bin (1.14.0-2) ... Selecting previously unselected package libwayland-dev:amd64. Preparing to unpack .../405-libwayland-dev_1.14.0-2_amd64.deb ... Unpacking libwayland-dev:amd64 (1.14.0-2) ... Selecting previously unselected package libegl1-mesa-dev:amd64. Preparing to unpack .../406-libegl1-mesa-dev_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libencode-locale-perl. Preparing to unpack .../407-libencode-locale-perl_1.05-1_all.deb ... Unpacking libencode-locale-perl (1.05-1) ... Selecting previously unselected package libipc-system-simple-perl. Preparing to unpack .../408-libipc-system-simple-perl_1.25-4_all.deb ... Unpacking libipc-system-simple-perl (1.25-4) ... Selecting previously unselected package libfile-basedir-perl. Preparing to unpack .../409-libfile-basedir-perl_0.07-1_all.deb ... Unpacking libfile-basedir-perl (0.07-1) ... Selecting previously unselected package liburi-perl. Preparing to unpack .../410-liburi-perl_1.73-1_all.deb ... Unpacking liburi-perl (1.73-1) ... Selecting previously unselected package libfile-desktopentry-perl. Preparing to unpack .../411-libfile-desktopentry-perl_0.22-1_all.deb ... Unpacking libfile-desktopentry-perl (0.22-1) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../412-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... Unpacking libfile-fcntllock-perl (0.22-3build2) ... Selecting previously unselected package libtimedate-perl. Preparing to unpack .../413-libtimedate-perl_2.3000-2_all.deb ... Unpacking libtimedate-perl (2.3000-2) ... Selecting previously unselected package libhttp-date-perl. Preparing to unpack .../414-libhttp-date-perl_6.02-1_all.deb ... Unpacking libhttp-date-perl (6.02-1) ... Selecting previously unselected package libfile-listing-perl. Preparing to unpack .../415-libfile-listing-perl_6.04-1_all.deb ... Unpacking libfile-listing-perl (6.04-1) ... Selecting previously unselected package libfile-mimeinfo-perl. Preparing to unpack .../416-libfile-mimeinfo-perl_0.28-1_all.deb ... Unpacking libfile-mimeinfo-perl (0.28-1) ... Selecting previously unselected package libfl2:amd64. Preparing to unpack .../417-libfl2_2.6.4-6_amd64.deb ... Unpacking libfl2:amd64 (2.6.4-6) ... Selecting previously unselected package libfl-dev:amd64. Preparing to unpack .../418-libfl-dev_2.6.4-6_amd64.deb ... Unpacking libfl-dev:amd64 (2.6.4-6) ... Selecting previously unselected package libflac8:amd64. Preparing to unpack .../419-libflac8_1.3.2-1_amd64.deb ... Unpacking libflac8:amd64 (1.3.2-1) ... Selecting previously unselected package libfont-afm-perl. Preparing to unpack .../420-libfont-afm-perl_1.20-2_all.deb ... Unpacking libfont-afm-perl (1.20-2) ... Selecting previously unselected package libfontenc1:amd64. Preparing to unpack .../421-libfontenc1_1%3a1.1.3-1_amd64.deb ... Unpacking libfontenc1:amd64 (1:1.1.3-1) ... Selecting previously unselected package libgpg-error-dev. Preparing to unpack .../422-libgpg-error-dev_1.27-6_amd64.deb ... Unpacking libgpg-error-dev (1.27-6) ... Selecting previously unselected package libgcrypt20-dev. Preparing to unpack .../423-libgcrypt20-dev_1.8.1-4ubuntu1.1_amd64.deb ... Unpacking libgcrypt20-dev (1.8.1-4ubuntu1.1) ... Selecting previously unselected package libgdk-pixbuf2.0-bin. Preparing to unpack .../424-libgdk-pixbuf2.0-bin_2.36.11-2_amd64.deb ... Unpacking libgdk-pixbuf2.0-bin (2.36.11-2) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Preparing to unpack .../425-libgl1-mesa-glx_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libgles2-mesa-dev:amd64. Preparing to unpack .../426-libgles2-mesa-dev_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libgles2-mesa-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libglib2.0-bin. Preparing to unpack .../427-libglib2.0-bin_2.56.2-0ubuntu0.18.04.2_amd64.deb ... Unpacking libglib2.0-bin (2.56.2-0ubuntu0.18.04.2) ... Selecting previously unselected package python3-lib2to3. Preparing to unpack .../428-python3-lib2to3_3.6.5-3_all.deb ... Unpacking python3-lib2to3 (3.6.5-3) ... Selecting previously unselected package python3-distutils. Preparing to unpack .../429-python3-distutils_3.6.5-3_all.deb ... Unpacking python3-distutils (3.6.5-3) ... Selecting previously unselected package libglib2.0-dev-bin. Preparing to unpack .../430-libglib2.0-dev-bin_2.56.2-0ubuntu0.18.04.2_amd64.deb ... Unpacking libglib2.0-dev-bin (2.56.2-0ubuntu0.18.04.2) ... Selecting previously unselected package libpcre16-3:amd64. Preparing to unpack .../431-libpcre16-3_2%3a8.39-9_amd64.deb ... Unpacking libpcre16-3:amd64 (2:8.39-9) ... Selecting previously unselected package libpcre32-3:amd64. Preparing to unpack .../432-libpcre32-3_2%3a8.39-9_amd64.deb ... Unpacking libpcre32-3:amd64 (2:8.39-9) ... Selecting previously unselected package libpcrecpp0v5:amd64. Preparing to unpack .../433-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... Selecting previously unselected package libpcre3-dev:amd64. Preparing to unpack .../434-libpcre3-dev_2%3a8.39-9_amd64.deb ... Unpacking libpcre3-dev:amd64 (2:8.39-9) ... Selecting previously unselected package pkg-config. Preparing to unpack .../435-pkg-config_0.29.1-0ubuntu2_amd64.deb ... Unpacking pkg-config (0.29.1-0ubuntu2) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../436-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... Selecting previously unselected package libglib2.0-dev:amd64. Preparing to unpack .../437-libglib2.0-dev_2.56.2-0ubuntu0.18.04.2_amd64.deb ... Unpacking libglib2.0-dev:amd64 (2.56.2-0ubuntu0.18.04.2) ... Selecting previously unselected package libglu1-mesa:amd64. Preparing to unpack .../438-libglu1-mesa_9.0.0-2.1build1_amd64.deb ... Unpacking libglu1-mesa:amd64 (9.0.0-2.1build1) ... Selecting previously unselected package mesa-common-dev:amd64. Preparing to unpack .../439-mesa-common-dev_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking mesa-common-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libgl1-mesa-dev:amd64. Preparing to unpack .../440-libgl1-mesa-dev_18.0.5-0ubuntu0~18.04.1_amd64.deb ... Unpacking libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Selecting previously unselected package libglu1-mesa-dev:amd64. Preparing to unpack .../441-libglu1-mesa-dev_9.0.0-2.1build1_amd64.deb ... Unpacking libglu1-mesa-dev:amd64 (9.0.0-2.1build1) ... Selecting previously unselected package libgraphite2-dev:amd64. Preparing to unpack .../442-libgraphite2-dev_1.3.11-2_amd64.deb ... Unpacking libgraphite2-dev:amd64 (1.3.11-2) ... Selecting previously unselected package libgtk-3-bin. Preparing to unpack .../443-libgtk-3-bin_3.22.30-1ubuntu1_amd64.deb ... Unpacking libgtk-3-bin (3.22.30-1ubuntu1) ... Selecting previously unselected package libgts-bin. Preparing to unpack .../444-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... Unpacking libgts-bin (0.7.6+darcs121130-4) ... Selecting previously unselected package libharfbuzz-icu0:amd64. Preparing to unpack .../445-libharfbuzz-icu0_1.7.2-1ubuntu1_amd64.deb ... Unpacking libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... Selecting previously unselected package libharfbuzz-gobject0:amd64. Preparing to unpack .../446-libharfbuzz-gobject0_1.7.2-1ubuntu1_amd64.deb ... Unpacking libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... Selecting previously unselected package libicu-le-hb0:amd64. Preparing to unpack .../447-libicu-le-hb0_1.0.3+git161113-4_amd64.deb ... Unpacking libicu-le-hb0:amd64 (1.0.3+git161113-4) ... Selecting previously unselected package libiculx60:amd64. Preparing to unpack .../448-libiculx60_60.2-3ubuntu3_amd64.deb ... Unpacking libiculx60:amd64 (60.2-3ubuntu3) ... Selecting previously unselected package libicu-le-hb-dev:amd64. Preparing to unpack .../449-libicu-le-hb-dev_1.0.3+git161113-4_amd64.deb ... Unpacking libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... Selecting previously unselected package libicu-dev. Preparing to unpack .../450-libicu-dev_60.2-3ubuntu3_amd64.deb ... Unpacking libicu-dev (60.2-3ubuntu3) ... Selecting previously unselected package libharfbuzz-dev:amd64. Preparing to unpack .../451-libharfbuzz-dev_1.7.2-1ubuntu1_amd64.deb ... Unpacking libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... Selecting previously unselected package libhtml-tagset-perl. Preparing to unpack .../452-libhtml-tagset-perl_3.20-3_all.deb ... Unpacking libhtml-tagset-perl (3.20-3) ... Selecting previously unselected package libhtml-parser-perl. Preparing to unpack .../453-libhtml-parser-perl_3.72-3build1_amd64.deb ... Unpacking libhtml-parser-perl (3.72-3build1) ... Selecting previously unselected package libio-html-perl. Preparing to unpack .../454-libio-html-perl_1.001-1_all.deb ... Unpacking libio-html-perl (1.001-1) ... Selecting previously unselected package liblwp-mediatypes-perl. Preparing to unpack .../455-liblwp-mediatypes-perl_6.02-1_all.deb ... Unpacking liblwp-mediatypes-perl (6.02-1) ... Selecting previously unselected package libhttp-message-perl. Preparing to unpack .../456-libhttp-message-perl_6.14-1_all.deb ... Unpacking libhttp-message-perl (6.14-1) ... Selecting previously unselected package libhtml-form-perl. Preparing to unpack .../457-libhtml-form-perl_6.03-1_all.deb ... Unpacking libhtml-form-perl (6.03-1) ... Selecting previously unselected package libhtml-tree-perl. Preparing to unpack .../458-libhtml-tree-perl_5.07-1_all.deb ... Unpacking libhtml-tree-perl (5.07-1) ... Selecting previously unselected package libhtml-format-perl. Preparing to unpack .../459-libhtml-format-perl_2.12-1_all.deb ... Unpacking libhtml-format-perl (2.12-1) ... Selecting previously unselected package libhttp-cookies-perl. Preparing to unpack .../460-libhttp-cookies-perl_6.04-1_all.deb ... Unpacking libhttp-cookies-perl (6.04-1) ... Selecting previously unselected package libhttp-daemon-perl. Preparing to unpack .../461-libhttp-daemon-perl_6.01-1_all.deb ... Unpacking libhttp-daemon-perl (6.01-1) ... Selecting previously unselected package libhttp-negotiate-perl. Preparing to unpack .../462-libhttp-negotiate-perl_6.00-2_all.deb ... Unpacking libhttp-negotiate-perl (6.00-2) ... Selecting previously unselected package perl-openssl-defaults:amd64. Preparing to unpack .../463-perl-openssl-defaults_3build1_amd64.deb ... Unpacking perl-openssl-defaults:amd64 (3build1) ... Selecting previously unselected package libnet-ssleay-perl. Preparing to unpack .../464-libnet-ssleay-perl_1.84-1build1_amd64.deb ... Unpacking libnet-ssleay-perl (1.84-1build1) ... Selecting previously unselected package libio-socket-ssl-perl. Preparing to unpack .../465-libio-socket-ssl-perl_2.056-1_all.deb ... Unpacking libio-socket-ssl-perl (2.056-1) ... Selecting previously unselected package libkpathsea6:amd64. Preparing to unpack .../466-libkpathsea6_2017.20170613.44572-8build1_amd64.deb ... Unpacking libkpathsea6:amd64 (2017.20170613.44572-8build1) ... Selecting previously unselected package libltdl-dev:amd64. Preparing to unpack .../467-libltdl-dev_2.4.6-2_amd64.deb ... Unpacking libltdl-dev:amd64 (2.4.6-2) ... Selecting previously unselected package liblua5.2-0:amd64. Preparing to unpack .../468-liblua5.2-0_5.2.4-1.1build1_amd64.deb ... Unpacking liblua5.2-0:amd64 (5.2.4-1.1build1) ... Selecting previously unselected package libnet-http-perl. Preparing to unpack .../469-libnet-http-perl_6.17-1_all.deb ... Unpacking libnet-http-perl (6.17-1) ... Selecting previously unselected package libtry-tiny-perl. Preparing to unpack .../470-libtry-tiny-perl_0.30-1_all.deb ... Unpacking libtry-tiny-perl (0.30-1) ... Selecting previously unselected package libwww-robotrules-perl. Preparing to unpack .../471-libwww-robotrules-perl_6.01-1_all.deb ... Unpacking libwww-robotrules-perl (6.01-1) ... Selecting previously unselected package libwww-perl. Preparing to unpack .../472-libwww-perl_6.31-1_all.deb ... Unpacking libwww-perl (6.31-1) ... Selecting previously unselected package liblwp-protocol-https-perl. Preparing to unpack .../473-liblwp-protocol-https-perl_6.07-2_all.deb ... Unpacking liblwp-protocol-https-perl (6.07-2) ... Selecting previously unselected package libnet-smtp-ssl-perl. Preparing to unpack .../474-libnet-smtp-ssl-perl_1.04-1_all.deb ... Unpacking libnet-smtp-ssl-perl (1.04-1) ... Selecting previously unselected package libmailtools-perl. Preparing to unpack .../475-libmailtools-perl_2.18-1_all.deb ... Unpacking libmailtools-perl (2.18-1) ... Selecting previously unselected package libmbim-glib4:amd64. Preparing to unpack .../476-libmbim-glib4_1.14.2-2.1ubuntu1_amd64.deb ... Unpacking libmbim-glib4:amd64 (1.14.2-2.1ubuntu1) ... Selecting previously unselected package libmbim-proxy. Preparing to unpack .../477-libmbim-proxy_1.14.2-2.1ubuntu1_amd64.deb ... Unpacking libmbim-proxy (1.14.2-2.1ubuntu1) ... Selecting previously unselected package libtinfo-dev:amd64. Preparing to unpack .../478-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... Selecting previously unselected package libncurses5-dev:amd64. Preparing to unpack .../479-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... Selecting previously unselected package libxml-parser-perl. Preparing to unpack .../480-libxml-parser-perl_2.44-2build3_amd64.deb ... Unpacking libxml-parser-perl (2.44-2build3) ... Selecting previously unselected package libxml-twig-perl. Preparing to unpack .../481-libxml-twig-perl_1%3a3.50-1_all.deb ... Unpacking libxml-twig-perl (1:3.50-1) ... Selecting previously unselected package libnet-dbus-perl. Preparing to unpack .../482-libnet-dbus-perl_1.1.0-4build2_amd64.deb ... Unpacking libnet-dbus-perl (1.1.0-4build2) ... Selecting previously unselected package libnl-3-200:amd64. Preparing to unpack .../483-libnl-3-200_3.2.29-0ubuntu3_amd64.deb ... Unpacking libnl-3-200:amd64 (3.2.29-0ubuntu3) ... Selecting previously unselected package libnl-genl-3-200:amd64. Preparing to unpack .../484-libnl-genl-3-200_3.2.29-0ubuntu3_amd64.deb ... Unpacking libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../485-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ... Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ... Selecting previously unselected package libnss-mdns:amd64. Preparing to unpack .../486-libnss-mdns_0.10-8ubuntu1_amd64.deb ... Unpacking libnss-mdns:amd64 (0.10-8ubuntu1) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../487-libnss3_2%3a3.35-2ubuntu2_amd64.deb ... Unpacking libnss3:amd64 (2:3.35-2ubuntu2) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../488-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... Selecting previously unselected package libpcap0.8-dev:amd64. Preparing to unpack .../489-libpcap0.8-dev_1.8.1-6ubuntu1_amd64.deb ... Unpacking libpcap0.8-dev:amd64 (1.8.1-6ubuntu1) ... Selecting previously unselected package libpcap-dev:amd64. Preparing to unpack .../490-libpcap-dev_1.8.1-6ubuntu1_amd64.deb ... Unpacking libpcap-dev:amd64 (1.8.1-6ubuntu1) ... Selecting previously unselected package libpcsclite1:amd64. Preparing to unpack .../491-libpcsclite1_1.8.23-1_amd64.deb ... Unpacking libpcsclite1:amd64 (1.8.23-1) ... Selecting previously unselected package libpoppler73:amd64. Preparing to unpack .../492-libpoppler73_0.62.0-2ubuntu2.2_amd64.deb ... Unpacking libpoppler73:amd64 (0.62.0-2ubuntu2.2) ... Selecting previously unselected package libpotrace0. Preparing to unpack .../493-libpotrace0_1.14-2_amd64.deb ... Unpacking libpotrace0 (1.14-2) ... Selecting previously unselected package libptexenc1:amd64. Preparing to unpack .../494-libptexenc1_2017.20170613.44572-8build1_amd64.deb ... Unpacking libptexenc1:amd64 (2017.20170613.44572-8build1) ... Selecting previously unselected package libsndfile1:amd64. Preparing to unpack .../495-libsndfile1_1.0.28-4_amd64.deb ... Unpacking libsndfile1:amd64 (1.0.28-4) ... Selecting previously unselected package libwrap0:amd64. Preparing to unpack .../496-libwrap0_7.6.q-27_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-27) ... Selecting previously unselected package libpulse0:amd64. Preparing to unpack .../497-libpulse0_1%3a11.1-1ubuntu7.1_amd64.deb ... Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.1) ... Selecting previously unselected package libpulse-mainloop-glib0:amd64. Preparing to unpack .../498-libpulse-mainloop-glib0_1%3a11.1-1ubuntu7.1_amd64.deb ... Unpacking libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.1) ... Selecting previously unselected package libpulse-dev:amd64. Preparing to unpack .../499-libpulse-dev_1%3a11.1-1ubuntu7.1_amd64.deb ... Unpacking libpulse-dev:amd64 (1:11.1-1ubuntu7.1) ... Selecting previously unselected package libqt5multimedia5:amd64. Preparing to unpack .../500-libqt5multimedia5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5opengl5:amd64. Preparing to unpack .../501-libqt5opengl5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5multimediawidgets5:amd64. Preparing to unpack .../502-libqt5multimediawidgets5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqgsttools-p1:amd64. Preparing to unpack .../503-libqgsttools-p1_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqmi-glib5:amd64. Preparing to unpack .../504-libqmi-glib5_1.18.0-3ubuntu1_amd64.deb ... Unpacking libqmi-glib5:amd64 (1.18.0-3ubuntu1) ... Selecting previously unselected package libqmi-proxy. Preparing to unpack .../505-libqmi-proxy_1.18.0-3ubuntu1_amd64.deb ... Unpacking libqmi-proxy (1.18.0-3ubuntu1) ... Selecting previously unselected package libqt5concurrent5:amd64. Preparing to unpack .../506-libqt5concurrent5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5concurrent5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5xml5:amd64. Preparing to unpack .../507-libqt5xml5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5designer5:amd64. Preparing to unpack .../508-libqt5designer5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5designer5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5designercomponents5:amd64. Preparing to unpack .../509-libqt5designercomponents5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5designercomponents5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5sql5:amd64. Preparing to unpack .../510-libqt5sql5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5help5:amd64. Preparing to unpack .../511-libqt5help5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5help5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5multimediaquick-p5:amd64. Preparing to unpack .../512-libqt5multimediaquick-p5_5.9.5-0ubuntu1_amd64.deb ... Unpacking libqt5multimediaquick-p5:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package libqt5test5:amd64. Preparing to unpack .../513-libqt5test5_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5test5:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package qt5-qmake-bin. Preparing to unpack .../514-qt5-qmake-bin_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking qt5-qmake-bin (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package qtchooser. Preparing to unpack .../515-qtchooser_64-ga1b6736-5_amd64.deb ... Unpacking qtchooser (64-ga1b6736-5) ... Selecting previously unselected package qt5-qmake:amd64. Preparing to unpack .../516-qt5-qmake_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking qt5-qmake:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package qtbase5-dev-tools. Preparing to unpack .../517-qtbase5-dev-tools_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking qtbase5-dev-tools (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package qtbase5-dev:amd64. Preparing to unpack .../518-qtbase5-dev_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking qtbase5-dev:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5opengl5-dev:amd64. Preparing to unpack .../519-libqt5opengl5-dev_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5opengl5-dev:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libqt5quickwidgets5:amd64. Preparing to unpack .../520-libqt5quickwidgets5_5.9.5-0ubuntu1.1_amd64.deb ... Unpacking libqt5quickwidgets5:amd64 (5.9.5-0ubuntu1.1) ... Selecting previously unselected package libqt5sql5-sqlite:amd64. Preparing to unpack .../521-libqt5sql5-sqlite_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package libserf-1-1:amd64. Preparing to unpack .../522-libserf-1-1_1.3.9-6_amd64.deb ... Unpacking libserf-1-1:amd64 (1.3.9-6) ... Selecting previously unselected package libsmi2ldbl:amd64. Preparing to unpack .../523-libsmi2ldbl_0.4.8+dfsg2-15_amd64.deb ... Unpacking libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ... Selecting previously unselected package libspandsp2:amd64. Preparing to unpack .../524-libspandsp2_0.0.6+dfsg-0.1_amd64.deb ... Unpacking libspandsp2:amd64 (0.0.6+dfsg-0.1) ... Selecting previously unselected package libssh-gcrypt-4:amd64. Preparing to unpack .../525-libssh-gcrypt-4_0.8.0~20170825.94fa1e38-1build1_amd64.deb ... Unpacking libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1build1) ... Selecting previously unselected package libssl-dev:amd64. Preparing to unpack .../526-libssl-dev_1.1.0g-2ubuntu4.1_amd64.deb ... Unpacking libssl-dev:amd64 (1.1.0g-2ubuntu4.1) ... Selecting previously unselected package libssl-doc. Preparing to unpack .../527-libssl-doc_1.1.0g-2ubuntu4.1_all.deb ... Unpacking libssl-doc (1.1.0g-2ubuntu4.1) ... Selecting previously unselected package libsvn1:amd64. Preparing to unpack .../528-libsvn1_1.9.7-4ubuntu1_amd64.deb ... Unpacking libsvn1:amd64 (1.9.7-4ubuntu1) ... Selecting previously unselected package libsynctex1:amd64. Preparing to unpack .../529-libsynctex1_2017.20170613.44572-8build1_amd64.deb ... Unpacking libsynctex1:amd64 (2017.20170613.44572-8build1) ... Selecting previously unselected package libtexlua52:amd64. Preparing to unpack .../530-libtexlua52_2017.20170613.44572-8build1_amd64.deb ... Unpacking libtexlua52:amd64 (2017.20170613.44572-8build1) ... Selecting previously unselected package libtexluajit2:amd64. Preparing to unpack .../531-libtexluajit2_2017.20170613.44572-8build1_amd64.deb ... Unpacking libtexluajit2:amd64 (2017.20170613.44572-8build1) ... Selecting previously unselected package libtie-ixhash-perl. Preparing to unpack .../532-libtie-ixhash-perl_1.23-2_all.deb ... Unpacking libtie-ixhash-perl (1.23-2) ... Selecting previously unselected package libtool. Preparing to unpack .../533-libtool_2.4.6-2_all.deb ... Unpacking libtool (2.4.6-2) ... Selecting previously unselected package libtool-bin. Preparing to unpack .../534-libtool-bin_2.4.6-2_amd64.deb ... Unpacking libtool-bin (2.4.6-2) ... Selecting previously unselected package libwacom-bin. Preparing to unpack .../535-libwacom-bin_0.29-1_amd64.deb ... Unpacking libwacom-bin (0.29-1) ... Selecting previously unselected package libwireshark-data. Preparing to unpack .../536-libwireshark-data_2.4.5-1_all.deb ... Unpacking libwireshark-data (2.4.5-1) ... Selecting previously unselected package libwsutil8:amd64. Preparing to unpack .../537-libwsutil8_2.4.5-1_amd64.deb ... Unpacking libwsutil8:amd64 (2.4.5-1) ... Selecting previously unselected package libwsutil-dev. Preparing to unpack .../538-libwsutil-dev_2.4.5-1_amd64.deb ... Unpacking libwsutil-dev (2.4.5-1) ... Selecting previously unselected package libc-ares2:amd64. Preparing to unpack .../539-libc-ares2_1.14.0-1_amd64.deb ... Unpacking libc-ares2:amd64 (1.14.0-1) ... Selecting previously unselected package libsnappy1v5:amd64. Preparing to unpack .../540-libsnappy1v5_1.1.7-1_amd64.deb ... Unpacking libsnappy1v5:amd64 (1.1.7-1) ... Selecting previously unselected package libwiretap7:amd64. Preparing to unpack .../541-libwiretap7_2.4.5-1_amd64.deb ... Unpacking libwiretap7:amd64 (2.4.5-1) ... Selecting previously unselected package libsbc1:amd64. Preparing to unpack .../542-libsbc1_1.3-2_amd64.deb ... Unpacking libsbc1:amd64 (1.3-2) ... Selecting previously unselected package libwscodecs1:amd64. Preparing to unpack .../543-libwscodecs1_2.4.5-1_amd64.deb ... Unpacking libwscodecs1:amd64 (2.4.5-1) ... Selecting previously unselected package libwireshark10:amd64. Preparing to unpack .../544-libwireshark10_2.4.5-1_amd64.deb ... Unpacking libwireshark10:amd64 (2.4.5-1) ... Selecting previously unselected package libwireshark-dev. Preparing to unpack .../545-libwireshark-dev_2.4.5-1_amd64.deb ... Unpacking libwireshark-dev (2.4.5-1) ... Selecting previously unselected package libx11-doc. Preparing to unpack .../546-libx11-doc_2%3a1.6.4-3ubuntu0.1_all.deb ... Unpacking libx11-doc (2:1.6.4-3ubuntu0.1) ... Selecting previously unselected package libx11-protocol-perl. Preparing to unpack .../547-libx11-protocol-perl_0.56-7_all.deb ... Unpacking libx11-protocol-perl (0.56-7) ... Selecting previously unselected package libxml-xpathengine-perl. Preparing to unpack .../548-libxml-xpathengine-perl_0.14-1_all.deb ... Unpacking libxml-xpathengine-perl (0.14-1) ... Selecting previously unselected package libxml2-dev:amd64. Preparing to unpack .../549-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.2_amd64.deb ... Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ... Selecting previously unselected package libxv1:amd64. Preparing to unpack .../550-libxv1_2%3a1.0.11-1_amd64.deb ... Unpacking libxv1:amd64 (2:1.0.11-1) ... Selecting previously unselected package libzzip-0-13:amd64. Preparing to unpack .../551-libzzip-0-13_0.13.62-3.1ubuntu0.18.04.1_amd64.deb ... Unpacking libzzip-0-13:amd64 (0.13.62-3.1ubuntu0.18.04.1) ... Selecting previously unselected package lmodern. Preparing to unpack .../552-lmodern_2.004.5-3_all.deb ... Unpacking lmodern (2.004.5-3) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../553-manpages-dev_4.15-1_all.deb ... Unpacking manpages-dev (4.15-1) ... Selecting previously unselected package modemmanager. Preparing to unpack .../554-modemmanager_1.6.8-2ubuntu1_amd64.deb ... Unpacking modemmanager (1.6.8-2ubuntu1) ... Selecting previously unselected package ncurses-term. Preparing to unpack .../555-ncurses-term_6.1-1ubuntu1.18.04_all.deb ... Unpacking ncurses-term (6.1-1ubuntu1.18.04) ... Selecting previously unselected package openssh-sftp-server. Preparing to unpack .../556-openssh-sftp-server_1%3a7.6p1-4_amd64.deb ... Unpacking openssh-sftp-server (1:7.6p1-4) ... Selecting previously unselected package openssh-server. Preparing to unpack .../557-openssh-server_1%3a7.6p1-4_amd64.deb ... Unpacking openssh-server (1:7.6p1-4) ... Selecting previously unselected package ps2eps. Preparing to unpack .../558-ps2eps_1.68+binaryfree-2_amd64.deb ... Unpacking ps2eps (1.68+binaryfree-2) ... Selecting previously unselected package python3-certifi. Preparing to unpack .../559-python3-certifi_2018.1.18-2_all.deb ... Unpacking python3-certifi (2018.1.18-2) ... Selecting previously unselected package python3-pkg-resources. Preparing to unpack .../560-python3-pkg-resources_39.0.1-2_all.deb ... Unpacking python3-pkg-resources (39.0.1-2) ... Selecting previously unselected package python3-chardet. Preparing to unpack .../561-python3-chardet_3.0.4-1_all.deb ... Unpacking python3-chardet (3.0.4-1) ... Selecting previously unselected package python3-idna. Preparing to unpack .../562-python3-idna_2.6-1_all.deb ... Unpacking python3-idna (2.6-1) ... Selecting previously unselected package python3-six. Preparing to unpack .../563-python3-six_1.11.0-2_all.deb ... Unpacking python3-six (1.11.0-2) ... Selecting previously unselected package python3-urllib3. Preparing to unpack .../564-python3-urllib3_1.22-1_all.deb ... Unpacking python3-urllib3 (1.22-1) ... Selecting previously unselected package python3-requests. Preparing to unpack .../565-python3-requests_2.18.4-2_all.deb ... Unpacking python3-requests (2.18.4-2) ... Selecting previously unselected package qt5-assistant. Preparing to unpack .../566-qt5-assistant_5.9.5-0ubuntu1_amd64.deb ... Unpacking qt5-assistant (5.9.5-0ubuntu1) ... Selecting previously unselected package qt5-default:amd64. Preparing to unpack .../567-qt5-default_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking qt5-default:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package qt5-gtk-platformtheme:amd64. Preparing to unpack .../568-qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu1_amd64.deb ... Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu1) ... Selecting previously unselected package qtmultimedia5-dev:amd64. Preparing to unpack .../569-qtmultimedia5-dev_5.9.5-0ubuntu1_amd64.deb ... Unpacking qtmultimedia5-dev:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package qttools5-dev-tools. Preparing to unpack .../570-qttools5-dev-tools_5.9.5-0ubuntu1_amd64.deb ... Unpacking qttools5-dev-tools (5.9.5-0ubuntu1) ... Selecting previously unselected package qttools5-dev:amd64. Preparing to unpack .../571-qttools5-dev_5.9.5-0ubuntu1_amd64.deb ... Unpacking qttools5-dev:amd64 (5.9.5-0ubuntu1) ... Selecting previously unselected package qttranslations5-l10n. Preparing to unpack .../572-qttranslations5-l10n_5.9.5-0ubuntu1_all.deb ... Unpacking qttranslations5-l10n (5.9.5-0ubuntu1) ... Selecting previously unselected package sntp. Preparing to unpack .../573-sntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ... Unpacking sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../574-ssl-cert_1.0.39_all.deb ... Unpacking ssl-cert (1.0.39) ... Selecting previously unselected package subversion. Preparing to unpack .../575-subversion_1.9.7-4ubuntu1_amd64.deb ... Unpacking subversion (1.9.7-4ubuntu1) ... Selecting previously unselected package t1utils. Preparing to unpack .../576-t1utils_1.41-2_amd64.deb ... Unpacking t1utils (1.41-2) ... Selecting previously unselected package tcl8.6. Preparing to unpack .../577-tcl8.6_8.6.8+dfsg-3_amd64.deb ... Unpacking tcl8.6 (8.6.8+dfsg-3) ... Selecting previously unselected package texlive-binaries. Preparing to unpack .../578-texlive-binaries_2017.20170613.44572-8build1_amd64.deb ... Unpacking texlive-binaries (2017.20170613.44572-8build1) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../579-xdg-utils_1.1.2-1ubuntu2.2_all.deb ... Unpacking xdg-utils (1.1.2-1ubuntu2.2) ... Selecting previously unselected package texlive-base. Preparing to unpack .../580-texlive-base_2017.20180305-1_all.deb ... Unpacking texlive-base (2017.20180305-1) ... Selecting previously unselected package texlive-font-utils. Preparing to unpack .../581-texlive-font-utils_2017.20180305-2_all.deb ... Unpacking texlive-font-utils (2017.20180305-2) ... Selecting previously unselected package tree. Preparing to unpack .../582-tree_1.7.0-5_amd64.deb ... Unpacking tree (1.7.0-5) ... Selecting previously unselected package wireshark-common. Preparing to unpack .../583-wireshark-common_2.4.5-1_amd64.deb ... Unpacking wireshark-common (2.4.5-1) ... Selecting previously unselected package tshark. Preparing to unpack .../584-tshark_2.4.5-1_amd64.deb ... Unpacking tshark (2.4.5-1) ... Selecting previously unselected package unzip. Preparing to unpack .../585-unzip_6.0-21ubuntu1_amd64.deb ... Unpacking unzip (6.0-21ubuntu1) ... Selecting previously unselected package libc6-dbg:amd64. Preparing to unpack .../586-libc6-dbg_2.27-3ubuntu1_amd64.deb ... Unpacking libc6-dbg:amd64 (2.27-3ubuntu1) ... Selecting previously unselected package valgrind. Preparing to unpack .../587-valgrind_1%3a3.13.0-2ubuntu2_amd64.deb ... Unpacking valgrind (1:3.13.0-2ubuntu2) ... Selecting previously unselected package vim-runtime. Preparing to unpack .../588-vim-runtime_2%3a8.0.1453-1ubuntu1_all.deb ... Adding 'diversion of /usr/share/vim/vim80/doc/help.txt to /usr/share/vim/vim80/doc/help.txt.vim-tiny by vim-runtime' Adding 'diversion of /usr/share/vim/vim80/doc/tags to /usr/share/vim/vim80/doc/tags.vim-tiny by vim-runtime' Unpacking vim-runtime (2:8.0.1453-1ubuntu1) ... Selecting previously unselected package vim. Preparing to unpack .../589-vim_2%3a8.0.1453-1ubuntu1_amd64.deb ... Unpacking vim (2:8.0.1453-1ubuntu1) ... Selecting previously unselected package wpasupplicant. Preparing to unpack .../590-wpasupplicant_2%3a2.6-15ubuntu2.1_amd64.deb ... Unpacking wpasupplicant (2:2.6-15ubuntu2.1) ... Selecting previously unselected package x11-utils. Preparing to unpack .../591-x11-utils_7.7+3build1_amd64.deb ... Unpacking x11-utils (7.7+3build1) ... Selecting previously unselected package x11-xserver-utils. Preparing to unpack .../592-x11-xserver-utils_7.7+7build1_amd64.deb ... Unpacking x11-xserver-utils (7.7+7build1) ... Selecting previously unselected package xsltproc. Preparing to unpack .../593-xsltproc_1.1.29-5_amd64.deb ... Unpacking xsltproc (1.1.29-5) ... Selecting previously unselected package xutils-dev. Preparing to unpack .../594-xutils-dev_1%3a7.7+5ubuntu1_amd64.deb ... Unpacking xutils-dev (1:7.7+5ubuntu1) ... Selecting previously unselected package dos2unix. Preparing to unpack .../595-dos2unix_7.3.4-3_amd64.deb ... Unpacking dos2unix (7.3.4-3) ... Selecting previously unselected package libauthen-sasl-perl. Preparing to unpack .../596-libauthen-sasl-perl_2.1600-1_all.deb ... Unpacking libauthen-sasl-perl (2.1600-1) ... Selecting previously unselected package libjs-openlayers. Preparing to unpack .../597-libjs-openlayers_2.13.1+ds2-4_all.deb ... Unpacking libjs-openlayers (2.13.1+ds2-4) ... Selecting previously unselected package ssh-import-id. Preparing to unpack .../598-ssh-import-id_5.7-0ubuntu1.1_all.deb ... Unpacking ssh-import-id (5.7-0ubuntu1.1) ... Selecting previously unselected package sshpass. Preparing to unpack .../599-sshpass_1.06-1_amd64.deb ... Unpacking sshpass (1.06-1) ... Selecting previously unselected package usb-modeswitch-data. Preparing to unpack .../600-usb-modeswitch-data_20170806-2_all.deb ... Unpacking usb-modeswitch-data (20170806-2) ... Selecting previously unselected package usb-modeswitch. Preparing to unpack .../601-usb-modeswitch_2.5.2+repack0-2ubuntu1_amd64.deb ... Unpacking usb-modeswitch (2.5.2+repack0-2ubuntu1) ... Selecting previously unselected package vsftpd. Preparing to unpack .../602-vsftpd_3.0.3-9build1_amd64.deb ... Unpacking vsftpd (3.0.3-9build1) ... Setting up libquadmath0:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libgs9-common (9.25~dfsg+1-0ubuntu0.18.04.1) ... Setting up libedit2:amd64 (3.1-20170329-1) ... Setting up libbrotli1:amd64 (1.0.3-1ubuntu1.2) ... Setting up libgomp1:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libkpathsea6:amd64 (2017.20170613.44572-8build1) ... Setting up libwayland-bin (1.14.0-2) ... Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... Creating config file /etc/papersize with new version Setting up libtexlua52:amd64 (2017.20170613.44572-8build1) ... Setting up libatomic1:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libapr1:amd64 (1.6.3-2) ... Setting up imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.4) ... Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.2) ... Setting up libopengl0:amd64 (1.0.0-2ubuntu2.2) ... Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... Setting up ncurses-term (6.1-1ubuntu1.18.04) ... Setting up geoip-database-extra (20180315-1) ... Setting up tree (1.7.0-5) ... Setting up libisc169:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up libsbc1:amd64 (1.3-2) ... Setting up manpages (4.15-1) ... Setting up libnss-systemd:amd64 (237-3ubuntu10.3) ... First installation detected... Checking NSS setup... Setting up libxapian30:amd64 (1.4.5-1ubuntu0.1) ... Setting up git-man (1:2.17.1-1ubuntu0.1) ... Setting up libpopt0:amd64 (1.16-11) ... Setting up libpathplan4 (2.40.1-2) ... Setting up libdaemon0:amd64 (0.14-6) ... Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ... Setting up libisccc160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up liblockfile-bin (1.14-1.1) ... Setting up libgles1:amd64 (1.0.0-2ubuntu2.2) ... Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... Setting up libcc1-0:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up less (487-0.1) ... Setting up make (4.1-9.1ubuntu1) ... Setting up libjson-glib-1.0-common (1.4.2-3) ... Setting up liblab-gamut1 (2.40.1-2) ... Setting up libsynctex1:amd64 (2017.20170613.44572-8build1) ... Setting up libevent-2.1-6:amd64 (2.1.8-stable-4build1) ... Setting up libc6-dbg:amd64 (2.27-3ubuntu1) ... Setting up libasyncns0:amd64 (0.8-6) ... Setting up libptexenc1:amd64 (2017.20170613.44572-8build1) ... Setting up libpam-cap:amd64 (1:2.25-1.2) ... Setting up glib-networking-common (2.56.0-1) ... Setting up tex-common (6.09) ... update-language: texlive-base not installed and configured, doing nothing! Setting up libwacom-common (0.29-1) ... Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.1) ... Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... Setting up libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ... Processing triggers for mime-support (3.60ubuntu1) ... Setting up libwoff1:amd64 (1.0.2-1build0.1) ... Setting up qt5-qmake-bin (5.9.5+dfsg-0ubuntu1) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ... Setting up libevdev2:amd64 (1.5.8+dfsg-1) ... Setting up xxd (2:8.0.1453-1ubuntu1) ... Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2) ... Setting up geoip-database (20180315-1) ... Setting up sudo (1.8.21p2-3ubuntu1) ... Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.1) ... Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ... Setting up libjbig0:amd64 (2.1-3.1build1) ... Setting up libpcsclite1:amd64 (1.8.23-1) ... Setting up libsigsegv2:amd64 (2.12-1) ... Setting up libgpm2:amd64 (1.20.7-5) ... Setting up libpthread-stubs0-dev:amd64 (0.3-4) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up poppler-data (0.4.8-2) ... Setting up libuv1:amd64 (1.18.0-3) ... Processing triggers for install-info (6.5.0.dfsg.1-2) ... Setting up libcap2-bin (1:2.25-1.2) ... Setting up libjs-openlayers (2.13.1+ds2-4) ... Setting up perl-openssl-defaults:amd64 (3build1) ... Setting up lsof (4.89+dfsg-0.1) ... Setting up libpsl5:amd64 (0.19.1-5build1) ... Setting up tzdata (2018e-0ubuntu0.18.04) ... Current default time zone: 'Etc/UTC' Local time is now: Wed Oct 10 05:52:56 UTC 2018. Universal Time is now: Wed Oct 10 05:52:56 UTC 2018. Run 'dpkg-reconfigure tzdata' if you wish to change it. Setting up systemd-sysv (237-3ubuntu10.3) ... Setting up libelf1:amd64 (0.170-0.4) ... Setting up libtsan0:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libssl-dev:amd64 (1.1.0g-2ubuntu4.1) ... Setting up libwsutil8:amd64 (2.4.5-1) ... Processing triggers for libglib2.0-0:amd64 (2.56.2-0ubuntu0.18.04.2) ... Setting up liblockfile1:amd64 (1.14-1.1) ... Setting up libasound2-data (1.1.3-5ubuntu0.1) ... Setting up libxshmfence1:amd64 (1.3-1) ... Setting up xorg-sgml-doctools (1:1.11-1) ... Setting up emacsen-common (2.0.8) ... Setting up libgpg-error-dev (1.27-6) ... Setting up python3-idna (2.6-1) ... Setting up libwayland-client0:amd64 (1.14.0-2) ... Setting up xkb-data (2.23.1-1ubuntu1) ... Setting up qtchooser (64-ga1b6736-5) ... Setting up python3-six (1.11.0-2) ... Setting up libproxy1v5:amd64 (0.4.15-1) ... Setting up unzip (6.0-21ubuntu1) ... Setting up linux-libc-dev:amd64 (4.15.0-36.39) ... Setting up libmpfr6:amd64 (4.0.1-1) ... Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... Setting up dos2unix (7.3.4-3) ... Setting up libclang1-6.0:amd64 (1:6.0-1ubuntu2) ... Setting up libgdk-pixbuf2.0-common (2.36.11-2) ... Setting up glib-networking-services (2.56.0-1) ... Setting up python3-certifi (2018.1.18-2) ... Setting up libdatrie1:amd64 (0.2.10-7) ... Setting up cmake-data (3.10.2-1ubuntu2) ... Setting up ssl-cert (1.0.39) ... Setting up libgif7:amd64 (5.1.4-2) ... Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ... Setting up libpipeline1:amd64 (1.5.0-1) ... Setting up libglapi-mesa:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... Setting up perl-modules-5.26 (5.26.1-6ubuntu0.2) ... Setting up m4 (1.4.18-1) ... Setting up python3-pkg-resources (39.0.1-2) ... Setting up libgdbm5:amd64 (1.14.1-6) ... Setting up libgeoip1:amd64 (1.6.12-1) ... Setting up libfftw3-double3:amd64 (3.3.7-1) ... Setting up libcdparanoia0:amd64 (3.10.2+debian-13) ... Setting up m17n-db (1.7.0-2) ... Setting up libbsd0:amd64 (0.8.7-1) ... Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... Setting up libkrb5support0:amd64 (1.16-2build1) ... Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ... Setting up libwiretap7:amd64 (2.4.5-1) ... Setting up x11proto-dev (2018.4-4) ... Setting up libopus0:amd64 (1.1.2-1ubuntu1) ... Setting up libfreetype6:amd64 (2.8.1-2ubuntu2) ... Setting up fonts-noto-mono (20171026-2) ... Setting up libasound2:amd64 (1.1.3-5ubuntu0.1) ... Setting up libdrm-common (2.4.91-2) ... Setting up libjson-glib-1.0-0:amd64 (1.4.2-3) ... Setting up libgraphite2-3:amd64 (1.3.11-2) ... Setting up librhash0:amd64 (1.3.6-2) ... Setting up liblsan0:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up usb-modeswitch-data (20170806-2) ... Setting up libcroco3:amd64 (0.6.12-2) ... Setting up libxslt1.1:amd64 (1.1.29-5) ... Setting up gcc-7-base:amd64 (7.3.0-27ubuntu1~18.04) ... Setting up libogg0:amd64 (1.3.2-1) ... Setting up libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ... Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04) ... Setting up emacs25-common (25.2+1-6) ... Setting up libatk1.0-data (2.28.1-1) ... Setting up x11proto-damage-dev (1:2018.4-4) ... Setting up liblqr-1-0:amd64 (0.4.2-2.1) ... Setting up libjbig2dec0:amd64 (0.13-6) ... Setting up libhyphen0:amd64 (2.8.8-5) ... Setting up libmpx2:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.1) ... Setting up libpixman-1-0:amd64 (0.34.0-2) ... Setting up xtrans-dev (1.3.5-1) ... Setting up x11proto-xext-dev (2018.4-4) ... Setting up patch (2.7.6-2ubuntu1) ... Setting up qt5-qmake:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libusb-1.0-0:amd64 (2:1.0.21-2) ... Setting up krb5-locales (1.16-2build1) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Setting up libmm-glib0:amd64 (1.6.8-2ubuntu1) ... Setting up publicsuffix (20180223.1310-1) ... Setting up libepoxy0:amd64 (1.4.3-1) ... Setting up autotools-dev (20180224.1) ... Setting up udev (237-3ubuntu10.3) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up python3-chardet (3.0.4-1) ... Setting up sshpass (1.06-1) ... Setting up t1utils (1.41-2) ... Setting up libatk1.0-0:amd64 (2.28.1-1) ... Setting up libtext-iconv-perl (1.7-5build6) ... Setting up libaprutil1:amd64 (1.6.1-2) ... Setting up libsnappy1v5:amd64 (1.1.7-1) ... Setting up qttranslations5-l10n (5.9.5-0ubuntu1) ... Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... Setting up x11proto-gl-dev (2018.4-4) ... Processing triggers for systemd (237-3ubuntu10.3) ... Setting up libltdl7:amd64 (2.4.6-2) ... Setting up libmtdev1:amd64 (1.1.5-1ubuntu3) ... Setting up wget (1.19.4-1ubuntu2.1) ... Setting up vim-common (2:8.0.1453-1ubuntu1) ... Setting up libijs-0.35:amd64 (0.35-13) ... Setting up libopts25:amd64 (1:5.18.12-4) ... Setting up libwireshark-data (2.4.5-1) ... Setting up libbison-dev:amd64 (2:3.0.4.dfsg-1build1) ... Setting up libann0 (1.1.2+doc-6) ... Setting up libvisual-0.4-0:amd64 (0.4.0-11) ... Setting up libfontenc1:amd64 (1:1.1.3-1) ... Setting up libdconf1:amd64 (0.26.0-2ubuntu3) ... Setting up libfribidi0:amd64 (0.19.7-2) ... Setting up liblocale-gettext-perl (1.07-3build2) ... Setting up libfl2:amd64 (2.6.4-6) ... Setting up dmsetup (2:1.02.145-4.1ubuntu3) ... Setting up libx11-doc (2:1.6.4-3ubuntu0.1) ... Setting up libpciaccess0:amd64 (0.14-1) ... Setting up libpotrace0 (1.14-2) ... Setting up libsensors4:amd64 (1:3.4.0-4) ... Setting up libgles2:amd64 (1.0.0-2ubuntu2.2) ... Processing triggers for shared-mime-info (1.9-2) ... Setting up libxkbcommon0:amd64 (0.8.0-1) ... Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... Setting up libpcre32-3:amd64 (2:8.39-9) ... Setting up libgudev-1.0-0:amd64 (1:232-2) ... Setting up vim-runtime (2:8.0.1453-1ubuntu1) ... Setting up python3-urllib3 (1.22-1) ... Setting up gdbserver (8.1-0ubuntu3) ... Setting up libmpc3:amd64 (1.1.0-1) ... Setting up icu-devtools (60.2-3ubuntu3) ... Setting up libssl-doc (1.1.0g-2ubuntu4.1) ... Setting up libc-dev-bin (2.27-3ubuntu1) ... Setting up liblua5.2-0:amd64 (5.2.4-1.1build1) ... Setting up libgts-bin (0.7.6+darcs121130-4) ... Setting up liborc-0.4-0:amd64 (1:0.4.28-1) ... Setting up libpcre16-3:amd64 (2:8.39-9) ... Setting up valgrind (1:3.13.0-2ubuntu2) ... Setting up libtcl8.6:amd64 (8.6.8+dfsg-3) ... Setting up libcolord2:amd64 (1.3.3-2build1) ... Setting up libthai-data (0.1.27-2) ... Setting up bison (2:3.0.4.dfsg-1build1) ... update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/yacc.1.gz because associated file /usr/share/man/man1/bison.yacc.1.gz (of link group yacc) doesn't exist Setting up libxdmcp6:amd64 (1:1.1.2-3) ... Setting up libgdbm-compat4:amd64 (1.14.1-6) ... Setting up javascript-common (11) ... Processing triggers for dbus (1.12.2-1ubuntu1) ... Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... Setting up libnl-3-200:amd64 (3.2.29-0ubuntu3) ... Setting up python3-lib2to3 (3.6.5-3) ... Setting up libvorbis0a:amd64 (1.3.5-4.2) ... Setting up libzzip-0-13:amd64 (0.13.62-3.1ubuntu0.18.04.1) ... Setting up x11-common (1:7.7+19ubuntu7.1) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up xdg-utils (1.1.2-1ubuntu2.2) ... Setting up manpages-dev (4.15-1) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up libglib2.0-bin (2.56.2-0ubuntu0.18.04.2) ... Setting up libc6-dev:amd64 (2.27-3ubuntu1) ... Setting up libasan5:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.2) ... Setting up libgraphite2-dev:amd64 (1.3.11-2) ... Setting up libc-ares2:amd64 (1.14.0-1) ... Setting up libwayland-cursor0:amd64 (1.14.0-2) ... Setting up libtexluajit2:amd64 (2017.20170613.44572-8build1) ... Setting up liblwres160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up python3-distutils (3.6.5-3) ... Setting up libcdt5 (2.40.1-2) ... Setting up logrotate (3.11.0-0.1ubuntu1) ... Setting up libitm1:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libx11-data (2:1.6.4-3ubuntu0.1) ... Setting up libwsutil-dev (2.4.5-1) ... Setting up libxau6:amd64 (1:1.0.8-1) ... Setting up networkd-dispatcher (1.7-0ubuntu3.2) ... Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service. Setting up libpolkit-gobject-1-0:amd64 (0.105-20ubuntu0.18.04.1) ... Setting up liblzo2-2:amd64 (2.08-1.2) ... Setting up fonts-lmodern (2.004.5-3) ... Setting up libwrap0:amd64 (7.6.q-27) ... Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.1) ... Setting up libcgraph6 (2.40.1-2) ... Setting up libpython3.6:amd64 (3.6.6-1~18.04) ... Setting up libpcap0.8:amd64 (1.8.1-6ubuntu1) ... Setting up libwayland-server0:amd64 (1.14.0-2) ... Setting up netbase (5.4) ... Setting up libwebp6:amd64 (0.6.1-2) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libubsan1:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libisl19:amd64 (0.19-1) ... Setting up libjsoncpp1:amd64 (1.7.4-3) ... Setting up cpp-8 (8.2.0-1ubuntu2~18.04) ... Setting up libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up x11proto-dri2-dev (2018.4-4) ... Setting up libk5crypto3:amd64 (1.16-2build1) ... Setting up libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libunbound2:amd64 (1.6.7-1ubuntu2.2) ... Setting up libpcre3-dev:amd64 (2:8.39-9) ... Setting up fontconfig-config (2.12.6-0ubuntu2) ... Setting up libmbim-glib4:amd64 (1.14.2-2.1ubuntu1) ... Setting up libpam-systemd:amd64 (237-3ubuntu10.3) ... Setting up libgstreamer1.0-0:amd64 (1.14.1-1~ubuntu18.04.1) ... Setcap worked! gst-ptp-helper is not suid! Setting up libqt5network5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up x11proto-core-dev (2018.4-4) ... Setting up libwacom2:amd64 (0.29-1) ... Setting up sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... Setting up iio-sensor-proxy (2.4-2) ... Setting up libltdl-dev:amd64 (2.4.6-2) ... Setting up libasan4:amd64 (7.3.0-27ubuntu1~18.04) ... Setting up libxshmfence-dev:amd64 (1.3-1) ... Setting up libglib2.0-dev-bin (2.56.2-0ubuntu0.18.04.2) ... Setting up libdw1:amd64 (0.170-0.4) ... Setting up dconf-service (0.26.0-2ubuntu3) ... Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04) ... Setting up libotf0:amd64 (0.9.13-3build1) ... Setting up flex (2.6.4-6) ... Setting up vim (2:8.0.1453-1ubuntu1) ... update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.1) ... Setting up libgvpr2 (2.40.1-2) ... Setting up libcilkrts5:amd64 (7.3.0-27ubuntu1~18.04) ... Setting up libubsan0:amd64 (7.3.0-27ubuntu1~18.04) ... Setting up x11proto-fixes-dev (1:2018.4-4) ... Setting up libqt5test5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libflac8:amd64 (1.3.2-1) ... Setting up doxygen (1.8.13-10) ... Setting up ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... Created symlink /etc/systemd/system/network-pre.target.wants/ntp-systemd-netif.path → /lib/systemd/system/ntp-systemd-netif.path. Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ... Setting up libnss3:amd64 (2:3.35-2ubuntu2) ... Setting up libpcap0.8-dev:amd64 (1.8.1-6ubuntu1) ... Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... Setting up libtiff5:amd64 (4.0.9-5) ... Setting up x11proto-xf86vidmode-dev (2018.4-4) ... Setting up vsftpd (3.0.3-9build1) ... Created symlink /etc/systemd/system/multi-user.target.wants/vsftpd.service → /lib/systemd/system/vsftpd.service. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libxau-dev:amd64 (1:1.0.8-1) ... Setting up xsltproc (1.1.29-5) ... Setting up libthai0:amd64 (0.1.27-2) ... Setting up emacs25-bin-common (25.2+1-6) ... update-alternatives: using /usr/bin/ctags.emacs25 to provide /usr/bin/ctags (ctags) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/ctags.1.gz because associated file /usr/share/man/man1/ctags.emacs25.1.gz (of link group ctags) doesn't exist update-alternatives: using /usr/bin/ebrowse.emacs25 to provide /usr/bin/ebrowse (ebrowse) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/ebrowse.1.gz because associated file /usr/share/man/man1/ebrowse.emacs25.1.gz (of link group ebrowse) doesn't exist update-alternatives: using /usr/bin/emacsclient.emacs25 to provide /usr/bin/emacsclient (emacsclient) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/emacsclient.1.gz because associated file /usr/share/man/man1/emacsclient.emacs25.1.gz (of link group emacsclient) doesn't exist update-alternatives: using /usr/bin/etags.emacs25 to provide /usr/bin/etags (etags) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/etags.1.gz because associated file /usr/share/man/man1/etags.emacs25.1.gz (of link group etags) doesn't exist Setting up fakeroot (1.22-2ubuntu1) ... 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 libinput-bin (1.10.4-1) ... Setting up emacs25-el (25.2+1-6) ... Setting up tcpdump (4.9.2-3) ... Setting up libmbim-proxy (1.14.2-2.1ubuntu1) ... Setting up libgcc-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ... Setting up cpp-7 (7.3.0-27ubuntu1~18.04) ... Setting up libdrm2:amd64 (2.4.91-2) ... Setting up libfl-dev:amd64 (2.6.4-6) ... Setting up libstdc++-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ... Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... Setting up libdrm-intel1:amd64 (2.4.91-2) ... Setting up libwacom-bin (0.29-1) ... Setting up usb-modeswitch (2.5.2+repack0-2ubuntu1) ... Setting up libxdmcp-dev:amd64 (1:1.1.2-3) ... Setting up gir1.2-harfbuzz-0.0:amd64 (1.7.2-1ubuntu1) ... Setting up libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libgcrypt20-dev (1.8.1-4ubuntu1.1) ... Setting up libqt5positioning5:amd64 (5.9.5+dfsg-0ubuntu2) ... Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.2) ... Setting up libgnutls-dane0:amd64 (3.5.18-1ubuntu1) ... Setting up tcl-expect:amd64 (5.45.4-1) ... Setting up tcl8.6 (8.6.8+dfsg-3) ... Setting up libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libice6:amd64 (2:1.0.9-2) ... Setting up python3-requests (2.18.4-2) ... Setting up libpcap-dev:amd64 (1.8.1-6ubuntu1) ... Setting up libgcc-8-dev:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libkrb5-3:amd64 (1.16-2build1) ... Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.1) ... Setting up libdrm-radeon1:amd64 (2.4.91-2) ... Setting up libavahi-glib1:amd64 (0.7-3.1ubuntu1.1) ... Setting up libvorbisenc2:amd64 (1.3.5-4.2) ... Setting up gnutls-bin (3.5.18-1ubuntu1) ... Setting up libdrm-nouveau2:amd64 (2.4.91-2) ... Setting up libwayland-dev:amd64 (1.14.0-2) ... Setting up dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ... Setting up libxcb1:amd64 (1.13-1) ... Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ... Setting up libqt5concurrent5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up lmodern (2.004.5-3) ... Setting up libbabeltrace1:amd64 (1.5.5-1) ... Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04) ... Setting up libxcb-xkb1:amd64 (1.13-1) ... Setting up libavahi-core7:amd64 (0.7-3.1ubuntu1.1) ... Setting up libqt5qml5:amd64 (5.9.5-0ubuntu1.1) ... Setting up libxcb-xinerama0:amd64 (1.13-1) ... Setting up cpp (4:7.3.0-3ubuntu2.1) ... Setting up libxcb-present0:amd64 (1.13-1) ... Setting up libgstreamer-plugins-base1.0-0:amd64 (1.14.1-1ubuntu1~ubuntu18.04.1) ... Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... Setting up libstdc++-8-dev:amd64 (8.2.0-1ubuntu2~18.04) ... Setting up libxcb-dri2-0:amd64 (1.13-1) ... Setting up libsm6:amd64 (2:1.2.2-1) ... Setting up libqt5sensors5:amd64 (5.9.5-0ubuntu1) ... Setting up expect (5.45.4-1) ... Setting up libxcb-dri3-0:amd64 (1.13-1) ... Setting up libxcb-glx0:amd64 (1.13-1) ... Setting up libxcb-randr0:amd64 (1.13-1) ... Setting up libxcb-xfixes0:amd64 (1.13-1) ... Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ... Setting up libxcb-render0:amd64 (1.13-1) ... Setting up libharfbuzz-icu0:amd64 (1.7.2-1ubuntu1) ... Setting up gsettings-desktop-schemas (3.28.0-1ubuntu1) ... Setting up libdrm-amdgpu1:amd64 (2.4.91-2) ... Setting up libgtk-3-common (3.22.30-1ubuntu1) ... Setting up xutils-dev (1:7.7+5ubuntu1) ... Setting up libdrm-dev:amd64 (2.4.91-2) ... Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ... Setting up libgbm1:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.1) ... Setting up libinput10:amd64 (1.10.4-1) ... Setting up libgl1-mesa-dri:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up wpasupplicant (2:2.6-15ubuntu2.1) ... Created symlink /etc/systemd/system/dbus-fi.w1.wpa_supplicant1.service → /lib/systemd/system/wpa_supplicant.service. Created symlink /etc/systemd/system/multi-user.target.wants/wpa_supplicant.service → /lib/systemd/system/wpa_supplicant.service. Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ... Setting up libqmi-glib5:amd64 (1.18.0-3ubuntu1) ... Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ... Setting up libqmi-proxy (1.18.0-3ubuntu1) ... Setting up libxkbcommon-x11-0:amd64 (0.8.0-1) ... Setting up libxmuu1:amd64 (2:1.1.2-2) ... Setting up libxcb-sync1:amd64 (1.13-1) ... Setting up libgssapi-krb5-2:amd64 (1.16-2build1) ... Setting up perl (5.26.1-6ubuntu0.2) ... Setting up libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libpoppler73:amd64 (0.62.0-2ubuntu2.2) ... Setting up libfile-fcntllock-perl (0.22-3build2) ... Setting up libsndfile1:amd64 (1.0.28-4) ... Setting up liblwp-mediatypes-perl (6.02-1) ... Setting up libserf-1-1:amd64 (1.3.9-6) ... Setting up liburi-perl (1.73-1) ... Setting up glib-networking:amd64 (2.56.0-1) ... Setting up libdata-dump-perl (1.23-1) ... Setting up libiculx60:amd64 (60.2-3ubuntu3) ... Setting up libxcomposite1:amd64 (1:0.4.4-2) ... Setting up libalgorithm-diff-perl (1.19.03-1) ... Setting up libxcb-shm0:amd64 (1.13-1) ... Setting up libxpm4:amd64 (1:3.5.12-1) ... Setting up libxt6:amd64 (1:1.1.5-1) ... Setting up libxcb-shape0:amd64 (1.13-1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up libxcb1-dev:amd64 (1.13-1) ... Setting up libxcb-glx0-dev:amd64 (1.13-1) ... Setting up libx11-protocol-perl (0.56-7) ... Setting up libxml-xpathengine-perl (0.14-1) ... Setting up libnet-http-perl (6.17-1) ... Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.1) ... Setting up libsvn1:amd64 (1.9.7-4ubuntu1) ... Setting up libxcb-keysyms1:amd64 (0.4.0-1) ... Setting up libegl-mesa0:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up binutils (2.30-21ubuntu1~18.04) ... Setting up libx11-dev:amd64 (2:1.6.4-3ubuntu0.1) ... Setting up libqt5webchannel5:amd64 (5.9.5-0ubuntu1) ... Setting up libxft2:amd64 (2.3.2-1) ... Setting up libdns1100:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up libwscodecs1:amd64 (2.4.5-1) ... Setting up openssh-client (1:7.6p1-4) ... Setting up gdb (8.1-0ubuntu3) ... Setting up libwww-robotrules-perl (6.01-1) ... Setting up ssh-import-id (5.7-0ubuntu1.1) ... Setting up libauthen-sasl-perl (2.1600-1) ... Setting up libxcb-sync-dev:amd64 (1.13-1) ... Setting up fontconfig (2.12.6-0ubuntu2) ... Regenerating fonts cache... done. Setting up libcups2:amd64 (2.2.7-1ubuntu2.1) ... Setting up libhtml-tagset-perl (3.20-3) ... Setting up libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.1) ... Setting up qtbase5-dev-tools (5.9.5+dfsg-0ubuntu1) ... Setting up libtry-tiny-perl (0.30-1) ... Setting up libxcb-render-util0:amd64 (0.3.9-1) ... Setting up libfont-afm-perl (1.20-2) ... Setting up libxdamage1:amd64 (1:1.1.4-3) ... Setting up libxcb-image0:amd64 (0.4.0-1build1) ... Setting up mesa-common-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libxext6:amd64 (2:1.3.3-1) ... Setting up libxfixes3:amd64 (1:5.0.3-1) ... Setting up libencode-locale-perl (1.05-1) ... Setting up gcc-7 (7.3.0-27ubuntu1~18.04) ... Setting up liberror-perl (0.17025-1) ... Setting up libtimedate-perl (2.3000-2) ... Setting up libnet-ssleay-perl (1.84-1build1) ... Setting up g++-7 (7.3.0-27ubuntu1~18.04) ... Setting up modemmanager (1.6.8-2ubuntu1) ... Created symlink /etc/systemd/system/dbus-org.freedesktop.ModemManager1.service → /lib/systemd/system/ModemManager.service. Created symlink /etc/systemd/system/multi-user.target.wants/ModemManager.service → /lib/systemd/system/ModemManager.service. Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.3) ... Setting up libipc-system-simple-perl (1.25-4) ... Setting up libfile-basedir-perl (0.07-1) ... Setting up libatspi2.0-0:amd64 (2.28.0-1) ... Setting up libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1build1) ... Setting up libio-html-perl (1.001-1) ... Setting up libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ... Setting up libcurl4:amd64 (7.58.0-2ubuntu3.3) ... Setting up libsoup2.4-1:amd64 (2.62.1-1ubuntu0.1) ... Setting up libtie-ixhash-perl (1.23-2) ... Setting up libdpkg-perl (1.19.0.5ubuntu2) ... Setting up libgdk-pixbuf2.0-bin (2.36.11-2) ... Setting up libgd3:amd64 (2.2.5-4ubuntu0.2) ... Setting up libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.1) ... Setting up autoconf (2.69-11) ... Setting up gcc (4:7.3.0-3ubuntu2.1) ... Setting up libio-socket-ssl-perl (2.056-1) ... Setting up libpulse0:amd64 (1:11.1-1ubuntu7.1) ... Setting up libxtst6:amd64 (2:1.2.3-1) ... Setting up libxmu6:amd64 (2:1.1.2-2) ... Setting up gcc-8 (8.2.0-1ubuntu2~18.04) ... Setting up libcupsfilters1:amd64 (1.20.2-0ubuntu3) ... Setting up xauth (1:1.0.10-1) ... Setting up libxcb-dri2-0-dev:amd64 (1.13-1) ... Setting up g++-8 (8.2.0-1ubuntu2~18.04) ... Setting up libxcb-render0-dev:amd64 (1.13-1) ... Setting up libisccfg160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up libcupsimage2:amd64 (2.2.7-1ubuntu2.1) ... Setting up libegl1:amd64 (1.0.0-2ubuntu2.2) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up gtk-update-icon-cache (3.22.30-1ubuntu1) ... Setting up libxcb-dri3-dev:amd64 (1.13-1) ... Setting up dpkg-dev (1.19.0.5ubuntu2) ... Setting up libxcursor1:amd64 (1:1.1.15-1) ... Setting up libalgorithm-diff-xs-perl (0.04-5) ... Setting up openssh-sftp-server (1:7.6p1-4) ... Setting up libxxf86dga1:amd64 (2:1.1.4-1) ... Setting up libfile-desktopentry-perl (0.22-1) ... Setting up libm17n-0:amd64 (1.7.0-3build1) ... Setting up libxext-dev:amd64 (2:1.3.3-1) ... Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... Setting up libwayland-egl1-mesa:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libhtml-parser-perl (3.72-3build1) ... Setting up automake (1:1.15.1-3ubuntu2) ... update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist Setting up libxcb-shape0-dev:amd64 (1.13-1) ... Setting up libatk-bridge2.0-0:amd64 (2.26.2-1) ... Setting up subversion (1.9.7-4ubuntu1) ... Setting up libwireshark10:amd64 (2.4.5-1) ... Setting up libxv1:amd64 (2:1.0.11-1) ... Setting up g++ (4:7.3.0-3ubuntu2.1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist Setting up librest-0.7-0:amd64 (0.8.0-2) ... Setting up libxxf86vm1:amd64 (1:1.1.4-1) ... Setting up cmake (3.10.2-1ubuntu2) ... Setting up libxxf86vm-dev:amd64 (1:1.1.4-1) ... Setting up libxfixes-dev:amd64 (1:5.0.3-1) ... Setting up libfile-mimeinfo-perl (0.28-1) ... Setting up libgs9:amd64 (9.25~dfsg+1-0ubuntu0.18.04.1) ... Setting up git (1:2.17.1-1ubuntu0.1) ... Setting up libxrandr2:amd64 (2:1.5.1-1) ... Setting up libglx-mesa0:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libxi6:amd64 (2:1.7.9-1) ... Setting up libtool (2.4.6-2) ... Setting up libxaw7:amd64 (2:1.0.13-1) ... Setting up libcairo2:amd64 (1.15.10-2) ... Setting up libtool-bin (2.4.6-2) ... Setting up libxinerama1:amd64 (2:1.1.3-1) ... Setting up libxcb-randr0-dev:amd64 (1.13-1) ... Setting up libhttp-date-perl (6.02-1) ... Setting up libnet-smtp-ssl-perl (1.04-1) ... Setting up libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.1) ... Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... Setting up curl (7.58.0-2ubuntu3.3) ... Setting up build-essential (12.4ubuntu1) ... Setting up libxcb-xfixes0-dev:amd64 (1.13-1) ... Setting up at-spi2-core (2.28.0-1) ... Setting up libcairo-gobject2:amd64 (1.15.10-2) ... Setting up libbind9-160:amd64 (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up libxdamage-dev:amd64 (1:1.1.4-3) ... Setting up wireshark-common (2.4.5-1) ... Setting up libwireshark-dev (2.4.5-1) ... Setting up ghostscript (9.25~dfsg+1-0ubuntu0.18.04.1) ... Setting up texlive-binaries (2017.20170613.44572-8build1) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/bibtex.1.gz because associated file /usr/share/man/man1/bibtex.original.1.gz (of link group bibtex) doesn't exist Setting up libhtml-tree-perl (5.07-1) ... Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... Setting up pkg-config (0.29.1-0ubuntu2) ... Setting up openssh-server (1:7.6p1-4) ... Creating config file /etc/ssh/sshd_config with new version Creating SSH2 RSA key; this may take some time ... 2048 SHA256:YiichDAq4B3/xmir3htOsAWtVuQfQowL5d2jgYc9zqw root@f518770a40be (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:BoOXMkGPGW+xt0bxe2iNf0svXpva9A5/LJ0g3sckjp0 root@f518770a40be (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:AQxPI9VzqWWntjCNSKYdmOoxOu8EN3/jYHit5eGZQKI root@f518770a40be (ED25519) Created symlink /etc/systemd/system/sshd.service → /lib/systemd/system/ssh.service. Created symlink /etc/systemd/system/multi-user.target.wants/ssh.service → /lib/systemd/system/ssh.service. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... Setting up texlive-base (2017.20180305-1) ... tl-paper: setting paper size for dvips to a4: /var/lib/texmf/dvips/config/config-paper.ps tl-paper: setting paper size for dvipdfmx to a4: /var/lib/texmf/dvipdfmx/dvipdfmx-paper.cfg tl-paper: setting paper size for xdvi to a4: /var/lib/texmf/xdvi/XDvi-paper tl-paper: setting paper size for pdftex to a4: /var/lib/texmf/tex/generic/config/pdftexconfig.tex Setting up libfile-listing-perl (6.04-1) ... Setting up x11-xserver-utils (7.7+7build1) ... Setting up libhttp-message-perl (6.14-1) ... Setting up ps2eps (1.68+binaryfree-2) ... Setting up libxcb-present-dev:amd64 (1.13-1) ... Setting up tshark (2.4.5-1) ... Setting up libtheora0:amd64 (1.1.1+dfsg.1-14) ... Setting up libglx0:amd64 (1.0.0-2ubuntu2.2) ... Setting up libhttp-negotiate-perl (6.00-2) ... Setting up bind9-host (1:9.11.3+dfsg-1ubuntu1.2) ... Setting up gstreamer1.0-plugins-base:amd64 (1.14.1-1ubuntu1~ubuntu18.04.1) ... Setting up libmailtools-perl (2.18-1) ... Setting up libhtml-format-perl (2.12-1) ... Setting up libhttp-cookies-perl (6.04-1) ... Setting up libhttp-daemon-perl (6.01-1) ... Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... Setting up texlive-font-utils (2017.20180305-2) ... Setting up libglib2.0-dev:amd64 (2.56.2-0ubuntu0.18.04.2) ... Setting up avahi-daemon (0.7-3.1ubuntu1.1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of force-reload. Created symlink /etc/systemd/system/dbus-org.freedesktop.Avahi.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/multi-user.target.wants/avahi-daemon.service → /lib/systemd/system/avahi-daemon.service. Created symlink /etc/systemd/system/sockets.target.wants/avahi-daemon.socket → /lib/systemd/system/avahi-daemon.socket. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libhtml-form-perl (6.03-1) ... Setting up libgl1:amd64 (1.0.0-2ubuntu2.2) ... Setting up libglu1-mesa:amd64 (9.0.0-2.1build1) ... Setting up libnss-mdns:amd64 (0.10-8ubuntu1) ... First installation detected... Checking NSS setup... Setting up libgvc6 (2.40.1-2) ... Setting up libpulse-dev:amd64 (1:11.1-1ubuntu7.1) ... Setting up librsvg2-2:amd64 (2.40.20-2) ... Setting up x11-utils (7.7+3build1) ... Setting up libglvnd-dev:amd64 (1.0.0-2ubuntu2.2) ... Setting up librsvg2-common:amd64 (2.40.20-2) ... Setting up libgl1-mesa-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libgl1-mesa-glx:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libegl1-mesa-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up graphviz (2.40.1-2) ... Setting up libqt5quick5:amd64 (5.9.5-0ubuntu1.1) ... Setting up libglu1-mesa-dev:amd64 (9.0.0-2.1build1) ... Setting up libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libgles2-mesa-dev:amd64 (18.0.5-0ubuntu0~18.04.1) ... Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libqt5help5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5svg5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5multimediaquick-p5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5designer5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5quickwidgets5:amd64 (5.9.5-0ubuntu1.1) ... Setting up libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5webkit5:amd64 (5.212.0~alpha2-7ubuntu1) ... Setting up qtbase5-dev:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libqt5svg5-dev:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5designercomponents5:amd64 (5.9.5-0ubuntu1) ... Setting up libqt5opengl5-dev:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up qtmultimedia5-dev:amd64 (5.9.5-0ubuntu1) ... Setting up qt5-default:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up qt5-assistant (5.9.5-0ubuntu1) ... Setting up qttools5-dev-tools (5.9.5-0ubuntu1) ... Setting up qttools5-dev:amd64 (5.9.5-0ubuntu1) ... Setting up adwaita-icon-theme (3.28.0-1ubuntu1) ... update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode Setting up libicu-le-hb-dev:amd64 (1.0.3+git161113-4) ... Setting up libgeoclue-2-0:amd64 (2.4.7-1ubuntu1) ... Setting up liblwp-protocol-https-perl (6.07-2) ... Setting up humanity-icon-theme (0.6.15) ... Setting up libicu-dev (60.2-3ubuntu3) ... Setting up libgtk-3-0:amd64 (3.22.30-1ubuntu1) ... Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.2) ... Setting up libgtk-3-bin (3.22.30-1ubuntu1) ... Setting up geoclue-2.0 (2.4.7-1ubuntu1) ... Setting up emacs25 (25.2+1-6) ... update-alternatives: using /usr/bin/emacs25-x to provide /usr/bin/emacs (emacs) in auto mode update-alternatives: warning: skip creation of /usr/share/man/man1/emacs.1.gz because associated file /usr/share/man/man1/emacs.emacs25.1.gz (of link group emacs) doesn't exist Install cmake-data for emacs25 install/cmake-data: Byte-compiling for emacs25 Install emacsen-common for emacs25 emacsen-common: Handling install of emacsen flavor emacs25 Setting up qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu1) ... Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ... Setting up libwww-perl (6.31-1) ... Setting up ubuntu-mono (16.10+18.04.20180421.1-0ubuntu1) ... Setting up emacs (47.0) ... Setting up libxml-parser-perl (2.44-2build3) ... Setting up libxml-twig-perl (1:3.50-1) ... Setting up libnet-dbus-perl (1.1.0-4build2) ... Processing triggers for libc-bin (2.27-3ubuntu1) ... Processing triggers for systemd (237-3ubuntu10.3) ... Processing triggers for dbus (1.12.2-1ubuntu1) ... Processing triggers for tex-common (6.09) ... Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.36.11-2) ... Reading package lists... Building dependency tree... Reading state information... 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Building dependency tree... Reading state information... The user `etsi' is already a member of `sudo'. ---> 5b3ba2978e53 Removing intermediate container f518770a40be Step 8/10 : USER etsi ---> Running in 8e077d4ec544 ---> c670dc916eac Removing intermediate container 8e077d4ec544 Step 9/10 : RUN cd /home/etsi/dev && git clone -b STF525 --recurse-submodules https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its && cd /home/etsi/dev/STF525_Its/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && cd /home/etsi/frameworks && git clone https://github.com/vlm/asn1c.git asn1c && cd asn1c && test -f configure || autoreconf -iv && ./configure && make && sudo make install && cd /home/etsi/frameworks && wget 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF525_Its/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_its_project.bash && cd ${HOME}/dev/etsi_its/src/TestCodec/objs && ../bin/testcodec_generate_makefile.bash && ../bin/run_all.bash ---> Running in 1db8b5d3dcdb Cloning into './STF525_Its'... Submodule 'STF525_ttcn/LibCommon' (https://forge.etsi.org/gitlab/LIBS/LibCommon.git) registered for path 'ttcn/LibCommon' Submodule 'STF525_ttcn/LibIts' (https://forge.etsi.org/gitlab/LIBS/LibIts.git) registered for path 'ttcn/LibIts' Cloning into '/home/etsi/dev/STF525_Its/ttcn/LibCommon'... Cloning into '/home/etsi/dev/STF525_Its/ttcn/LibIts'... Submodule path 'ttcn/LibCommon': checked out '1c35e012cb65152abd1ab432a82d23a755c1276e' Submodule path 'ttcn/LibIts': checked out 'aabcd1ceff5219dc4d53fda9db26d841e2dd6673' total 32 drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 tmp drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 man drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 lib drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 include drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 frameworks drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 docs drwxr-xr-x 2 etsi etsi 4096 Oct 10 05:53 bin drwxr-xr-x 3 etsi etsi 4096 Oct 10 05:54 dev lrwxrwxrwx 1 etsi etsi 52 Oct 10 05:54 devenv.bash -> /home/etsi/dev/STF525_Its/scripts/devenv.bash.ubuntu Cloning into 'asn1c'... autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: creating directory config autoreconf: running: libtoolize --copy libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'config'. libtoolize: copying file 'config/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' autoreconf: running: /usr/bin/autoconf autoreconf: running: /usr/bin/autoheader autoreconf: running: automake --add-missing --copy --no-force configure.ac:17: installing 'config/ar-lib' configure.ac:9: installing 'config/compile' configure.ac:24: installing 'config/config.guess' configure.ac:24: installing 'config/config.sub' configure.ac:5: installing 'config/install-sh' configure.ac:5: installing 'config/missing' asn1c/Makefile.am: installing 'config/depcomp' parallel-tests: installing 'config/test-driver' autoreconf: Leaving directory `.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for bison... bison -y checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking for ar... ar checking the archiver (ar) interface... ar checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether make supports nested variables... (cached) yes checking whether C compiler accepts -Wall... yes checking whether C compiler accepts -Wcast-qual... yes checking whether C compiler accepts -Wchar-subscripts... yes checking whether C compiler accepts -Wmissing-prototypes... yes checking whether C compiler accepts -Wmissing-declarations... yes checking whether C compiler accepts -Wno-error=attributes... yes checking whether C compiler accepts -Wno-error=cast-align... yes checking whether C compiler accepts -Wno-error=visibility... no checking whether C compiler accepts -Wno-error=parentheses-equality... no checking whether C compiler accepts -std=gnu99... yes checking whether C compiler accepts -Wno-error=unused-variable... yes checking whether to build with code coverage support... no checking whether C compiler accepts -std=c89... yes checking whether C compiler accepts -Wpedantic... yes checking whether C compiler accepts -Wno-long-long... yes checking whether C compiler and linker accept -fsanitize=undefined... yes checking whether C compiler accepts -fno-sanitize-recover=undefined... yes checking whether C compiler and linker accept -fsanitize=unsigned-integer-overflow... no checking whether C compiler accepts -fno-sanitize-recover=unsigned-integer-overflow... no checking whether C compiler and linker accept -fsanitize=nullability... no checking whether C compiler accepts -fno-sanitize-recover=nullability... no checking whether C compiler accepts -fno-omit-frame-pointer... yes checking whether C compiler and linker accept -fsanitize=address... yes checking whether C compiler accepts -fno-omit-frame-pointer... (cached) yes checking for ANSI C header files... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking whether byte ordering is bigendian... no checking for off_t... yes checking for size_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for __int128... yes checking for intmax_t... yes checking size of void *... 8 checking for library containing getopt... none required checking for strtoimax... yes checking for strtoll... yes checking for mergesort... no checking for mkstemps... yes checking for timegm... yes checking whether strcasecmp is declared... yes checking whether vasprintf is declared... no checking for pandoc... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/tests-c-compiler/check-src/Makefile config.status: creating tests/tests-asn1c-compiler/Makefile config.status: creating tests/tests-asn1c-smoke/Makefile config.status: creating tests/tests-randomized/Makefile config.status: creating tests/tests-c-compiler/Makefile config.status: creating tests/tests-skeletons/Makefile config.status: creating libasn1compiler/Makefile config.status: creating libasn1common/Makefile config.status: creating libasn1parser/Makefile config.status: creating libasn1print/Makefile config.status: creating libasn1fix/Makefile config.status: creating doc/docsrc/Makefile config.status: creating skeletons/Makefile config.status: creating examples/Makefile config.status: creating doc/man/Makefile config.status: creating tests/Makefile config.status: creating asn1c/Makefile config.status: creating doc/Makefile config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands make all-recursive make[1]: Entering directory '/home/etsi/frameworks/asn1c' Making all in libasn1common make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1common' CC asn1_ref.lo CC asn1_buffer.lo CC asn1_namespace.lo CC genhash.lo CCLD libasn1common.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1common' Making all in libasn1parser make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1parser' CC asn1parser.lo CC asn1p_y.lo CC asn1p_l.lo CC asn1p_module.lo CC asn1p_oid.lo CC asn1p_value.lo CC asn1p_expr.lo CC asn1p_xports.lo CC asn1p_constr.lo CC asn1p_param.lo CC asn1p_class.lo CC asn1p_integer.lo CCLD libasn1parser.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1parser' Making all in libasn1fix make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1fix' CC asn1fix.lo CC asn1fix_misc.lo CC asn1fix_value.lo CC asn1fix_compat.lo CC asn1fix_constr.lo CC asn1fix_cstring.lo CC asn1fix_retrieve.lo CC asn1fix_bitstring.lo CC asn1fix_constraint.lo CC asn1fix_integer.lo CC asn1fix_crange.lo CC asn1fix_dereft.lo CC asn1fix_derefv.lo CC asn1fix_export.lo CC asn1fix_param.lo CC asn1fix_class.lo CC asn1fix_tags.lo CC asn1fix_enum.lo CC asn1fix_cws.lo CC asn1fix_constraint_compat.lo CCLD libasn1fix.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1fix' Making all in libasn1print make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1print' CC asn1print.lo CCLD libasn1print.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1print' Making all in libasn1compiler make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1compiler' CC asn1compiler.lo CC asn1c_misc.lo CC asn1c_out.lo CC asn1c_lang.lo CC asn1c_naming.lo CC asn1c_save.lo asn1c_save.c: In function 'asn1c__save_example_mk_makefile': asn1c_save.c:235:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < argc; i++) ^~~ asn1c_save.c:237:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' safe_fprintf(mkf, "\n\n"); ^~~~~~~~~~~~  CC asn1c_C.lo CC asn1c_constraint.lo CC asn1c_compat.lo CC asn1c_ioc.lo CC asn1c_fdeps.lo CCLD libasn1compiler.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1compiler' Making all in asn1c make[2]: Entering directory '/home/etsi/frameworks/asn1c/asn1c' CC asn1c.o CCLD asn1c CC unber.o CCLD unber CC enber.o CCLD enber make[2]: Leaving directory '/home/etsi/frameworks/asn1c/asn1c' Making all in skeletons make[2]: Entering directory '/home/etsi/frameworks/asn1c/skeletons' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/skeletons' Making all in tests make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests' Making all in tests-asn1c-compiler make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-compiler' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-compiler' Making all in tests-skeletons make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-skeletons' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-skeletons' Making all in tests-asn1c-smoke make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-smoke' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-smoke' Making all in tests-c-compiler make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' Making all in check-src make[4]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler/check-src' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler/check-src' make[4]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' Making all in tests-randomized make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-randomized' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-randomized' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests' Making all in examples make[2]: Entering directory '/home/etsi/frameworks/asn1c/examples' ./crfc2asn1.pl ./rfc3280.txt Found PKIX1Explicit88 at line 5124 => Saving as rfc3280-PKIX1Explicit88.asn1 Found PKIX1Implicit88 at line 5850 => Saving as rfc3280-PKIX1Implicit88.asn1 ./crfc2asn1.pl ./rfc3525.txt Found MEDIA-GATEWAY-CONTROL at line 5177 => Saving as rfc3525-MEDIA-GATEWAY-CONTROL.asn1 ./crfc2asn1.pl ./rfc4511.txt Found Lightweight-Directory-Access-Protocol-V3 at line 2983 => Saving as rfc4511-Lightweight-Directory-Access-Protocol-V3.asn1 make all-am make[3]: Entering directory '/home/etsi/frameworks/asn1c/examples' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/examples' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/examples' Making all in doc make[2]: Entering directory '/home/etsi/frameworks/asn1c/doc' Making all in docsrc make[3]: Entering directory '/home/etsi/frameworks/asn1c/doc/docsrc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/doc/docsrc' Making all in man make[3]: Entering directory '/home/etsi/frameworks/asn1c/doc/man' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/doc/man' make[3]: Entering directory '/home/etsi/frameworks/asn1c/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/doc' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/doc' make[2]: Entering directory '/home/etsi/frameworks/asn1c' make[2]: Leaving directory '/home/etsi/frameworks/asn1c' make[1]: Leaving directory '/home/etsi/frameworks/asn1c' Making install in libasn1common make[1]: Entering directory '/home/etsi/frameworks/asn1c/libasn1common' make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1common' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1common' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1common' Making install in libasn1parser make[1]: Entering directory '/home/etsi/frameworks/asn1c/libasn1parser' ./expr-h.pl asn1p_expr.h > asn1p_expr_str.h CC asn1parser.lo CC asn1p_y.lo CC asn1p_l.lo CC asn1p_module.lo CC asn1p_oid.lo CC asn1p_value.lo CC asn1p_expr.lo CC asn1p_xports.lo CC asn1p_constr.lo CC asn1p_param.lo CC asn1p_class.lo CCLD libasn1parser.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1parser' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1parser' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1parser' Making install in libasn1fix make[1]: Entering directory '/home/etsi/frameworks/asn1c/libasn1fix' CC asn1fix.lo CC asn1fix_misc.lo CC asn1fix_value.lo CC asn1fix_compat.lo CC asn1fix_constr.lo CC asn1fix_cstring.lo CC asn1fix_retrieve.lo CC asn1fix_bitstring.lo CC asn1fix_constraint.lo CC asn1fix_integer.lo CC asn1fix_crange.lo CC asn1fix_dereft.lo CC asn1fix_derefv.lo CC asn1fix_export.lo CC asn1fix_param.lo CC asn1fix_class.lo CC asn1fix_tags.lo CC asn1fix_enum.lo CC asn1fix_cws.lo CC asn1fix_constraint_compat.lo CCLD libasn1fix.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1fix' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1fix' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1fix' Making install in libasn1print make[1]: Entering directory '/home/etsi/frameworks/asn1c/libasn1print' CC asn1print.lo CCLD libasn1print.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1print' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1print' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1print' Making install in libasn1compiler make[1]: Entering directory '/home/etsi/frameworks/asn1c/libasn1compiler' CC asn1compiler.lo CC asn1c_misc.lo CC asn1c_out.lo CC asn1c_lang.lo CC asn1c_naming.lo CC asn1c_save.lo asn1c_save.c: In function 'asn1c__save_example_mk_makefile': asn1c_save.c:235:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < argc; i++) ^~~ asn1c_save.c:237:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' safe_fprintf(mkf, "\n\n"); ^~~~~~~~~~~~  CC asn1c_C.lo CC asn1c_constraint.lo CC asn1c_compat.lo CC asn1c_ioc.lo CC asn1c_fdeps.lo CCLD libasn1compiler.la ar: `u' modifier ignored since `D' is the default (see `U') make[2]: Entering directory '/home/etsi/frameworks/asn1c/libasn1compiler' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1compiler' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/libasn1compiler' Making install in asn1c make[1]: Entering directory '/home/etsi/frameworks/asn1c/asn1c' CC asn1c.o CCLD asn1c CC unber.o CCLD unber CC enber.o CCLD enber make[2]: Entering directory '/home/etsi/frameworks/asn1c/asn1c' /bin/mkdir -p '/usr/local/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c asn1c unber enber '/usr/local/bin' libtool: install: /usr/bin/install -c asn1c /usr/local/bin/asn1c libtool: install: /usr/bin/install -c unber /usr/local/bin/unber libtool: install: /usr/bin/install -c enber /usr/local/bin/enber make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/home/etsi/frameworks/asn1c/asn1c' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/asn1c' Making install in skeletons make[1]: Entering directory '/home/etsi/frameworks/asn1c/skeletons' make[2]: Entering directory '/home/etsi/frameworks/asn1c/skeletons' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/local/share/asn1c' /usr/bin/install -c -m 644 ./README ./ANY.c ./ANY.h ./BIT_STRING.c ./BIT_STRING.h ./BIT_STRING_oer.c ./BMPString.c ./BMPString.h ./BOOLEAN.c ./BOOLEAN.h ./ENUMERATED.c ./ENUMERATED.h ./GeneralString.c ./GeneralString.h ./GeneralizedTime.c ./GeneralizedTime.h ./GraphicString.c ./GraphicString.h ./IA5String.c ./IA5String.h ./INTEGER.c ./INTEGER.h ./INTEGER_oer.c ./ISO646String.c ./ISO646String.h ./NULL.c ./NULL.h ./NativeEnumerated.c ./NativeEnumerated.h ./NativeEnumerated_oer.c ./NativeInteger.c ./NativeInteger.h ./NativeInteger_oer.c ./NativeReal.c ./NativeReal.h ./NumericString.c ./NumericString.h ./OBJECT_IDENTIFIER.c ./OBJECT_IDENTIFIER.h ./OCTET_STRING.c '/usr/local/share/asn1c' /usr/bin/install -c -m 644 ./OCTET_STRING.h ./OCTET_STRING_oer.c ./OPEN_TYPE.c ./OPEN_TYPE.h ./OPEN_TYPE_oer.c ./ObjectDescriptor.c ./ObjectDescriptor.h ./PrintableString.c ./PrintableString.h ./REAL.c ./REAL.h ./RELATIVE-OID.c ./RELATIVE-OID.h ./T61String.c ./T61String.h ./TeletexString.c ./TeletexString.h ./UTCTime.c ./UTCTime.h ./UTF8String.c ./UTF8String.h ./UniversalString.c ./UniversalString.h ./VideotexString.c ./VideotexString.h ./VisibleString.c ./VisibleString.h ./asn_SEQUENCE_OF.c ./asn_SEQUENCE_OF.h ./asn_SET_OF.c ./asn_SET_OF.h ./asn_application.c ./asn_application.h ./asn_bit_data.c ./asn_bit_data.h ./asn_codecs.h ./asn_codecs_prim.c ./asn_codecs_prim.h ./asn_internal.c ./asn_internal.h '/usr/local/share/asn1c' /usr/bin/install -c -m 644 ./asn_ioc.h ./asn_random_fill.c ./asn_random_fill.h ./asn_system.h ./ber_decoder.c ./ber_decoder.h ./ber_tlv_length.c ./ber_tlv_length.h ./ber_tlv_tag.c ./ber_tlv_tag.h ./constr_CHOICE.c ./constr_CHOICE.h ./constr_CHOICE_oer.c ./constr_SEQUENCE.c ./constr_SEQUENCE.h ./constr_SEQUENCE_OF.c ./constr_SEQUENCE_OF.h ./constr_SEQUENCE_oer.c ./constr_SET.c ./constr_SET.h ./constr_SET_OF.c ./constr_SET_OF.h ./constr_SET_OF_oer.c ./constr_TYPE.c ./constr_TYPE.h ./constraints.c ./constraints.h ./converter-example.c ./der_encoder.c ./der_encoder.h ./oer_decoder.c ./oer_decoder.h ./oer_encoder.c ./oer_encoder.h ./oer_support.c ./oer_support.h ./per_decoder.c ./per_decoder.h ./per_encoder.c ./per_encoder.h '/usr/local/share/asn1c' /usr/bin/install -c -m 644 ./per_opentype.c ./per_opentype.h ./per_support.c ./per_support.h ./xer_decoder.c ./xer_decoder.h ./xer_encoder.c ./xer_encoder.h ./xer_support.c ./xer_support.h ./file-dependencies '/usr/local/share/asn1c' /bin/mkdir -p '/usr/local/share/asn1c' /bin/mkdir -p '/usr/local/share/asn1c/standard-modules' /usr/bin/install -c -m 644 standard-modules/README standard-modules/ASN1-Object-Identifier-Module.asn1 standard-modules/ASN1C-UsefulInformationObjectClasses.asn1 '/usr/local/share/asn1c/standard-modules' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/skeletons' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/skeletons' Making install in tests make[1]: Entering directory '/home/etsi/frameworks/asn1c/tests' Making install in tests-asn1c-compiler make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-compiler' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-compiler' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-compiler' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-compiler' Making install in tests-skeletons make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-skeletons' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-skeletons' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-skeletons' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-skeletons' Making install in tests-asn1c-smoke make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-smoke' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-smoke' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-smoke' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-asn1c-smoke' Making install in tests-c-compiler make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' Making install in check-src make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler/check-src' make[4]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler/check-src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler/check-src' make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler/check-src' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' make[4]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-c-compiler' Making install in tests-randomized make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-randomized' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests/tests-randomized' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-randomized' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests/tests-randomized' make[2]: Entering directory '/home/etsi/frameworks/asn1c/tests' make[3]: Entering directory '/home/etsi/frameworks/asn1c/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/tests' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/tests' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/tests' Making install in examples make[1]: Entering directory '/home/etsi/frameworks/asn1c/examples' make install-am make[2]: Entering directory '/home/etsi/frameworks/asn1c/examples' make[3]: Entering directory '/home/etsi/frameworks/asn1c/examples' /bin/mkdir -p '/usr/local/bin' /usr/bin/install -c crfc2asn1.pl '/usr/local/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/examples' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/examples' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/examples' Making install in doc make[1]: Entering directory '/home/etsi/frameworks/asn1c/doc' Making install in docsrc make[2]: Entering directory '/home/etsi/frameworks/asn1c/doc/docsrc' make[3]: Entering directory '/home/etsi/frameworks/asn1c/doc/docsrc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/etsi/frameworks/asn1c/doc/docsrc' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/doc/docsrc' Making install in man make[2]: Entering directory '/home/etsi/frameworks/asn1c/doc/man' make[3]: Entering directory '/home/etsi/frameworks/asn1c/doc/man' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/local/share/man/man1' /usr/bin/install -c -m 644 asn1c.1 unber.1 enber.1 '/usr/local/share/man/man1' make[3]: Leaving directory '/home/etsi/frameworks/asn1c/doc/man' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/doc/man' make[2]: Entering directory '/home/etsi/frameworks/asn1c/doc' make[3]: Entering directory '/home/etsi/frameworks/asn1c/doc' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/local/share/doc/asn1c' /usr/bin/install -c -m 644 ./asn1c-quick.pdf ./asn1c-usage.pdf '/usr/local/share/doc/asn1c' make[3]: Leaving directory '/home/etsi/frameworks/asn1c/doc' make[2]: Leaving directory '/home/etsi/frameworks/asn1c/doc' make[1]: Leaving directory '/home/etsi/frameworks/asn1c/doc' make[1]: Entering directory '/home/etsi/frameworks/asn1c' make[2]: Entering directory '/home/etsi/frameworks/asn1c' make[2]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/usr/local/share/doc/asn1c' /usr/bin/install -c -m 644 README.md INSTALL.md REQUIREMENTS.md FAQ ChangeLog BUGS '/usr/local/share/doc/asn1c' make[2]: Leaving directory '/home/etsi/frameworks/asn1c' make[1]: Leaving directory '/home/etsi/frameworks/asn1c' --2018-10-10 05:55:25-- http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz Resolving ftp.halifax.rwth-aachen.de (ftp.halifax.rwth-aachen.de)... 137.226.34.46, 2a00:8a60:e012:a00::21 Connecting to ftp.halifax.rwth-aachen.de (ftp.halifax.rwth-aachen.de)|137.226.34.46|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 217991926 (208M) [application/octet-stream] Saving to: 'eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz'  0K .......... .......... .......... .......... .......... 0% 687K 5m10s 50K .......... .......... .......... .......... .......... 0% 1.38M 3m50s 100K .......... .......... .......... .......... .......... 0% 1.27M 3m28s 150K .......... .......... .......... .......... .......... 0% 110M 2m36s 200K .......... .......... .......... .......... .......... 0% 1.41M 2m34s 250K .......... .......... .......... .......... .......... 0% 33.9M 2m10s 300K .......... .......... .......... .......... .......... 0% 39.3M 1m52s 350K .......... .......... .......... .......... .......... 0% 1.48M 1m55s 400K .......... .......... .......... .......... .......... 0% 14.2M 1m44s 450K .......... .......... .......... .......... .......... 0% 707K 2m4s 500K .......... .......... .......... .......... .......... 0% 37.8M 1m53s 550K .......... .......... .......... .......... .......... 0% 45.0M 1m44s 600K .......... .......... .......... .......... .......... 0% 1.37M 1m48s 650K .......... .......... .......... .......... .......... 0% 28.1M 1m40s 700K .......... .......... .......... .......... .......... 0% 1.29M 1m44s 750K .......... .......... .......... .......... .......... 0% 695K 1m57s 800K .......... .......... .......... .......... .......... 0% 37.1M 1m50s 850K .......... .......... .......... .......... .......... 0% 1.34M 1m53s 900K .......... .......... .......... .......... .......... 0% 1.31M 1m55s 950K .......... .......... .......... .......... .......... 0% 1.33M 1m57s 1000K .......... .......... .......... .......... .......... 0% 1.35M 1m59s 1050K .......... .......... .......... .......... .......... 0% 684K 2m7s 1100K .......... .......... .......... .......... .......... 0% 56.4M 2m2s 1150K .......... .......... .......... .......... .......... 0% 691K 2m10s 1200K .......... .......... .......... .......... .......... 0% 682K 2m17s 1250K .......... .......... .......... .......... .......... 0% 1.34M 2m18s 1300K .......... .......... .......... .......... .......... 0% 458K 2m30s 1350K .......... .......... .......... .......... .......... 0% 1.25M 2m30s 1400K .......... .......... .......... .......... .......... 0% 472K 2m40s 1450K .......... .......... .......... .......... .......... 0% 452K 2m50s 1500K .......... .......... .......... .......... .......... 0% 668K 2m55s 1550K .......... .......... .......... .......... .......... 0% 455K 3m4s 1600K .......... .......... .......... .......... .......... 0% 341K 3m17s 1650K .......... .......... .......... .......... .......... 0% 346K 3m29s 1700K .......... .......... .......... .......... .......... 0% 455K 3m37s 1750K .......... .......... .......... .......... .......... 0% 459K 3m43s 1800K .......... .......... .......... .......... .......... 0% 681K 3m46s 1850K .......... .......... .......... .......... .......... 0% 467K 3m51s 1900K .......... .......... .......... .......... .......... 0% 459K 3m57s 1950K .......... .......... .......... .......... .......... 0% 457K 4m3s 2000K .......... .......... .......... .......... .......... 0% 347K 4m12s 2050K .......... .......... .......... .......... .......... 0% 342K 4m20s 2100K .......... .......... .......... .......... .......... 1% 440K 4m25s 2150K .......... .......... .......... .......... .......... 1% 345K 4m33s 2200K .......... .......... .......... .......... .......... 1% 355K 4m40s 2250K .......... .......... .......... .......... .......... 1% 336K 4m48s 2300K .......... .......... .......... .......... .......... 1% 227K 5m1s 2350K .......... .......... .......... .......... .......... 1% 344K 5m8s 2400K .......... .......... .......... .......... .......... 1% 347K 5m14s 2450K .......... .......... .......... .......... .......... 1% 339K 5m20s 2500K .......... .......... .......... .......... .......... 1% 278K 5m28s 2550K .......... .......... .......... .......... .......... 1% 332K 5m34s 2600K .......... .......... .......... .......... .......... 1% 344K 5m39s 2650K .......... .......... .......... .......... .......... 1% 457K 5m41s 2700K .......... .......... .......... .......... .......... 1% 459K 5m43s 2750K .......... .......... .......... .......... .......... 1% 281K 5m50s 2800K .......... .......... .......... .......... .......... 1% 338K 5m55s 2850K .......... .......... .......... .......... .......... 1% 334K 6m0s 2900K .......... .......... .......... .......... .......... 1% 277K 6m6s 2950K .......... .......... .......... .......... .......... 1% 453K 6m8s 3000K .......... .......... .......... .......... .......... 1% 339K 6m12s 3050K .......... .......... .......... .......... .......... 1% 450K 6m13s 3100K .......... .......... .......... .......... .......... 1% 335K 6m17s 3150K .......... .......... .......... .......... .......... 1% 454K 6m19s 3200K .......... .......... .......... .......... .......... 1% 452K 6m20s 3250K .......... .......... .......... .......... .......... 1% 673K 6m19s 3300K .......... .......... .......... .......... .......... 1% 463K 6m20s 3350K .......... .......... .......... .......... .......... 1% 671K 6m19s 3400K .......... .......... .......... .......... .......... 1% 457K 6m20s 3450K .......... .......... .......... .......... .......... 1% 346K 6m23s 3500K .......... .......... .......... .......... .......... 1% 436K 6m24s 3550K .......... .......... .......... .......... .......... 1% 441K 6m25s 3600K .......... .......... .......... .......... .......... 1% 331K 6m29s 3650K .......... .......... .......... .......... .......... 1% 211K 6m37s 3700K .......... .......... .......... .......... .......... 1% 275K 6m41s 3750K .......... .......... .......... .......... .......... 1% 275K 6m46s 3800K .......... .......... .......... .......... .......... 1% 227K 6m53s 3850K .......... .......... .......... .......... .......... 1% 342K 6m55s 3900K .......... .......... .......... .......... .......... 1% 343K 6m57s 3950K .......... .......... .......... .......... .......... 1% 275K 7m2s 4000K .......... .......... .......... .......... .......... 1% 229K 7m8s 4050K .......... .......... .......... .......... .......... 1% 229K 7m13s 4100K .......... .......... .......... .......... .......... 1% 270K 7m17s 4150K .......... .......... .......... .......... .......... 1% 453K 7m17s 4200K .......... .......... .......... .......... .......... 1% 456K 7m18s 4250K .......... .......... .......... .......... .......... 2% 460K 7m18s 4300K .......... .......... .......... .......... .......... 2% 456K 7m18s 4350K .......... .......... .......... .......... .......... 2% 347K 7m20s 4400K .......... .......... .......... .......... .......... 2% 459K 7m20s 4450K .......... .......... .......... .......... .......... 2% 672K 7m18s 4500K .......... .......... .......... .......... .......... 2% 348K 7m20s 4550K .......... .......... .......... .......... .......... 2% 447K 7m20s 4600K .......... .......... .......... .......... .......... 2% 456K 7m20s 4650K .......... .......... .......... .......... .......... 2% 460K 7m20s 4700K .......... .......... .......... .......... .......... 2% 520K 7m19s 4750K .......... .......... .......... .......... .......... 2% 343K 7m21s 4800K .......... .......... .......... .......... .......... 2% 680K 7m20s 4850K .......... .......... .......... .......... .......... 2% 460K 7m20s 4900K .......... .......... .......... .......... .......... 2% 682K 7m18s 4950K .......... .......... .......... .......... .......... 2% 462K 7m18s 5000K .......... .......... .......... .......... .......... 2% 465K 7m18s 5050K .......... .......... .......... .......... .......... 2% 667K 7m17s 5100K .......... .......... .......... .......... .......... 2% 458K 7m17s 5150K .......... .......... .......... .......... .......... 2% 455K 7m17s 5200K .......... .......... .......... .......... .......... 2% 681K 7m16s 5250K .......... .......... .......... .......... .......... 2% 464K 7m16s 5300K .......... .......... .......... .......... .......... 2% 688K 7m14s 5350K .......... .......... .......... .......... .......... 2% 690K 7m13s 5400K .......... .......... .......... .......... .......... 2% 690K 7m12s 5450K .......... .......... .......... .......... .......... 2% 718K 7m10s 5500K .......... .......... .......... .......... .......... 2% 1.06M 7m8s 5550K .......... .......... .......... .......... .......... 2% 448K 7m8s 5600K .......... .......... .......... .......... .......... 2% 676K 7m7s 5650K .......... .......... .......... .......... .......... 2% 680K 7m6s 5700K .......... .......... .......... .......... .......... 2% 687K 7m5s 5750K .......... .......... .......... .......... .......... 2% 470K 7m5s 5800K .......... .......... .......... .......... .......... 2% 671K 7m4s 5850K .......... .......... .......... .......... .......... 2% 459K 7m4s 5900K .......... .......... .......... .......... .......... 2% 684K 7m3s 5950K .......... .......... .......... .......... .......... 2% 466K 7m3s 6000K .......... .......... .......... .......... .......... 2% 462K 7m3s 6050K .......... .......... .......... .......... .......... 2% 341K 7m4s 6100K .......... .......... .......... .......... .......... 2% 275K 7m7s 6150K .......... .......... .......... .......... .......... 2% 338K 7m8s 6200K .......... .......... .......... .......... .......... 2% 277K 7m11s 6250K .......... .......... .......... .......... .......... 2% 342K 7m12s 6300K .......... .......... .......... .......... .......... 2% 437K 7m12s 6350K .......... .......... .......... .......... .......... 3% 456K 7m12s 6400K .......... .......... .......... .......... .......... 3% 463K 7m12s 6450K .......... .......... .......... .......... .......... 3% 680K 7m11s 6500K .......... .......... .......... .......... .......... 3% 681K 7m10s 6550K .......... .......... .......... .......... .......... 3% 689K 7m9s 6600K .......... .......... .......... .......... .......... 3% 689K 7m8s 6650K .......... .......... .......... .......... .......... 3% 462K 7m8s 6700K .......... .......... .......... .......... .......... 3% 671K 7m7s 6750K .......... .......... .......... .......... .......... 3% 468K 7m7s 6800K .......... .......... .......... .......... .......... 3% 676K 7m6s 6850K .......... .......... .......... .......... .......... 3% 687K 7m5s 6900K .......... .......... .......... .......... .......... 3% 685K 7m4s 6950K .......... .......... .......... .......... .......... 3% 692K 7m3s 7000K .......... .......... .......... .......... .......... 3% 689K 7m2s 7050K .......... .......... .......... .......... .......... 3% 348K 7m3s 7100K .......... .......... .......... .......... .......... 3% 668K 7m2s 7150K .......... .......... .......... .......... .......... 3% 341K 7m3s 7200K .......... .......... .......... .......... .......... 3% 457K 7m3s 7250K .......... .......... .......... .......... .......... 3% 277K 7m5s 7300K .......... .......... .......... .......... .......... 3% 672K 7m4s 7350K .......... .......... .......... .......... .......... 3% 344K 7m5s 7400K .......... .......... .......... .......... .......... 3% 456K 7m6s 7450K .......... .......... .......... .......... .......... 3% 459K 7m6s 7500K .......... .......... .......... .......... .......... 3% 465K 7m6s 7550K .......... .......... .......... .......... .......... 3% 676K 7m5s 7600K .......... .......... .......... .......... .......... 3% 686K 7m4s 7650K .......... .......... .......... .......... .......... 3% 688K 7m3s 7700K .......... .......... .......... .......... .......... 3% 612K 7m2s 7750K .......... .......... .......... .......... .......... 3% 683K 7m1s 7800K .......... .......... .......... .......... .......... 3% 687K 7m0s 7850K .......... .......... .......... .......... .......... 3% 1.31M 6m59s 7900K .......... .......... .......... .......... .......... 3% 693K 6m58s 7950K .......... .......... .......... .......... .......... 3% 420K 6m58s 8000K .......... .......... .......... .......... .......... 3% 1.31M 6m56s 8050K .......... .......... .......... .......... .......... 3% 1.32M 6m55s 8100K .......... .......... .......... .......... .......... 3% 696K 6m54s 8150K .......... .......... .......... .......... .......... 3% 1.29M 6m52s 8200K .......... .......... .......... .......... .......... 3% 708K 6m51s 8250K .......... .......... .......... .......... .......... 3% 1.27M 6m50s 8300K .......... .......... .......... .......... .......... 3% 708K 6m49s 8350K .......... .......... .......... .......... .......... 3% 1.24M 6m47s 8400K .......... .......... .......... .......... .......... 3% 704K 6m46s 8450K .......... .......... .......... .......... .......... 3% 700K 6m46s 8500K .......... .......... .......... .......... .......... 4% 669K 6m45s 8550K .......... .......... .......... .......... .......... 4% 689K 6m44s 8600K .......... .......... .......... .......... .......... 4% 349K 6m45s 8650K .......... .......... .......... .......... .......... 4% 447K 6m45s 8700K .......... .......... .......... .......... .......... 4% 343K 6m46s 8750K .......... .......... .......... .......... .......... 4% 451K 6m47s 8800K .......... .......... .......... .......... .......... 4% 461K 6m47s 8850K .......... .......... .......... .......... .......... 4% 456K 6m47s 8900K .......... .......... .......... .......... .......... 4% 345K 6m48s 8950K .......... .......... .......... .......... .......... 4% 342K 6m49s 9000K .......... .......... .......... .......... .......... 4% 682K 6m48s 9050K .......... .......... .......... .......... .......... 4% 345K 6m49s 9100K .......... .......... .......... .......... .......... 4% 345K 6m50s 9150K .......... .......... .......... .......... .......... 4% 345K 6m51s 9200K .......... .......... .......... .......... .......... 4% 457K 6m51s 9250K .......... .......... .......... .......... .......... 4% 680K 6m50s 9300K .......... .......... .......... .......... .......... 4% 459K 6m50s 9350K .......... .......... .......... .......... .......... 4% 342K 6m51s 9400K .......... .......... .......... .......... .......... 4% 458K 6m51s 9450K .......... .......... .......... .......... .......... 4% 460K 6m51s 9500K .......... .......... .......... .......... .......... 4% 680K 6m50s 9550K .......... .......... .......... .......... .......... 4% 467K 6m50s 9600K .......... .......... .......... .......... .......... 4% 662K 6m50s 9650K .......... .......... .......... .......... .......... 4% 346K 6m51s 9700K .......... .......... .......... .......... .......... 4% 344K 6m51s 9750K .......... .......... .......... .......... .......... 4% 458K 6m51s 9800K .......... .......... .......... .......... .......... 4% 436K 6m52s 9850K .......... .......... .......... .......... .......... 4% 440K 6m52s 9900K .......... .......... .......... .......... .......... 4% 679K 6m51s 9950K .......... .......... .......... .......... .......... 4% 681K 6m50s 10000K .......... .......... .......... .......... .......... 4% 458K 6m51s 10050K .......... .......... .......... .......... .......... 4% 430K 6m51s 10100K .......... .......... .......... .......... .......... 4% 458K 6m51s 10150K .......... .......... .......... .......... .......... 4% 459K 6m51s 10200K .......... .......... .......... .......... .......... 4% 286K 6m52s 10250K .......... .......... .......... .......... .......... 4% 256K 6m54s 10300K .......... .......... .......... .......... .......... 4% 238K 6m56s 10350K .......... .......... .......... .......... .......... 4% 257K 6m58s 10400K .......... .......... .......... .......... .......... 4% 302K 6m59s 10450K .......... .......... .......... .......... .......... 4% 293K 7m0s 10500K .......... .......... .......... .......... .......... 4% 321K 7m1s 10550K .......... .......... .......... .......... .......... 4% 458K 7m1s 10600K .......... .......... .......... .......... .......... 5% 292K 7m2s 10650K .......... .......... .......... .......... .......... 5% 345K 7m3s 10700K .......... .......... .......... .......... .......... 5% 394K 7m3s 10750K .......... .......... .......... .......... .......... 5% 413K 7m3s 10800K .......... .......... .......... .......... .......... 5% 428K 7m3s 10850K .......... .......... .......... .......... .......... 5% 675K 7m3s 10900K .......... .......... .......... .......... .......... 5% 549K 7m2s 10950K .......... .......... .......... .......... .......... 5% 550K 7m2s 11000K .......... .......... .......... .......... .......... 5% 455K 7m2s 11050K .......... .......... .......... .......... .......... 5% 460K 7m2s 11100K .......... .......... .......... .......... .......... 5% 555K 7m2s 11150K .......... .......... .......... .......... .......... 5% 547K 7m1s 11200K .......... .......... .......... .......... .......... 5% 461K 7m1s 11250K .......... .......... .......... .......... .......... 5% 344K 7m2s 11300K .......... .......... .......... .......... .......... 5% 346K 7m2s 11350K .......... .......... .......... .......... .......... 5% 398K 7m3s 11400K .......... .......... .......... .......... .......... 5% 346K 7m3s 11450K .......... .......... .......... .......... .......... 5% 355K 7m4s 11500K .......... .......... .......... .......... .......... 5% 346K 7m4s 11550K .......... .......... .......... .......... .......... 5% 458K 7m4s 11600K .......... .......... .......... .......... .......... 5% 341K 7m5s 11650K .......... .......... .......... .......... .......... 5% 278K 7m6s 11700K .......... .......... .......... .......... .......... 5% 441K 7m6s 11750K .......... .......... .......... .......... .......... 5% 459K 7m6s 11800K .......... .......... .......... .......... .......... 5% 439K 7m6s 11850K .......... .......... .......... .......... .......... 5% 284K 7m7s 11900K .......... .......... .......... .......... .......... 5% 331K 7m8s 11950K .......... .......... .......... .......... .......... 5% 431K 7m8s 12000K .......... .......... .......... .......... .......... 5% 449K 7m8s 12050K .......... .......... .......... .......... .......... 5% 457K 7m8s 12100K .......... .......... .......... .......... .......... 5% 487K 7m8s 12150K .......... .......... .......... .......... .......... 5% 640K 7m7s 12200K .......... .......... .......... .......... .......... 5% 628K 7m6s 12250K .......... .......... .......... .......... .......... 5% 291K 7m7s 12300K .......... .......... .......... .......... .......... 5% 680K 7m7s 12350K .......... .......... .......... .......... .......... 5% 463K 7m7s 12400K .......... .......... .......... .......... .......... 5% 667K 7m6s 12450K .......... .......... .......... .......... .......... 5% 683K 7m5s 12500K .......... .......... .......... .......... .......... 5% 687K 7m5s 12550K .......... .......... .......... .......... .......... 5% 661K 7m4s 12600K .......... .......... .......... .......... .......... 5% 678K 7m4s 12650K .......... .......... .......... .......... .......... 5% 685K 7m3s 12700K .......... .......... .......... .......... .......... 5% 686K 7m2s 12750K .......... .......... .......... .......... .......... 6% 468K 7m2s 12800K .......... .......... .......... .......... .......... 6% 450K 7m2s 12850K .......... .......... .......... .......... .......... 6% 350K 7m3s 12900K .......... .......... .......... .......... .......... 6% 313K 7m3s 12950K .......... .......... .......... .......... .......... 6% 228K 7m5s 13000K .......... .......... .......... .......... .......... 6% 450K 7m5s 13050K .......... .......... .......... .......... .......... 6% 346K 7m6s 13100K .......... .......... .......... .......... .......... 6% 421K 7m6s 13150K .......... .......... .......... .......... .......... 6% 382K 7m6s 13200K .......... .......... .......... .......... .......... 6% 277K 7m7s 13250K .......... .......... .......... .......... .......... 6% 422K 7m7s 13300K .......... .......... .......... .......... .......... 6% 340K 7m7s 13350K .......... .......... .......... .......... .......... 6% 686K 7m7s 13400K .......... .......... .......... .......... .......... 6% 689K 7m6s 13450K .......... .......... .......... .......... .......... 6% 676K 7m6s 13500K .......... .......... .......... .......... .......... 6% 701K 7m5s 13550K .......... .......... .......... .......... .......... 6% 693K 7m4s 13600K .......... .......... .......... .......... .......... 6% 1.24M 7m3s 13650K .......... .......... .......... .......... .......... 6% 351K 7m4s 13700K .......... .......... .......... .......... .......... 6% 461K 7m4s 13750K .......... .......... .......... .......... .......... 6% 337K 7m4s 13800K .......... .......... .......... .......... .......... 6% 345K 7m5s 13850K .......... .......... .......... .......... .......... 6% 454K 7m5s 13900K .......... .......... .......... .......... .......... 6% 344K 7m5s 13950K .......... .......... .......... .......... .......... 6% 231K 7m6s 14000K .......... .......... .......... .......... .......... 6% 343K 7m7s 14050K .......... .......... .......... .......... .......... 6% 230K 7m8s 14100K .......... .......... .......... .......... .......... 6% 270K 7m9s 14150K .......... .......... .......... .......... .......... 6% 262K 7m10s 14200K .......... .......... .......... .......... .......... 6% 276K 7m11s 14250K .......... .......... .......... .......... .......... 6% 342K 7m12s 14300K .......... .......... .......... .......... .......... 6% 321K 7m12s 14350K .......... .......... .......... .......... .......... 6% 346K 7m13s 14400K .......... .......... .......... .......... .......... 6% 458K 7m12s 14450K .......... .......... .......... .......... .......... 6% 453K 7m12s 14500K .......... .......... .......... .......... .......... 6% 227K 7m14s 14550K .......... .......... .......... .......... .......... 6% 217K 7m15s 14600K .......... .......... .......... .......... .......... 6% 342K 7m16s 14650K .......... .......... .......... .......... .......... 6% 346K 7m16s 14700K .......... .......... .......... .......... .......... 6% 457K 7m16s 14750K .......... .......... .......... .......... .......... 6% 663K 7m15s 14800K .......... .......... .......... .......... .......... 6% 457K 7m15s 14850K .......... .......... .......... .......... .......... 6% 677K 7m15s 14900K .......... .......... .......... .......... .......... 7% 460K 7m15s 14950K .......... .......... .......... .......... .......... 7% 458K 7m14s 15000K .......... .......... .......... .......... .......... 7% 463K 7m14s 15050K .......... .......... .......... .......... .......... 7% 449K 7m14s 15100K .......... .......... .......... .......... .......... 7% 692K 7m14s 15150K .......... .......... .......... .......... .......... 7% 351K 7m14s 15200K .......... .......... .......... .......... .......... 7% 655K 7m13s 15250K .......... .......... .......... .......... .......... 7% 274K 7m14s 15300K .......... .......... .......... .......... .......... 7% 681K 7m14s 15350K .......... .......... .......... .......... .......... 7% 673K 7m13s 15400K .......... .......... .......... .......... .......... 7% 458K 7m13s 15450K .......... .......... .......... .......... .......... 7% 453K 7m13s 15500K .......... .......... .......... .......... .......... 7% 345K 7m13s 15550K .......... .......... .......... .......... .......... 7% 441K 7m13s 15600K .......... .......... .......... .......... .......... 7% 455K 7m13s 15650K .......... .......... .......... .......... .......... 7% 436K 7m13s 15700K .......... .......... .......... .......... .......... 7% 627K 7m12s 15750K .......... .......... .......... .......... .......... 7% 479K 7m12s 15800K .......... .......... .......... .......... .......... 7% 644K 7m12s 15850K .......... .......... .......... .......... .......... 7% 387K 7m12s 15900K .......... .......... .......... .......... .......... 7% 345K 7m12s 15950K .......... .......... .......... .......... .......... 7% 448K 7m12s 16000K .......... .......... .......... .......... .......... 7% 274K 7m13s 16050K .......... .......... .......... .......... .......... 7% 430K 7m13s 16100K .......... .......... .......... .......... .......... 7% 454K 7m13s 16150K .......... .......... .......... .......... .......... 7% 458K 7m13s 16200K .......... .......... .......... .......... .......... 7% 271K 7m14s 16250K .......... .......... .......... .......... .......... 7% 337K 7m14s 16300K .......... .......... .......... .......... .......... 7% 337K 7m14s 16350K .......... .......... .......... .......... .......... 7% 278K 7m15s 16400K .......... .......... .......... .......... .......... 7% 275K 7m16s 16450K .......... .......... .......... .......... .......... 7% 268K 7m16s 16500K .......... .......... .......... .......... .......... 7% 170K 7m19s 16550K .......... .......... .......... .......... .......... 7% 230K 7m20s 16600K .......... .......... .......... .......... .......... 7% 273K 7m20s 16650K .......... .......... .......... .......... .......... 7% 194K 7m22s 16700K .......... .......... .......... .......... .......... 7% 152K 7m24s 16750K .......... .......... .......... .......... .......... 7% 275K 7m25s 16800K .......... .......... .......... .......... .......... 7% 344K 7m25s 16850K .......... .......... .......... .......... .......... 7% 457K 7m25s 16900K .......... .......... .......... .......... .......... 7% 459K 7m25s 16950K .......... .......... .......... .......... .......... 7% 680K 7m24s 17000K .......... .......... .......... .......... .......... 8% 422K 7m24s 17050K .......... .......... .......... .......... .......... 8% 682K 7m24s 17100K .......... .......... .......... .......... .......... 8% 347K 7m24s 17150K .......... .......... .......... .......... .......... 8% 451K 7m24s 17200K .......... .......... .......... .......... .......... 8% 298K 7m24s 17250K .......... .......... .......... .......... .......... 8% 341K 7m25s 17300K .......... .......... .......... .......... .......... 8% 229K 7m26s 17350K .......... .......... .......... .......... .......... 8% 268K 7m26s 17400K .......... .......... .......... .......... .......... 8% 266K 7m27s 17450K .......... .......... .......... .......... .......... 8% 293K 7m28s 17500K .......... .......... .......... .......... .......... 8% 229K 7m29s 17550K .......... .......... .......... .......... .......... 8% 277K 7m29s 17600K .......... .......... .......... .......... .......... 8% 426K 7m29s 17650K .......... .......... .......... .......... .......... 8% 430K 7m29s 17700K .......... .......... .......... .......... .......... 8% 456K 7m29s 17750K .......... .......... .......... .......... .......... 8% 445K 7m29s 17800K .......... .......... .......... .......... .......... 8% 277K 7m29s 17850K .......... .......... .......... .......... .......... 8% 342K 7m30s 17900K .......... .......... .......... .......... .......... 8% 346K 7m30s 17950K .......... .......... .......... .......... .......... 8% 677K 7m29s 18000K .......... .......... .......... .......... .......... 8% 457K 7m29s 18050K .......... .......... .......... .......... .......... 8% 321K 7m29s 18100K .......... .......... .......... .......... .......... 8% 451K 7m29s 18150K .......... .......... .......... .......... .......... 8% 679K 7m29s 18200K .......... .......... .......... .......... .......... 8% 669K 7m28s 18250K .......... .......... .......... .......... .......... 8% 686K 7m28s 18300K .......... .......... .......... .......... .......... 8% 277K 7m28s 18350K .......... .......... .......... .......... .......... 8% 451K 7m28s 18400K .......... .......... .......... .......... .......... 8% 268K 7m29s 18450K .......... .......... .......... .......... .......... 8% 259K 7m29s 18500K .......... .......... .......... .......... .......... 8% 343K 7m30s 18550K .......... .......... .......... .......... .......... 8% 265K 7m30s 18600K .......... .......... .......... .......... .......... 8% 310K 7m31s 18650K .......... .......... .......... .......... .......... 8% 229K 7m31s 18700K .......... .......... .......... .......... .......... 8% 140K 7m34s 18750K .......... .......... .......... .......... .......... 8% 171K 7m36s 18800K .......... .......... .......... .......... .......... 8% 271K 7m36s 18850K .......... .......... .......... .......... .......... 8% 344K 7m36s 18900K .......... .......... .......... .......... .......... 8% 458K 7m36s 18950K .......... .......... .......... .......... .......... 8% 460K 7m36s 19000K .......... .......... .......... .......... .......... 8% 650K 7m35s 19050K .......... .......... .......... .......... .......... 8% 462K 7m35s 19100K .......... .......... .......... .......... .......... 8% 447K 7m35s 19150K .......... .......... .......... .......... .......... 9% 457K 7m35s 19200K .......... .......... .......... .......... .......... 9% 451K 7m35s 19250K .......... .......... .......... .......... .......... 9% 664K 7m34s 19300K .......... .......... .......... .......... .......... 9% 490K 7m34s 19350K .......... .......... .......... .......... .......... 9% 629K 7m33s 19400K .......... .......... .......... .......... .......... 9% 681K 7m33s 19450K .......... .......... .......... .......... .......... 9% 451K 7m33s 19500K .......... .......... .......... .......... .......... 9% 678K 7m32s 19550K .......... .......... .......... .......... .......... 9% 460K 7m32s 19600K .......... .......... .......... .......... .......... 9% 685K 7m31s 19650K .......... .......... .......... .......... .......... 9% 688K 7m31s 19700K .......... .......... .......... .......... .......... 9% 685K 7m30s 19750K .......... .......... .......... .......... .......... 9% 687K 7m30s 19800K .......... .......... .......... .......... .......... 9% 683K 7m29s 19850K .......... .......... .......... .......... .......... 9% 678K 7m29s 19900K .......... .......... .......... .......... .......... 9% 464K 7m28s 19950K .......... .......... .......... .......... .......... 9% 686K 7m28s 20000K .......... .......... .......... .......... .......... 9% 687K 7m27s 20050K .......... .......... .......... .......... .......... 9% 680K 7m27s 20100K .......... .......... .......... .......... .......... 9% 452K 7m27s 20150K .......... .......... .......... .......... .......... 9% 453K 7m26s 20200K .......... .......... .......... .......... .......... 9% 317K 7m27s 20250K .......... .......... .......... .......... .......... 9% 454K 7m27s 20300K .......... .......... .......... .......... .......... 9% 343K 7m27s 20350K .......... .......... .......... .......... .......... 9% 458K 7m27s 20400K .......... .......... .......... .......... .......... 9% 276K 7m27s 20450K .......... .......... .......... .......... .......... 9% 341K 7m27s 20500K .......... .......... .......... .......... .......... 9% 345K 7m27s 20550K .......... .......... .......... .......... .......... 9% 448K 7m27s 20600K .......... .......... .......... .......... .......... 9% 458K 7m27s 20650K .......... .......... .......... .......... .......... 9% 458K 7m27s 20700K .......... .......... .......... .......... .......... 9% 346K 7m27s 20750K .......... .......... .......... .......... .......... 9% 327K 7m27s 20800K .......... .......... .......... .......... .......... 9% 335K 7m27s 20850K .......... .......... .......... .......... .......... 9% 343K 7m28s 20900K .......... .......... .......... .......... .......... 9% 277K 7m28s 20950K .......... .......... .......... .......... .......... 9% 340K 7m28s 21000K .......... .......... .......... .......... .......... 9% 343K 7m28s 21050K .......... .......... .......... .......... .......... 9% 346K 7m28s 21100K .......... .......... .......... .......... .......... 9% 452K 7m28s 21150K .......... .......... .......... .......... .......... 9% 343K 7m28s 21200K .......... .......... .......... .......... .......... 9% 343K 7m29s 21250K .......... .......... .......... .......... .......... 10% 326K 7m29s 21300K .......... .......... .......... .......... .......... 10% 344K 7m29s 21350K .......... .......... .......... .......... .......... 10% 274K 7m29s 21400K .......... .......... .......... .......... .......... 10% 227K 7m30s 21450K .......... .......... .......... .......... .......... 10% 251K 7m31s 21500K .......... .......... .......... .......... .......... 10% 275K 7m31s 21550K .......... .......... .......... .......... .......... 10% 453K 7m31s 21600K .......... .......... .......... .......... .......... 10% 351K 7m31s 21650K .......... .......... .......... .......... .......... 10% 457K 7m31s 21700K .......... .......... .......... .......... .......... 10% 462K 7m31s 21750K .......... .......... .......... .......... .......... 10% 671K 7m30s 21800K .......... .......... .......... .......... .......... 10% 688K 7m30s 21850K .......... .......... .......... .......... .......... 10% 681K 7m29s 21900K .......... .......... .......... .......... .......... 10% 444K 7m29s 21950K .......... .......... .......... .......... .......... 10% 673K 7m29s 22000K .......... .......... .......... .......... .......... 10% 345K 7m29s 22050K .......... .......... .......... .......... .......... 10% 455K 7m28s 22100K .......... .......... .......... .......... .......... 10% 459K 7m28s 22150K .......... .......... .......... .......... .......... 10% 453K 7m28s 22200K .......... .......... .......... .......... .......... 10% 341K 7m28s 22250K .......... .......... .......... .......... .......... 10% 273K 7m29s 22300K .......... .......... .......... .......... .......... 10% 444K 7m29s 22350K .......... .......... .......... .......... .......... 10% 459K 7m28s 22400K .......... .......... .......... .......... .......... 10% 458K 7m28s 22450K .......... .......... .......... .......... .......... 10% 344K 7m28s 22500K .......... .......... .......... .......... .......... 10% 231K 7m29s 22550K .......... .......... .......... .......... .......... 10% 274K 7m29s 22600K .......... .......... .......... .......... .......... 10% 275K 7m30s 22650K .......... .......... .......... .......... .......... 10% 273K 7m30s 22700K .......... .......... .......... .......... .......... 10% 268K 7m31s 22750K .......... .......... .......... .......... .......... 10% 230K 7m31s 22800K .......... .......... .......... .......... .......... 10% 230K 7m32s 22850K .......... .......... .......... .......... .......... 10% 331K 7m32s 22900K .......... .......... .......... .......... .......... 10% 359K 7m32s 22950K .......... .......... .......... .......... .......... 10% 445K 7m32s 23000K .......... .......... .......... .......... .......... 10% 628K 7m32s 23050K .......... .......... .......... .......... .......... 10% 461K 7m31s 23100K .......... .......... .......... .......... .......... 10% 457K 7m31s 23150K .......... .......... .......... .......... .......... 10% 456K 7m31s 23200K .......... .......... .......... .......... .......... 10% 439K 7m31s 23250K .......... .......... .......... .......... .......... 10% 460K 7m31s 23300K .......... .......... .......... .......... .......... 10% 684K 7m30s 23350K .......... .......... .......... .......... .......... 10% 682K 7m30s 23400K .......... .......... .......... .......... .......... 11% 346K 7m30s 23450K .......... .......... .......... .......... .......... 11% 345K 7m30s 23500K .......... .......... .......... .......... .......... 11% 457K 7m30s 23550K .......... .......... .......... .......... .......... 11% 461K 7m30s 23600K .......... .......... .......... .......... .......... 11% 345K 7m30s 23650K .......... .......... .......... .......... .......... 11% 450K 7m29s 23700K .......... .......... .......... .......... .......... 11% 447K 7m29s 23750K .......... .......... .......... .......... .......... 11% 471K 7m29s 23800K .......... .......... .......... .......... .......... 11% 463K 7m29s 23850K .......... .......... .......... .......... .......... 11% 677K 7m28s 23900K .......... .......... .......... .......... .......... 11% 656K 7m28s 23950K .......... .......... .......... .......... .......... 11% 688K 7m27s 24000K .......... .......... .......... .......... .......... 11% 690K 7m27s 24050K .......... .......... .......... .......... .......... 11% 634K 7m27s 24100K .......... .......... .......... .......... .......... 11% 802K 7m26s 24150K .......... .......... .......... .......... .......... 11% 600K 7m26s 24200K .......... .......... .......... .......... .......... 11% 467K 7m25s 24250K .......... .......... .......... .......... .......... 11% 790K 7m25s 24300K .......... .......... .......... .......... .......... 11% 415K 7m25s 24350K .......... .......... .......... .......... .......... 11% 276K 7m25s 24400K .......... .......... .......... .......... .......... 11% 346K 7m25s 24450K .......... .......... .......... .......... .......... 11% 343K 7m25s 24500K .......... .......... .......... .......... .......... 11% 347K 7m25s 24550K .......... .......... .......... .......... .......... 11% 276K 7m26s 24600K .......... .......... .......... .......... .......... 11% 197K 7m27s 24650K .......... .......... .......... .......... .......... 11% 343K 7m27s 24700K .......... .......... .......... .......... .......... 11% 342K 7m27s 24750K .......... .......... .......... .......... .......... 11% 375K 7m27s 24800K .......... .......... .......... .......... .......... 11% 458K 7m27s 24850K .......... .......... .......... .......... .......... 11% 684K 7m26s 24900K .......... .......... .......... .......... .......... 11% 679K 7m26s 24950K .......... .......... .......... .......... .......... 11% 687K 7m25s 25000K .......... .......... .......... .......... .......... 11% 347K 7m25s 25050K .......... .......... .......... .......... .......... 11% 1.31M 7m25s 25100K .......... .......... .......... .......... .......... 11% 462K 7m24s 25150K .......... .......... .......... .......... .......... 11% 456K 7m24s 25200K .......... .......... .......... .......... .......... 11% 275K 7m25s 25250K .......... .......... .......... .......... .......... 11% 454K 7m24s 25300K .......... .......... .......... .......... .......... 11% 342K 7m24s 25350K .......... .......... .......... .......... .......... 11% 344K 7m25s 25400K .......... .......... .......... .......... .......... 11% 344K 7m25s 25450K .......... .......... .......... .......... .......... 11% 439K 7m24s 25500K .......... .......... .......... .......... .......... 12% 337K 7m25s 25550K .......... .......... .......... .......... .......... 12% 458K 7m24s 25600K .......... .......... .......... .......... .......... 12% 458K 7m24s 25650K .......... .......... .......... .......... .......... 12% 674K 7m24s 25700K .......... .......... .......... .......... .......... 12% 465K 7m24s 25750K .......... .......... .......... .......... .......... 12% 456K 7m23s 25800K .......... .......... .......... .......... .......... 12% 692K 7m23s 25850K .......... .......... .......... .......... .......... 12% 459K 7m23s 25900K .......... .......... .......... .......... .......... 12% 642K 7m22s 25950K .......... .......... .......... .......... .......... 12% 456K 7m22s 26000K .......... .......... .......... .......... .......... 12% 681K 7m22s 26050K .......... .......... .......... .......... .......... 12% 454K 7m22s 26100K .......... .......... .......... .......... .......... 12% 346K 7m22s 26150K .......... .......... .......... .......... .......... 12% 230K 7m22s 26200K .......... .......... .......... .......... .......... 12% 173K 7m23s 26250K .......... .......... .......... .......... .......... 12% 197K 7m24s 26300K .......... .......... .......... .......... .......... 12% 331K 7m24s 26350K .......... .......... .......... .......... .......... 12% 343K 7m24s 26400K .......... .......... .......... .......... .......... 12% 356K 7m24s 26450K .......... .......... .......... .......... .......... 12% 344K 7m24s 26500K .......... .......... .......... .......... .......... 12% 440K 7m24s 26550K .......... .......... .......... .......... .......... 12% 455K 7m24s 26600K .......... .......... .......... .......... .......... 12% 482K 7m24s 26650K .......... .......... .......... .......... .......... 12% 635K 7m23s 26700K .......... .......... .......... .......... .......... 12% 682K 7m23s 26750K .......... .......... .......... .......... .......... 12% 487K 7m23s 26800K .......... .......... .......... .......... .......... 12% 346K 7m23s 26850K .......... .......... .......... .......... .......... 12% 344K 7m23s 26900K .......... .......... .......... .......... .......... 12% 441K 7m23s 26950K .......... .......... .......... .......... .......... 12% 459K 7m23s 27000K .......... .......... .......... .......... .......... 12% 352K 7m23s 27050K .......... .......... .......... .......... .......... 12% 334K 7m23s 27100K .......... .......... .......... .......... .......... 12% 341K 7m23s 27150K .......... .......... .......... .......... .......... 12% 284K 7m23s 27200K .......... .......... .......... .......... .......... 12% 434K 7m23s 27250K .......... .......... .......... .......... .......... 12% 275K 7m23s 27300K .......... .......... .......... .......... .......... 12% 348K 7m23s 27350K .......... .......... .......... .......... .......... 12% 277K 7m24s 27400K .......... .......... .......... .......... .......... 12% 337K 7m24s 27450K .......... .......... .......... .......... .......... 12% 269K 7m24s 27500K .......... .......... .......... .......... .......... 12% 344K 7m24s 27550K .......... .......... .......... .......... .......... 12% 445K 7m24s 27600K .......... .......... .......... .......... .......... 12% 343K 7m24s 27650K .......... .......... .......... .......... .......... 13% 673K 7m23s 27700K .......... .......... .......... .......... .......... 13% 449K 7m23s 27750K .......... .......... .......... .......... .......... 13% 678K 7m23s 27800K .......... .......... .......... .......... .......... 13% 347K 7m23s 27850K .......... .......... .......... .......... .......... 13% 1.21M 7m22s 27900K .......... .......... .......... .......... .......... 13% 460K 7m22s 27950K .......... .......... .......... .......... .......... 13% 460K 7m22s 28000K .......... .......... .......... .......... .......... 13% 345K 7m22s 28050K .......... .......... .......... .......... .......... 13% 273K 7m22s 28100K .......... .......... .......... .......... .......... 13% 343K 7m22s 28150K .......... .......... .......... .......... .......... 13% 272K 7m23s 28200K .......... .......... .......... .......... .......... 13% 341K 7m23s 28250K .......... .......... .......... .......... .......... 13% 456K 7m22s 28300K .......... .......... .......... .......... .......... 13% 461K 7m22s 28350K .......... .......... .......... .......... .......... 13% 684K 7m22s 28400K .......... .......... .......... .......... .......... 13% 356K 7m22s 28450K .......... .......... .......... .......... .......... 13% 652K 7m21s 28500K .......... .......... .......... .......... .......... 13% 459K 7m21s 28550K .......... .......... .......... .......... .......... 13% 457K 7m21s 28600K .......... .......... .......... .......... .......... 13% 460K 7m21s 28650K .......... .......... .......... .......... .......... 13% 457K 7m21s 28700K .......... .......... .......... .......... .......... 13% 456K 7m20s 28750K .......... .......... .......... .......... .......... 13% 460K 7m20s 28800K .......... .......... .......... .......... .......... 13% 685K 7m20s 28850K .......... .......... .......... .......... .......... 13% 463K 7m20s 28900K .......... .......... .......... .......... .......... 13% 679K 7m19s 28950K .......... .......... .......... .......... .......... 13% 455K 7m19s 29000K .......... .......... .......... .......... .......... 13% 401K 7m19s 29050K .......... .......... .......... .......... .......... 13% 458K 7m19s 29100K .......... .......... .......... .......... .......... 13% 663K 7m18s 29150K .......... .......... .......... .......... .......... 13% 676K 7m18s 29200K .......... .......... .......... .......... .......... 13% 466K 7m18s 29250K .......... .......... .......... .......... .......... 13% 693K 7m17s 29300K .......... .......... .......... .......... .......... 13% 1.25M 7m17s 29350K .......... .......... .......... .......... .......... 13% 685K 7m16s 29400K .......... .......... .......... .......... .......... 13% 702K 7m16s 29450K .......... .......... .......... .......... .......... 13% 702K 7m16s 29500K .......... .......... .......... .......... .......... 13% 1.23M 7m15s 29550K .......... .......... .......... .......... .......... 13% 703K 7m15s 29600K .......... .......... .......... .......... .......... 13% 652K 7m14s 29650K .......... .......... .......... .......... .......... 13% 522K 7m14s 29700K .......... .......... .......... .......... .......... 13% 514K 7m14s 29750K .......... .......... .......... .......... .......... 13% 457K 7m13s 29800K .......... .......... .......... .......... .......... 14% 455K 7m13s 29850K .......... .......... .......... .......... .......... 14% 343K 7m13s 29900K .......... .......... .......... .......... .......... 14% 192K 7m14s 29950K .......... .......... .......... .......... .......... 14% 185K 7m15s 30000K .......... .......... .......... .......... .......... 14% 122K 7m17s 30050K .......... .......... .......... .......... .......... 14% 272K 7m17s 30100K .......... .......... .......... .......... .......... 14% 343K 7m17s 30150K .......... .......... .......... .......... .......... 14% 454K 7m17s 30200K .......... .......... .......... .......... .......... 14% 457K 7m17s 30250K .......... .......... .......... .......... .......... 14% 671K 7m16s 30300K .......... .......... .......... .......... .......... 14% 460K 7m16s 30350K .......... .......... .......... .......... .......... 14% 341K 7m16s 30400K .......... .......... .......... .......... .......... 14% 453K 7m16s 30450K .......... .......... .......... .......... .......... 14% 337K 7m16s 30500K .......... .......... .......... .......... .......... 14% 459K 7m16s 30550K .......... .......... .......... .......... .......... 14% 458K 7m16s 30600K .......... .......... .......... .......... .......... 14% 687K 7m15s 30650K .......... .......... .......... .......... .......... 14% 459K 7m15s 30700K .......... .......... .......... .......... .......... 14% 455K 7m15s 30750K .......... .......... .......... .......... .......... 14% 346K 7m15s 30800K .......... .......... .......... .......... .......... 14% 347K 7m15s 30850K .......... .......... .......... .......... .......... 14% 455K 7m15s 30900K .......... .......... .......... .......... .......... 14% 466K 7m14s 30950K .......... .......... .......... .......... .......... 14% 466K 7m14s 31000K .......... .......... .......... .......... .......... 14% 444K 7m14s 31050K .......... .......... .......... .......... .......... 14% 285K 7m14s 31100K .......... .......... .......... .......... .......... 14% 333K 7m14s 31150K .......... .......... .......... .......... .......... 14% 431K 7m14s 31200K .......... .......... .......... .......... .......... 14% 458K 7m14s 31250K .......... .......... .......... .......... .......... 14% 354K 7m14s 31300K .......... .......... .......... .......... .......... 14% 336K 7m14s 31350K .......... .......... .......... .......... .......... 14% 341K 7m14s 31400K .......... .......... .......... .......... .......... 14% 344K 7m14s 31450K .......... .......... .......... .......... .......... 14% 278K 7m14s 31500K .......... .......... .......... .......... .......... 14% 450K 7m14s 31550K .......... .......... .......... .......... .......... 14% 232K 7m15s 31600K .......... .......... .......... .......... .......... 14% 228K 7m15s 31650K .......... .......... .......... .......... .......... 14% 276K 7m15s 31700K .......... .......... .......... .......... .......... 14% 347K 7m15s 31750K .......... .......... .......... .......... .......... 14% 460K 7m15s 31800K .......... .......... .......... .......... .......... 14% 446K 7m15s 31850K .......... .......... .......... .......... .......... 14% 343K 7m15s 31900K .......... .......... .......... .......... .......... 15% 343K 7m15s 31950K .......... .......... .......... .......... .......... 15% 344K 7m15s 32000K .......... .......... .......... .......... .......... 15% 456K 7m15s 32050K .......... .......... .......... .......... .......... 15% 344K 7m15s 32100K .......... .......... .......... .......... .......... 15% 346K 7m15s 32150K .......... .......... .......... .......... .......... 15% 674K 7m15s 32200K .......... .......... .......... .......... .......... 15% 458K 7m14s 32250K .......... .......... .......... .......... .......... 15% 680K 7m14s 32300K .......... .......... .......... .......... .......... 15% 464K 7m14s 32350K .......... .......... .......... .......... .......... 15% 683K 7m13s 32400K .......... .......... .......... .......... .......... 15% 693K 7m13s 32450K .......... .......... .......... .......... .......... 15% 325K 7m13s 32500K .......... .......... .......... .......... .......... 15% 1.34M 7m13s 32550K .......... .......... .......... .......... .......... 15% 453K 7m12s 32600K .......... .......... .......... .......... .......... 15% 460K 7m12s 32650K .......... .......... .......... .......... .......... 15% 342K 7m12s 32700K .......... .......... .......... .......... .......... 15% 277K 7m12s 32750K .......... .......... .......... .......... .......... 15% 456K 7m12s 32800K .......... .......... .......... .......... .......... 15% 457K 7m12s 32850K .......... .......... .......... .......... .......... 15% 458K 7m12s 32900K .......... .......... .......... .......... .......... 15% 682K 7m11s 32950K .......... .......... .......... .......... .......... 15% 681K 7m11s 33000K .......... .......... .......... .......... .......... 15% 687K 7m11s 33050K .......... .......... .......... .......... .......... 15% 462K 7m11s 33100K .......... .......... .......... .......... .......... 15% 461K 7m10s 33150K .......... .......... .......... .......... .......... 15% 666K 7m10s 33200K .......... .......... .......... .......... .......... 15% 429K 7m10s 33250K .......... .......... .......... .......... .......... 15% 454K 7m10s 33300K .......... .......... .......... .......... .......... 15% 1.32M 7m9s 33350K .......... .......... .......... .......... .......... 15% 459K 7m9s 33400K .......... .......... .......... .......... .......... 15% 460K 7m9s 33450K .......... .......... .......... .......... .......... 15% 463K 7m9s 33500K .......... .......... .......... .......... .......... 15% 678K 7m8s 33550K .......... .......... .......... .......... .......... 15% 277K 7m8s 33600K .......... .......... .......... .......... .......... 15% 268K 7m9s 33650K .......... .......... .......... .......... .......... 15% 172K 7m9s 33700K .......... .......... .......... .......... .......... 15% 228K 7m10s 33750K .......... .......... .......... .......... .......... 15% 275K 7m10s 33800K .......... .......... .......... .......... .......... 15% 274K 7m10s 33850K .......... .......... .......... .......... .......... 15% 343K 7m10s 33900K .......... .......... .......... .......... .......... 15% 340K 7m10s 33950K .......... .......... .......... .......... .......... 15% 228K 7m11s 34000K .......... .......... .......... .......... .......... 15% 447K 7m11s 34050K .......... .......... .......... .......... .......... 16% 230K 7m11s 34100K .......... .......... .......... .......... .......... 16% 172K 7m12s 34150K .......... .......... .......... .......... .......... 16% 124K 7m13s 34200K .......... .......... .......... .......... .......... 16% 136K 7m14s 34250K .......... .......... .......... .......... .......... 16% 191K 7m15s 34300K .......... .......... .......... .......... .......... 16% 275K 7m15s 34350K .......... .......... .......... .......... .......... 16% 342K 7m15s 34400K .......... .......... .......... .......... .......... 16% 458K 7m15s 34450K .......... .......... .......... .......... .......... 16% 457K 7m15s 34500K .......... .......... .......... .......... .......... 16% 459K 7m14s 34550K .......... .......... .......... .......... .......... 16% 357K 7m14s 34600K .......... .......... .......... .......... .......... 16% 332K 7m14s 34650K .......... .......... .......... .......... .......... 16% 340K 7m14s 34700K .......... .......... .......... .......... .......... 16% 447K 7m14s 34750K .......... .......... .......... .......... .......... 16% 456K 7m14s 34800K .......... .......... .......... .......... .......... 16% 345K 7m14s 34850K .......... .......... .......... .......... .......... 16% 665K 7m14s 34900K .......... .......... .......... .......... .......... 16% 343K 7m14s 34950K .......... .......... .......... .......... .......... 16% 460K 7m14s 35000K .......... .......... .......... .......... .......... 16% 676K 7m13s 35050K .......... .......... .......... .......... .......... 16% 461K 7m13s 35100K .......... .......... .......... .......... .......... 16% 674K 7m13s 35150K .......... .......... .......... .......... .......... 16% 166K 7m13s 35200K .......... .......... .......... .......... .......... 16% 286K 7m14s 35250K .......... .......... .......... .......... .......... 16% 457K 7m13s 35300K .......... .......... .......... .......... .......... 16% 461K 7m13s 35350K .......... .......... .......... .......... .......... 16% 458K 7m13s 35400K .......... .......... .......... .......... .......... 16% 452K 7m13s 35450K .......... .......... .......... .......... .......... 16% 344K 7m13s 35500K .......... .......... .......... .......... .......... 16% 343K 7m13s 35550K .......... .......... .......... .......... .......... 16% 336K 7m13s 35600K .......... .......... .......... .......... .......... 16% 456K 7m13s 35650K .......... .......... .......... .......... .......... 16% 271K 7m13s 35700K .......... .......... .......... .......... .......... 16% 273K 7m13s 35750K .......... .......... .......... .......... .......... 16% 229K 7m13s 35800K .......... .......... .......... .......... .......... 16% 340K 7m13s 35850K .......... .......... .......... .......... .......... 16% 346K 7m13s 35900K .......... .......... .......... .......... .......... 16% 458K 7m13s 35950K .......... .......... .......... .......... .......... 16% 668K 7m13s 36000K .......... .......... .......... .......... .......... 16% 464K 7m13s 36050K .......... .......... .......... .......... .......... 16% 277K 7m13s 36100K .......... .......... .......... .......... .......... 16% 453K 7m13s 36150K .......... .......... .......... .......... .......... 17% 259K 7m13s 36200K .......... .......... .......... .......... .......... 17% 228K 7m13s 36250K .......... .......... .......... .......... .......... 17% 230K 7m14s 36300K .......... .......... .......... .......... .......... 17% 267K 7m14s 36350K .......... .......... .......... .......... .......... 17% 443K 7m14s 36400K .......... .......... .......... .......... .......... 17% 342K 7m14s 36450K .......... .......... .......... .......... .......... 17% 345K 7m14s 36500K .......... .......... .......... .......... .......... 17% 345K 7m14s 36550K .......... .......... .......... .......... .......... 17% 460K 7m13s 36600K .......... .......... .......... .......... .......... 17% 455K 7m13s 36650K .......... .......... .......... .......... .......... 17% 228K 7m13s 36700K .......... .......... .......... .......... .......... 17% 196K 7m14s 36750K .......... .......... .......... .......... .......... 17% 194K 7m14s 36800K .......... .......... .......... .......... .......... 17% 223K 7m15s 36850K .......... .......... .......... .......... .......... 17% 342K 7m15s 36900K .......... .......... .......... .......... .......... 17% 275K 7m15s 36950K .......... .......... .......... .......... .......... 17% 194K 7m16s 37000K .......... .......... .......... .......... .......... 17% 221K 7m16s 37050K .......... .......... .......... .......... .......... 17% 336K 7m16s 37100K .......... .......... .......... .......... .......... 17% 270K 7m16s 37150K .......... .......... .......... .......... .......... 17% 275K 7m16s 37200K .......... .......... .......... .......... .......... 17% 275K 7m16s 37250K .......... .......... .......... .......... .......... 17% 337K 7m16s 37300K .......... .......... .......... .......... .......... 17% 337K 7m16s 37350K .......... .......... .......... .......... .......... 17% 339K 7m16s 37400K .......... .......... .......... .......... .......... 17% 231K 7m17s 37450K .......... .......... .......... .......... .......... 17% 140K 7m18s 37500K .......... .......... .......... .......... .......... 17% 148K 7m18s 37550K .......... .......... .......... .......... .......... 17% 273K 7m19s 37600K .......... .......... .......... .......... .......... 17% 272K 7m19s 37650K .......... .......... .......... .......... .......... 17% 344K 7m19s 37700K .......... .......... .......... .......... .......... 17% 350K 7m19s 37750K .......... .......... .......... .......... .......... 17% 451K 7m18s 37800K .......... .......... .......... .......... .......... 17% 452K 7m18s 37850K .......... .......... .......... .......... .......... 17% 350K 7m18s 37900K .......... .......... .......... .......... .......... 17% 655K 7m18s 37950K .......... .......... .......... .......... .......... 17% 460K 7m18s 38000K .......... .......... .......... .......... .......... 17% 464K 7m17s 38050K .......... .......... .......... .......... .......... 17% 682K 7m17s 38100K .......... .......... .......... .......... .......... 17% 687K 7m17s 38150K .......... .......... .......... .......... .......... 17% 690K 7m16s 38200K .......... .......... .......... .......... .......... 17% 685K 7m16s 38250K .......... .......... .......... .......... .......... 17% 343K 7m16s 38300K .......... .......... .......... .......... .......... 18% 429K 7m16s 38350K .......... .......... .......... .......... .......... 18% 326K 7m16s 38400K .......... .......... .......... .......... .......... 18% 343K 7m16s 38450K .......... .......... .......... .......... .......... 18% 275K 7m16s 38500K .......... .......... .......... .......... .......... 18% 218K 7m16s 38550K .......... .......... .......... .......... .......... 18% 227K 7m17s 38600K .......... .......... .......... .......... .......... 18% 229K 7m17s 38650K .......... .......... .......... .......... .......... 18% 228K 7m17s 38700K .......... .......... .......... .......... .......... 18% 275K 7m17s 38750K .......... .......... .......... .......... .......... 18% 343K 7m17s 38800K .......... .......... .......... .......... .......... 18% 348K 7m17s 38850K .......... .......... .......... .......... .......... 18% 457K 7m17s 38900K .......... .......... .......... .......... .......... 18% 642K 7m17s 38950K .......... .......... .......... .......... .......... 18% 457K 7m16s 39000K .......... .......... .......... .......... .......... 18% 458K 7m16s 39050K .......... .......... .......... .......... .......... 18% 284K 7m16s 39100K .......... .......... .......... .......... .......... 18% 333K 7m16s 39150K .......... .......... .......... .......... .......... 18% 285K 7m16s 39200K .......... .......... .......... .......... .......... 18% 266K 7m17s 39250K .......... .......... .......... .......... .......... 18% 197K 7m17s 39300K .......... .......... .......... .......... .......... 18% 228K 7m17s 39350K .......... .......... .......... .......... .......... 18% 230K 7m18s 39400K .......... .......... .......... .......... .......... 18% 344K 7m18s 39450K .......... .......... .......... .......... .......... 18% 447K 7m17s 39500K .......... .......... .......... .......... .......... 18% 460K 7m17s 39550K .......... .......... .......... .......... .......... 18% 453K 7m17s 39600K .......... .......... .......... .......... .......... 18% 460K 7m17s 39650K .......... .......... .......... .......... .......... 18% 278K 7m17s 39700K .......... .......... .......... .......... .......... 18% 321K 7m17s 39750K .......... .......... .......... .......... .......... 18% 457K 7m17s 39800K .......... .......... .......... .......... .......... 18% 459K 7m16s 39850K .......... .......... .......... .......... .......... 18% 672K 7m16s 39900K .......... .......... .......... .......... .......... 18% 657K 7m16s 39950K .......... .......... .......... .......... .......... 18% 478K 7m16s 40000K .......... .......... .......... .......... .......... 18% 336K 7m16s 40050K .......... .......... .......... .......... .......... 18% 275K 7m16s 40100K .......... .......... .......... .......... .......... 18% 276K 7m16s 40150K .......... .......... .......... .......... .......... 18% 347K 7m16s 40200K .......... .......... .......... .......... .......... 18% 226K 7m16s 40250K .......... .......... .......... .......... .......... 18% 196K 7m16s 40300K .......... .......... .......... .......... .......... 18% 224K 7m17s 40350K .......... .......... .......... .......... .......... 18% 340K 7m17s 40400K .......... .......... .......... .......... .......... 19% 344K 7m17s 40450K .......... .......... .......... .......... .......... 19% 343K 7m17s 40500K .......... .......... .......... .......... .......... 19% 342K 7m17s 40550K .......... .......... .......... .......... .......... 19% 343K 7m17s 40600K .......... .......... .......... .......... .......... 19% 334K 7m16s 40650K .......... .......... .......... .......... .......... 19% 342K 7m16s 40700K .......... .......... .......... .......... .......... 19% 342K 7m16s 40750K .......... .......... .......... .......... .......... 19% 343K 7m16s 40800K .......... .......... .......... .......... .......... 19% 458K 7m16s 40850K .......... .......... .......... .......... .......... 19% 458K 7m16s 40900K .......... .......... .......... .......... .......... 19% 343K 7m16s 40950K .......... .......... .......... .......... .......... 19% 407K 7m16s 41000K .......... .......... .......... .......... .......... 19% 291K 7m16s 41050K .......... .......... .......... .......... .......... 19% 331K 7m16s 41100K .......... .......... .......... .......... .......... 19% 444K 7m16s 41150K .......... .......... .......... .......... .......... 19% 473K 7m15s 41200K .......... .......... .......... .......... .......... 19% 638K 7m15s 41250K .......... .......... .......... .......... .......... 19% 346K 7m15s 41300K .......... .......... .......... .......... .......... 19% 349K 7m15s 41350K .......... .......... .......... .......... .......... 19% 337K 7m15s 41400K .......... .......... .......... .......... .......... 19% 349K 7m15s 41450K .......... .......... .......... .......... .......... 19% 458K 7m15s 41500K .......... .......... .......... .......... .......... 19% 664K 7m14s 41550K .......... .......... .......... .......... .......... 19% 689K 7m14s 41600K .......... .......... .......... .......... .......... 19% 466K 7m14s 41650K .......... .......... .......... .......... .......... 19% 685K 7m13s 41700K .......... .......... .......... .......... .......... 19% 674K 7m13s 41750K .......... .......... .......... .......... .......... 19% 462K 7m13s 41800K .......... .......... .......... .......... .......... 19% 571K 7m13s 41850K .......... .......... .......... .......... .......... 19% 459K 7m12s 41900K .......... .......... .......... .......... .......... 19% 456K 7m12s 41950K .......... .......... .......... .......... .......... 19% 459K 7m12s 42000K .......... .......... .......... .......... .......... 19% 350K 7m12s 42050K .......... .......... .......... .......... .......... 19% 447K 7m12s 42100K .......... .......... .......... .......... .......... 19% 460K 7m12s 42150K .......... .......... .......... .......... .......... 19% 458K 7m11s 42200K .......... .......... .......... .......... .......... 19% 463K 7m11s 42250K .......... .......... .......... .......... .......... 19% 438K 7m11s 42300K .......... .......... .......... .......... .......... 19% 342K 7m11s 42350K .......... .......... .......... .......... .......... 19% 343K 7m11s 42400K .......... .......... .......... .......... .......... 19% 298K 7m11s 42450K .......... .......... .......... .......... .......... 19% 458K 7m11s 42500K .......... .......... .......... .......... .......... 19% 676K 7m10s 42550K .......... .......... .......... .......... .......... 20% 460K 7m10s 42600K .......... .......... .......... .......... .......... 20% 684K 7m10s 42650K .......... .......... .......... .......... .......... 20% 688K 7m10s 42700K .......... .......... .......... .......... .......... 20% 690K 7m9s 42750K .......... .......... .......... .......... .......... 20% 646K 7m9s 42800K .......... .......... .......... .......... .......... 20% 458K 7m9s 42850K .......... .......... .......... .......... .......... 20% 1.32M 7m8s 42900K .......... .......... .......... .......... .......... 20% 453K 7m8s 42950K .......... .......... .......... .......... .......... 20% 411K 7m8s 43000K .......... .......... .......... .......... .......... 20% 457K 7m8s 43050K .......... .......... .......... .......... .......... 20% 441K 7m7s 43100K .......... .......... .......... .......... .......... 20% 493K 7m7s 43150K .......... .......... .......... .......... .......... 20% 429K 7m7s 43200K .......... .......... .......... .......... .......... 20% 344K 7m7s 43250K .......... .......... .......... .......... .......... 20% 346K 7m7s 43300K .......... .......... .......... .......... .......... 20% 361K 7m7s 43350K .......... .......... .......... .......... .......... 20% 618K 7m7s 43400K .......... .......... .......... .......... .......... 20% 460K 7m6s 43450K .......... .......... .......... .......... .......... 20% 466K 7m6s 43500K .......... .......... .......... .......... .......... 20% 684K 7m6s 43550K .......... .......... .......... .......... .......... 20% 297K 7m6s 43600K .......... .......... .......... .......... .......... 20% 693K 7m6s 43650K .......... .......... .......... .......... .......... 20% 689K 7m5s 43700K .......... .......... .......... .......... .......... 20% 689K 7m5s 43750K .......... .......... .......... .......... .......... 20% 669K 7m5s 43800K .......... .......... .......... .......... .......... 20% 678K 7m4s 43850K .......... .......... .......... .......... .......... 20% 676K 7m4s 43900K .......... .......... .......... .......... .......... 20% 687K 7m4s 43950K .......... .......... .......... .......... .......... 20% 451K 7m3s 44000K .......... .......... .......... .......... .......... 20% 652K 7m3s 44050K .......... .......... .......... .......... .......... 20% 343K 7m3s 44100K .......... .......... .......... .......... .......... 20% 454K 7m3s 44150K .......... .......... .......... .......... .......... 20% 462K 7m3s 44200K .......... .......... .......... .......... .......... 20% 674K 7m2s 44250K .......... .......... .......... .......... .......... 20% 431K 7m2s 44300K .......... .......... .......... .......... .......... 20% 678K 7m2s 44350K .......... .......... .......... .......... .......... 20% 343K 7m2s 44400K .......... .......... .......... .......... .......... 20% 404K 7m2s 44450K .......... .......... .......... .......... .......... 20% 343K 7m2s 44500K .......... .......... .......... .......... .......... 20% 456K 7m2s 44550K .......... .......... .......... .......... .......... 20% 352K 7m1s 44600K .......... .......... .......... .......... .......... 20% 451K 7m1s 44650K .......... .......... .......... .......... .......... 20% 293K 7m1s 44700K .......... .......... .......... .......... .......... 21% 258K 7m1s 44750K .......... .......... .......... .......... .......... 21% 180K 7m2s 44800K .......... .......... .......... .......... .......... 21% 375K 7m2s 44850K .......... .......... .......... .......... .......... 21% 455K 7m2s 44900K .......... .......... .......... .......... .......... 21% 339K 7m2s 44950K .......... .......... .......... .......... .......... 21% 453K 7m1s 45000K .......... .......... .......... .......... .......... 21% 346K 7m1s 45050K .......... .......... .......... .......... .......... 21% 455K 7m1s 45100K .......... .......... .......... .......... .......... 21% 345K 7m1s 45150K .......... .......... .......... .......... .......... 21% 441K 7m1s 45200K .......... .......... .......... .......... .......... 21% 450K 7m1s 45250K .......... .......... .......... .......... .......... 21% 434K 7m1s 45300K .......... .......... .......... .......... .......... 21% 344K 7m1s 45350K .......... .......... .......... .......... .......... 21% 457K 7m0s 45400K .......... .......... .......... .......... .......... 21% 446K 7m0s 45450K .......... .......... .......... .......... .......... 21% 672K 7m0s 45500K .......... .......... .......... .......... .......... 21% 454K 7m0s 45550K .......... .......... .......... .......... .......... 21% 456K 6m59s 45600K .......... .......... .......... .......... .......... 21% 459K 6m59s 45650K .......... .......... .......... .......... .......... 21% 461K 6m59s 45700K .......... .......... .......... .......... .......... 21% 680K 6m59s 45750K .......... .......... .......... .......... .......... 21% 685K 6m58s 45800K .......... .......... .......... .......... .......... 21% 684K 6m58s 45850K .......... .......... .......... .......... .......... 21% 279K 6m58s 45900K .......... .......... .......... .......... .......... 21% 669K 6m58s 45950K .......... .......... .......... .......... .......... 21% 345K 6m58s 46000K .......... .......... .......... .......... .......... 21% 458K 6m58s 46050K .......... .......... .......... .......... .......... 21% 350K 6m58s 46100K .......... .......... .......... .......... .......... 21% 332K 6m58s 46150K .......... .......... .......... .......... .......... 21% 284K 6m58s 46200K .......... .......... .......... .......... .......... 21% 435K 6m58s 46250K .......... .......... .......... .......... .......... 21% 358K 6m57s 46300K .......... .......... .......... .......... .......... 21% 428K 6m57s 46350K .......... .......... .......... .......... .......... 21% 462K 6m57s 46400K .......... .......... .......... .......... .......... 21% 335K 6m57s 46450K .......... .......... .......... .......... .......... 21% 339K 6m57s 46500K .......... .......... .......... .......... .......... 21% 345K 6m57s 46550K .......... .......... .......... .......... .......... 21% 456K 6m57s 46600K .......... .......... .......... .......... .......... 21% 345K 6m57s 46650K .......... .......... .......... .......... .......... 21% 344K 6m57s 46700K .......... .......... .......... .......... .......... 21% 342K 6m57s 46750K .......... .......... .......... .......... .......... 21% 342K 6m57s 46800K .......... .......... .......... .......... .......... 22% 459K 6m56s 46850K .......... .......... .......... .......... .......... 22% 454K 6m56s 46900K .......... .......... .......... .......... .......... 22% 276K 6m56s 46950K .......... .......... .......... .......... .......... 22% 278K 6m56s 47000K .......... .......... .......... .......... .......... 22% 230K 6m57s 47050K .......... .......... .......... .......... .......... 22% 335K 6m56s 47100K .......... .......... .......... .......... .......... 22% 457K 6m56s 47150K .......... .......... .......... .......... .......... 22% 424K 6m56s 47200K .......... .......... .......... .......... .......... 22% 363K 6m56s 47250K .......... .......... .......... .......... .......... 22% 425K 6m56s 47300K .......... .......... .......... .......... .......... 22% 277K 6m56s 47350K .......... .......... .......... .......... .......... 22% 343K 6m56s 47400K .......... .......... .......... .......... .......... 22% 342K 6m56s 47450K .......... .......... .......... .......... .......... 22% 348K 6m56s 47500K .......... .......... .......... .......... .......... 22% 275K 6m56s 47550K .......... .......... .......... .......... .......... 22% 236K 6m56s 47600K .......... .......... .......... .......... .......... 22% 230K 6m56s 47650K .......... .......... .......... .......... .......... 22% 200K 6m57s 47700K .......... .......... .......... .......... .......... 22% 229K 6m57s 47750K .......... .......... .......... .......... .......... 22% 315K 6m57s 47800K .......... .......... .......... .......... .......... 22% 342K 6m57s 47850K .......... .......... .......... .......... .......... 22% 348K 6m57s 47900K .......... .......... .......... .......... .......... 22% 459K 6m56s 47950K .......... .......... .......... .......... .......... 22% 457K 6m56s 48000K .......... .......... .......... .......... .......... 22% 277K 6m56s 48050K .......... .......... .......... .......... .......... 22% 337K 6m56s 48100K .......... .......... .......... .......... .......... 22% 455K 6m56s 48150K .......... .......... .......... .......... .......... 22% 340K 6m56s 48200K .......... .......... .......... .......... .......... 22% 468K 6m56s 48250K .......... .......... .......... .......... .......... 22% 278K 6m56s 48300K .......... .......... .......... .......... .......... 22% 342K 6m56s 48350K .......... .......... .......... .......... .......... 22% 345K 6m56s 48400K .......... .......... .......... .......... .......... 22% 460K 6m56s 48450K .......... .......... .......... .......... .......... 22% 458K 6m55s 48500K .......... .......... .......... .......... .......... 22% 465K 6m55s 48550K .......... .......... .......... .......... .......... 22% 676K 6m55s 48600K .......... .......... .......... .......... .......... 22% 344K 6m55s 48650K .......... .......... .......... .......... .......... 22% 229K 6m55s 48700K .......... .......... .......... .......... .......... 22% 270K 6m55s 48750K .......... .......... .......... .......... .......... 22% 230K 6m55s 48800K .......... .......... .......... .......... .......... 22% 453K 6m55s 48850K .......... .......... .......... .......... .......... 22% 275K 6m55s 48900K .......... .......... .......... .......... .......... 22% 339K 6m55s 48950K .......... .......... .......... .......... .......... 23% 229K 6m55s 49000K .......... .......... .......... .......... .......... 23% 343K 6m55s 49050K .......... .......... .......... .......... .......... 23% 345K 6m55s 49100K .......... .......... .......... .......... .......... 23% 345K 6m55s 49150K .......... .......... .......... .......... .......... 23% 449K 6m55s 49200K .......... .......... .......... .......... .......... 23% 349K 6m55s 49250K .......... .......... .......... .......... .......... 23% 602K 6m55s 49300K .......... .......... .......... .......... .......... 23% 463K 6m54s 49350K .......... .......... .......... .......... .......... 23% 676K 6m54s 49400K .......... .......... .......... .......... .......... 23% 463K 6m54s 49450K .......... .......... .......... .......... .......... 23% 460K 6m54s 49500K .......... .......... .......... .......... .......... 23% 465K 6m53s 49550K .......... .......... .......... .......... .......... 23% 666K 6m53s 49600K .......... .......... .......... .......... .......... 23% 448K 6m53s 49650K .......... .......... .......... .......... .......... 23% 485K 6m53s 49700K .......... .......... .......... .......... .......... 23% 436K 6m53s 49750K .......... .......... .......... .......... .......... 23% 279K 6m53s 49800K .......... .......... .......... .......... .......... 23% 272K 6m53s 49850K .......... .......... .......... .......... .......... 23% 198K 6m53s 49900K .......... .......... .......... .......... .......... 23% 196K 6m53s 49950K .......... .......... .......... .......... .......... 23% 222K 6m54s 50000K .......... .......... .......... .......... .......... 23% 341K 6m53s 50050K .......... .......... .......... .......... .......... 23% 232K 6m54s 50100K .......... .......... .......... .......... .......... 23% 272K 6m54s 50150K .......... .......... .......... .......... .......... 23% 196K 6m54s 50200K .......... .......... .......... .......... .......... 23% 230K 6m54s 50250K .......... .......... .......... .......... .......... 23% 344K 6m54s 50300K .......... .......... .......... .......... .......... 23% 456K 6m54s 50350K .......... .......... .......... .......... .......... 23% 377K 6m54s 50400K .......... .......... .......... .......... .......... 23% 451K 6m54s 50450K .......... .......... .......... .......... .......... 23% 223K 6m54s 50500K .......... .......... .......... .......... .......... 23% 395K 6m54s 50550K .......... .......... .......... .......... .......... 23% 385K 6m54s 50600K .......... .......... .......... .......... .......... 23% 408K 6m53s 50650K .......... .......... .......... .......... .......... 23% 654K 6m53s 50700K .......... .......... .......... .......... .......... 23% 560K 6m53s 50750K .......... .......... .......... .......... .......... 23% 318K 6m53s 50800K .......... .......... .......... .......... .......... 23% 363K 6m53s 50850K .......... .......... .......... .......... .......... 23% 230K 6m53s 50900K .......... .......... .......... .......... .......... 23% 304K 6m53s 50950K .......... .......... .......... .......... .......... 23% 373K 6m53s 51000K .......... .......... .......... .......... .......... 23% 422K 6m53s 51050K .......... .......... .......... .......... .......... 24% 449K 6m52s 51100K .......... .......... .......... .......... .......... 24% 455K 6m52s 51150K .......... .......... .......... .......... .......... 24% 455K 6m52s 51200K .......... .......... .......... .......... .......... 24% 276K 6m52s 51250K .......... .......... .......... .......... .......... 24% 275K 6m52s 51300K .......... .......... .......... .......... .......... 24% 337K 6m52s 51350K .......... .......... .......... .......... .......... 24% 456K 6m52s 51400K .......... .......... .......... .......... .......... 24% 459K 6m52s 51450K .......... .......... .......... .......... .......... 24% 345K 6m52s 51500K .......... .......... .......... .......... .......... 24% 684K 6m51s 51550K .......... .......... .......... .......... .......... 24% 449K 6m51s 51600K .......... .......... .......... .......... .......... 24% 458K 6m51s 51650K .......... .......... .......... .......... .......... 24% 448K 6m51s 51700K .......... .......... .......... .......... .......... 24% 459K 6m51s 51750K .......... .......... .......... .......... .......... 24% 341K 6m51s 51800K .......... .......... .......... .......... .......... 24% 454K 6m50s 51850K .......... .......... .......... .......... .......... 24% 345K 6m50s 51900K .......... .......... .......... .......... .......... 24% 675K 6m50s 51950K .......... .......... .......... .......... .......... 24% 456K 6m50s 52000K .......... .......... .......... .......... .......... 24% 347K 6m50s 52050K .......... .......... .......... .......... .......... 24% 457K 6m50s 52100K .......... .......... .......... .......... .......... 24% 458K 6m49s 52150K .......... .......... .......... .......... .......... 24% 456K 6m49s 52200K .......... .......... .......... .......... .......... 24% 467K 6m49s 52250K .......... .......... .......... .......... .......... 24% 448K 6m49s 52300K .......... .......... .......... .......... .......... 24% 468K 6m49s 52350K .......... .......... .......... .......... .......... 24% 593K 6m48s 52400K .......... .......... .......... .......... .......... 24% 463K 6m48s 52450K .......... .......... .......... .......... .......... 24% 672K 6m48s 52500K .......... .......... .......... .......... .......... 24% 456K 6m48s 52550K .......... .......... .......... .......... .......... 24% 341K 6m48s 52600K .......... .......... .......... .......... .......... 24% 346K 6m48s 52650K .......... .......... .......... .......... .......... 24% 456K 6m47s 52700K .......... .......... .......... .......... .......... 24% 454K 6m47s 52750K .......... .......... .......... .......... .......... 24% 666K 6m47s 52800K .......... .......... .......... .......... .......... 24% 348K 6m47s 52850K .......... .......... .......... .......... .......... 24% 458K 6m47s 52900K .......... .......... .......... .......... .......... 24% 433K 6m47s 52950K .......... .......... .......... .......... .......... 24% 305K 6m46s 53000K .......... .......... .......... .......... .......... 24% 212K 6m47s 53050K .......... .......... .......... .......... .......... 24% 341K 6m47s 53100K .......... .......... .......... .......... .......... 24% 345K 6m47s 53150K .......... .......... .......... .......... .......... 24% 347K 6m46s 53200K .......... .......... .......... .......... .......... 25% 445K 6m46s 53250K .......... .......... .......... .......... .......... 25% 341K 6m46s 53300K .......... .......... .......... .......... .......... 25% 282K 6m46s 53350K .......... .......... .......... .......... .......... 25% 444K 6m46s 53400K .......... .......... .......... .......... .......... 25% 354K 6m46s 53450K .......... .......... .......... .......... .......... 25% 447K 6m46s 53500K .......... .......... .......... .......... .......... 25% 344K 6m46s 53550K .......... .......... .......... .......... .......... 25% 174K 6m46s 53600K .......... .......... .......... .......... .......... 25% 173K 6m46s 53650K .......... .......... .......... .......... .......... 25% 343K 6m46s 53700K .......... .......... .......... .......... .......... 25% 344K 6m46s 53750K .......... .......... .......... .......... .......... 25% 346K 6m46s 53800K .......... .......... .......... .......... .......... 25% 455K 6m46s 53850K .......... .......... .......... .......... .......... 25% 465K 6m46s 53900K .......... .......... .......... .......... .......... 25% 448K 6m46s 53950K .......... .......... .......... .......... .......... 25% 455K 6m46s 54000K .......... .......... .......... .......... .......... 25% 461K 6m45s 54050K .......... .......... .......... .......... .......... 25% 448K 6m45s 54100K .......... .......... .......... .......... .......... 25% 459K 6m45s 54150K .......... .......... .......... .......... .......... 25% 453K 6m45s 54200K .......... .......... .......... .......... .......... 25% 346K 6m45s 54250K .......... .......... .......... .......... .......... 25% 418K 6m45s 54300K .......... .......... .......... .......... .......... 25% 343K 6m44s 54350K .......... .......... .......... .......... .......... 25% 326K 6m44s 54400K .......... .......... .......... .......... .......... 25% 347K 6m44s 54450K .......... .......... .......... .......... .......... 25% 672K 6m44s 54500K .......... .......... .......... .......... .......... 25% 456K 6m44s 54550K .......... .......... .......... .......... .......... 25% 681K 6m44s 54600K .......... .......... .......... .......... .......... 25% 276K 6m44s 54650K .......... .......... .......... .......... .......... 25% 459K 6m43s 54700K .......... .......... .......... .......... .......... 25% 334K 6m43s 54750K .......... .......... .......... .......... .......... 25% 275K 6m43s 54800K .......... .......... .......... .......... .......... 25% 215K 6m44s 54850K .......... .......... .......... .......... .......... 25% 274K 6m44s 54900K .......... .......... .......... .......... .......... 25% 276K 6m44s 54950K .......... .......... .......... .......... .......... 25% 343K 6m44s 55000K .......... .......... .......... .......... .......... 25% 344K 6m43s 55050K .......... .......... .......... .......... .......... 25% 276K 6m44s 55100K .......... .......... .......... .......... .......... 25% 342K 6m43s 55150K .......... .......... .......... .......... .......... 25% 231K 6m44s 55200K .......... .......... .......... .......... .......... 25% 227K 6m44s 55250K .......... .......... .......... .......... .......... 25% 230K 6m44s 55300K .......... .......... .......... .......... .......... 26% 343K 6m44s 55350K .......... .......... .......... .......... .......... 26% 346K 6m44s 55400K .......... .......... .......... .......... .......... 26% 458K 6m43s 55450K .......... .......... .......... .......... .......... 26% 673K 6m43s 55500K .......... .......... .......... .......... .......... 26% 362K 6m43s 55550K .......... .......... .......... .......... .......... 26% 461K 6m43s 55600K .......... .......... .......... .......... .......... 26% 645K 6m43s 55650K .......... .......... .......... .......... .......... 26% 450K 6m42s 55700K .......... .......... .......... .......... .......... 26% 482K 6m42s 55750K .......... .......... .......... .......... .......... 26% 609K 6m42s 55800K .......... .......... .......... .......... .......... 26% 682K 6m42s 55850K .......... .......... .......... .......... .......... 26% 508K 6m42s 55900K .......... .......... .......... .......... .......... 26% 422K 6m41s 55950K .......... .......... .......... .......... .......... 26% 676K 6m41s 56000K .......... .......... .......... .......... .......... 26% 461K 6m41s 56050K .......... .......... .......... .......... .......... 26% 513K 6m41s 56100K .......... .......... .......... .......... .......... 26% 391K 6m41s 56150K .......... .......... .......... .......... .......... 26% 675K 6m40s 56200K .......... .......... .......... .......... .......... 26% 461K 6m40s 56250K .......... .......... .......... .......... .......... 26% 557K 6m40s 56300K .......... .......... .......... .......... .......... 26% 393K 6m40s 56350K .......... .......... .......... .......... .......... 26% 397K 6m40s 56400K .......... .......... .......... .......... .......... 26% 295K 6m40s 56450K .......... .......... .......... .......... .......... 26% 251K 6m40s 56500K .......... .......... .......... .......... .......... 26% 276K 6m40s 56550K .......... .......... .......... .......... .......... 26% 252K 6m40s 56600K .......... .......... .......... .......... .......... 26% 276K 6m40s 56650K .......... .......... .......... .......... .......... 26% 454K 6m40s 56700K .......... .......... .......... .......... .......... 26% 454K 6m39s 56750K .......... .......... .......... .......... .......... 26% 444K 6m39s 56800K .......... .......... .......... .......... .......... 26% 636K 6m39s 56850K .......... .......... .......... .......... .......... 26% 459K 6m39s 56900K .......... .......... .......... .......... .......... 26% 684K 6m39s 56950K .......... .......... .......... .......... .......... 26% 461K 6m38s 57000K .......... .......... .......... .......... .......... 26% 458K 6m38s 57050K .......... .......... .......... .......... .......... 26% 572K 6m38s 57100K .......... .......... .......... .......... .......... 26% 671K 6m38s 57150K .......... .......... .......... .......... .......... 26% 681K 6m37s 57200K .......... .......... .......... .......... .......... 26% 682K 6m37s 57250K .......... .......... .......... .......... .......... 26% 473K 6m37s 57300K .......... .......... .......... .......... .......... 26% 658K 6m37s 57350K .......... .......... .......... .......... .......... 26% 473K 6m36s 57400K .......... .......... .......... .......... .......... 26% 666K 6m36s 57450K .......... .......... .......... .......... .......... 27% 686K 6m36s 57500K .......... .......... .......... .......... .......... 27% 473K 6m36s 57550K .......... .......... .......... .......... .......... 27% 449K 6m36s 57600K .......... .......... .......... .......... .......... 27% 457K 6m35s 57650K .......... .......... .......... .......... .......... 27% 455K 6m35s 57700K .......... .......... .......... .......... .......... 27% 228K 6m35s 57750K .......... .......... .......... .......... .......... 27% 275K 6m35s 57800K .......... .......... .......... .......... .......... 27% 230K 6m35s 57850K .......... .......... .......... .......... .......... 27% 457K 6m35s 57900K .......... .......... .......... .......... .......... 27% 343K 6m35s 57950K .......... .......... .......... .......... .......... 27% 269K 6m35s 58000K .......... .......... .......... .......... .......... 27% 343K 6m35s 58050K .......... .......... .......... .......... .......... 27% 338K 6m35s 58100K .......... .......... .......... .......... .......... 27% 446K 6m35s 58150K .......... .......... .......... .......... .......... 27% 676K 6m35s 58200K .......... .......... .......... .......... .......... 27% 462K 6m34s 58250K .......... .......... .......... .......... .......... 27% 457K 6m34s 58300K .......... .......... .......... .......... .......... 27% 457K 6m34s 58350K .......... .......... .......... .......... .......... 27% 458K 6m34s 58400K .......... .......... .......... .......... .......... 27% 471K 6m34s 58450K .......... .......... .......... .......... .......... 27% 655K 6m34s 58500K .......... .......... .......... .......... .......... 27% 689K 6m33s 58550K .......... .......... .......... .......... .......... 27% 473K 6m33s 58600K .......... .......... .......... .......... .......... 27% 688K 6m33s 58650K .......... .......... .......... .......... .......... 27% 1.24M 6m32s 58700K .......... .......... .......... .......... .......... 27% 687K 6m32s 58750K .......... .......... .......... .......... .......... 27% 685K 6m32s 58800K .......... .......... .......... .......... .......... 27% 458K 6m32s 58850K .......... .......... .......... .......... .......... 27% 680K 6m31s 58900K .......... .......... .......... .......... .......... 27% 457K 6m31s 58950K .......... .......... .......... .......... .......... 27% 458K 6m31s 59000K .......... .......... .......... .......... .......... 27% 458K 6m31s 59050K .......... .......... .......... .......... .......... 27% 683K 6m31s 59100K .......... .......... .......... .......... .......... 27% 445K 6m30s 59150K .......... .......... .......... .......... .......... 27% 458K 6m30s 59200K .......... .......... .......... .......... .......... 27% 462K 6m30s 59250K .......... .......... .......... .......... .......... 27% 670K 6m30s 59300K .......... .......... .......... .......... .......... 27% 670K 6m30s 59350K .......... .......... .......... .......... .......... 27% 453K 6m29s 59400K .......... .......... .......... .......... .......... 27% 696K 6m29s 59450K .......... .......... .......... .......... .......... 27% 458K 6m29s 59500K .......... .......... .......... .......... .......... 27% 463K 6m29s 59550K .......... .......... .......... .......... .......... 27% 671K 6m29s 59600K .......... .......... .......... .......... .......... 28% 676K 6m28s 59650K .......... .......... .......... .......... .......... 28% 682K 6m28s 59700K .......... .......... .......... .......... .......... 28% 689K 6m28s 59750K .......... .......... .......... .......... .......... 28% 690K 6m28s 59800K .......... .......... .......... .......... .......... 28% 693K 6m27s 59850K .......... .......... .......... .......... .......... 28% 1.29M 6m27s 59900K .......... .......... .......... .......... .......... 28% 465K 6m27s 59950K .......... .......... .......... .......... .......... 28% 1.31M 6m26s 60000K .......... .......... .......... .......... .......... 28% 687K 6m26s 60050K .......... .......... .......... .......... .......... 28% 689K 6m26s 60100K .......... .......... .......... .......... .......... 28% 691K 6m26s 60150K .......... .......... .......... .......... .......... 28% 695K 6m25s 60200K .......... .......... .......... .......... .......... 28% 688K 6m25s 60250K .......... .......... .......... .......... .......... 28% 666K 6m25s 60300K .......... .......... .......... .......... .......... 28% 464K 6m25s 60350K .......... .......... .......... .......... .......... 28% 679K 6m24s 60400K .......... .......... .......... .......... .......... 28% 683K 6m24s 60450K .......... .......... .......... .......... .......... 28% 462K 6m24s 60500K .......... .......... .......... .......... .......... 28% 685K 6m24s 60550K .......... .......... .......... .......... .......... 28% 345K 6m24s 60600K .......... .......... .......... .......... .......... 28% 274K 6m24s 60650K .......... .......... .......... .......... .......... 28% 344K 6m24s 60700K .......... .......... .......... .......... .......... 28% 442K 6m23s 60750K .......... .......... .......... .......... .......... 28% 351K 6m23s 60800K .......... .......... .......... .......... .......... 28% 345K 6m23s 60850K .......... .......... .......... .......... .......... 28% 445K 6m23s 60900K .......... .......... .......... .......... .......... 28% 456K 6m23s 60950K .......... .......... .......... .......... .......... 28% 478K 6m23s 61000K .......... .......... .......... .......... .......... 28% 644K 6m22s 61050K .......... .......... .......... .......... .......... 28% 486K 6m22s 61100K .......... .......... .......... .......... .......... 28% 437K 6m22s 61150K .......... .......... .......... .......... .......... 28% 676K 6m22s 61200K .......... .......... .......... .......... .......... 28% 458K 6m22s 61250K .......... .......... .......... .......... .......... 28% 454K 6m22s 61300K .......... .......... .......... .......... .......... 28% 350K 6m21s 61350K .......... .......... .......... .......... .......... 28% 663K 6m21s 61400K .......... .......... .......... .......... .......... 28% 350K 6m21s 61450K .......... .......... .......... .......... .......... 28% 656K 6m21s 61500K .......... .......... .......... .......... .......... 28% 452K 6m21s 61550K .......... .......... .......... .......... .......... 28% 312K 6m21s 61600K .......... .......... .......... .......... .......... 28% 344K 6m21s 61650K .......... .......... .......... .......... .......... 28% 261K 6m21s 61700K .......... .......... .......... .......... .......... 29% 265K 6m21s 61750K .......... .......... .......... .......... .......... 29% 342K 6m21s 61800K .......... .......... .......... .......... .......... 29% 344K 6m21s 61850K .......... .......... .......... .......... .......... 29% 455K 6m20s 61900K .......... .......... .......... .......... .......... 29% 433K 6m20s 61950K .......... .......... .......... .......... .......... 29% 303K 6m20s 62000K .......... .......... .......... .......... .......... 29% 518K 6m20s 62050K .......... .......... .......... .......... .......... 29% 518K 6m20s 62100K .......... .......... .......... .......... .......... 29% 687K 6m20s 62150K .......... .......... .......... .......... .......... 29% 694K 6m19s 62200K .......... .......... .......... .......... .......... 29% 275K 6m19s 62250K .......... .......... .......... .......... .......... 29% 1.28M 6m19s 62300K .......... .......... .......... .......... .......... 29% 694K 6m19s 62350K .......... .......... .......... .......... .......... 29% 685K 6m18s 62400K .......... .......... .......... .......... .......... 29% 691K 6m18s 62450K .......... .......... .......... .......... .......... 29% 690K 6m18s 62500K .......... .......... .......... .......... .......... 29% 683K 6m18s 62550K .......... .......... .......... .......... .......... 29% 548K 6m17s 62600K .......... .......... .......... .......... .......... 29% 684K 6m17s 62650K .......... .......... .......... .......... .......... 29% 458K 6m17s 62700K .......... .......... .......... .......... .......... 29% 635K 6m17s 62750K .......... .......... .......... .......... .......... 29% 484K 6m17s 62800K .......... .......... .......... .......... .......... 29% 414K 6m16s 62850K .......... .......... .......... .......... .......... 29% 1.14M 6m16s 62900K .......... .......... .......... .......... .......... 29% 453K 6m16s 62950K .......... .......... .......... .......... .......... 29% 445K 6m16s 63000K .......... .......... .......... .......... .......... 29% 409K 6m16s 63050K .......... .......... .......... .......... .......... 29% 338K 6m16s 63100K .......... .......... .......... .......... .......... 29% 455K 6m15s 63150K .......... .......... .......... .......... .......... 29% 341K 6m15s 63200K .......... .......... .......... .......... .......... 29% 197K 6m16s 63250K .......... .......... .......... .......... .......... 29% 229K 6m16s 63300K .......... .......... .......... .......... .......... 29% 342K 6m16s 63350K .......... .......... .......... .......... .......... 29% 228K 6m16s 63400K .......... .......... .......... .......... .......... 29% 184K 6m16s 63450K .......... .......... .......... .......... .......... 29% 202K 6m16s 63500K .......... .......... .......... .......... .......... 29% 342K 6m16s 63550K .......... .......... .......... .......... .......... 29% 231K 6m16s 63600K .......... .......... .......... .......... .......... 29% 451K 6m16s 63650K .......... .......... .......... .......... .......... 29% 558K 6m16s 63700K .......... .......... .......... .......... .......... 29% 680K 6m15s 63750K .......... .......... .......... .......... .......... 29% 342K 6m15s 63800K .......... .......... .......... .......... .......... 29% 688K 6m15s 63850K .......... .......... .......... .......... .......... 30% 346K 6m15s 63900K .......... .......... .......... .......... .......... 30% 345K 6m15s 63950K .......... .......... .......... .......... .......... 30% 451K 6m15s 64000K .......... .......... .......... .......... .......... 30% 346K 6m15s 64050K .......... .......... .......... .......... .......... 30% 340K 6m15s 64100K .......... .......... .......... .......... .......... 30% 272K 6m15s 64150K .......... .......... .......... .......... .......... 30% 275K 6m15s 64200K .......... .......... .......... .......... .......... 30% 458K 6m14s 64250K .......... .......... .......... .......... .......... 30% 345K 6m14s 64300K .......... .......... .......... .......... .......... 30% 275K 6m14s 64350K .......... .......... .......... .......... .......... 30% 342K 6m14s 64400K .......... .......... .......... .......... .......... 30% 277K 6m14s 64450K .......... .......... .......... .......... .......... 30% 342K 6m14s 64500K .......... .......... .......... .......... .......... 30% 346K 6m14s 64550K .......... .......... .......... .......... .......... 30% 335K 6m14s 64600K .......... .......... .......... .......... .......... 30% 460K 6m14s 64650K .......... .......... .......... .......... .......... 30% 229K 6m14s 64700K .......... .......... .......... .......... .......... 30% 196K 6m14s 64750K .......... .......... .......... .......... .......... 30% 226K 6m14s 64800K .......... .......... .......... .......... .......... 30% 230K 6m14s 64850K .......... .......... .......... .......... .......... 30% 286K 6m14s 64900K .......... .......... .......... .......... .......... 30% 344K 6m14s 64950K .......... .......... .......... .......... .......... 30% 458K 6m14s 65000K .......... .......... .......... .......... .......... 30% 458K 6m14s 65050K .......... .......... .......... .......... .......... 30% 348K 6m14s 65100K .......... .......... .......... .......... .......... 30% 337K 6m14s 65150K .......... .......... .......... .......... .......... 30% 343K 6m14s 65200K .......... .......... .......... .......... .......... 30% 343K 6m14s 65250K .......... .......... .......... .......... .......... 30% 345K 6m14s 65300K .......... .......... .......... .......... .......... 30% 288K 6m13s 65350K .......... .......... .......... .......... .......... 30% 675K 6m13s 65400K .......... .......... .......... .......... .......... 30% 456K 6m13s 65450K .......... .......... .......... .......... .......... 30% 460K 6m13s 65500K .......... .......... .......... .......... .......... 30% 463K 6m13s 65550K .......... .......... .......... .......... .......... 30% 451K 6m13s 65600K .......... .......... .......... .......... .......... 30% 467K 6m12s 65650K .......... .......... .......... .......... .......... 30% 661K 6m12s 65700K .......... .......... .......... .......... .......... 30% 352K 6m12s 65750K .......... .......... .......... .......... .......... 30% 689K 6m12s 65800K .......... .......... .......... .......... .......... 30% 459K 6m12s 65850K .......... .......... .......... .......... .......... 30% 655K 6m11s 65900K .......... .......... .......... .......... .......... 30% 347K 6m11s 65950K .......... .......... .......... .......... .......... 31% 682K 6m11s 66000K .......... .......... .......... .......... .......... 31% 349K 6m11s 66050K .......... .......... .......... .......... .......... 31% 663K 6m11s 66100K .......... .......... .......... .......... .......... 31% 344K 6m11s 66150K .......... .......... .......... .......... .......... 31% 685K 6m10s 66200K .......... .......... .......... .......... .......... 31% 458K 6m10s 66250K .......... .......... .......... .......... .......... 31% 459K 6m10s 66300K .......... .......... .......... .......... .......... 31% 345K 6m10s 66350K .......... .......... .......... .......... .......... 31% 229K 6m10s 66400K .......... .......... .......... .......... .......... 31% 216K 6m10s 66450K .......... .......... .......... .......... .......... 31% 344K 6m10s 66500K .......... .......... .......... .......... .......... 31% 342K 6m10s 66550K .......... .......... .......... .......... .......... 31% 278K 6m10s 66600K .......... .......... .......... .......... .......... 31% 442K 6m10s 66650K .......... .......... .......... .......... .......... 31% 460K 6m10s 66700K .......... .......... .......... .......... .......... 31% 459K 6m10s 66750K .......... .......... .......... .......... .......... 31% 680K 6m9s 66800K .......... .......... .......... .......... .......... 31% 473K 6m9s 66850K .......... .......... .......... .......... .......... 31% 686K 6m9s 66900K .......... .......... .......... .......... .......... 31% 683K 6m9s 66950K .......... .......... .......... .......... .......... 31% 661K 6m8s 67000K .......... .......... .......... .......... .......... 31% 687K 6m8s 67050K .......... .......... .......... .......... .......... 31% 346K 6m8s 67100K .......... .......... .......... .......... .......... 31% 671K 6m8s 67150K .......... .......... .......... .......... .......... 31% 437K 6m8s 67200K .......... .......... .......... .......... .......... 31% 340K 6m8s 67250K .......... .......... .......... .......... .......... 31% 370K 6m8s 67300K .......... .......... .......... .......... .......... 31% 276K 6m7s 67350K .......... .......... .......... .......... .......... 31% 344K 6m7s 67400K .......... .......... .......... .......... .......... 31% 324K 6m7s 67450K .......... .......... .......... .......... .......... 31% 344K 6m7s 67500K .......... .......... .......... .......... .......... 31% 347K 6m7s 67550K .......... .......... .......... .......... .......... 31% 660K 6m7s 67600K .......... .......... .......... .......... .......... 31% 463K 6m7s 67650K .......... .......... .......... .......... .......... 31% 672K 6m7s 67700K .......... .......... .......... .......... .......... 31% 517K 6m6s 67750K .......... .......... .......... .......... .......... 31% 689K 6m6s 67800K .......... .......... .......... .......... .......... 31% 683K 6m6s 67850K .......... .......... .......... .......... .......... 31% 601K 6m6s 67900K .......... .......... .......... .......... .......... 31% 696K 6m5s 67950K .......... .......... .......... .......... .......... 31% 683K 6m5s 68000K .......... .......... .......... .......... .......... 31% 508K 6m5s 68050K .......... .......... .......... .......... .......... 31% 424K 6m5s 68100K .......... .......... .......... .......... .......... 32% 664K 6m5s 68150K .......... .......... .......... .......... .......... 32% 462K 6m4s 68200K .......... .......... .......... .......... .......... 32% 684K 6m4s 68250K .......... .......... .......... .......... .......... 32% 688K 6m4s 68300K .......... .......... .......... .......... .......... 32% 459K 6m4s 68350K .......... .......... .......... .......... .......... 32% 690K 6m4s 68400K .......... .......... .......... .......... .......... 32% 463K 6m3s 68450K .......... .......... .......... .......... .......... 32% 680K 6m3s 68500K .......... .......... .......... .......... .......... 32% 342K 6m3s 68550K .......... .......... .......... .......... .......... 32% 453K 6m3s 68600K .......... .......... .......... .......... .......... 32% 680K 6m3s 68650K .......... .......... .......... .......... .......... 32% 198K 6m3s 68700K .......... .......... .......... .......... .......... 32% 331K 6m3s 68750K .......... .......... .......... .......... .......... 32% 338K 6m3s 68800K .......... .......... .......... .......... .......... 32% 342K 6m3s 68850K .......... .......... .......... .......... .......... 32% 347K 6m3s 68900K .......... .......... .......... .......... .......... 32% 460K 6m2s 68950K .......... .......... .......... .......... .......... 32% 471K 6m2s 69000K .......... .......... .......... .......... .......... 32% 663K 6m2s 69050K .......... .......... .......... .......... .......... 32% 457K 6m2s 69100K .......... .......... .......... .......... .......... 32% 268K 6m2s 69150K .......... .......... .......... .......... .......... 32% 323K 6m2s 69200K .......... .......... .......... .......... .......... 32% 273K 6m2s 69250K .......... .......... .......... .......... .......... 32% 341K 6m2s 69300K .......... .......... .......... .......... .......... 32% 340K 6m2s 69350K .......... .......... .......... .......... .......... 32% 232K 6m2s 69400K .......... .......... .......... .......... .......... 32% 264K 6m2s 69450K .......... .......... .......... .......... .......... 32% 345K 6m2s 69500K .......... .......... .......... .......... .......... 32% 450K 6m1s 69550K .......... .......... .......... .......... .......... 32% 455K 6m1s 69600K .......... .......... .......... .......... .......... 32% 345K 6m1s 69650K .......... .......... .......... .......... .......... 32% 230K 6m1s 69700K .......... .......... .......... .......... .......... 32% 270K 6m1s 69750K .......... .......... .......... .......... .......... 32% 342K 6m1s 69800K .......... .......... .......... .......... .......... 32% 347K 6m1s 69850K .......... .......... .......... .......... .......... 32% 458K 6m1s 69900K .......... .......... .......... .......... .......... 32% 345K 6m1s 69950K .......... .......... .......... .......... .......... 32% 454K 6m1s 70000K .......... .......... .......... .......... .......... 32% 451K 6m0s 70050K .......... .......... .......... .......... .......... 32% 457K 6m0s 70100K .......... .......... .......... .......... .......... 32% 455K 6m0s 70150K .......... .......... .......... .......... .......... 32% 228K 6m0s 70200K .......... .......... .......... .......... .......... 32% 272K 6m0s 70250K .......... .......... .......... .......... .......... 33% 343K 6m0s 70300K .......... .......... .......... .......... .......... 33% 455K 6m0s 70350K .......... .......... .......... .......... .......... 33% 350K 6m0s 70400K .......... .......... .......... .......... .......... 33% 356K 6m0s 70450K .......... .......... .......... .......... .......... 33% 406K 6m0s 70500K .......... .......... .......... .......... .......... 33% 344K 6m0s 70550K .......... .......... .......... .......... .......... 33% 335K 5m59s 70600K .......... .......... .......... .......... .......... 33% 454K 5m59s 70650K .......... .......... .......... .......... .......... 33% 343K 5m59s 70700K .......... .......... .......... .......... .......... 33% 458K 5m59s 70750K .......... .......... .......... .......... .......... 33% 457K 5m59s 70800K .......... .......... .......... .......... .......... 33% 446K 5m59s 70850K .......... .......... .......... .......... .......... 33% 679K 5m58s 70900K .......... .......... .......... .......... .......... 33% 679K 5m58s 70950K .......... .......... .......... .......... .......... 33% 685K 5m58s 71000K .......... .......... .......... .......... .......... 33% 463K 5m58s 71050K .......... .......... .......... .......... .......... 33% 462K 5m58s 71100K .......... .......... .......... .......... .......... 33% 465K 5m58s 71150K .......... .......... .......... .......... .......... 33% 666K 5m57s 71200K .......... .......... .......... .......... .......... 33% 342K 5m57s 71250K .......... .......... .......... .......... .......... 33% 458K 5m57s 71300K .......... .......... .......... .......... .......... 33% 456K 5m57s 71350K .......... .......... .......... .......... .......... 33% 676K 5m57s 71400K .......... .......... .......... .......... .......... 33% 348K 5m57s 71450K .......... .......... .......... .......... .......... 33% 340K 5m56s 71500K .......... .......... .......... .......... .......... 33% 342K 5m56s 71550K .......... .......... .......... .......... .......... 33% 427K 5m56s 71600K .......... .......... .......... .......... .......... 33% 367K 5m56s 71650K .......... .......... .......... .......... .......... 33% 325K 5m56s 71700K .......... .......... .......... .......... .......... 33% 340K 5m56s 71750K .......... .......... .......... .......... .......... 33% 344K 5m56s 71800K .......... .......... .......... .......... .......... 33% 423K 5m56s 71850K .......... .......... .......... .......... .......... 33% 678K 5m56s 71900K .......... .......... .......... .......... .......... 33% 444K 5m55s 71950K .......... .......... .......... .......... .......... 33% 678K 5m55s 72000K .......... .......... .......... .......... .......... 33% 464K 5m55s 72050K .......... .......... .......... .......... .......... 33% 671K 5m55s 72100K .......... .......... .......... .......... .......... 33% 465K 5m55s 72150K .......... .......... .......... .......... .......... 33% 669K 5m54s 72200K .......... .......... .......... .......... .......... 33% 337K 5m54s 72250K .......... .......... .......... .......... .......... 33% 341K 5m54s 72300K .......... .......... .......... .......... .......... 33% 345K 5m54s 72350K .......... .......... .......... .......... .......... 34% 458K 5m54s 72400K .......... .......... .......... .......... .......... 34% 460K 5m54s 72450K .......... .......... .......... .......... .......... 34% 671K 5m54s 72500K .......... .......... .......... .......... .......... 34% 456K 5m53s 72550K .......... .......... .......... .......... .......... 34% 677K 5m53s 72600K .......... .......... .......... .......... .......... 34% 679K 5m53s 72650K .......... .......... .......... .......... .......... 34% 694K 5m53s 72700K .......... .......... .......... .......... .......... 34% 626K 5m53s 72750K .......... .......... .......... .......... .......... 34% 458K 5m52s 72800K .......... .......... .......... .......... .......... 34% 457K 5m52s 72850K .......... .......... .......... .......... .......... 34% 345K 5m52s 72900K .......... .......... .......... .......... .......... 34% 342K 5m52s 72950K .......... .......... .......... .......... .......... 34% 345K 5m52s 73000K .......... .......... .......... .......... .......... 34% 275K 5m52s 73050K .......... .......... .......... .......... .......... 34% 321K 5m52s 73100K .......... .......... .......... .......... .......... 34% 241K 5m52s 73150K .......... .......... .......... .......... .......... 34% 217K 5m52s 73200K .......... .......... .......... .......... .......... 34% 196K 5m52s 73250K .......... .......... .......... .......... .......... 34% 198K 5m52s 73300K .......... .......... .......... .......... .......... 34% 228K 5m52s 73350K .......... .......... .......... .......... .......... 34% 344K 5m52s 73400K .......... .......... .......... .......... .......... 34% 336K 5m52s 73450K .......... .......... .......... .......... .......... 34% 347K 5m52s 73500K .......... .......... .......... .......... .......... 34% 467K 5m52s 73550K .......... .......... .......... .......... .......... 34% 462K 5m52s 73600K .......... .......... .......... .......... .......... 34% 662K 5m51s 73650K .......... .......... .......... .......... .......... 34% 672K 5m51s 73700K .......... .......... .......... .......... .......... 34% 469K 5m51s 73750K .......... .......... .......... .......... .......... 34% 682K 5m51s 73800K .......... .......... .......... .......... .......... 34% 683K 5m51s 73850K .......... .......... .......... .......... .......... 34% 683K 5m50s 73900K .......... .......... .......... .......... .......... 34% 685K 5m50s 73950K .......... .......... .......... .......... .......... 34% 348K 5m50s 74000K .......... .......... .......... .......... .......... 34% 1.10M 5m50s 74050K .......... .......... .......... .......... .......... 34% 458K 5m50s 74100K .......... .......... .......... .......... .......... 34% 357K 5m50s 74150K .......... .......... .......... .......... .......... 34% 445K 5m49s 74200K .......... .......... .......... .......... .......... 34% 430K 5m49s 74250K .......... .......... .......... .......... .......... 34% 461K 5m49s 74300K .......... .......... .......... .......... .......... 34% 485K 5m49s 74350K .......... .......... .......... .......... .......... 34% 617K 5m49s 74400K .......... .......... .......... .......... .......... 34% 459K 5m49s 74450K .......... .......... .......... .......... .......... 34% 339K 5m48s 74500K .......... .......... .......... .......... .......... 35% 448K 5m48s 74550K .......... .......... .......... .......... .......... 35% 343K 5m48s 74600K .......... .......... .......... .......... .......... 35% 458K 5m48s 74650K .......... .......... .......... .......... .......... 35% 461K 5m48s 74700K .......... .......... .......... .......... .......... 35% 452K 5m48s 74750K .......... .......... .......... .......... .......... 35% 422K 5m48s 74800K .......... .......... .......... .......... .......... 35% 459K 5m47s 74850K .......... .......... .......... .......... .......... 35% 447K 5m47s 74900K .......... .......... .......... .......... .......... 35% 458K 5m47s 74950K .......... .......... .......... .......... .......... 35% 283K 5m47s 75000K .......... .......... .......... .......... .......... 35% 441K 5m47s 75050K .......... .......... .......... .......... .......... 35% 261K 5m47s 75100K .......... .......... .......... .......... .......... 35% 451K 5m47s 75150K .......... .......... .......... .......... .......... 35% 454K 5m47s 75200K .......... .......... .......... .......... .......... 35% 227K 5m47s 75250K .......... .......... .......... .......... .......... 35% 197K 5m47s 75300K .......... .......... .......... .......... .......... 35% 273K 5m47s 75350K .......... .......... .......... .......... .......... 35% 230K 5m47s 75400K .......... .......... .......... .......... .......... 35% 218K 5m47s 75450K .......... .......... .......... .......... .......... 35% 197K 5m47s 75500K .......... .......... .......... .......... .......... 35% 275K 5m47s 75550K .......... .......... .......... .......... .......... 35% 330K 5m47s 75600K .......... .......... .......... .......... .......... 35% 305K 5m47s 75650K .......... .......... .......... .......... .......... 35% 452K 5m47s 75700K .......... .......... .......... .......... .......... 35% 347K 5m47s 75750K .......... .......... .......... .......... .......... 35% 342K 5m46s 75800K .......... .......... .......... .......... .......... 35% 343K 5m46s 75850K .......... .......... .......... .......... .......... 35% 456K 5m46s 75900K .......... .......... .......... .......... .......... 35% 459K 5m46s 75950K .......... .......... .......... .......... .......... 35% 457K 5m46s 76000K .......... .......... .......... .......... .......... 35% 344K 5m46s 76050K .......... .......... .......... .......... .......... 35% 458K 5m46s 76100K .......... .......... .......... .......... .......... 35% 457K 5m46s 76150K .......... .......... .......... .......... .......... 35% 354K 5m45s 76200K .......... .......... .......... .......... .......... 35% 436K 5m45s 76250K .......... .......... .......... .......... .......... 35% 459K 5m45s 76300K .......... .......... .......... .......... .......... 35% 301K 5m45s 76350K .......... .......... .......... .......... .......... 35% 337K 5m45s 76400K .......... .......... .......... .......... .......... 35% 454K 5m45s 76450K .......... .......... .......... .......... .......... 35% 459K 5m45s 76500K .......... .......... .......... .......... .......... 35% 462K 5m44s 76550K .......... .......... .......... .......... .......... 35% 457K 5m44s 76600K .......... .......... .......... .......... .......... 36% 459K 5m44s 76650K .......... .......... .......... .......... .......... 36% 459K 5m44s 76700K .......... .......... .......... .......... .......... 36% 348K 5m44s 76750K .......... .......... .......... .......... .......... 36% 426K 5m44s 76800K .......... .......... .......... .......... .......... 36% 460K 5m44s 76850K .......... .......... .......... .......... .......... 36% 459K 5m43s 76900K .......... .......... .......... .......... .......... 36% 458K 5m43s 76950K .......... .......... .......... .......... .......... 36% 459K 5m43s 77000K .......... .......... .......... .......... .......... 36% 276K 5m43s 77050K .......... .......... .......... .......... .......... 36% 197K 5m43s 77100K .......... .......... .......... .......... .......... 36% 230K 5m43s 77150K .......... .......... .......... .......... .......... 36% 338K 5m43s 77200K .......... .......... .......... .......... .......... 36% 276K 5m43s 77250K .......... .......... .......... .......... .......... 36% 229K 5m43s 77300K .......... .......... .......... .......... .......... 36% 274K 5m43s 77350K .......... .......... .......... .......... .......... 36% 196K 5m43s 77400K .......... .......... .......... .......... .......... 36% 231K 5m43s 77450K .......... .......... .......... .......... .......... 36% 341K 5m43s 77500K .......... .......... .......... .......... .......... 36% 344K 5m43s 77550K .......... .......... .......... .......... .......... 36% 457K 5m43s 77600K .......... .......... .......... .......... .......... 36% 458K 5m43s 77650K .......... .......... .......... .......... .......... 36% 346K 5m43s 77700K .......... .......... .......... .......... .......... 36% 435K 5m43s 77750K .......... .......... .......... .......... .......... 36% 446K 5m42s 77800K .......... .......... .......... .......... .......... 36% 367K 5m42s 77850K .......... .......... .......... .......... .......... 36% 422K 5m42s 77900K .......... .......... .......... .......... .......... 36% 457K 5m42s 77950K .......... .......... .......... .......... .......... 36% 457K 5m42s 78000K .......... .......... .......... .......... .......... 36% 465K 5m42s 78050K .......... .......... .......... .......... .......... 36% 675K 5m41s 78100K .......... .......... .......... .......... .......... 36% 679K 5m41s 78150K .......... .......... .......... .......... .......... 36% 687K 5m41s 78200K .......... .......... .......... .......... .......... 36% 683K 5m41s 78250K .......... .......... .......... .......... .......... 36% 686K 5m41s 78300K .......... .......... .......... .......... .......... 36% 687K 5m40s 78350K .......... .......... .......... .......... .......... 36% 680K 5m40s 78400K .......... .......... .......... .......... .......... 36% 463K 5m40s 78450K .......... .......... .......... .......... .......... 36% 685K 5m40s 78500K .......... .......... .......... .......... .......... 36% 688K 5m40s 78550K .......... .......... .......... .......... .......... 36% 689K 5m39s 78600K .......... .......... .......... .......... .......... 36% 1.21M 5m39s 78650K .......... .......... .......... .......... .......... 36% 690K 5m39s 78700K .......... .......... .......... .......... .......... 36% 690K 5m39s 78750K .......... .......... .......... .......... .......... 37% 725K 5m38s 78800K .......... .......... .......... .......... .......... 37% 661K 5m38s 78850K .......... .......... .......... .......... .......... 37% 1.19M 5m38s 78900K .......... .......... .......... .......... .......... 37% 452K 5m38s 78950K .......... .......... .......... .......... .......... 37% 346K 5m38s 79000K .......... .......... .......... .......... .......... 37% 344K 5m38s 79050K .......... .......... .......... .......... .......... 37% 343K 5m37s 79100K .......... .......... .......... .......... .......... 37% 343K 5m37s 79150K .......... .......... .......... .......... .......... 37% 230K 5m37s 79200K .......... .......... .......... .......... .......... 37% 277K 5m37s 79250K .......... .......... .......... .......... .......... 37% 275K 5m37s 79300K .......... .......... .......... .......... .......... 37% 452K 5m37s 79350K .......... .......... .......... .......... .......... 37% 459K 5m37s 79400K .......... .......... .......... .......... .......... 37% 460K 5m37s 79450K .......... .......... .......... .......... .......... 37% 459K 5m37s 79500K .......... .......... .......... .......... .......... 37% 687K 5m36s 79550K .......... .......... .......... .......... .......... 37% 461K 5m36s 79600K .......... .......... .......... .......... .......... 37% 459K 5m36s 79650K .......... .......... .......... .......... .......... 37% 456K 5m36s 79700K .......... .......... .......... .......... .......... 37% 681K 5m36s 79750K .......... .......... .......... .......... .......... 37% 684K 5m36s 79800K .......... .......... .......... .......... .......... 37% 459K 5m35s 79850K .......... .......... .......... .......... .......... 37% 459K 5m35s 79900K .......... .......... .......... .......... .......... 37% 461K 5m35s 79950K .......... .......... .......... .......... .......... 37% 681K 5m35s 80000K .......... .......... .......... .......... .......... 37% 459K 5m35s 80050K .......... .......... .......... .......... .......... 37% 344K 5m35s 80100K .......... .......... .......... .......... .......... 37% 343K 5m35s 80150K .......... .......... .......... .......... .......... 37% 340K 5m34s 80200K .......... .......... .......... .......... .......... 37% 261K 5m34s 80250K .......... .......... .......... .......... .......... 37% 276K 5m34s 80300K .......... .......... .......... .......... .......... 37% 343K 5m34s 80350K .......... .......... .......... .......... .......... 37% 337K 5m34s 80400K .......... .......... .......... .......... .......... 37% 462K 5m34s 80450K .......... .......... .......... .......... .......... 37% 350K 5m34s 80500K .......... .......... .......... .......... .......... 37% 420K 5m34s 80550K .......... .......... .......... .......... .......... 37% 276K 5m34s 80600K .......... .......... .......... .......... .......... 37% 344K 5m34s 80650K .......... .......... .......... .......... .......... 37% 343K 5m34s 80700K .......... .......... .......... .......... .......... 37% 457K 5m33s 80750K .......... .......... .......... .......... .......... 37% 456K 5m33s 80800K .......... .......... .......... .......... .......... 37% 669K 5m33s 80850K .......... .......... .......... .......... .......... 38% 673K 5m33s 80900K .......... .......... .......... .......... .......... 38% 458K 5m33s 80950K .......... .......... .......... .......... .......... 38% 679K 5m33s 81000K .......... .......... .......... .......... .......... 38% 453K 5m32s 81050K .......... .......... .......... .......... .......... 38% 459K 5m32s 81100K .......... .......... .......... .......... .......... 38% 458K 5m32s 81150K .......... .......... .......... .......... .......... 38% 456K 5m32s 81200K .......... .......... .......... .......... .......... 38% 343K 5m32s 81250K .......... .......... .......... .......... .......... 38% 680K 5m32s 81300K .......... .......... .......... .......... .......... 38% 426K 5m31s 81350K .......... .......... .......... .......... .......... 38% 682K 5m31s 81400K .......... .......... .......... .......... .......... 38% 687K 5m31s 81450K .......... .......... .......... .......... .......... 38% 682K 5m31s 81500K .......... .......... .......... .......... .......... 38% 688K 5m31s 81550K .......... .......... .......... .......... .......... 38% 688K 5m30s 81600K .......... .......... .......... .......... .......... 38% 673K 5m30s 81650K .......... .......... .......... .......... .......... 38% 469K 5m30s 81700K .......... .......... .......... .......... .......... 38% 680K 5m30s 81750K .......... .......... .......... .......... .......... 38% 688K 5m30s 81800K .......... .......... .......... .......... .......... 38% 461K 5m29s 81850K .......... .......... .......... .......... .......... 38% 459K 5m29s 81900K .......... .......... .......... .......... .......... 38% 100K 5m30s 81950K .......... .......... .......... .......... .......... 38% 276K 5m30s 82000K .......... .......... .......... .......... .......... 38% 345K 5m30s 82050K .......... .......... .......... .......... .......... 38% 277K 5m30s 82100K .......... .......... .......... .......... .......... 38% 271K 5m30s 82150K .......... .......... .......... .......... .......... 38% 275K 5m30s 82200K .......... .......... .......... .......... .......... 38% 345K 5m29s 82250K .......... .......... .......... .......... .......... 38% 342K 5m29s 82300K .......... .......... .......... .......... .......... 38% 342K 5m29s 82350K .......... .......... .......... .......... .......... 38% 346K 5m29s 82400K .......... .......... .......... .......... .......... 38% 346K 5m29s 82450K .......... .......... .......... .......... .......... 38% 334K 5m29s 82500K .......... .......... .......... .......... .......... 38% 455K 5m29s 82550K .......... .......... .......... .......... .......... 38% 459K 5m29s 82600K .......... .......... .......... .......... .......... 38% 463K 5m29s 82650K .......... .......... .......... .......... .......... 38% 662K 5m28s 82700K .......... .......... .......... .......... .......... 38% 682K 5m28s 82750K .......... .......... .......... .......... .......... 38% 685K 5m28s 82800K .......... .......... .......... .......... .......... 38% 688K 5m28s 82850K .......... .......... .......... .......... .......... 38% 686K 5m27s 82900K .......... .......... .......... .......... .......... 38% 694K 5m27s 82950K .......... .......... .......... .......... .......... 38% 690K 5m27s 83000K .......... .......... .......... .......... .......... 39% 683K 5m27s 83050K .......... .......... .......... .......... .......... 39% 695K 5m27s 83100K .......... .......... .......... .......... .......... 39% 684K 5m26s 83150K .......... .......... .......... .......... .......... 39% 687K 5m26s 83200K .......... .......... .......... .......... .......... 39% 688K 5m26s 83250K .......... .......... .......... .......... .......... 39% 641K 5m26s 83300K .......... .......... .......... .......... .......... 39% 459K 5m26s 83350K .......... .......... .......... .......... .......... 39% 346K 5m26s 83400K .......... .......... .......... .......... .......... 39% 342K 5m25s 83450K .......... .......... .......... .......... .......... 39% 230K 5m26s 83500K .......... .......... .......... .......... .......... 39% 336K 5m25s 83550K .......... .......... .......... .......... .......... 39% 276K 5m25s 83600K .......... .......... .......... .......... .......... 39% 346K 5m25s 83650K .......... .......... .......... .......... .......... 39% 342K 5m25s 83700K .......... .......... .......... .......... .......... 39% 276K 5m25s 83750K .......... .......... .......... .......... .......... 39% 274K 5m25s 83800K .......... .......... .......... .......... .......... 39% 341K 5m25s 83850K .......... .......... .......... .......... .......... 39% 455K 5m25s 83900K .......... .......... .......... .......... .......... 39% 343K 5m25s 83950K .......... .......... .......... .......... .......... 39% 339K 5m25s 84000K .......... .......... .......... .......... .......... 39% 455K 5m25s 84050K .......... .......... .......... .......... .......... 39% 454K 5m24s 84100K .......... .......... .......... .......... .......... 39% 345K 5m24s 84150K .......... .......... .......... .......... .......... 39% 345K 5m24s 84200K .......... .......... .......... .......... .......... 39% 340K 5m24s 84250K .......... .......... .......... .......... .......... 39% 458K 5m24s 84300K .......... .......... .......... .......... .......... 39% 458K 5m24s 84350K .......... .......... .......... .......... .......... 39% 345K 5m24s 84400K .......... .......... .......... .......... .......... 39% 461K 5m24s 84450K .......... .......... .......... .......... .......... 39% 458K 5m23s 84500K .......... .......... .......... .......... .......... 39% 459K 5m23s 84550K .......... .......... .......... .......... .......... 39% 460K 5m23s 84600K .......... .......... .......... .......... .......... 39% 459K 5m23s 84650K .......... .......... .......... .......... .......... 39% 232K 5m23s 84700K .......... .......... .......... .......... .......... 39% 226K 5m23s 84750K .......... .......... .......... .......... .......... 39% 272K 5m23s 84800K .......... .......... .......... .......... .......... 39% 274K 5m23s 84850K .......... .......... .......... .......... .......... 39% 274K 5m23s 84900K .......... .......... .......... .......... .......... 39% 276K 5m23s 84950K .......... .......... .......... .......... .......... 39% 275K 5m23s 85000K .......... .......... .......... .......... .......... 39% 343K 5m23s 85050K .......... .......... .......... .......... .......... 39% 446K 5m23s 85100K .......... .......... .......... .......... .......... 39% 456K 5m22s 85150K .......... .......... .......... .......... .......... 40% 468K 5m22s 85200K .......... .......... .......... .......... .......... 40% 462K 5m22s 85250K .......... .......... .......... .......... .......... 40% 662K 5m22s 85300K .......... .......... .......... .......... .......... 40% 459K 5m22s 85350K .......... .......... .......... .......... .......... 40% 350K 5m22s 85400K .......... .......... .......... .......... .......... 40% 450K 5m21s 85450K .......... .......... .......... .......... .......... 40% 435K 5m21s 85500K .......... .......... .......... .......... .......... 40% 313K 5m21s 85550K .......... .......... .......... .......... .......... 40% 435K 5m21s 85600K .......... .......... .......... .......... .......... 40% 338K 5m21s 85650K .......... .......... .......... .......... .......... 40% 332K 5m21s 85700K .......... .......... .......... .......... .......... 40% 276K 5m21s 85750K .......... .......... .......... .......... .......... 40% 448K 5m21s 85800K .......... .......... .......... .......... .......... 40% 342K 5m21s 85850K .......... .......... .......... .......... .......... 40% 339K 5m21s 85900K .......... .......... .......... .......... .......... 40% 343K 5m20s 85950K .......... .......... .......... .......... .......... 40% 449K 5m20s 86000K .......... .......... .......... .......... .......... 40% 458K 5m20s 86050K .......... .......... .......... .......... .......... 40% 679K 5m20s 86100K .......... .......... .......... .......... .......... 40% 462K 5m20s 86150K .......... .......... .......... .......... .......... 40% 457K 5m20s 86200K .......... .......... .......... .......... .......... 40% 345K 5m20s 86250K .......... .......... .......... .......... .......... 40% 460K 5m19s 86300K .......... .......... .......... .......... .......... 40% 455K 5m19s 86350K .......... .......... .......... .......... .......... 40% 429K 5m19s 86400K .......... .......... .......... .......... .......... 40% 358K 5m19s 86450K .......... .......... .......... .......... .......... 40% 437K 5m19s 86500K .......... .......... .......... .......... .......... 40% 355K 5m19s 86550K .......... .......... .......... .......... .......... 40% 637K 5m19s 86600K .......... .......... .......... .......... .......... 40% 460K 5m18s 86650K .......... .......... .......... .......... .......... 40% 480K 5m18s 86700K .......... .......... .......... .......... .......... 40% 460K 5m18s 86750K .......... .......... .......... .......... .......... 40% 458K 5m18s 86800K .......... .......... .......... .......... .......... 40% 459K 5m18s 86850K .......... .......... .......... .......... .......... 40% 433K 5m18s 86900K .......... .......... .......... .......... .......... 40% 360K 5m18s 86950K .......... .......... .......... .......... .......... 40% 623K 5m17s 87000K .......... .......... .......... .......... .......... 40% 467K 5m17s 87050K .......... .......... .......... .......... .......... 40% 481K 5m17s 87100K .......... .......... .......... .......... .......... 40% 436K 5m17s 87150K .......... .......... .......... .......... .......... 40% 460K 5m17s 87200K .......... .......... .......... .......... .......... 40% 465K 5m17s 87250K .......... .......... .......... .......... .......... 41% 668K 5m16s 87300K .......... .......... .......... .......... .......... 41% 487K 5m16s 87350K .......... .......... .......... .......... .......... 41% 338K 5m16s 87400K .......... .......... .......... .......... .......... 41% 340K 5m16s 87450K .......... .......... .......... .......... .......... 41% 456K 5m16s 87500K .......... .......... .......... .......... .......... 41% 346K 5m16s 87550K .......... .......... .......... .......... .......... 41% 273K 5m16s 87600K .......... .......... .......... .......... .......... 41% 343K 5m16s 87650K .......... .......... .......... .......... .......... 41% 346K 5m16s 87700K .......... .......... .......... .......... .......... 41% 459K 5m15s 87750K .......... .......... .......... .......... .......... 41% 460K 5m15s 87800K .......... .......... .......... .......... .......... 41% 679K 5m15s 87850K .......... .......... .......... .......... .......... 41% 601K 5m15s 87900K .......... .......... .......... .......... .......... 41% 261K 5m15s 87950K .......... .......... .......... .......... .......... 41% 332K 5m15s 88000K .......... .......... .......... .......... .......... 41% 229K 5m15s 88050K .......... .......... .......... .......... .......... 41% 229K 5m15s 88100K .......... .......... .......... .......... .......... 41% 283K 5m15s 88150K .......... .......... .......... .......... .......... 41% 435K 5m15s 88200K .......... .......... .......... .......... .......... 41% 459K 5m14s 88250K .......... .......... .......... .......... .......... 41% 487K 5m14s 88300K .......... .......... .......... .......... .......... 41% 631K 5m14s 88350K .......... .......... .......... .......... .......... 41% 660K 5m14s 88400K .......... .......... .......... .......... .......... 41% 497K 5m14s 88450K .......... .......... .......... .......... .......... 41% 1.10M 5m13s 88500K .......... .......... .......... .......... .......... 41% 715K 5m13s 88550K .......... .......... .......... .......... .......... 41% 459K 5m13s 88600K .......... .......... .......... .......... .......... 41% 1.22M 5m13s 88650K .......... .......... .......... .......... .......... 41% 462K 5m13s 88700K .......... .......... .......... .......... .......... 41% 681K 5m12s 88750K .......... .......... .......... .......... .......... 41% 681K 5m12s 88800K .......... .......... .......... .......... .......... 41% 688K 5m12s 88850K .......... .......... .......... .......... .......... 41% 655K 5m12s 88900K .......... .......... .......... .......... .......... 41% 691K 5m12s 88950K .......... .......... .......... .......... .......... 41% 1.28M 5m11s 89000K .......... .......... .......... .......... .......... 41% 683K 5m11s 89050K .......... .......... .......... .......... .......... 41% 690K 5m11s 89100K .......... .......... .......... .......... .......... 41% 545K 5m11s 89150K .......... .......... .......... .......... .......... 41% 274K 5m11s 89200K .......... .......... .......... .......... .......... 41% 266K 5m11s 89250K .......... .......... .......... .......... .......... 41% 346K 5m11s 89300K .......... .......... .......... .......... .......... 41% 345K 5m11s 89350K .......... .......... .......... .......... .......... 41% 401K 5m10s 89400K .......... .......... .......... .......... .......... 42% 533K 5m10s 89450K .......... .......... .......... .......... .......... 42% 564K 5m10s 89500K .......... .......... .......... .......... .......... 42% 461K 5m10s 89550K .......... .......... .......... .......... .......... 42% 524K 5m10s 89600K .......... .......... .......... .......... .......... 42% 346K 5m10s 89650K .......... .......... .......... .......... .......... 42% 461K 5m10s 89700K .......... .......... .......... .......... .......... 42% 288K 5m9s 89750K .......... .......... .......... .......... .......... 42% 264K 5m9s 89800K .......... .......... .......... .......... .......... 42% 275K 5m9s 89850K .......... .......... .......... .......... .......... 42% 191K 5m9s 89900K .......... .......... .......... .......... .......... 42% 156K 5m10s 89950K .......... .......... .......... .......... .......... 42% 160K 5m10s 90000K .......... .......... .......... .......... .......... 42% 276K 5m10s 90050K .......... .......... .......... .......... .......... 42% 339K 5m10s 90100K .......... .......... .......... .......... .......... 42% 420K 5m9s 90150K .......... .......... .......... .......... .......... 42% 432K 5m9s 90200K .......... .......... .......... .......... .......... 42% 175K 5m9s 90250K .......... .......... .......... .......... .......... 42% 236K 5m9s 90300K .......... .......... .......... .......... .......... 42% 244K 5m9s 90350K .......... .......... .......... .......... .......... 42% 289K 5m9s 90400K .......... .......... .......... .......... .......... 42% 499K 5m9s 90450K .......... .......... .......... .......... .......... 42% 210K 5m9s 90500K .......... .......... .......... .......... .......... 42% 234K 5m9s 90550K .......... .......... .......... .......... .......... 42% 154K 5m9s 90600K .......... .......... .......... .......... .......... 42% 194K 5m9s 90650K .......... .......... .......... .......... .......... 42% 273K 5m9s 90700K .......... .......... .......... .......... .......... 42% 227K 5m9s 90750K .......... .......... .......... .......... .......... 42% 229K 5m9s 90800K .......... .......... .......... .......... .......... 42% 270K 5m9s 90850K .......... .......... .......... .......... .......... 42% 345K 5m9s 90900K .......... .......... .......... .......... .......... 42% 454K 5m9s 90950K .......... .......... .......... .......... .......... 42% 276K 5m9s 91000K .......... .......... .......... .......... .......... 42% 454K 5m9s 91050K .......... .......... .......... .......... .......... 42% 458K 5m9s 91100K .......... .......... .......... .......... .......... 42% 455K 5m8s 91150K .......... .......... .......... .......... .......... 42% 472K 5m8s 91200K .......... .......... .......... .......... .......... 42% 651K 5m8s 91250K .......... .......... .......... .......... .......... 42% 452K 5m8s 91300K .......... .......... .......... .......... .......... 42% 459K 5m8s 91350K .......... .......... .......... .......... .......... 42% 679K 5m8s 91400K .......... .......... .......... .......... .......... 42% 441K 5m7s 91450K .......... .......... .......... .......... .......... 42% 682K 5m7s 91500K .......... .......... .......... .......... .......... 43% 460K 5m7s 91550K .......... .......... .......... .......... .......... 43% 455K 5m7s 91600K .......... .......... .......... .......... .......... 43% 276K 5m7s 91650K .......... .......... .......... .......... .......... 43% 344K 5m7s 91700K .......... .......... .......... .......... .......... 43% 343K 5m7s 91750K .......... .......... .......... .......... .......... 43% 460K 5m7s 91800K .......... .......... .......... .......... .......... 43% 459K 5m6s 91850K .......... .......... .......... .......... .......... 43% 464K 5m6s 91900K .......... .......... .......... .......... .......... 43% 455K 5m6s 91950K .......... .......... .......... .......... .......... 43% 681K 5m6s 92000K .......... .......... .......... .......... .......... 43% 346K 5m6s 92050K .......... .......... .......... .......... .......... 43% 345K 5m6s 92100K .......... .......... .......... .......... .......... 43% 265K 5m6s 92150K .......... .......... .......... .......... .......... 43% 230K 5m6s 92200K .......... .......... .......... .......... .......... 43% 340K 5m6s 92250K .......... .......... .......... .......... .......... 43% 343K 5m5s 92300K .......... .......... .......... .......... .......... 43% 276K 5m5s 92350K .......... .......... .......... .......... .......... 43% 457K 5m5s 92400K .......... .......... .......... .......... .......... 43% 340K 5m5s 92450K .......... .......... .......... .......... .......... 43% 335K 5m5s 92500K .......... .......... .......... .......... .......... 43% 342K 5m5s 92550K .......... .......... .......... .......... .......... 43% 344K 5m5s 92600K .......... .......... .......... .......... .......... 43% 457K 5m5s 92650K .......... .......... .......... .......... .......... 43% 458K 5m5s 92700K .......... .......... .......... .......... .......... 43% 681K 5m4s 92750K .......... .......... .......... .......... .......... 43% 460K 5m4s 92800K .......... .......... .......... .......... .......... 43% 459K 5m4s 92850K .......... .......... .......... .......... .......... 43% 464K 5m4s 92900K .......... .......... .......... .......... .......... 43% 448K 5m4s 92950K .......... .......... .......... .......... .......... 43% 339K 5m4s 93000K .......... .......... .......... .......... .......... 43% 283K 5m4s 93050K .......... .......... .......... .......... .......... 43% 333K 5m4s 93100K .......... .......... .......... .......... .......... 43% 284K 5m3s 93150K .......... .......... .......... .......... .......... 43% 251K 5m3s 93200K .......... .......... .......... .......... .......... 43% 343K 5m3s 93250K .......... .......... .......... .......... .......... 43% 340K 5m3s 93300K .......... .......... .......... .......... .......... 43% 277K 5m3s 93350K .......... .......... .......... .......... .......... 43% 457K 5m3s 93400K .......... .......... .......... .......... .......... 43% 454K 5m3s 93450K .......... .......... .......... .......... .......... 43% 455K 5m3s 93500K .......... .......... .......... .......... .......... 43% 458K 5m3s 93550K .......... .......... .......... .......... .......... 43% 462K 5m2s 93600K .......... .......... .......... .......... .......... 43% 675K 5m2s 93650K .......... .......... .......... .......... .......... 44% 348K 5m2s 93700K .......... .......... .......... .......... .......... 44% 344K 5m2s 93750K .......... .......... .......... .......... .......... 44% 347K 5m2s 93800K .......... .......... .......... .......... .......... 44% 450K 5m2s 93850K .......... .......... .......... .......... .......... 44% 344K 5m2s 93900K .......... .......... .......... .......... .......... 44% 460K 5m2s 93950K .......... .......... .......... .......... .......... 44% 342K 5m1s 94000K .......... .......... .......... .......... .......... 44% 346K 5m1s 94050K .......... .......... .......... .......... .......... 44% 328K 5m1s 94100K .......... .......... .......... .......... .......... 44% 363K 5m1s 94150K .......... .......... .......... .......... .......... 44% 427K 5m1s 94200K .......... .......... .......... .......... .......... 44% 354K 5m1s 94250K .......... .......... .......... .......... .......... 44% 648K 5m1s 94300K .......... .......... .......... .......... .......... 44% 346K 5m1s 94350K .......... .......... .......... .......... .......... 44% 457K 5m0s 94400K .......... .......... .......... .......... .......... 44% 684K 5m0s 94450K .......... .......... .......... .......... .......... 44% 351K 5m0s 94500K .......... .......... .......... .......... .......... 44% 443K 5m0s 94550K .......... .......... .......... .......... .......... 44% 345K 5m0s 94600K .......... .......... .......... .......... .......... 44% 274K 5m0s 94650K .......... .......... .......... .......... .......... 44% 342K 5m0s 94700K .......... .......... .......... .......... .......... 44% 456K 5m0s 94750K .......... .......... .......... .......... .......... 44% 278K 4m59s 94800K .......... .......... .......... .......... .......... 44% 228K 4m59s 94850K .......... .......... .......... .......... .......... 44% 196K 5m0s 94900K .......... .......... .......... .......... .......... 44% 195K 5m0s 94950K .......... .......... .......... .......... .......... 44% 229K 5m0s 95000K .......... .......... .......... .......... .......... 44% 196K 5m0s 95050K .......... .......... .......... .......... .......... 44% 265K 5m0s 95100K .......... .......... .......... .......... .......... 44% 173K 5m0s 95150K .......... .......... .......... .......... .......... 44% 270K 5m0s 95200K .......... .......... .......... .......... .......... 44% 275K 4m59s 95250K .......... .......... .......... .......... .......... 44% 276K 4m59s 95300K .......... .......... .......... .......... .......... 44% 345K 4m59s 95350K .......... .......... .......... .......... .......... 44% 459K 4m59s 95400K .......... .......... .......... .......... .......... 44% 655K 4m59s 95450K .......... .......... .......... .......... .......... 44% 339K 4m59s 95500K .......... .......... .......... .......... .......... 44% 236K 4m59s 95550K .......... .......... .......... .......... .......... 44% 457K 4m59s 95600K .......... .......... .......... .......... .......... 44% 678K 4m58s 95650K .......... .......... .......... .......... .......... 44% 350K 4m58s 95700K .......... .......... .......... .......... .......... 44% 441K 4m58s 95750K .......... .......... .......... .......... .......... 45% 279K 4m58s 95800K .......... .......... .......... .......... .......... 45% 336K 4m58s 95850K .......... .......... .......... .......... .......... 45% 312K 4m58s 95900K .......... .......... .......... .......... .......... 45% 244K 4m58s 95950K .......... .......... .......... .......... .......... 45% 204K 4m58s 96000K .......... .......... .......... .......... .......... 45% 292K 4m58s 96050K .......... .......... .......... .......... .......... 45% 331K 4m58s 96100K .......... .......... .......... .......... .......... 45% 553K 4m58s 96150K .......... .......... .......... .......... .......... 45% 381K 4m58s 96200K .......... .......... .......... .......... .......... 45% 378K 4m57s 96250K .......... .......... .......... .......... .......... 45% 397K 4m57s 96300K .......... .......... .......... .......... .......... 45% 531K 4m57s 96350K .......... .......... .......... .......... .......... 45% 398K 4m57s 96400K .......... .......... .......... .......... .......... 45% 677K 4m57s 96450K .......... .......... .......... .......... .......... 45% 346K 4m57s 96500K .......... .......... .......... .......... .......... 45% 547K 4m56s 96550K .......... .......... .......... .......... .......... 45% 394K 4m56s 96600K .......... .......... .......... .......... .......... 45% 454K 4m56s 96650K .......... .......... .......... .......... .......... 45% 333K 4m56s 96700K .......... .......... .......... .......... .......... 45% 278K 4m56s 96750K .......... .......... .......... .......... .......... 45% 337K 4m56s 96800K .......... .......... .......... .......... .......... 45% 343K 4m56s 96850K .......... .......... .......... .......... .......... 45% 457K 4m56s 96900K .......... .......... .......... .......... .......... 45% 678K 4m55s 96950K .......... .......... .......... .......... .......... 45% 456K 4m55s 97000K .......... .......... .......... .......... .......... 45% 459K 4m55s 97050K .......... .......... .......... .......... .......... 45% 458K 4m55s 97100K .......... .......... .......... .......... .......... 45% 455K 4m55s 97150K .......... .......... .......... .......... .......... 45% 679K 4m55s 97200K .......... .......... .......... .......... .......... 45% 345K 4m55s 97250K .......... .......... .......... .......... .......... 45% 456K 4m54s 97300K .......... .......... .......... .......... .......... 45% 456K 4m54s 97350K .......... .......... .......... .......... .......... 45% 469K 4m54s 97400K .......... .......... .......... .......... .......... 45% 650K 4m54s 97450K .......... .......... .......... .......... .......... 45% 686K 4m54s 97500K .......... .......... .......... .......... .......... 45% 463K 4m54s 97550K .......... .......... .......... .......... .......... 45% 687K 4m53s 97600K .......... .......... .......... .......... .......... 45% 462K 4m53s 97650K .......... .......... .......... .......... .......... 45% 469K 4m53s 97700K .......... .......... .......... .......... .......... 45% 672K 4m53s 97750K .......... .......... .......... .......... .......... 45% 683K 4m53s 97800K .......... .......... .......... .......... .......... 45% 686K 4m53s 97850K .......... .......... .......... .......... .......... 45% 460K 4m52s 97900K .......... .......... .......... .......... .......... 46% 1.31M 4m52s 97950K .......... .......... .......... .......... .......... 46% 443K 4m52s 98000K .......... .......... .......... .......... .......... 46% 682K 4m52s 98050K .......... .......... .......... .......... .......... 46% 464K 4m52s 98100K .......... .......... .......... .......... .......... 46% 676K 4m52s 98150K .......... .......... .......... .......... .......... 46% 677K 4m51s 98200K .......... .......... .......... .......... .......... 46% 696K 4m51s 98250K .......... .......... .......... .......... .......... 46% 688K 4m51s 98300K .......... .......... .......... .......... .......... 46% 688K 4m51s 98350K .......... .......... .......... .......... .......... 46% 673K 4m51s 98400K .......... .......... .......... .......... .......... 46% 669K 4m50s 98450K .......... .......... .......... .......... .......... 46% 379K 4m50s 98500K .......... .......... .......... .......... .......... 46% 686K 4m50s 98550K .......... .......... .......... .......... .......... 46% 688K 4m50s 98600K .......... .......... .......... .......... .......... 46% 1.29M 4m50s 98650K .......... .......... .......... .......... .......... 46% 689K 4m49s 98700K .......... .......... .......... .......... .......... 46% 695K 4m49s 98750K .......... .......... .......... .......... .......... 46% 1.31M 4m49s 98800K .......... .......... .......... .......... .......... 46% 688K 4m49s 98850K .......... .......... .......... .......... .......... 46% 677K 4m49s 98900K .......... .......... .......... .......... .......... 46% 684K 4m48s 98950K .......... .......... .......... .......... .......... 46% 686K 4m48s 99000K .......... .......... .......... .......... .......... 46% 688K 4m48s 99050K .......... .......... .......... .......... .......... 46% 695K 4m48s 99100K .......... .......... .......... .......... .......... 46% 701K 4m48s 99150K .......... .......... .......... .......... .......... 46% 671K 4m48s 99200K .......... .......... .......... .......... .......... 46% 346K 4m47s 99250K .......... .......... .......... .......... .......... 46% 343K 4m47s 99300K .......... .......... .......... .......... .......... 46% 275K 4m47s 99350K .......... .......... .......... .......... .......... 46% 277K 4m47s 99400K .......... .......... .......... .......... .......... 46% 457K 4m47s 99450K .......... .......... .......... .......... .......... 46% 450K 4m47s 99500K .......... .......... .......... .......... .......... 46% 461K 4m47s 99550K .......... .......... .......... .......... .......... 46% 682K 4m47s 99600K .......... .......... .......... .......... .......... 46% 229K 4m47s 99650K .......... .......... .......... .......... .......... 46% 117M 4m46s 99700K .......... .......... .......... .......... .......... 46% 276K 4m46s 99750K .......... .......... .......... .......... .......... 46% 275K 4m46s 99800K .......... .......... .......... .......... .......... 46% 341K 4m46s 99850K .......... .......... .......... .......... .......... 46% 277K 4m46s 99900K .......... .......... .......... .......... .......... 46% 223K 4m46s 99950K .......... .......... .......... .......... .......... 46% 196K 4m46s 100000K .......... .......... .......... .......... .......... 46% 197K 4m46s 100050K .......... .......... .......... .......... .......... 47% 342K 4m46s 100100K .......... .......... .......... .......... .......... 47% 345K 4m46s 100150K .......... .......... .......... .......... .......... 47% 344K 4m46s 100200K .......... .......... .......... .......... .......... 47% 277K 4m46s 100250K .......... .......... .......... .......... .......... 47% 451K 4m45s 100300K .......... .......... .......... .......... .......... 47% 350K 4m45s 100350K .......... .......... .......... .......... .......... 47% 666K 4m45s 100400K .......... .......... .......... .......... .......... 47% 456K 4m45s 100450K .......... .......... .......... .......... .......... 47% 343K 4m45s 100500K .......... .......... .......... .......... .......... 47% 454K 4m45s 100550K .......... .......... .......... .......... .......... 47% 344K 4m45s 100600K .......... .......... .......... .......... .......... 47% 456K 4m45s 100650K .......... .......... .......... .......... .......... 47% 458K 4m44s 100700K .......... .......... .......... .......... .......... 47% 338K 4m44s 100750K .......... .......... .......... .......... .......... 47% 455K 4m44s 100800K .......... .......... .......... .......... .......... 47% 459K 4m44s 100850K .......... .......... .......... .......... .......... 47% 462K 4m44s 100900K .......... .......... .......... .......... .......... 47% 677K 4m44s 100950K .......... .......... .......... .......... .......... 47% 645K 4m43s 101000K .......... .......... .......... .......... .......... 47% 684K 4m43s 101050K .......... .......... .......... .......... .......... 47% 489K 4m43s 101100K .......... .......... .......... .......... .......... 47% 686K 4m43s 101150K .......... .......... .......... .......... .......... 47% 1.15M 4m43s 101200K .......... .......... .......... .......... .......... 47% 689K 4m43s 101250K .......... .......... .......... .......... .......... 47% 749K 4m42s 101300K .......... .......... .......... .......... .......... 47% 1.13M 4m42s 101350K .......... .......... .......... .......... .......... 47% 754K 4m42s 101400K .......... .......... .......... .......... .......... 47% 1.13M 4m42s 101450K .......... .......... .......... .......... .......... 47% 698K 4m42s 101500K .......... .......... .......... .......... .......... 47% 703K 4m41s 101550K .......... .......... .......... .......... .......... 47% 734K 4m41s 101600K .......... .......... .......... .......... .......... 47% 690K 4m41s 101650K .......... .......... .......... .......... .......... 47% 1.07M 4m41s 101700K .......... .......... .......... .......... .......... 47% 695K 4m41s 101750K .......... .......... .......... .......... .......... 47% 703K 4m40s 101800K .......... .......... .......... .......... .......... 47% 771K 4m40s 101850K .......... .......... .......... .......... .......... 47% 1.08M 4m40s 101900K .......... .......... .......... .......... .......... 47% 777K 4m40s 101950K .......... .......... .......... .......... .......... 47% 1.10M 4m40s 102000K .......... .......... .......... .......... .......... 47% 1.30M 4m39s 102050K .......... .......... .......... .......... .......... 47% 685K 4m39s 102100K .......... .......... .......... .......... .......... 47% 690K 4m39s 102150K .......... .......... .......... .......... .......... 48% 463K 4m39s 102200K .......... .......... .......... .......... .......... 48% 342K 4m39s 102250K .......... .......... .......... .......... .......... 48% 277K 4m39s 102300K .......... .......... .......... .......... .......... 48% 230K 4m39s 102350K .......... .......... .......... .......... .......... 48% 228K 4m39s 102400K .......... .......... .......... .......... .......... 48% 343K 4m39s 102450K .......... .......... .......... .......... .......... 48% 343K 4m38s 102500K .......... .......... .......... .......... .......... 48% 644K 4m38s 102550K .......... .......... .......... .......... .......... 48% 459K 4m38s 102600K .......... .......... .......... .......... .......... 48% 457K 4m38s 102650K .......... .......... .......... .......... .......... 48% 341K 4m38s 102700K .......... .......... .......... .......... .......... 48% 275K 4m38s 102750K .......... .......... .......... .......... .......... 48% 336K 4m38s 102800K .......... .......... .......... .......... .......... 48% 199K 4m38s 102850K .......... .......... .......... .......... .......... 48% 271K 4m38s 102900K .......... .......... .......... .......... .......... 48% 343K 4m37s 102950K .......... .......... .......... .......... .......... 48% 458K 4m37s 103000K .......... .......... .......... .......... .......... 48% 622K 4m37s 103050K .......... .......... .......... .......... .......... 48% 458K 4m37s 103100K .......... .......... .......... .......... .......... 48% 343K 4m37s 103150K .......... .......... .......... .......... .......... 48% 268K 4m37s 103200K .......... .......... .......... .......... .......... 48% 456K 4m37s 103250K .......... .......... .......... .......... .......... 48% 276K 4m37s 103300K .......... .......... .......... .......... .......... 48% 679K 4m36s 103350K .......... .......... .......... .......... .......... 48% 343K 4m36s 103400K .......... .......... .......... .......... .......... 48% 230K 4m36s 103450K .......... .......... .......... .......... .......... 48% 336K 4m36s 103500K .......... .......... .......... .......... .......... 48% 167K 4m36s 103550K .......... .......... .......... .......... .......... 48% 195K 4m36s 103600K .......... .......... .......... .......... .......... 48% 274K 4m36s 103650K .......... .......... .......... .......... .......... 48% 456K 4m36s 103700K .......... .......... .......... .......... .......... 48% 276K 4m36s 103750K .......... .......... .......... .......... .......... 48% 197K 4m36s 103800K .......... .......... .......... .......... .......... 48% 228K 4m36s 103850K .......... .......... .......... .......... .......... 48% 343K 4m36s 103900K .......... .......... .......... .......... .......... 48% 275K 4m36s 103950K .......... .......... .......... .......... .......... 48% 172K 4m36s 104000K .......... .......... .......... .......... .......... 48% 153K 4m36s 104050K .......... .......... .......... .......... .......... 48% 340K 4m36s 104100K .......... .......... .......... .......... .......... 48% 347K 4m36s 104150K .......... .......... .......... .......... .......... 48% 345K 4m36s 104200K .......... .......... .......... .......... .......... 48% 342K 4m36s 104250K .......... .......... .......... .......... .......... 48% 230K 4m35s 104300K .......... .......... .......... .......... .......... 49% 170K 4m36s 104350K .......... .......... .......... .......... .......... 49% 172K 4m36s 104400K .......... .......... .......... .......... .......... 49% 228K 4m36s 104450K .......... .......... .......... .......... .......... 49% 342K 4m35s 104500K .......... .......... .......... .......... .......... 49% 343K 4m35s 104550K .......... .......... .......... .......... .......... 49% 343K 4m35s 104600K .......... .......... .......... .......... .......... 49% 347K 4m35s 104650K .......... .......... .......... .......... .......... 49% 453K 4m35s 104700K .......... .......... .......... .......... .......... 49% 275K 4m35s 104750K .......... .......... .......... .......... .......... 49% 167K 4m35s 104800K .......... .......... .......... .......... .......... 49% 193K 4m35s 104850K .......... .......... .......... .......... .......... 49% 340K 4m35s 104900K .......... .......... .......... .......... .......... 49% 276K 4m35s 104950K .......... .......... .......... .......... .......... 49% 344K 4m35s 105000K .......... .......... .......... .......... .......... 49% 344K 4m35s 105050K .......... .......... .......... .......... .......... 49% 449K 4m34s 105100K .......... .......... .......... .......... .......... 49% 467K 4m34s 105150K .......... .......... .......... .......... .......... 49% 662K 4m34s 105200K .......... .......... .......... .......... .......... 49% 472K 4m34s 105250K .......... .......... .......... .......... .......... 49% 662K 4m34s 105300K .......... .......... .......... .......... .......... 49% 460K 4m34s 105350K .......... .......... .......... .......... .......... 49% 345K 4m34s 105400K .......... .......... .......... .......... .......... 49% 673K 4m33s 105450K .......... .......... .......... .......... .......... 49% 345K 4m33s 105500K .......... .......... .......... .......... .......... 49% 459K 4m33s 105550K .......... .......... .......... .......... .......... 49% 665K 4m33s 105600K .......... .......... .......... .......... .......... 49% 275K 4m33s 105650K .......... .......... .......... .......... .......... 49% 230K 4m33s 105700K .......... .......... .......... .......... .......... 49% 273K 4m33s 105750K .......... .......... .......... .......... .......... 49% 229K 4m33s 105800K .......... .......... .......... .......... .......... 49% 328K 4m33s 105850K .......... .......... .......... .......... .......... 49% 344K 4m32s 105900K .......... .......... .......... .......... .......... 49% 456K 4m32s 105950K .......... .......... .......... .......... .......... 49% 463K 4m32s 106000K .......... .......... .......... .......... .......... 49% 460K 4m32s 106050K .......... .......... .......... .......... .......... 49% 338K 4m32s 106100K .......... .......... .......... .......... .......... 49% 344K 4m32s 106150K .......... .......... .......... .......... .......... 49% 275K 4m32s 106200K .......... .......... .......... .......... .......... 49% 196K 4m32s 106250K .......... .......... .......... .......... .......... 49% 269K 4m32s 106300K .......... .......... .......... .......... .......... 49% 455K 4m32s 106350K .......... .......... .......... .......... .......... 49% 343K 4m31s 106400K .......... .......... .......... .......... .......... 50% 345K 4m31s 106450K .......... .......... .......... .......... .......... 50% 534K 4m31s 106500K .......... .......... .......... .......... .......... 50% 454K 4m31s 106550K .......... .......... .......... .......... .......... 50% 554K 4m31s 106600K .......... .......... .......... .......... .......... 50% 679K 4m31s 106650K .......... .......... .......... .......... .......... 50% 393K 4m31s 106700K .......... .......... .......... .......... .......... 50% 1.31M 4m30s 106750K .......... .......... .......... .......... .......... 50% 460K 4m30s 106800K .......... .......... .......... .......... .......... 50% 555K 4m30s 106850K .......... .......... .......... .......... .......... 50% 525K 4m30s 106900K .......... .......... .......... .......... .......... 50% 684K 4m30s 106950K .......... .......... .......... .......... .......... 50% 460K 4m30s 107000K .......... .......... .......... .......... .......... 50% 573K 4m29s 107050K .......... .......... .......... .......... .......... 50% 306K 4m29s 107100K .......... .......... .......... .......... .......... 50% 217K 4m29s 107150K .......... .......... .......... .......... .......... 50% 395K 4m29s 107200K .......... .......... .......... .......... .......... 50% 306K 4m29s 107250K .......... .......... .......... .......... .......... 50% 309K 4m29s 107300K .......... .......... .......... .......... .......... 50% 301K 4m29s 107350K .......... .......... .......... .......... .......... 50% 278K 4m29s 107400K .......... .......... .......... .......... .......... 50% 279K 4m29s 107450K .......... .......... .......... .......... .......... 50% 311K 4m29s 107500K .......... .......... .......... .......... .......... 50% 356K 4m28s 107550K .......... .......... .......... .......... .......... 50% 358K 4m28s 107600K .......... .......... .......... .......... .......... 50% 264K 4m28s 107650K .......... .......... .......... .......... .......... 50% 287K 4m28s 107700K .......... .......... .......... .......... .......... 50% 324K 4m28s 107750K .......... .......... .......... .......... .......... 50% 272K 4m28s 107800K .......... .......... .......... .......... .......... 50% 455K 4m28s 107850K .......... .......... .......... .......... .......... 50% 457K 4m28s 107900K .......... .......... .......... .......... .......... 50% 458K 4m28s 107950K .......... .......... .......... .......... .......... 50% 345K 4m27s 108000K .......... .......... .......... .......... .......... 50% 458K 4m27s 108050K .......... .......... .......... .......... .......... 50% 452K 4m27s 108100K .......... .......... .......... .......... .......... 50% 682K 4m27s 108150K .......... .......... .......... .......... .......... 50% 454K 4m27s 108200K .......... .......... .......... .......... .......... 50% 341K 4m27s 108250K .......... .......... .......... .......... .......... 50% 343K 4m27s 108300K .......... .......... .......... .......... .......... 50% 436K 4m27s 108350K .......... .......... .......... .......... .......... 50% 444K 4m26s 108400K .......... .......... .......... .......... .......... 50% 643K 4m26s 108450K .......... .......... .......... .......... .......... 50% 367K 4m26s 108500K .......... .......... .......... .......... .......... 50% 439K 4m26s 108550K .......... .......... .......... .......... .......... 51% 429K 4m26s 108600K .......... .......... .......... .......... .......... 51% 371K 4m26s 108650K .......... .......... .......... .......... .......... 51% 417K 4m26s 108700K .......... .......... .......... .......... .......... 51% 461K 4m25s 108750K .......... .......... .......... .......... .......... 51% 457K 4m25s 108800K .......... .......... .......... .......... .......... 51% 344K 4m25s 108850K .......... .......... .......... .......... .......... 51% 456K 4m25s 108900K .......... .......... .......... .......... .......... 51% 459K 4m25s 108950K .......... .......... .......... .......... .......... 51% 275K 4m25s 109000K .......... .......... .......... .......... .......... 51% 226K 4m25s 109050K .......... .......... .......... .......... .......... 51% 172K 4m25s 109100K .......... .......... .......... .......... .......... 51% 229K 4m25s 109150K .......... .......... .......... .......... .......... 51% 227K 4m25s 109200K .......... .......... .......... .......... .......... 51% 173K 4m25s 109250K .......... .......... .......... .......... .......... 51% 275K 4m25s 109300K .......... .......... .......... .......... .......... 51% 447K 4m24s 109350K .......... .......... .......... .......... .......... 51% 458K 4m24s 109400K .......... .......... .......... .......... .......... 51% 337K 4m24s 109450K .......... .......... .......... .......... .......... 51% 469K 4m24s 109500K .......... .......... .......... .......... .......... 51% 351K 4m24s 109550K .......... .......... .......... .......... .......... 51% 456K 4m24s 109600K .......... .......... .......... .......... .......... 51% 647K 4m24s 109650K .......... .......... .......... .......... .......... 51% 352K 4m24s 109700K .......... .......... .......... .......... .......... 51% 658K 4m23s 109750K .......... .......... .......... .......... .......... 51% 277K 4m23s 109800K .......... .......... .......... .......... .......... 51% 275K 4m23s 109850K .......... .......... .......... .......... .......... 51% 274K 4m23s 109900K .......... .......... .......... .......... .......... 51% 337K 4m23s 109950K .......... .......... .......... .......... .......... 51% 198K 4m23s 110000K .......... .......... .......... .......... .......... 51% 97.9K 4m23s 110050K .......... .......... .......... .......... .......... 51% 172K 4m23s 110100K .......... .......... .......... .......... .......... 51% 229K 4m23s 110150K .......... .......... .......... .......... .......... 51% 276K 4m23s 110200K .......... .......... .......... .......... .......... 51% 343K 4m23s 110250K .......... .......... .......... .......... .......... 51% 277K 4m23s 110300K .......... .......... .......... .......... .......... 51% 226K 4m23s 110350K .......... .......... .......... .......... .......... 51% 125K 4m23s 110400K .......... .......... .......... .......... .......... 51% 219K 4m23s 110450K .......... .......... .......... .......... .......... 51% 339K 4m23s 110500K .......... .......... .......... .......... .......... 51% 270K 4m23s 110550K .......... .......... .......... .......... .......... 51% 313K 4m23s 110600K .......... .......... .......... .......... .......... 51% 343K 4m23s 110650K .......... .......... .......... .......... .......... 52% 345K 4m22s 110700K .......... .......... .......... .......... .......... 52% 456K 4m22s 110750K .......... .......... .......... .......... .......... 52% 458K 4m22s 110800K .......... .......... .......... .......... .......... 52% 229K 4m22s 110850K .......... .......... .......... .......... .......... 52% 273K 4m22s 110900K .......... .......... .......... .......... .......... 52% 275K 4m22s 110950K .......... .......... .......... .......... .......... 52% 172K 4m22s 111000K .......... .......... .......... .......... .......... 52% 193K 4m22s 111050K .......... .......... .......... .......... .......... 52% 153K 4m22s 111100K .......... .......... .......... .......... .......... 52% 230K 4m22s 111150K .......... .......... .......... .......... .......... 52% 331K 4m22s 111200K .......... .......... .......... .......... .......... 52% 344K 4m22s 111250K .......... .......... .......... .......... .......... 52% 276K 4m22s 111300K .......... .......... .......... .......... .......... 52% 456K 4m22s 111350K .......... .......... .......... .......... .......... 52% 347K 4m21s 111400K .......... .......... .......... .......... .......... 52% 343K 4m21s 111450K .......... .......... .......... .......... .......... 52% 276K 4m21s 111500K .......... .......... .......... .......... .......... 52% 275K 4m21s 111550K .......... .......... .......... .......... .......... 52% 453K 4m21s 111600K .......... .......... .......... .......... .......... 52% 271K 4m21s 111650K .......... .......... .......... .......... .......... 52% 453K 4m21s 111700K .......... .......... .......... .......... .......... 52% 270K 4m21s 111750K .......... .......... .......... .......... .......... 52% 452K 4m21s 111800K .......... .......... .......... .......... .......... 52% 275K 4m20s 111850K .......... .......... .......... .......... .......... 52% 343K 4m20s 111900K .......... .......... .......... .......... .......... 52% 345K 4m20s 111950K .......... .......... .......... .......... .......... 52% 344K 4m20s 112000K .......... .......... .......... .......... .......... 52% 277K 4m20s 112050K .......... .......... .......... .......... .......... 52% 275K 4m20s 112100K .......... .......... .......... .......... .......... 52% 337K 4m20s 112150K .......... .......... .......... .......... .......... 52% 320K 4m20s 112200K .......... .......... .......... .......... .......... 52% 345K 4m20s 112250K .......... .......... .......... .......... .......... 52% 453K 4m20s 112300K .......... .......... .......... .......... .......... 52% 360K 4m19s 112350K .......... .......... .......... .......... .......... 52% 450K 4m19s 112400K .......... .......... .......... .......... .......... 52% 455K 4m19s 112450K .......... .......... .......... .......... .......... 52% 346K 4m19s 112500K .......... .......... .......... .......... .......... 52% 675K 4m19s 112550K .......... .......... .......... .......... .......... 52% 461K 4m19s 112600K .......... .......... .......... .......... .......... 52% 682K 4m18s 112650K .......... .......... .......... .......... .......... 52% 462K 4m18s 112700K .......... .......... .......... .......... .......... 52% 689K 4m18s 112750K .......... .......... .......... .......... .......... 52% 678K 4m18s 112800K .......... .......... .......... .......... .......... 53% 1.26M 4m18s 112850K .......... .......... .......... .......... .......... 53% 451K 4m18s 112900K .......... .......... .......... .......... .......... 53% 690K 4m17s 112950K .......... .......... .......... .......... .......... 53% 679K 4m17s 113000K .......... .......... .......... .......... .......... 53% 680K 4m17s 113050K .......... .......... .......... .......... .......... 53% 687K 4m17s 113100K .......... .......... .......... .......... .......... 53% 687K 4m17s 113150K .......... .......... .......... .......... .......... 53% 457K 4m17s 113200K .......... .......... .......... .......... .......... 53% 692K 4m16s 113250K .......... .......... .......... .......... .......... 53% 392K 4m16s 113300K .......... .......... .......... .......... .......... 53% 272K 4m16s 113350K .......... .......... .......... .......... .......... 53% 193K 4m16s 113400K .......... .......... .......... .......... .......... 53% 194K 4m16s 113450K .......... .......... .......... .......... .......... 53% 228K 4m16s 113500K .......... .......... .......... .......... .......... 53% 339K 4m16s 113550K .......... .......... .......... .......... .......... 53% 457K 4m16s 113600K .......... .......... .......... .......... .......... 53% 459K 4m16s 113650K .......... .......... .......... .......... .......... 53% 680K 4m16s 113700K .......... .......... .......... .......... .......... 53% 457K 4m15s 113750K .......... .......... .......... .......... .......... 53% 683K 4m15s 113800K .......... .......... .......... .......... .......... 53% 687K 4m15s 113850K .......... .......... .......... .......... .......... 53% 688K 4m15s 113900K .......... .......... .......... .......... .......... 53% 459K 4m15s 113950K .......... .......... .......... .......... .......... 53% 657K 4m15s 114000K .......... .......... .......... .......... .......... 53% 668K 4m14s 114050K .......... .......... .......... .......... .......... 53% 681K 4m14s 114100K .......... .......... .......... .......... .......... 53% 647K 4m14s 114150K .......... .......... .......... .......... .......... 53% 683K 4m14s 114200K .......... .......... .......... .......... .......... 53% 687K 4m14s 114250K .......... .......... .......... .......... .......... 53% 686K 4m13s 114300K .......... .......... .......... .......... .......... 53% 1.31M 4m13s 114350K .......... .......... .......... .......... .......... 53% 686K 4m13s 114400K .......... .......... .......... .......... .......... 53% 623K 4m13s 114450K .......... .......... .......... .......... .......... 53% 388K 4m13s 114500K .......... .......... .......... .......... .......... 53% 444K 4m13s 114550K .......... .......... .......... .......... .......... 53% 446K 4m13s 114600K .......... .......... .......... .......... .......... 53% 362K 4m12s 114650K .......... .......... .......... .......... .......... 53% 238K 4m12s 114700K .......... .......... .......... .......... .......... 53% 448K 4m12s 114750K .......... .......... .......... .......... .......... 53% 458K 4m12s 114800K .......... .......... .......... .......... .......... 53% 465K 4m12s 114850K .......... .......... .......... .......... .......... 53% 684K 4m12s 114900K .......... .......... .......... .......... .......... 53% 457K 4m12s 114950K .......... .......... .......... .......... .......... 54% 698K 4m11s 115000K .......... .......... .......... .......... .......... 54% 457K 4m11s 115050K .......... .......... .......... .......... .......... 54% 455K 4m11s 115100K .......... .......... .......... .......... .......... 54% 277K 4m11s 115150K .......... .......... .......... .......... .......... 54% 442K 4m11s 115200K .......... .......... .......... .......... .......... 54% 220K 4m11s 115250K .......... .......... .......... .......... .......... 54% 229K 4m11s 115300K .......... .......... .......... .......... .......... 54% 228K 4m11s 115350K .......... .......... .......... .......... .......... 54% 153K 4m11s 115400K .......... .......... .......... .......... .......... 54% 275K 4m11s 115450K .......... .......... .......... .......... .......... 54% 342K 4m11s 115500K .......... .......... .......... .......... .......... 54% 346K 4m10s 115550K .......... .......... .......... .......... .......... 54% 346K 4m10s 115600K .......... .......... .......... .......... .......... 54% 671K 4m10s 115650K .......... .......... .......... .......... .......... 54% 349K 4m10s 115700K .......... .......... .......... .......... .......... 54% 343K 4m10s 115750K .......... .......... .......... .......... .......... 54% 637K 4m10s 115800K .......... .......... .......... .......... .......... 54% 287K 4m10s 115850K .......... .......... .......... .......... .......... 54% 275K 4m10s 115900K .......... .......... .......... .......... .......... 54% 321K 4m10s 115950K .......... .......... .......... .......... .......... 54% 345K 4m9s 116000K .......... .......... .......... .......... .......... 54% 345K 4m9s 116050K .......... .......... .......... .......... .......... 54% 197K 4m9s 116100K .......... .......... .......... .......... .......... 54% 274K 4m9s 116150K .......... .......... .......... .......... .......... 54% 275K 4m9s 116200K .......... .......... .......... .......... .......... 54% 347K 4m9s 116250K .......... .......... .......... .......... .......... 54% 455K 4m9s 116300K .......... .......... .......... .......... .......... 54% 460K 4m9s 116350K .......... .......... .......... .......... .......... 54% 657K 4m8s 116400K .......... .......... .......... .......... .......... 54% 459K 4m8s 116450K .......... .......... .......... .......... .......... 54% 331K 4m8s 116500K .......... .......... .......... .......... .......... 54% 324K 4m8s 116550K .......... .......... .......... .......... .......... 54% 456K 4m8s 116600K .......... .......... .......... .......... .......... 54% 336K 4m8s 116650K .......... .......... .......... .......... .......... 54% 336K 4m8s 116700K .......... .......... .......... .......... .......... 54% 232K 4m8s 116750K .......... .......... .......... .......... .......... 54% 309K 4m8s 116800K .......... .......... .......... .......... .......... 54% 188K 4m8s 116850K .......... .......... .......... .......... .......... 54% 164K 4m8s 116900K .......... .......... .......... .......... .......... 54% 123K 4m8s 116950K .......... .......... .......... .......... .......... 54% 231K 4m8s 117000K .......... .......... .......... .......... .......... 54% 343K 4m8s 117050K .......... .......... .......... .......... .......... 55% 446K 4m7s 117100K .......... .......... .......... .......... .......... 55% 448K 4m7s 117150K .......... .......... .......... .......... .......... 55% 646K 4m7s 117200K .......... .......... .......... .......... .......... 55% 459K 4m7s 117250K .......... .......... .......... .......... .......... 55% 451K 4m7s 117300K .......... .......... .......... .......... .......... 55% 428K 4m7s 117350K .......... .......... .......... .......... .......... 55% 679K 4m6s 117400K .......... .......... .......... .......... .......... 55% 462K 4m6s 117450K .......... .......... .......... .......... .......... 55% 454K 4m6s 117500K .......... .......... .......... .......... .......... 55% 677K 4m6s 117550K .......... .......... .......... .......... .......... 55% 457K 4m6s 117600K .......... .......... .......... .......... .......... 55% 471K 4m6s 117650K .......... .......... .......... .......... .......... 55% 461K 4m6s 117700K .......... .......... .......... .......... .......... 55% 446K 4m5s 117750K .......... .......... .......... .......... .......... 55% 456K 4m5s 117800K .......... .......... .......... .......... .......... 55% 458K 4m5s 117850K .......... .......... .......... .......... .......... 55% 234K 4m5s 117900K .......... .......... .......... .......... .......... 55% 275K 4m5s 117950K .......... .......... .......... .......... .......... 55% 341K 4m5s 118000K .......... .......... .......... .......... .......... 55% 343K 4m5s 118050K .......... .......... .......... .......... .......... 55% 347K 4m5s 118100K .......... .......... .......... .......... .......... 55% 457K 4m4s 118150K .......... .......... .......... .......... .......... 55% 662K 4m4s 118200K .......... .......... .......... .......... .......... 55% 469K 4m4s 118250K .......... .......... .......... .......... .......... 55% 679K 4m4s 118300K .......... .......... .......... .......... .......... 55% 686K 4m4s 118350K .......... .......... .......... .......... .......... 55% 688K 4m4s 118400K .......... .......... .......... .......... .......... 55% 694K 4m3s 118450K .......... .......... .......... .......... .......... 55% 500K 4m3s 118500K .......... .......... .......... .......... .......... 55% 669K 4m3s 118550K .......... .......... .......... .......... .......... 55% 710K 4m3s 118600K .......... .......... .......... .......... .......... 55% 675K 4m3s 118650K .......... .......... .......... .......... .......... 55% 688K 4m3s 118700K .......... .......... .......... .......... .......... 55% 667K 4m2s 118750K .......... .......... .......... .......... .......... 55% 679K 4m2s 118800K .......... .......... .......... .......... .......... 55% 458K 4m2s 118850K .......... .......... .......... .......... .......... 55% 346K 4m2s 118900K .......... .......... .......... .......... .......... 55% 341K 4m2s 118950K .......... .......... .......... .......... .......... 55% 344K 4m2s 119000K .......... .......... .......... .......... .......... 55% 452K 4m2s 119050K .......... .......... .......... .......... .......... 55% 459K 4m2s 119100K .......... .......... .......... .......... .......... 55% 679K 4m1s 119150K .......... .......... .......... .......... .......... 55% 463K 4m1s 119200K .......... .......... .......... .......... .......... 56% 679K 4m1s 119250K .......... .......... .......... .......... .......... 56% 453K 4m1s 119300K .......... .......... .......... .......... .......... 56% 454K 4m1s 119350K .......... .......... .......... .......... .......... 56% 660K 4m1s 119400K .......... .......... .......... .......... .......... 56% 686K 4m0s 119450K .......... .......... .......... .......... .......... 56% 452K 4m0s 119500K .......... .......... .......... .......... .......... 56% 687K 4m0s 119550K .......... .......... .......... .......... .......... 56% 687K 4m0s 119600K .......... .......... .......... .......... .......... 56% 715K 4m0s 119650K .......... .......... .......... .......... .......... 56% 585K 4m0s 119700K .......... .......... .......... .......... .......... 56% 510K 3m59s 119750K .......... .......... .......... .......... .......... 56% 591K 3m59s 119800K .......... .......... .......... .......... .......... 56% 275K 3m59s 119850K .......... .......... .......... .......... .......... 56% 457K 3m59s 119900K .......... .......... .......... .......... .......... 56% 277K 3m59s 119950K .......... .......... .......... .......... .......... 56% 451K 3m59s 120000K .......... .......... .......... .......... .......... 56% 344K 3m59s 120050K .......... .......... .......... .......... .......... 56% 270K 3m59s 120100K .......... .......... .......... .......... .......... 56% 680K 3m58s 120150K .......... .......... .......... .......... .......... 56% 451K 3m58s 120200K .......... .......... .......... .......... .......... 56% 347K 3m58s 120250K .......... .......... .......... .......... .......... 56% 455K 3m58s 120300K .......... .......... .......... .......... .......... 56% 275K 3m58s 120350K .......... .......... .......... .......... .......... 56% 273K 3m58s 120400K .......... .......... .......... .......... .......... 56% 347K 3m58s 120450K .......... .......... .......... .......... .......... 56% 432K 3m58s 120500K .......... .......... .......... .......... .......... 56% 460K 3m57s 120550K .......... .......... .......... .......... .......... 56% 681K 3m57s 120600K .......... .......... .......... .......... .......... 56% 463K 3m57s 120650K .......... .......... .......... .......... .......... 56% 685K 3m57s 120700K .......... .......... .......... .......... .......... 56% 680K 3m57s 120750K .......... .......... .......... .......... .......... 56% 455K 3m57s 120800K .......... .......... .......... .......... .......... 56% 682K 3m56s 120850K .......... .......... .......... .......... .......... 56% 460K 3m56s 120900K .......... .......... .......... .......... .......... 56% 641K 3m56s 120950K .......... .......... .......... .......... .......... 56% 681K 3m56s 121000K .......... .......... .......... .......... .......... 56% 484K 3m56s 121050K .......... .......... .......... .......... .......... 56% 434K 3m56s 121100K .......... .......... .......... .......... .......... 56% 322K 3m56s 121150K .......... .......... .......... .......... .......... 56% 462K 3m55s 121200K .......... .......... .......... .......... .......... 56% 347K 3m55s 121250K .......... .......... .......... .......... .......... 56% 369K 3m55s 121300K .......... .......... .......... .......... .......... 57% 321K 3m55s 121350K .......... .......... .......... .......... .......... 57% 360K 3m55s 121400K .......... .......... .......... .......... .......... 57% 342K 3m55s 121450K .......... .......... .......... .......... .......... 57% 327K 3m55s 121500K .......... .......... .......... .......... .......... 57% 340K 3m55s 121550K .......... .......... .......... .......... .......... 57% 276K 3m55s 121600K .......... .......... .......... .......... .......... 57% 276K 3m54s 121650K .......... .......... .......... .......... .......... 57% 453K 3m54s 121700K .......... .......... .......... .......... .......... 57% 342K 3m54s 121750K .......... .......... .......... .......... .......... 57% 274K 3m54s 121800K .......... .......... .......... .......... .......... 57% 277K 3m54s 121850K .......... .......... .......... .......... .......... 57% 231K 3m54s 121900K .......... .......... .......... .......... .......... 57% 342K 3m54s 121950K .......... .......... .......... .......... .......... 57% 344K 3m54s 122000K .......... .......... .......... .......... .......... 57% 455K 3m54s 122050K .......... .......... .......... .......... .......... 57% 274K 3m54s 122100K .......... .......... .......... .......... .......... 57% 278K 3m53s 122150K .......... .......... .......... .......... .......... 57% 452K 3m53s 122200K .......... .......... .......... .......... .......... 57% 431K 3m53s 122250K .......... .......... .......... .......... .......... 57% 422K 3m53s 122300K .......... .......... .......... .......... .......... 57% 462K 3m53s 122350K .......... .......... .......... .......... .......... 57% 461K 3m53s 122400K .......... .......... .......... .......... .......... 57% 403K 3m53s 122450K .......... .......... .......... .......... .......... 57% 416K 3m52s 122500K .......... .......... .......... .......... .......... 57% 295K 3m52s 122550K .......... .......... .......... .......... .......... 57% 344K 3m52s 122600K .......... .......... .......... .......... .......... 57% 454K 3m52s 122650K .......... .......... .......... .......... .......... 57% 230K 3m52s 122700K .......... .......... .......... .......... .......... 57% 455K 3m52s 122750K .......... .......... .......... .......... .......... 57% 458K 3m52s 122800K .......... .......... .......... .......... .......... 57% 342K 3m52s 122850K .......... .......... .......... .......... .......... 57% 464K 3m51s 122900K .......... .......... .......... .......... .......... 57% 343K 3m51s 122950K .......... .......... .......... .......... .......... 57% 275K 3m51s 123000K .......... .......... .......... .......... .......... 57% 274K 3m51s 123050K .......... .......... .......... .......... .......... 57% 275K 3m51s 123100K .......... .......... .......... .......... .......... 57% 276K 3m51s 123150K .......... .......... .......... .......... .......... 57% 344K 3m51s 123200K .......... .......... .......... .......... .......... 57% 343K 3m51s 123250K .......... .......... .......... .......... .......... 57% 343K 3m51s 123300K .......... .......... .......... .......... .......... 57% 346K 3m51s 123350K .......... .......... .......... .......... .......... 57% 458K 3m50s 123400K .......... .......... .......... .......... .......... 57% 457K 3m50s 123450K .......... .......... .......... .......... .......... 58% 343K 3m50s 123500K .......... .......... .......... .......... .......... 58% 456K 3m50s 123550K .......... .......... .......... .......... .......... 58% 455K 3m50s 123600K .......... .......... .......... .......... .......... 58% 686K 3m50s 123650K .......... .......... .......... .......... .......... 58% 682K 3m50s 123700K .......... .......... .......... .......... .......... 58% 329K 3m49s 123750K .......... .......... .......... .......... .......... 58% 686K 3m49s 123800K .......... .......... .......... .......... .......... 58% 425K 3m49s 123850K .......... .......... .......... .......... .......... 58% 631K 3m49s 123900K .......... .......... .......... .......... .......... 58% 461K 3m49s 123950K .......... .......... .......... .......... .......... 58% 450K 3m49s 124000K .......... .......... .......... .......... .......... 58% 682K 3m48s 124050K .......... .......... .......... .......... .......... 58% 460K 3m48s 124100K .......... .......... .......... .......... .......... 58% 342K 3m48s 124150K .......... .......... .......... .......... .......... 58% 276K 3m48s 124200K .......... .......... .......... .......... .......... 58% 275K 3m48s 124250K .......... .......... .......... .......... .......... 58% 274K 3m48s 124300K .......... .......... .......... .......... .......... 58% 341K 3m48s 124350K .......... .......... .......... .......... .......... 58% 458K 3m48s 124400K .......... .......... .......... .......... .......... 58% 463K 3m48s 124450K .......... .......... .......... .......... .......... 58% 679K 3m47s 124500K .......... .......... .......... .......... .......... 58% 466K 3m47s 124550K .......... .......... .......... .......... .......... 58% 453K 3m47s 124600K .......... .......... .......... .......... .......... 58% 700K 3m47s 124650K .......... .......... .......... .......... .......... 58% 462K 3m47s 124700K .......... .......... .......... .......... .......... 58% 662K 3m47s 124750K .......... .......... .......... .......... .......... 58% 328K 3m47s 124800K .......... .......... .......... .......... .......... 58% 687K 3m46s 124850K .......... .......... .......... .......... .......... 58% 458K 3m46s 124900K .......... .......... .......... .......... .......... 58% 451K 3m46s 124950K .......... .......... .......... .......... .......... 58% 474K 3m46s 125000K .......... .......... .......... .......... .......... 58% 654K 3m46s 125050K .......... .......... .......... .......... .......... 58% 685K 3m46s 125100K .......... .......... .......... .......... .......... 58% 461K 3m45s 125150K .......... .......... .......... .......... .......... 58% 688K 3m45s 125200K .......... .......... .......... .......... .......... 58% 461K 3m45s 125250K .......... .......... .......... .......... .......... 58% 678K 3m45s 125300K .......... .......... .......... .......... .......... 58% 465K 3m45s 125350K .......... .......... .......... .......... .......... 58% 689K 3m45s 125400K .......... .......... .......... .......... .......... 58% 459K 3m45s 125450K .......... .......... .......... .......... .......... 58% 1.25M 3m44s 125500K .......... .......... .......... .......... .......... 58% 459K 3m44s 125550K .......... .......... .......... .......... .......... 58% 460K 3m44s 125600K .......... .......... .......... .......... .......... 59% 353K 3m44s 125650K .......... .......... .......... .......... .......... 59% 336K 3m44s 125700K .......... .......... .......... .......... .......... 59% 344K 3m44s 125750K .......... .......... .......... .......... .......... 59% 444K 3m44s 125800K .......... .......... .......... .......... .......... 59% 462K 3m43s 125850K .......... .......... .......... .......... .......... 59% 496K 3m43s 125900K .......... .......... .......... .......... .......... 59% 647K 3m43s 125950K .......... .......... .......... .......... .......... 59% 655K 3m43s 126000K .......... .......... .......... .......... .......... 59% 676K 3m43s 126050K .......... .......... .......... .......... .......... 59% 468K 3m43s 126100K .......... .......... .......... .......... .......... 59% 276K 3m43s 126150K .......... .......... .......... .......... .......... 59% 452K 3m42s 126200K .......... .......... .......... .......... .......... 59% 343K 3m42s 126250K .......... .......... .......... .......... .......... 59% 434K 3m42s 126300K .......... .......... .......... .......... .......... 59% 457K 3m42s 126350K .......... .......... .......... .......... .......... 59% 462K 3m42s 126400K .......... .......... .......... .......... .......... 59% 683K 3m42s 126450K .......... .......... .......... .......... .......... 59% 671K 3m42s 126500K .......... .......... .......... .......... .......... 59% 690K 3m41s 126550K .......... .......... .......... .......... .......... 59% 688K 3m41s 126600K .......... .......... .......... .......... .......... 59% 469K 3m41s 126650K .......... .......... .......... .......... .......... 59% 687K 3m41s 126700K .......... .......... .......... .......... .......... 59% 442K 3m41s 126750K .......... .......... .......... .......... .......... 59% 345K 3m41s 126800K .......... .......... .......... .......... .......... 59% 278K 3m41s 126850K .......... .......... .......... .......... .......... 59% 455K 3m40s 126900K .......... .......... .......... .......... .......... 59% 356K 3m40s 126950K .......... .......... .......... .......... .......... 59% 457K 3m40s 127000K .......... .......... .......... .......... .......... 59% 443K 3m40s 127050K .......... .......... .......... .......... .......... 59% 350K 3m40s 127100K .......... .......... .......... .......... .......... 59% 454K 3m40s 127150K .......... .......... .......... .......... .......... 59% 462K 3m40s 127200K .......... .......... .......... .......... .......... 59% 670K 3m39s 127250K .......... .......... .......... .......... .......... 59% 462K 3m39s 127300K .......... .......... .......... .......... .......... 59% 343K 3m39s 127350K .......... .......... .......... .......... .......... 59% 276K 3m39s 127400K .......... .......... .......... .......... .......... 59% 341K 3m39s 127450K .......... .......... .......... .......... .......... 59% 257K 3m39s 127500K .......... .......... .......... .......... .......... 59% 228K 3m39s 127550K .......... .......... .......... .......... .......... 59% 196K 3m39s 127600K .......... .......... .......... .......... .......... 59% 342K 3m39s 127650K .......... .......... .......... .......... .......... 59% 345K 3m39s 127700K .......... .......... .......... .......... .......... 60% 449K 3m38s 127750K .......... .......... .......... .......... .......... 60% 464K 3m38s 127800K .......... .......... .......... .......... .......... 60% 459K 3m38s 127850K .......... .......... .......... .......... .......... 60% 678K 3m38s 127900K .......... .......... .......... .......... .......... 60% 686K 3m38s 127950K .......... .......... .......... .......... .......... 60% 686K 3m38s 128000K .......... .......... .......... .......... .......... 60% 689K 3m37s 128050K .......... .......... .......... .......... .......... 60% 701K 3m37s 128100K .......... .......... .......... .......... .......... 60% 1.27M 3m37s 128150K .......... .......... .......... .......... .......... 60% 621K 3m37s 128200K .......... .......... .......... .......... .......... 60% 637K 3m37s 128250K .......... .......... .......... .......... .......... 60% 467K 3m37s 128300K .......... .......... .......... .......... .......... 60% 670K 3m36s 128350K .......... .......... .......... .......... .......... 60% 676K 3m36s 128400K .......... .......... .......... .......... .......... 60% 576K 3m36s 128450K .......... .......... .......... .......... .......... 60% 1.29M 3m36s 128500K .......... .......... .......... .......... .......... 60% 629K 3m36s 128550K .......... .......... .......... .......... .......... 60% 342K 3m36s 128600K .......... .......... .......... .......... .......... 60% 690K 3m36s 128650K .......... .......... .......... .......... .......... 60% 432K 3m35s 128700K .......... .......... .......... .......... .......... 60% 454K 3m35s 128750K .......... .......... .......... .......... .......... 60% 344K 3m35s 128800K .......... .......... .......... .......... .......... 60% 451K 3m35s 128850K .......... .......... .......... .......... .......... 60% 344K 3m35s 128900K .......... .......... .......... .......... .......... 60% 342K 3m35s 128950K .......... .......... .......... .......... .......... 60% 346K 3m35s 129000K .......... .......... .......... .......... .......... 60% 272K 3m35s 129050K .......... .......... .......... .......... .......... 60% 277K 3m34s 129100K .......... .......... .......... .......... .......... 60% 343K 3m34s 129150K .......... .......... .......... .......... .......... 60% 457K 3m34s 129200K .......... .......... .......... .......... .......... 60% 443K 3m34s 129250K .......... .......... .......... .......... .......... 60% 460K 3m34s 129300K .......... .......... .......... .......... .......... 60% 682K 3m34s 129350K .......... .......... .......... .......... .......... 60% 684K 3m34s 129400K .......... .......... .......... .......... .......... 60% 458K 3m33s 129450K .......... .......... .......... .......... .......... 60% 459K 3m33s 129500K .......... .......... .......... .......... .......... 60% 461K 3m33s 129550K .......... .......... .......... .......... .......... 60% 680K 3m33s 129600K .......... .......... .......... .......... .......... 60% 458K 3m33s 129650K .......... .......... .......... .......... .......... 60% 345K 3m33s 129700K .......... .......... .......... .......... .......... 60% 197K 3m33s 129750K .......... .......... .......... .......... .......... 60% 229K 3m33s 129800K .......... .......... .......... .......... .......... 60% 194K 3m33s 129850K .......... .......... .......... .......... .......... 61% 228K 3m33s 129900K .......... .......... .......... .......... .......... 61% 275K 3m32s 129950K .......... .......... .......... .......... .......... 61% 237K 3m32s 130000K .......... .......... .......... .......... .......... 61% 329K 3m32s 130050K .......... .......... .......... .......... .......... 61% 344K 3m32s 130100K .......... .......... .......... .......... .......... 61% 458K 3m32s 130150K .......... .......... .......... .......... .......... 61% 458K 3m32s 130200K .......... .......... .......... .......... .......... 61% 349K 3m32s 130250K .......... .......... .......... .......... .......... 61% 457K 3m32s 130300K .......... .......... .......... .......... .......... 61% 665K 3m31s 130350K .......... .......... .......... .......... .......... 61% 460K 3m31s 130400K .......... .......... .......... .......... .......... 61% 659K 3m31s 130450K .......... .......... .......... .......... .......... 61% 474K 3m31s 130500K .......... .......... .......... .......... .......... 61% 346K 3m31s 130550K .......... .......... .......... .......... .......... 61% 280K 3m31s 130600K .......... .......... .......... .......... .......... 61% 172K 3m31s 130650K .......... .......... .......... .......... .......... 61% 276K 3m31s 130700K .......... .......... .......... .......... .......... 61% 270K 3m31s 130750K .......... .......... .......... .......... .......... 61% 398K 3m30s 130800K .......... .......... .......... .......... .......... 61% 228K 3m30s 130850K .......... .......... .......... .......... .......... 61% 441K 3m30s 130900K .......... .......... .......... .......... .......... 61% 344K 3m30s 130950K .......... .......... .......... .......... .......... 61% 438K 3m30s 131000K .......... .......... .......... .......... .......... 61% 450K 3m30s 131050K .......... .......... .......... .......... .......... 61% 680K 3m30s 131100K .......... .......... .......... .......... .......... 61% 463K 3m30s 131150K .......... .......... .......... .......... .......... 61% 411K 3m29s 131200K .......... .......... .......... .......... .......... 61% 452K 3m29s 131250K .......... .......... .......... .......... .......... 61% 229K 3m29s 131300K .......... .......... .......... .......... .......... 61% 213K 3m29s 131350K .......... .......... .......... .......... .......... 61% 270K 3m29s 131400K .......... .......... .......... .......... .......... 61% 451K 3m29s 131450K .......... .......... .......... .......... .......... 61% 348K 3m29s 131500K .......... .......... .......... .......... .......... 61% 665K 3m29s 131550K .......... .......... .......... .......... .......... 61% 459K 3m28s 131600K .......... .......... .......... .......... .......... 61% 471K 3m28s 131650K .......... .......... .......... .......... .......... 61% 664K 3m28s 131700K .......... .......... .......... .......... .......... 61% 470K 3m28s 131750K .......... .......... .......... .......... .......... 61% 453K 3m28s 131800K .......... .......... .......... .......... .......... 61% 642K 3m28s 131850K .......... .......... .......... .......... .......... 61% 458K 3m28s 131900K .......... .......... .......... .......... .......... 61% 347K 3m27s 131950K .......... .......... .......... .......... .......... 62% 344K 3m27s 132000K .......... .......... .......... .......... .......... 62% 456K 3m27s 132050K .......... .......... .......... .......... .......... 62% 346K 3m27s 132100K .......... .......... .......... .......... .......... 62% 463K 3m27s 132150K .......... .......... .......... .......... .......... 62% 461K 3m27s 132200K .......... .......... .......... .......... .......... 62% 676K 3m27s 132250K .......... .......... .......... .......... .......... 62% 468K 3m27s 132300K .......... .......... .......... .......... .......... 62% 458K 3m26s 132350K .......... .......... .......... .......... .......... 62% 430K 3m26s 132400K .......... .......... .......... .......... .......... 62% 344K 3m26s 132450K .......... .......... .......... .......... .......... 62% 280K 3m26s 132500K .......... .......... .......... .......... .......... 62% 424K 3m26s 132550K .......... .......... .......... .......... .......... 62% 346K 3m26s 132600K .......... .......... .......... .......... .......... 62% 454K 3m26s 132650K .......... .......... .......... .......... .......... 62% 345K 3m26s 132700K .......... .......... .......... .......... .......... 62% 273K 3m25s 132750K .......... .......... .......... .......... .......... 62% 278K 3m25s 132800K .......... .......... .......... .......... .......... 62% 338K 3m25s 132850K .......... .......... .......... .......... .......... 62% 228K 3m25s 132900K .......... .......... .......... .......... .......... 62% 228K 3m25s 132950K .......... .......... .......... .......... .......... 62% 197K 3m25s 133000K .......... .......... .......... .......... .......... 62% 230K 3m25s 133050K .......... .......... .......... .......... .......... 62% 343K 3m25s 133100K .......... .......... .......... .......... .......... 62% 346K 3m25s 133150K .......... .......... .......... .......... .......... 62% 344K 3m25s 133200K .......... .......... .......... .......... .......... 62% 342K 3m24s 133250K .......... .......... .......... .......... .......... 62% 278K 3m24s 133300K .......... .......... .......... .......... .......... 62% 451K 3m24s 133350K .......... .......... .......... .......... .......... 62% 344K 3m24s 133400K .......... .......... .......... .......... .......... 62% 269K 3m24s 133450K .......... .......... .......... .......... .......... 62% 227K 3m24s 133500K .......... .......... .......... .......... .......... 62% 274K 3m24s 133550K .......... .......... .......... .......... .......... 62% 458K 3m24s 133600K .......... .......... .......... .......... .......... 62% 259K 3m24s 133650K .......... .......... .......... .......... .......... 62% 459K 3m23s 133700K .......... .......... .......... .......... .......... 62% 276K 3m23s 133750K .......... .......... .......... .......... .......... 62% 275K 3m23s 133800K .......... .......... .......... .......... .......... 62% 344K 3m23s 133850K .......... .......... .......... .......... .......... 62% 456K 3m23s 133900K .......... .......... .......... .......... .......... 62% 275K 3m23s 133950K .......... .......... .......... .......... .......... 62% 275K 3m23s 134000K .......... .......... .......... .......... .......... 62% 230K 3m23s 134050K .......... .......... .......... .......... .......... 62% 341K 3m23s 134100K .......... .......... .......... .......... .......... 63% 269K 3m23s 134150K .......... .......... .......... .......... .......... 63% 355K 3m22s 134200K .......... .......... .......... .......... .......... 63% 438K 3m22s 134250K .......... .......... .......... .......... .......... 63% 340K 3m22s 134300K .......... .......... .......... .......... .......... 63% 275K 3m22s 134350K .......... .......... .......... .......... .......... 63% 343K 3m22s 134400K .......... .......... .......... .......... .......... 63% 444K 3m22s 134450K .......... .......... .......... .......... .......... 63% 459K 3m22s 134500K .......... .......... .......... .......... .......... 63% 464K 3m22s 134550K .......... .......... .......... .......... .......... 63% 675K 3m21s 134600K .......... .......... .......... .......... .......... 63% 676K 3m21s 134650K .......... .......... .......... .......... .......... 63% 476K 3m21s 134700K .......... .......... .......... .......... .......... 63% 658K 3m21s 134750K .......... .......... .......... .......... .......... 63% 460K 3m21s 134800K .......... .......... .......... .......... .......... 63% 670K 3m21s 134850K .......... .......... .......... .......... .......... 63% 469K 3m20s 134900K .......... .......... .......... .......... .......... 63% 382K 3m20s 134950K .......... .......... .......... .......... .......... 63% 451K 3m20s 135000K .......... .......... .......... .......... .......... 63% 463K 3m20s 135050K .......... .......... .......... .......... .......... 63% 457K 3m20s 135100K .......... .......... .......... .......... .......... 63% 393K 3m20s 135150K .......... .......... .......... .......... .......... 63% 458K 3m20s 135200K .......... .......... .......... .......... .......... 63% 346K 3m20s 135250K .......... .......... .......... .......... .......... 63% 436K 3m19s 135300K .......... .......... .......... .......... .......... 63% 459K 3m19s 135350K .......... .......... .......... .......... .......... 63% 457K 3m19s 135400K .......... .......... .......... .......... .......... 63% 451K 3m19s 135450K .......... .......... .......... .......... .......... 63% 459K 3m19s 135500K .......... .......... .......... .......... .......... 63% 464K 3m19s 135550K .......... .......... .......... .......... .......... 63% 461K 3m19s 135600K .......... .......... .......... .......... .......... 63% 601K 3m18s 135650K .......... .......... .......... .......... .......... 63% 686K 3m18s 135700K .......... .......... .......... .......... .......... 63% 687K 3m18s 135750K .......... .......... .......... .......... .......... 63% 686K 3m18s 135800K .......... .......... .......... .......... .......... 63% 461K 3m18s 135850K .......... .......... .......... .......... .......... 63% 1.32M 3m18s 135900K .......... .......... .......... .......... .......... 63% 347K 3m17s 135950K .......... .......... .......... .......... .......... 63% 680K 3m17s 136000K .......... .......... .......... .......... .......... 63% 457K 3m17s 136050K .......... .......... .......... .......... .......... 63% 279K 3m17s 136100K .......... .......... .......... .......... .......... 63% 229K 3m17s 136150K .......... .......... .......... .......... .......... 63% 335K 3m17s 136200K .......... .......... .......... .......... .......... 64% 299K 3m17s 136250K .......... .......... .......... .......... .......... 64% 457K 3m17s 136300K .......... .......... .......... .......... .......... 64% 453K 3m16s 136350K .......... .......... .......... .......... .......... 64% 403K 3m16s 136400K .......... .......... .......... .......... .......... 64% 343K 3m16s 136450K .......... .......... .......... .......... .......... 64% 274K 3m16s 136500K .......... .......... .......... .......... .......... 64% 229K 3m16s 136550K .......... .......... .......... .......... .......... 64% 197K 3m16s 136600K .......... .......... .......... .......... .......... 64% 229K 3m16s 136650K .......... .......... .......... .......... .......... 64% 276K 3m16s 136700K .......... .......... .......... .......... .......... 64% 270K 3m16s 136750K .......... .......... .......... .......... .......... 64% 270K 3m16s 136800K .......... .......... .......... .......... .......... 64% 345K 3m16s 136850K .......... .......... .......... .......... .......... 64% 273K 3m15s 136900K .......... .......... .......... .......... .......... 64% 342K 3m15s 136950K .......... .......... .......... .......... .......... 64% 333K 3m15s 137000K .......... .......... .......... .......... .......... 64% 345K 3m15s 137050K .......... .......... .......... .......... .......... 64% 346K 3m15s 137100K .......... .......... .......... .......... .......... 64% 438K 3m15s 137150K .......... .......... .......... .......... .......... 64% 185K 3m15s 137200K .......... .......... .......... .......... .......... 64% 341K 3m15s 137250K .......... .......... .......... .......... .......... 64% 338K 3m15s 137300K .......... .......... .......... .......... .......... 64% 424K 3m14s 137350K .......... .......... .......... .......... .......... 64% 406K 3m14s 137400K .......... .......... .......... .......... .......... 64% 441K 3m14s 137450K .......... .......... .......... .......... .......... 64% 609K 3m14s 137500K .......... .......... .......... .......... .......... 64% 342K 3m14s 137550K .......... .......... .......... .......... .......... 64% 337K 3m14s 137600K .......... .......... .......... .......... .......... 64% 455K 3m14s 137650K .......... .......... .......... .......... .......... 64% 455K 3m13s 137700K .......... .......... .......... .......... .......... 64% 457K 3m13s 137750K .......... .......... .......... .......... .......... 64% 453K 3m13s 137800K .......... .......... .......... .......... .......... 64% 347K 3m13s 137850K .......... .......... .......... .......... .......... 64% 682K 3m13s 137900K .......... .......... .......... .......... .......... 64% 455K 3m13s 137950K .......... .......... .......... .......... .......... 64% 451K 3m13s 138000K .......... .......... .......... .......... .......... 64% 462K 3m12s 138050K .......... .......... .......... .......... .......... 64% 342K 3m12s 138100K .......... .......... .......... .......... .......... 64% 344K 3m12s 138150K .......... .......... .......... .......... .......... 64% 451K 3m12s 138200K .......... .......... .......... .......... .......... 64% 229K 3m12s 138250K .......... .......... .......... .......... .......... 64% 677K 3m12s 138300K .......... .......... .......... .......... .......... 64% 453K 3m12s 138350K .......... .......... .......... .......... .......... 65% 669K 3m12s 138400K .......... .......... .......... .......... .......... 65% 676K 3m11s 138450K .......... .......... .......... .......... .......... 65% 434K 3m11s 138500K .......... .......... .......... .......... .......... 65% 747K 3m11s 138550K .......... .......... .......... .......... .......... 65% 437K 3m11s 138600K .......... .......... .......... .......... .......... 65% 456K 3m11s 138650K .......... .......... .......... .......... .......... 65% 195K 3m11s 138700K .......... .......... .......... .......... .......... 65% 221K 3m11s 138750K .......... .......... .......... .......... .......... 65% 269K 3m11s 138800K .......... .......... .......... .......... .......... 65% 249K 3m11s 138850K .......... .......... .......... .......... .......... 65% 178K 3m10s 138900K .......... .......... .......... .......... .......... 65% 209K 3m10s 138950K .......... .......... .......... .......... .......... 65% 307K 3m10s 139000K .......... .......... .......... .......... .......... 65% 440K 3m10s 139050K .......... .......... .......... .......... .......... 65% 313K 3m10s 139100K .......... .......... .......... .......... .......... 65% 683K 3m10s 139150K .......... .......... .......... .......... .......... 65% 278K 3m10s 139200K .......... .......... .......... .......... .......... 65% 289K 3m10s 139250K .......... .......... .......... .......... .......... 65% 257K 3m10s 139300K .......... .......... .......... .......... .......... 65% 344K 3m9s 139350K .......... .......... .......... .......... .......... 65% 197K 3m9s 139400K .......... .......... .......... .......... .......... 65% 171K 3m9s 139450K .......... .......... .......... .......... .......... 65% 273K 3m9s 139500K .......... .......... .......... .......... .......... 65% 276K 3m9s 139550K .......... .......... .......... .......... .......... 65% 342K 3m9s 139600K .......... .......... .......... .......... .......... 65% 454K 3m9s 139650K .......... .......... .......... .......... .......... 65% 459K 3m9s 139700K .......... .......... .......... .......... .......... 65% 454K 3m9s 139750K .......... .......... .......... .......... .......... 65% 342K 3m8s 139800K .......... .......... .......... .......... .......... 65% 454K 3m8s 139850K .......... .......... .......... .......... .......... 65% 345K 3m8s 139900K .......... .......... .......... .......... .......... 65% 453K 3m8s 139950K .......... .......... .......... .......... .......... 65% 337K 3m8s 140000K .......... .......... .......... .......... .......... 65% 647K 3m8s 140050K .......... .......... .......... .......... .......... 65% 453K 3m8s 140100K .......... .......... .......... .......... .......... 65% 664K 3m8s 140150K .......... .......... .......... .......... .......... 65% 447K 3m7s 140200K .......... .......... .......... .......... .......... 65% 458K 3m7s 140250K .......... .......... .......... .......... .......... 65% 464K 3m7s 140300K .......... .......... .......... .......... .......... 65% 662K 3m7s 140350K .......... .......... .......... .......... .......... 65% 453K 3m7s 140400K .......... .......... .......... .......... .......... 65% 673K 3m7s 140450K .......... .......... .......... .......... .......... 65% 661K 3m7s 140500K .......... .......... .......... .......... .......... 66% 613K 3m6s 140550K .......... .......... .......... .......... .......... 66% 498K 3m6s 140600K .......... .......... .......... .......... .......... 66% 608K 3m6s 140650K .......... .......... .......... .......... .......... 66% 684K 3m6s 140700K .......... .......... .......... .......... .......... 66% 686K 3m6s 140750K .......... .......... .......... .......... .......... 66% 466K 3m6s 140800K .......... .......... .......... .......... .......... 66% 683K 3m5s 140850K .......... .......... .......... .......... .......... 66% 679K 3m5s 140900K .......... .......... .......... .......... .......... 66% 461K 3m5s 140950K .......... .......... .......... .......... .......... 66% 667K 3m5s 141000K .......... .......... .......... .......... .......... 66% 449K 3m5s 141050K .......... .......... .......... .......... .......... 66% 459K 3m5s 141100K .......... .......... .......... .......... .......... 66% 460K 3m5s 141150K .......... .......... .......... .......... .......... 66% 664K 3m4s 141200K .......... .......... .......... .......... .......... 66% 479K 3m4s 141250K .......... .......... .......... .......... .......... 66% 631K 3m4s 141300K .......... .......... .......... .......... .......... 66% 568K 3m4s 141350K .......... .......... .......... .......... .......... 66% 458K 3m4s 141400K .......... .......... .......... .......... .......... 66% 460K 3m4s 141450K .......... .......... .......... .......... .......... 66% 457K 3m4s 141500K .......... .......... .......... .......... .......... 66% 620K 3m3s 141550K .......... .......... .......... .......... .......... 66% 356K 3m3s 141600K .......... .......... .......... .......... .......... 66% 277K 3m3s 141650K .......... .......... .......... .......... .......... 66% 685K 3m3s 141700K .......... .......... .......... .......... .......... 66% 679K 3m3s 141750K .......... .......... .......... .......... .......... 66% 633K 3m3s 141800K .......... .......... .......... .......... .......... 66% 670K 3m3s 141850K .......... .......... .......... .......... .......... 66% 606K 3m2s 141900K .......... .......... .......... .......... .......... 66% 597K 3m2s 141950K .......... .......... .......... .......... .......... 66% 389K 3m2s 142000K .......... .......... .......... .......... .......... 66% 330K 3m2s 142050K .......... .......... .......... .......... .......... 66% 297K 3m2s 142100K .......... .......... .......... .......... .......... 66% 318K 3m2s 142150K .......... .......... .......... .......... .......... 66% 343K 3m2s 142200K .......... .......... .......... .......... .......... 66% 219K 3m2s 142250K .......... .......... .......... .......... .......... 66% 321K 3m1s 142300K .......... .......... .......... .......... .......... 66% 251K 3m1s 142350K .......... .......... .......... .......... .......... 66% 346K 3m1s 142400K .......... .......... .......... .......... .......... 66% 259K 3m1s 142450K .......... .......... .......... .......... .......... 66% 246K 3m1s 142500K .......... .......... .......... .......... .......... 66% 252K 3m1s 142550K .......... .......... .......... .......... .......... 66% 129K 3m1s 142600K .......... .......... .......... .......... .......... 67% 149K 3m1s 142650K .......... .......... .......... .......... .......... 67% 190K 3m1s 142700K .......... .......... .......... .......... .......... 67% 192K 3m1s 142750K .......... .......... .......... .......... .......... 67% 230K 3m1s 142800K .......... .......... .......... .......... .......... 67% 332K 3m1s 142850K .......... .......... .......... .......... .......... 67% 193K 3m1s 142900K .......... .......... .......... .......... .......... 67% 225K 3m0s 142950K .......... .......... .......... .......... .......... 67% 272K 3m0s 143000K .......... .......... .......... .......... .......... 67% 457K 3m0s 143050K .......... .......... .......... .......... .......... 67% 274K 3m0s 143100K .......... .......... .......... .......... .......... 67% 345K 3m0s 143150K .......... .......... .......... .......... .......... 67% 276K 3m0s 143200K .......... .......... .......... .......... .......... 67% 343K 3m0s 143250K .......... .......... .......... .......... .......... 67% 451K 3m0s 143300K .......... .......... .......... .......... .......... 67% 436K 3m0s 143350K .......... .......... .......... .......... .......... 67% 458K 2m59s 143400K .......... .......... .......... .......... .......... 67% 682K 2m59s 143450K .......... .......... .......... .......... .......... 67% 688K 2m59s 143500K .......... .......... .......... .......... .......... 67% 459K 2m59s 143550K .......... .......... .......... .......... .......... 67% 454K 2m59s 143600K .......... .......... .......... .......... .......... 67% 336K 2m59s 143650K .......... .......... .......... .......... .......... 67% 294K 2m59s 143700K .......... .......... .......... .......... .......... 67% 460K 2m58s 143750K .......... .......... .......... .......... .......... 67% 675K 2m58s 143800K .......... .......... .......... .......... .......... 67% 344K 2m58s 143850K .......... .......... .......... .......... .......... 67% 275K 2m58s 143900K .......... .......... .......... .......... .......... 67% 339K 2m58s 143950K .......... .......... .......... .......... .......... 67% 447K 2m58s 144000K .......... .......... .......... .......... .......... 67% 340K 2m58s 144050K .......... .......... .......... .......... .......... 67% 447K 2m58s 144100K .......... .......... .......... .......... .......... 67% 394K 2m57s 144150K .......... .......... .......... .......... .......... 67% 457K 2m57s 144200K .......... .......... .......... .......... .......... 67% 345K 2m57s 144250K .......... .......... .......... .......... .......... 67% 344K 2m57s 144300K .......... .......... .......... .......... .......... 67% 337K 2m57s 144350K .......... .......... .......... .......... .......... 67% 276K 2m57s 144400K .......... .......... .......... .......... .......... 67% 343K 2m57s 144450K .......... .......... .......... .......... .......... 67% 341K 2m57s 144500K .......... .......... .......... .......... .......... 67% 345K 2m56s 144550K .......... .......... .......... .......... .......... 67% 454K 2m56s 144600K .......... .......... .......... .......... .......... 67% 454K 2m56s 144650K .......... .......... .......... .......... .......... 67% 437K 2m56s 144700K .......... .......... .......... .......... .......... 67% 286K 2m56s 144750K .......... .......... .......... .......... .......... 68% 321K 2m56s 144800K .......... .......... .......... .......... .......... 68% 273K 2m56s 144850K .......... .......... .......... .......... .......... 68% 342K 2m56s 144900K .......... .......... .......... .......... .......... 68% 455K 2m55s 144950K .......... .......... .......... .......... .......... 68% 458K 2m55s 145000K .......... .......... .......... .......... .......... 68% 457K 2m55s 145050K .......... .......... .......... .......... .......... 68% 675K 2m55s 145100K .......... .......... .......... .......... .......... 68% 670K 2m55s 145150K .......... .......... .......... .......... .......... 68% 679K 2m55s 145200K .......... .......... .......... .......... .......... 68% 684K 2m55s 145250K .......... .......... .......... .......... .......... 68% 462K 2m54s 145300K .......... .......... .......... .......... .......... 68% 347K 2m54s 145350K .......... .......... .......... .......... .......... 68% 684K 2m54s 145400K .......... .......... .......... .......... .......... 68% 347K 2m54s 145450K .......... .......... .......... .......... .......... 68% 261K 2m54s 145500K .......... .......... .......... .......... .......... 68% 454K 2m54s 145550K .......... .......... .......... .......... .......... 68% 447K 2m54s 145600K .......... .......... .......... .......... .......... 68% 453K 2m53s 145650K .......... .......... .......... .......... .......... 68% 546K 2m53s 145700K .......... .......... .......... .......... .......... 68% 671K 2m53s 145750K .......... .......... .......... .......... .......... 68% 395K 2m53s 145800K .......... .......... .......... .......... .......... 68% 667K 2m53s 145850K .......... .......... .......... .......... .......... 68% 444K 2m53s 145900K .......... .......... .......... .......... .......... 68% 451K 2m53s 145950K .......... .......... .......... .......... .......... 68% 344K 2m52s 146000K .......... .......... .......... .......... .......... 68% 454K 2m52s 146050K .......... .......... .......... .......... .......... 68% 344K 2m52s 146100K .......... .......... .......... .......... .......... 68% 216K 2m52s 146150K .......... .......... .......... .......... .......... 68% 272K 2m52s 146200K .......... .......... .......... .......... .......... 68% 275K 2m52s 146250K .......... .......... .......... .......... .......... 68% 229K 2m52s 146300K .......... .......... .......... .......... .......... 68% 273K 2m52s 146350K .......... .......... .......... .......... .......... 68% 255K 2m52s 146400K .......... .......... .......... .......... .......... 68% 217K 2m52s 146450K .......... .......... .......... .......... .......... 68% 343K 2m51s 146500K .......... .......... .......... .......... .......... 68% 298K 2m51s 146550K .......... .......... .......... .......... .......... 68% 455K 2m51s 146600K .......... .......... .......... .......... .......... 68% 343K 2m51s 146650K .......... .......... .......... .......... .......... 68% 445K 2m51s 146700K .......... .......... .......... .......... .......... 68% 457K 2m51s 146750K .......... .......... .......... .......... .......... 68% 471K 2m51s 146800K .......... .......... .......... .......... .......... 68% 666K 2m51s 146850K .......... .......... .......... .......... .......... 69% 678K 2m50s 146900K .......... .......... .......... .......... .......... 69% 690K 2m50s 146950K .......... .......... .......... .......... .......... 69% 694K 2m50s 147000K .......... .......... .......... .......... .......... 69% 696K 2m50s 147050K .......... .......... .......... .......... .......... 69% 693K 2m50s 147100K .......... .......... .......... .......... .......... 69% 663K 2m50s 147150K .......... .......... .......... .......... .......... 69% 679K 2m49s 147200K .......... .......... .......... .......... .......... 69% 352K 2m49s 147250K .......... .......... .......... .......... .......... 69% 1.23M 2m49s 147300K .......... .......... .......... .......... .......... 69% 457K 2m49s 147350K .......... .......... .......... .......... .......... 69% 463K 2m49s 147400K .......... .......... .......... .......... .......... 69% 673K 2m49s 147450K .......... .......... .......... .......... .......... 69% 468K 2m49s 147500K .......... .......... .......... .......... .......... 69% 679K 2m48s 147550K .......... .......... .......... .......... .......... 69% 674K 2m48s 147600K .......... .......... .......... .......... .......... 69% 459K 2m48s 147650K .......... .......... .......... .......... .......... 69% 348K 2m48s 147700K .......... .......... .......... .......... .......... 69% 702K 2m48s 147750K .......... .......... .......... .......... .......... 69% 440K 2m48s 147800K .......... .......... .......... .......... .......... 69% 447K 2m48s 147850K .......... .......... .......... .......... .......... 69% 418K 2m47s 147900K .......... .......... .......... .......... .......... 69% 668K 2m47s 147950K .......... .......... .......... .......... .......... 69% 678K 2m47s 148000K .......... .......... .......... .......... .......... 69% 686K 2m47s 148050K .......... .......... .......... .......... .......... 69% 689K 2m47s 148100K .......... .......... .......... .......... .......... 69% 688K 2m47s 148150K .......... .......... .......... .......... .......... 69% 463K 2m47s 148200K .......... .......... .......... .......... .......... 69% 346K 2m46s 148250K .......... .......... .......... .......... .......... 69% 268K 2m46s 148300K .......... .......... .......... .......... .......... 69% 172K 2m46s 148350K .......... .......... .......... .......... .......... 69% 228K 2m46s 148400K .......... .......... .......... .......... .......... 69% 309K 2m46s 148450K .......... .......... .......... .......... .......... 69% 363K 2m46s 148500K .......... .......... .......... .......... .......... 69% 393K 2m46s 148550K .......... .......... .......... .......... .......... 69% 334K 2m46s 148600K .......... .......... .......... .......... .......... 69% 439K 2m46s 148650K .......... .......... .......... .......... .......... 69% 672K 2m45s 148700K .......... .......... .......... .......... .......... 69% 455K 2m45s 148750K .......... .......... .......... .......... .......... 69% 684K 2m45s 148800K .......... .......... .......... .......... .......... 69% 663K 2m45s 148850K .......... .......... .......... .......... .......... 69% 681K 2m45s 148900K .......... .......... .......... .......... .......... 69% 459K 2m45s 148950K .......... .......... .......... .......... .......... 69% 691K 2m45s 149000K .......... .......... .......... .......... .......... 70% 464K 2m44s 149050K .......... .......... .......... .......... .......... 70% 682K 2m44s 149100K .......... .......... .......... .......... .......... 70% 679K 2m44s 149150K .......... .......... .......... .......... .......... 70% 687K 2m44s 149200K .......... .......... .......... .......... .......... 70% 684K 2m44s 149250K .......... .......... .......... .......... .......... 70% 692K 2m44s 149300K .......... .......... .......... .......... .......... 70% 690K 2m43s 149350K .......... .......... .......... .......... .......... 70% 695K 2m43s 149400K .......... .......... .......... .......... .......... 70% 1.29M 2m43s 149450K .......... .......... .......... .......... .......... 70% 687K 2m43s 149500K .......... .......... .......... .......... .......... 70% 685K 2m43s 149550K .......... .......... .......... .......... .......... 70% 688K 2m43s 149600K .......... .......... .......... .......... .......... 70% 690K 2m43s 149650K .......... .......... .......... .......... .......... 70% 687K 2m42s 149700K .......... .......... .......... .......... .......... 70% 461K 2m42s 149750K .......... .......... .......... .......... .......... 70% 683K 2m42s 149800K .......... .......... .......... .......... .......... 70% 461K 2m42s 149850K .......... .......... .......... .......... .......... 70% 459K 2m42s 149900K .......... .......... .......... .......... .......... 70% 275K 2m42s 149950K .......... .......... .......... .......... .......... 70% 275K 2m42s 150000K .......... .......... .......... .......... .......... 70% 344K 2m41s 150050K .......... .......... .......... .......... .......... 70% 459K 2m41s 150100K .......... .......... .......... .......... .......... 70% 458K 2m41s 150150K .......... .......... .......... .......... .......... 70% 676K 2m41s 150200K .......... .......... .......... .......... .......... 70% 471K 2m41s 150250K .......... .......... .......... .......... .......... 70% 459K 2m41s 150300K .......... .......... .......... .......... .......... 70% 459K 2m41s 150350K .......... .......... .......... .......... .......... 70% 660K 2m40s 150400K .......... .......... .......... .......... .......... 70% 462K 2m40s 150450K .......... .......... .......... .......... .......... 70% 454K 2m40s 150500K .......... .......... .......... .......... .......... 70% 350K 2m40s 150550K .......... .......... .......... .......... .......... 70% 680K 2m40s 150600K .......... .......... .......... .......... .......... 70% 680K 2m40s 150650K .......... .......... .......... .......... .......... 70% 466K 2m40s 150700K .......... .......... .......... .......... .......... 70% 684K 2m40s 150750K .......... .......... .......... .......... .......... 70% 684K 2m39s 150800K .......... .......... .......... .......... .......... 70% 692K 2m39s 150850K .......... .......... .......... .......... .......... 70% 448K 2m39s 150900K .......... .......... .......... .......... .......... 70% 352K 2m39s 150950K .......... .......... .......... .......... .......... 70% 441K 2m39s 151000K .......... .......... .......... .......... .......... 70% 473K 2m39s 151050K .......... .......... .......... .......... .......... 70% 646K 2m39s 151100K .......... .......... .......... .......... .......... 71% 480K 2m38s 151150K .......... .......... .......... .......... .......... 71% 651K 2m38s 151200K .......... .......... .......... .......... .......... 71% 343K 2m38s 151250K .......... .......... .......... .......... .......... 71% 285K 2m38s 151300K .......... .......... .......... .......... .......... 71% 436K 2m38s 151350K .......... .......... .......... .......... .......... 71% 457K 2m38s 151400K .......... .......... .......... .......... .......... 71% 357K 2m38s 151450K .......... .......... .......... .......... .......... 71% 419K 2m37s 151500K .......... .......... .......... .......... .......... 71% 459K 2m37s 151550K .......... .......... .......... .......... .......... 71% 455K 2m37s 151600K .......... .......... .......... .......... .......... 71% 482K 2m37s 151650K .......... .......... .......... .......... .......... 71% 426K 2m37s 151700K .......... .......... .......... .......... .......... 71% 327K 2m37s 151750K .......... .......... .......... .......... .......... 71% 275K 2m37s 151800K .......... .......... .......... .......... .......... 71% 457K 2m37s 151850K .......... .......... .......... .......... .......... 71% 460K 2m36s 151900K .......... .......... .......... .......... .......... 71% 454K 2m36s 151950K .......... .......... .......... .......... .......... 71% 346K 2m36s 152000K .......... .......... .......... .......... .......... 71% 414K 2m36s 152050K .......... .......... .......... .......... .......... 71% 229K 2m36s 152100K .......... .......... .......... .......... .......... 71% 197K 2m36s 152150K .......... .......... .......... .......... .......... 71% 340K 2m36s 152200K .......... .......... .......... .......... .......... 71% 344K 2m36s 152250K .......... .......... .......... .......... .......... 71% 428K 2m36s 152300K .......... .......... .......... .......... .......... 71% 267K 2m35s 152350K .......... .......... .......... .......... .......... 71% 691K 2m35s 152400K .......... .......... .......... .......... .......... 71% 455K 2m35s 152450K .......... .......... .......... .......... .......... 71% 456K 2m35s 152500K .......... .......... .......... .......... .......... 71% 452K 2m35s 152550K .......... .......... .......... .......... .......... 71% 345K 2m35s 152600K .......... .......... .......... .......... .......... 71% 344K 2m35s 152650K .......... .......... .......... .......... .......... 71% 345K 2m34s 152700K .......... .......... .......... .......... .......... 71% 444K 2m34s 152750K .......... .......... .......... .......... .......... 71% 472K 2m34s 152800K .......... .......... .......... .......... .......... 71% 461K 2m34s 152850K .......... .......... .......... .......... .......... 71% 659K 2m34s 152900K .......... .......... .......... .......... .......... 71% 673K 2m34s 152950K .......... .......... .......... .......... .......... 71% 638K 2m34s 153000K .......... .......... .......... .......... .......... 71% 488K 2m33s 153050K .......... .......... .......... .......... .......... 71% 630K 2m33s 153100K .......... .......... .......... .......... .......... 71% 459K 2m33s 153150K .......... .......... .......... .......... .......... 71% 282K 2m33s 153200K .......... .......... .......... .......... .......... 71% 268K 2m33s 153250K .......... .......... .......... .......... .......... 72% 232K 2m33s 153300K .......... .......... .......... .......... .......... 72% 345K 2m33s 153350K .......... .......... .......... .......... .......... 72% 276K 2m33s 153400K .......... .......... .......... .......... .......... 72% 270K 2m33s 153450K .......... .......... .......... .......... .......... 72% 179K 2m32s 153500K .......... .......... .......... .......... .......... 72% 197K 2m32s 153550K .......... .......... .......... .......... .......... 72% 274K 2m32s 153600K .......... .......... .......... .......... .......... 72% 344K 2m32s 153650K .......... .......... .......... .......... .......... 72% 458K 2m32s 153700K .......... .......... .......... .......... .......... 72% 318K 2m32s 153750K .......... .......... .......... .......... .......... 72% 275K 2m32s 153800K .......... .......... .......... .......... .......... 72% 276K 2m32s 153850K .......... .......... .......... .......... .......... 72% 335K 2m32s 153900K .......... .......... .......... .......... .......... 72% 255K 2m31s 153950K .......... .......... .......... .......... .......... 72% 276K 2m31s 154000K .......... .......... .......... .......... .......... 72% 195K 2m31s 154050K .......... .......... .......... .......... .......... 72% 275K 2m31s 154100K .......... .......... .......... .......... .......... 72% 273K 2m31s 154150K .......... .......... .......... .......... .......... 72% 196K 2m31s 154200K .......... .......... .......... .......... .......... 72% 212K 2m31s 154250K .......... .......... .......... .......... .......... 72% 229K 2m31s 154300K .......... .......... .......... .......... .......... 72% 344K 2m31s 154350K .......... .......... .......... .......... .......... 72% 330K 2m31s 154400K .......... .......... .......... .......... .......... 72% 453K 2m30s 154450K .......... .......... .......... .......... .......... 72% 460K 2m30s 154500K .......... .......... .......... .......... .......... 72% 312K 2m30s 154550K .......... .......... .......... .......... .......... 72% 447K 2m30s 154600K .......... .......... .......... .......... .......... 72% 345K 2m30s 154650K .......... .......... .......... .......... .......... 72% 311K 2m30s 154700K .......... .......... .......... .......... .......... 72% 454K 2m30s 154750K .......... .......... .......... .......... .......... 72% 464K 2m30s 154800K .......... .......... .......... .......... .......... 72% 672K 2m29s 154850K .......... .......... .......... .......... .......... 72% 343K 2m29s 154900K .......... .......... .......... .......... .......... 72% 347K 2m29s 154950K .......... .......... .......... .......... .......... 72% 452K 2m29s 155000K .......... .......... .......... .......... .......... 72% 459K 2m29s 155050K .......... .......... .......... .......... .......... 72% 344K 2m29s 155100K .......... .......... .......... .......... .......... 72% 341K 2m29s 155150K .......... .......... .......... .......... .......... 72% 343K 2m29s 155200K .......... .......... .......... .......... .......... 72% 339K 2m28s 155250K .......... .......... .......... .......... .......... 72% 171K 2m28s 155300K .......... .......... .......... .......... .......... 72% 191K 2m28s 155350K .......... .......... .......... .......... .......... 72% 172K 2m28s 155400K .......... .......... .......... .......... .......... 73% 195K 2m28s 155450K .......... .......... .......... .......... .......... 73% 225K 2m28s 155500K .......... .......... .......... .......... .......... 73% 284K 2m28s 155550K .......... .......... .......... .......... .......... 73% 438K 2m28s 155600K .......... .......... .......... .......... .......... 73% 354K 2m28s 155650K .......... .......... .......... .......... .......... 73% 422K 2m27s 155700K .......... .......... .......... .......... .......... 73% 357K 2m27s 155750K .......... .......... .......... .......... .......... 73% 343K 2m27s 155800K .......... .......... .......... .......... .......... 73% 335K 2m27s 155850K .......... .......... .......... .......... .......... 73% 196K 2m27s 155900K .......... .......... .......... .......... .......... 73% 273K 2m27s 155950K .......... .......... .......... .......... .......... 73% 193K 2m27s 156000K .......... .......... .......... .......... .......... 73% 192K 2m27s 156050K .......... .......... .......... .......... .......... 73% 275K 2m27s 156100K .......... .......... .......... .......... .......... 73% 339K 2m27s 156150K .......... .......... .......... .......... .......... 73% 344K 2m26s 156200K .......... .......... .......... .......... .......... 73% 343K 2m26s 156250K .......... .......... .......... .......... .......... 73% 344K 2m26s 156300K .......... .......... .......... .......... .......... 73% 434K 2m26s 156350K .......... .......... .......... .......... .......... 73% 402K 2m26s 156400K .......... .......... .......... .......... .......... 73% 681K 2m26s 156450K .......... .......... .......... .......... .......... 73% 460K 2m26s 156500K .......... .......... .......... .......... .......... 73% 687K 2m25s 156550K .......... .......... .......... .......... .......... 73% 460K 2m25s 156600K .......... .......... .......... .......... .......... 73% 344K 2m25s 156650K .......... .......... .......... .......... .......... 73% 339K 2m25s 156700K .......... .......... .......... .......... .......... 73% 456K 2m25s 156750K .......... .......... .......... .......... .......... 73% 456K 2m25s 156800K .......... .......... .......... .......... .......... 73% 459K 2m25s 156850K .......... .......... .......... .......... .......... 73% 455K 2m25s 156900K .......... .......... .......... .......... .......... 73% 458K 2m24s 156950K .......... .......... .......... .......... .......... 73% 457K 2m24s 157000K .......... .......... .......... .......... .......... 73% 346K 2m24s 157050K .......... .......... .......... .......... .......... 73% 456K 2m24s 157100K .......... .......... .......... .......... .......... 73% 343K 2m24s 157150K .......... .......... .......... .......... .......... 73% 338K 2m24s 157200K .......... .......... .......... .......... .......... 73% 343K 2m24s 157250K .......... .......... .......... .......... .......... 73% 275K 2m24s 157300K .......... .......... .......... .......... .......... 73% 219K 2m23s 157350K .......... .......... .......... .......... .......... 73% 230K 2m23s 157400K .......... .......... .......... .......... .......... 73% 218K 2m23s 157450K .......... .......... .......... .......... .......... 73% 343K 2m23s 157500K .......... .......... .......... .......... .......... 74% 342K 2m23s 157550K .......... .......... .......... .......... .......... 74% 458K 2m23s 157600K .......... .......... .......... .......... .......... 74% 459K 2m23s 157650K .......... .......... .......... .......... .......... 74% 676K 2m23s 157700K .......... .......... .......... .......... .......... 74% 463K 2m22s 157750K .......... .......... .......... .......... .......... 74% 676K 2m22s 157800K .......... .......... .......... .......... .......... 74% 457K 2m22s 157850K .......... .......... .......... .......... .......... 74% 458K 2m22s 157900K .......... .......... .......... .......... .......... 74% 446K 2m22s 157950K .......... .......... .......... .......... .......... 74% 664K 2m22s 158000K .......... .......... .......... .......... .......... 74% 678K 2m22s 158050K .......... .......... .......... .......... .......... 74% 464K 2m21s 158100K .......... .......... .......... .......... .......... 74% 1.29M 2m21s 158150K .......... .......... .......... .......... .......... 74% 688K 2m21s 158200K .......... .......... .......... .......... .......... 74% 462K 2m21s 158250K .......... .......... .......... .......... .......... 74% 459K 2m21s 158300K .......... .......... .......... .......... .......... 74% 197K 2m21s 158350K .......... .......... .......... .......... .......... 74% 229K 2m21s 158400K .......... .......... .......... .......... .......... 74% 228K 2m21s 158450K .......... .......... .......... .......... .......... 74% 456K 2m20s 158500K .......... .......... .......... .......... .......... 74% 198K 2m20s 158550K .......... .......... .......... .......... .......... 74% 196K 2m20s 158600K .......... .......... .......... .......... .......... 74% 227K 2m20s 158650K .......... .......... .......... .......... .......... 74% 344K 2m20s 158700K .......... .......... .......... .......... .......... 74% 279K 2m20s 158750K .......... .......... .......... .......... .......... 74% 341K 2m20s 158800K .......... .......... .......... .......... .......... 74% 448K 2m20s 158850K .......... .......... .......... .......... .......... 74% 456K 2m20s 158900K .......... .......... .......... .......... .......... 74% 422K 2m19s 158950K .......... .......... .......... .......... .......... 74% 342K 2m19s 159000K .......... .......... .......... .......... .......... 74% 456K 2m19s 159050K .......... .......... .......... .......... .......... 74% 356K 2m19s 159100K .......... .......... .......... .......... .......... 74% 265K 2m19s 159150K .......... .......... .......... .......... .......... 74% 276K 2m19s 159200K .......... .......... .......... .......... .......... 74% 198K 2m19s 159250K .......... .......... .......... .......... .......... 74% 245K 2m19s 159300K .......... .......... .......... .......... .......... 74% 276K 2m19s 159350K .......... .......... .......... .......... .......... 74% 343K 2m18s 159400K .......... .......... .......... .......... .......... 74% 230K 2m18s 159450K .......... .......... .......... .......... .......... 74% 340K 2m18s 159500K .......... .......... .......... .......... .......... 74% 452K 2m18s 159550K .......... .......... .......... .......... .......... 74% 455K 2m18s 159600K .......... .......... .......... .......... .......... 74% 457K 2m18s 159650K .......... .......... .......... .......... .......... 75% 347K 2m18s 159700K .......... .......... .......... .......... .......... 75% 459K 2m17s 159750K .......... .......... .......... .......... .......... 75% 457K 2m17s 159800K .......... .......... .......... .......... .......... 75% 345K 2m17s 159850K .......... .......... .......... .......... .......... 75% 679K 2m17s 159900K .......... .......... .......... .......... .......... 75% 230K 2m17s 159950K .......... .......... .......... .......... .......... 75% 227K 2m17s 160000K .......... .......... .......... .......... .......... 75% 279K 2m17s 160050K .......... .......... .......... .......... .......... 75% 195K 2m17s 160100K .......... .......... .......... .......... .......... 75% 273K 2m17s 160150K .......... .......... .......... .......... .......... 75% 343K 2m16s 160200K .......... .......... .......... .......... .......... 75% 456K 2m16s 160250K .......... .......... .......... .......... .......... 75% 342K 2m16s 160300K .......... .......... .......... .......... .......... 75% 344K 2m16s 160350K .......... .......... .......... .......... .......... 75% 352K 2m16s 160400K .......... .......... .......... .......... .......... 75% 649K 2m16s 160450K .......... .......... .......... .......... .......... 75% 459K 2m16s 160500K .......... .......... .......... .......... .......... 75% 682K 2m16s 160550K .......... .......... .......... .......... .......... 75% 459K 2m15s 160600K .......... .......... .......... .......... .......... 75% 467K 2m15s 160650K .......... .......... .......... .......... .......... 75% 446K 2m15s 160700K .......... .......... .......... .......... .......... 75% 679K 2m15s 160750K .......... .......... .......... .......... .......... 75% 347K 2m15s 160800K .......... .......... .......... .......... .......... 75% 683K 2m15s 160850K .......... .......... .......... .......... .......... 75% 452K 2m15s 160900K .......... .......... .......... .......... .......... 75% 344K 2m14s 160950K .......... .......... .......... .......... .......... 75% 276K 2m14s 161000K .......... .......... .......... .......... .......... 75% 272K 2m14s 161050K .......... .......... .......... .......... .......... 75% 448K 2m14s 161100K .......... .......... .......... .......... .......... 75% 455K 2m14s 161150K .......... .......... .......... .......... .......... 75% 456K 2m14s 161200K .......... .......... .......... .......... .......... 75% 343K 2m14s 161250K .......... .......... .......... .......... .......... 75% 344K 2m14s 161300K .......... .......... .......... .......... .......... 75% 268K 2m13s 161350K .......... .......... .......... .......... .......... 75% 275K 2m13s 161400K .......... .......... .......... .......... .......... 75% 153K 2m13s 161450K .......... .......... .......... .......... .......... 75% 229K 2m13s 161500K .......... .......... .......... .......... .......... 75% 275K 2m13s 161550K .......... .......... .......... .......... .......... 75% 342K 2m13s 161600K .......... .......... .......... .......... .......... 75% 343K 2m13s 161650K .......... .......... .......... .......... .......... 75% 344K 2m13s 161700K .......... .......... .......... .......... .......... 75% 457K 2m13s 161750K .......... .......... .......... .......... .......... 76% 275K 2m12s 161800K .......... .......... .......... .......... .......... 76% 273K 2m12s 161850K .......... .......... .......... .......... .......... 76% 338K 2m12s 161900K .......... .......... .......... .......... .......... 76% 345K 2m12s 161950K .......... .......... .......... .......... .......... 76% 472K 2m12s 162000K .......... .......... .......... .......... .......... 76% 644K 2m12s 162050K .......... .......... .......... .......... .......... 76% 482K 2m12s 162100K .......... .......... .......... .......... .......... 76% 653K 2m11s 162150K .......... .......... .......... .......... .......... 76% 341K 2m11s 162200K .......... .......... .......... .......... .......... 76% 269K 2m11s 162250K .......... .......... .......... .......... .......... 76% 395K 2m11s 162300K .......... .......... .......... .......... .......... 76% 459K 2m11s 162350K .......... .......... .......... .......... .......... 76% 544K 2m11s 162400K .......... .......... .......... .......... .......... 76% 397K 2m11s 162450K .......... .......... .......... .......... .......... 76% 457K 2m11s 162500K .......... .......... .......... .......... .......... 76% 460K 2m10s 162550K .......... .......... .......... .......... .......... 76% 462K 2m10s 162600K .......... .......... .......... .......... .......... 76% 499K 2m10s 162650K .......... .......... .......... .......... .......... 76% 423K 2m10s 162700K .......... .......... .......... .......... .......... 76% 461K 2m10s 162750K .......... .......... .......... .......... .......... 76% 647K 2m10s 162800K .......... .......... .......... .......... .......... 76% 475K 2m10s 162850K .......... .......... .......... .......... .......... 76% 457K 2m9s 162900K .......... .......... .......... .......... .......... 76% 419K 2m9s 162950K .......... .......... .......... .......... .......... 76% 274K 2m9s 163000K .......... .......... .......... .......... .......... 76% 274K 2m9s 163050K .......... .......... .......... .......... .......... 76% 274K 2m9s 163100K .......... .......... .......... .......... .......... 76% 213K 2m9s 163150K .......... .......... .......... .......... .......... 76% 226K 2m9s 163200K .......... .......... .......... .......... .......... 76% 231K 2m9s 163250K .......... .......... .......... .......... .......... 76% 338K 2m9s 163300K .......... .......... .......... .......... .......... 76% 350K 2m8s 163350K .......... .......... .......... .......... .......... 76% 460K 2m8s 163400K .......... .......... .......... .......... .......... 76% 650K 2m8s 163450K .......... .......... .......... .......... .......... 76% 345K 2m8s 163500K .......... .......... .......... .......... .......... 76% 337K 2m8s 163550K .......... .......... .......... .......... .......... 76% 455K 2m8s 163600K .......... .......... .......... .......... .......... 76% 426K 2m8s 163650K .......... .......... .......... .......... .......... 76% 451K 2m8s 163700K .......... .......... .......... .......... .......... 76% 684K 2m7s 163750K .......... .......... .......... .......... .......... 76% 683K 2m7s 163800K .......... .......... .......... .......... .......... 76% 691K 2m7s 163850K .......... .......... .......... .......... .......... 76% 688K 2m7s 163900K .......... .......... .......... .......... .......... 77% 687K 2m7s 163950K .......... .......... .......... .......... .......... 77% 690K 2m7s 164000K .......... .......... .......... .......... .......... 77% 1.07M 2m6s 164050K .......... .......... .......... .......... .......... 77% 685K 2m6s 164100K .......... .......... .......... .......... .......... 77% 319K 2m6s 164150K .......... .......... .......... .......... .......... 77% 458K 2m6s 164200K .......... .......... .......... .......... .......... 77% 452K 2m6s 164250K .......... .......... .......... .......... .......... 77% 277K 2m6s 164300K .......... .......... .......... .......... .......... 77% 274K 2m6s 164350K .......... .......... .......... .......... .......... 77% 275K 2m6s 164400K .......... .......... .......... .......... .......... 77% 276K 2m5s 164450K .......... .......... .......... .......... .......... 77% 333K 2m5s 164500K .......... .......... .......... .......... .......... 77% 275K 2m5s 164550K .......... .......... .......... .......... .......... 77% 277K 2m5s 164600K .......... .......... .......... .......... .......... 77% 362K 2m5s 164650K .......... .......... .......... .......... .......... 77% 444K 2m5s 164700K .......... .......... .......... .......... .......... 77% 677K 2m5s 164750K .......... .......... .......... .......... .......... 77% 460K 2m5s 164800K .......... .......... .......... .......... .......... 77% 674K 2m4s 164850K .......... .......... .......... .......... .......... 77% 356K 2m4s 164900K .......... .......... .......... .......... .......... 77% 442K 2m4s 164950K .......... .......... .......... .......... .......... 77% 455K 2m4s 165000K .......... .......... .......... .......... .......... 77% 456K 2m4s 165050K .......... .......... .......... .......... .......... 77% 458K 2m4s 165100K .......... .......... .......... .......... .......... 77% 436K 2m4s 165150K .......... .......... .......... .......... .......... 77% 681K 2m3s 165200K .......... .......... .......... .......... .......... 77% 460K 2m3s 165250K .......... .......... .......... .......... .......... 77% 463K 2m3s 165300K .......... .......... .......... .......... .......... 77% 283K 2m3s 165350K .......... .......... .......... .......... .......... 77% 276K 2m3s 165400K .......... .......... .......... .......... .......... 77% 333K 2m3s 165450K .......... .......... .......... .......... .......... 77% 342K 2m3s 165500K .......... .......... .......... .......... .......... 77% 275K 2m3s 165550K .......... .......... .......... .......... .......... 77% 229K 2m3s 165600K .......... .......... .......... .......... .......... 77% 229K 2m2s 165650K .......... .......... .......... .......... .......... 77% 226K 2m2s 165700K .......... .......... .......... .......... .......... 77% 275K 2m2s 165750K .......... .......... .......... .......... .......... 77% 344K 2m2s 165800K .......... .......... .......... .......... .......... 77% 334K 2m2s 165850K .......... .......... .......... .......... .......... 77% 344K 2m2s 165900K .......... .......... .......... .......... .......... 77% 456K 2m2s 165950K .......... .......... .......... .......... .......... 77% 463K 2m2s 166000K .......... .......... .......... .......... .......... 78% 455K 2m1s 166050K .......... .......... .......... .......... .......... 78% 346K 2m1s 166100K .......... .......... .......... .......... .......... 78% 459K 2m1s 166150K .......... .......... .......... .......... .......... 78% 347K 2m1s 166200K .......... .......... .......... .......... .......... 78% 657K 2m1s 166250K .......... .......... .......... .......... .......... 78% 351K 2m1s 166300K .......... .......... .......... .......... .......... 78% 448K 2m1s 166350K .......... .......... .......... .......... .......... 78% 677K 2m0s 166400K .......... .......... .......... .......... .......... 78% 462K 2m0s 166450K .......... .......... .......... .......... .......... 78% 689K 2m0s 166500K .......... .......... .......... .......... .......... 78% 685K 2m0s 166550K .......... .......... .......... .......... .......... 78% 687K 2m0s 166600K .......... .......... .......... .......... .......... 78% 687K 2m0s 166650K .......... .......... .......... .......... .......... 78% 694K 2m0s 166700K .......... .......... .......... .......... .......... 78% 1.29M 1m59s 166750K .......... .......... .......... .......... .......... 78% 689K 1m59s 166800K .......... .......... .......... .......... .......... 78% 1.31M 1m59s 166850K .......... .......... .......... .......... .......... 78% 689K 1m59s 166900K .......... .......... .......... .......... .......... 78% 667K 1m59s 166950K .......... .......... .......... .......... .......... 78% 676K 1m59s 167000K .......... .......... .......... .......... .......... 78% 429K 1m59s 167050K .......... .......... .......... .......... .......... 78% 671K 1m58s 167100K .......... .......... .......... .......... .......... 78% 439K 1m58s 167150K .......... .......... .......... .......... .......... 78% 294K 1m58s 167200K .......... .......... .......... .......... .......... 78% 346K 1m58s 167250K .......... .......... .......... .......... .......... 78% 338K 1m58s 167300K .......... .......... .......... .......... .......... 78% 232K 1m58s 167350K .......... .......... .......... .......... .......... 78% 336K 1m58s 167400K .......... .......... .......... .......... .......... 78% 459K 1m58s 167450K .......... .......... .......... .......... .......... 78% 264K 1m57s 167500K .......... .......... .......... .......... .......... 78% 327K 1m57s 167550K .......... .......... .......... .......... .......... 78% 275K 1m57s 167600K .......... .......... .......... .......... .......... 78% 195K 1m57s 167650K .......... .......... .......... .......... .......... 78% 273K 1m57s 167700K .......... .......... .......... .......... .......... 78% 207K 1m57s 167750K .......... .......... .......... .......... .......... 78% 197K 1m57s 167800K .......... .......... .......... .......... .......... 78% 344K 1m57s 167850K .......... .......... .......... .......... .......... 78% 374K 1m57s 167900K .......... .......... .......... .......... .......... 78% 429K 1m56s 167950K .......... .......... .......... .......... .......... 78% 227K 1m56s 168000K .......... .......... .......... .......... .......... 78% 143K 1m56s 168050K .......... .......... .......... .......... .......... 78% 127K 1m56s 168100K .......... .......... .......... .......... .......... 78% 211K 1m56s 168150K .......... .......... .......... .......... .......... 79% 130K 1m56s 168200K .......... .......... .......... .......... .......... 79% 228K 1m56s 168250K .......... .......... .......... .......... .......... 79% 439K 1m56s 168300K .......... .......... .......... .......... .......... 79% 343K 1m56s 168350K .......... .......... .......... .......... .......... 79% 200K 1m56s 168400K .......... .......... .......... .......... .......... 79% 312K 1m55s 168450K .......... .......... .......... .......... .......... 79% 196K 1m55s 168500K .......... .......... .......... .......... .......... 79% 147K 1m55s 168550K .......... .......... .......... .......... .......... 79% 175K 1m55s 168600K .......... .......... .......... .......... .......... 79% 172K 1m55s 168650K .......... .......... .......... .......... .......... 79% 257K 1m55s 168700K .......... .......... .......... .......... .......... 79% 277K 1m55s 168750K .......... .......... .......... .......... .......... 79% 229K 1m55s 168800K .......... .......... .......... .......... .......... 79% 343K 1m55s 168850K .......... .......... .......... .......... .......... 79% 456K 1m55s 168900K .......... .......... .......... .......... .......... 79% 343K 1m54s 168950K .......... .......... .......... .......... .......... 79% 346K 1m54s 169000K .......... .......... .......... .......... .......... 79% 422K 1m54s 169050K .......... .......... .......... .......... .......... 79% 459K 1m54s 169100K .......... .......... .......... .......... .......... 79% 669K 1m54s 169150K .......... .......... .......... .......... .......... 79% 463K 1m54s 169200K .......... .......... .......... .......... .......... 79% 462K 1m54s 169250K .......... .......... .......... .......... .......... 79% 465K 1m53s 169300K .......... .......... .......... .......... .......... 79% 662K 1m53s 169350K .......... .......... .......... .......... .......... 79% 467K 1m53s 169400K .......... .......... .......... .......... .......... 79% 644K 1m53s 169450K .......... .......... .......... .......... .......... 79% 458K 1m53s 169500K .......... .......... .......... .......... .......... 79% 457K 1m53s 169550K .......... .......... .......... .......... .......... 79% 465K 1m53s 169600K .......... .......... .......... .......... .......... 79% 678K 1m52s 169650K .......... .......... .......... .......... .......... 79% 458K 1m52s 169700K .......... .......... .......... .......... .......... 79% 336K 1m52s 169750K .......... .......... .......... .......... .......... 79% 346K 1m52s 169800K .......... .......... .......... .......... .......... 79% 455K 1m52s 169850K .......... .......... .......... .......... .......... 79% 452K 1m52s 169900K .......... .......... .......... .......... .......... 79% 342K 1m52s 169950K .......... .......... .......... .......... .......... 79% 320K 1m52s 170000K .......... .......... .......... .......... .......... 79% 332K 1m51s 170050K .......... .......... .......... .......... .......... 79% 457K 1m51s 170100K .......... .......... .......... .......... .......... 79% 460K 1m51s 170150K .......... .......... .......... .......... .......... 79% 461K 1m51s 170200K .......... .......... .......... .......... .......... 79% 677K 1m51s 170250K .......... .......... .......... .......... .......... 79% 445K 1m51s 170300K .......... .......... .......... .......... .......... 80% 463K 1m51s 170350K .......... .......... .......... .......... .......... 80% 343K 1m50s 170400K .......... .......... .......... .......... .......... 80% 346K 1m50s 170450K .......... .......... .......... .......... .......... 80% 461K 1m50s 170500K .......... .......... .......... .......... .......... 80% 456K 1m50s 170550K .......... .......... .......... .......... .......... 80% 348K 1m50s 170600K .......... .......... .......... .......... .......... 80% 346K 1m50s 170650K .......... .......... .......... .......... .......... 80% 272K 1m50s 170700K .......... .......... .......... .......... .......... 80% 225K 1m50s 170750K .......... .......... .......... .......... .......... 80% 228K 1m50s 170800K .......... .......... .......... .......... .......... 80% 342K 1m49s 170850K .......... .......... .......... .......... .......... 80% 342K 1m49s 170900K .......... .......... .......... .......... .......... 80% 278K 1m49s 170950K .......... .......... .......... .......... .......... 80% 436K 1m49s 171000K .......... .......... .......... .......... .......... 80% 455K 1m49s 171050K .......... .......... .......... .......... .......... 80% 358K 1m49s 171100K .......... .......... .......... .......... .......... 80% 441K 1m49s 171150K .......... .......... .......... .......... .......... 80% 231K 1m48s 171200K .......... .......... .......... .......... .......... 80% 278K 1m48s 171250K .......... .......... .......... .......... .......... 80% 253K 1m48s 171300K .......... .......... .......... .......... .......... 80% 196K 1m48s 171350K .......... .......... .......... .......... .......... 80% 198K 1m48s 171400K .......... .......... .......... .......... .......... 80% 274K 1m48s 171450K .......... .......... .......... .......... .......... 80% 232K 1m48s 171500K .......... .......... .......... .......... .......... 80% 310K 1m48s 171550K .......... .......... .......... .......... .......... 80% 417K 1m48s 171600K .......... .......... .......... .......... .......... 80% 228K 1m47s 171650K .......... .......... .......... .......... .......... 80% 209K 1m47s 171700K .......... .......... .......... .......... .......... 80% 274K 1m47s 171750K .......... .......... .......... .......... .......... 80% 273K 1m47s 171800K .......... .......... .......... .......... .......... 80% 199K 1m47s 171850K .......... .......... .......... .......... .......... 80% 226K 1m47s 171900K .......... .......... .......... .......... .......... 80% 195K 1m47s 171950K .......... .......... .......... .......... .......... 80% 271K 1m47s 172000K .......... .......... .......... .......... .......... 80% 316K 1m47s 172050K .......... .......... .......... .......... .......... 80% 309K 1m46s 172100K .......... .......... .......... .......... .......... 80% 639K 1m46s 172150K .......... .......... .......... .......... .......... 80% 422K 1m46s 172200K .......... .......... .......... .......... .......... 80% 491K 1m46s 172250K .......... .......... .......... .......... .......... 80% 459K 1m46s 172300K .......... .......... .......... .......... .......... 80% 633K 1m46s 172350K .......... .......... .......... .......... .......... 80% 367K 1m46s 172400K .......... .......... .......... .......... .......... 81% 654K 1m45s 172450K .......... .......... .......... .......... .......... 81% 349K 1m45s 172500K .......... .......... .......... .......... .......... 81% 274K 1m45s 172550K .......... .......... .......... .......... .......... 81% 267K 1m45s 172600K .......... .......... .......... .......... .......... 81% 286K 1m45s 172650K .......... .......... .......... .......... .......... 81% 224K 1m45s 172700K .......... .......... .......... .......... .......... 81% 173K 1m45s 172750K .......... .......... .......... .......... .......... 81% 274K 1m45s 172800K .......... .......... .......... .......... .......... 81% 275K 1m45s 172850K .......... .......... .......... .......... .......... 81% 275K 1m44s 172900K .......... .......... .......... .......... .......... 81% 344K 1m44s 172950K .......... .......... .......... .......... .......... 81% 451K 1m44s 173000K .......... .......... .......... .......... .......... 81% 458K 1m44s 173050K .......... .......... .......... .......... .......... 81% 270K 1m44s 173100K .......... .......... .......... .......... .......... 81% 277K 1m44s 173150K .......... .......... .......... .......... .......... 81% 224K 1m44s 173200K .......... .......... .......... .......... .......... 81% 458K 1m44s 173250K .......... .......... .......... .......... .......... 81% 677K 1m43s 173300K .......... .......... .......... .......... .......... 81% 428K 1m43s 173350K .......... .......... .......... .......... .......... 81% 460K 1m43s 173400K .......... .......... .......... .......... .......... 81% 219K 1m43s 173450K .......... .......... .......... .......... .......... 81% 216K 1m43s 173500K .......... .......... .......... .......... .......... 81% 274K 1m43s 173550K .......... .......... .......... .......... .......... 81% 347K 1m43s 173600K .......... .......... .......... .......... .......... 81% 324K 1m43s 173650K .......... .......... .......... .......... .......... 81% 468K 1m42s 173700K .......... .......... .......... .......... .......... 81% 344K 1m42s 173750K .......... .......... .......... .......... .......... 81% 658K 1m42s 173800K .......... .......... .......... .......... .......... 81% 352K 1m42s 173850K .......... .......... .......... .......... .......... 81% 460K 1m42s 173900K .......... .......... .......... .......... .......... 81% 646K 1m42s 173950K .......... .......... .......... .......... .......... 81% 400K 1m42s 174000K .......... .......... .......... .......... .......... 81% 680K 1m41s 174050K .......... .......... .......... .......... .......... 81% 673K 1m41s 174100K .......... .......... .......... .......... .......... 81% 348K 1m41s 174150K .......... .......... .......... .......... .......... 81% 460K 1m41s 174200K .......... .......... .......... .......... .......... 81% 457K 1m41s 174250K .......... .......... .......... .......... .......... 81% 457K 1m41s 174300K .......... .......... .......... .......... .......... 81% 460K 1m41s 174350K .......... .......... .......... .......... .......... 81% 345K 1m41s 174400K .......... .......... .......... .......... .......... 81% 275K 1m40s 174450K .......... .......... .......... .......... .......... 81% 176K 1m40s 174500K .......... .......... .......... .......... .......... 81% 330K 1m40s 174550K .......... .......... .......... .......... .......... 82% 341K 1m40s 174600K .......... .......... .......... .......... .......... 82% 218K 1m40s 174650K .......... .......... .......... .......... .......... 82% 211K 1m40s 174700K .......... .......... .......... .......... .......... 82% 412K 1m40s 174750K .......... .......... .......... .......... .......... 82% 547K 1m40s 174800K .......... .......... .......... .......... .......... 82% 449K 99s 174850K .......... .......... .......... .......... .......... 82% 683K 99s 174900K .......... .......... .......... .......... .......... 82% 678K 99s 174950K .......... .......... .......... .......... .......... 82% 422K 99s 175000K .......... .......... .......... .......... .......... 82% 466K 99s 175050K .......... .......... .......... .......... .......... 82% 185K 99s 175100K .......... .......... .......... .......... .......... 82% 618K 99s 175150K .......... .......... .......... .......... .......... 82% 381K 99s 175200K .......... .......... .......... .......... .......... 82% 294K 98s 175250K .......... .......... .......... .......... .......... 82% 199K 98s 175300K .......... .......... .......... .......... .......... 82% 317K 98s 175350K .......... .......... .......... .......... .......... 82% 338K 98s 175400K .......... .......... .......... .......... .......... 82% 279K 98s 175450K .......... .......... .......... .......... .......... 82% 395K 98s 175500K .......... .......... .......... .......... .......... 82% 456K 98s 175550K .......... .......... .......... .......... .......... 82% 447K 98s 175600K .......... .......... .......... .......... .......... 82% 678K 97s 175650K .......... .......... .......... .......... .......... 82% 456K 97s 175700K .......... .......... .......... .......... .......... 82% 431K 97s 175750K .......... .......... .......... .......... .......... 82% 658K 97s 175800K .......... .......... .......... .......... .......... 82% 458K 97s 175850K .......... .......... .......... .......... .......... 82% 441K 97s 175900K .......... .......... .......... .......... .......... 82% 340K 97s 175950K .......... .......... .......... .......... .......... 82% 193K 96s 176000K .......... .......... .......... .......... .......... 82% 386K 96s 176050K .......... .......... .......... .......... .......... 82% 400K 96s 176100K .......... .......... .......... .......... .......... 82% 597K 96s 176150K .......... .......... .......... .......... .......... 82% 367K 96s 176200K .......... .......... .......... .......... .......... 82% 302K 96s 176250K .......... .......... .......... .......... .......... 82% 420K 96s 176300K .......... .......... .......... .......... .......... 82% 550K 96s 176350K .......... .......... .......... .......... .......... 82% 384K 95s 176400K .......... .......... .......... .......... .......... 82% 612K 95s 176450K .......... .......... .......... .......... .......... 82% 592K 95s 176500K .......... .......... .......... .......... .......... 82% 434K 95s 176550K .......... .......... .......... .......... .......... 82% 346K 95s 176600K .......... .......... .......... .......... .......... 82% 431K 95s 176650K .......... .......... .......... .......... .......... 83% 305K 95s 176700K .......... .......... .......... .......... .......... 83% 342K 94s 176750K .......... .......... .......... .......... .......... 83% 338K 94s 176800K .......... .......... .......... .......... .......... 83% 394K 94s 176850K .......... .......... .......... .......... .......... 83% 275K 94s 176900K .......... .......... .......... .......... .......... 83% 348K 94s 176950K .......... .......... .......... .......... .......... 83% 345K 94s 177000K .......... .......... .......... .......... .......... 83% 343K 94s 177050K .......... .......... .......... .......... .......... 83% 196K 94s 177100K .......... .......... .......... .......... .......... 83% 225K 93s 177150K .......... .......... .......... .......... .......... 83% 229K 93s 177200K .......... .......... .......... .......... .......... 83% 196K 93s 177250K .......... .......... .......... .......... .......... 83% 197K 93s 177300K .......... .......... .......... .......... .......... 83% 341K 93s 177350K .......... .......... .......... .......... .......... 83% 274K 93s 177400K .......... .......... .......... .......... .......... 83% 227K 93s 177450K .......... .......... .......... .......... .......... 83% 275K 93s 177500K .......... .......... .......... .......... .......... 83% 272K 93s 177550K .......... .......... .......... .......... .......... 83% 452K 92s 177600K .......... .......... .......... .......... .......... 83% 275K 92s 177650K .......... .......... .......... .......... .......... 83% 344K 92s 177700K .......... .......... .......... .......... .......... 83% 342K 92s 177750K .......... .......... .......... .......... .......... 83% 457K 92s 177800K .......... .......... .......... .......... .......... 83% 458K 92s 177850K .......... .......... .......... .......... .......... 83% 335K 92s 177900K .......... .......... .......... .......... .......... 83% 681K 92s 177950K .......... .......... .......... .......... .......... 83% 269K 91s 178000K .......... .......... .......... .......... .......... 83% 229K 91s 178050K .......... .......... .......... .......... .......... 83% 342K 91s 178100K .......... .......... .......... .......... .......... 83% 229K 91s 178150K .......... .......... .......... .......... .......... 83% 215K 91s 178200K .......... .......... .......... .......... .......... 83% 342K 91s 178250K .......... .......... .......... .......... .......... 83% 453K 91s 178300K .......... .......... .......... .......... .......... 83% 453K 91s 178350K .......... .......... .......... .......... .......... 83% 456K 90s 178400K .......... .......... .......... .......... .......... 83% 345K 90s 178450K .......... .......... .......... .......... .......... 83% 454K 90s 178500K .......... .......... .......... .......... .......... 83% 420K 90s 178550K .......... .......... .......... .......... .......... 83% 343K 90s 178600K .......... .......... .......... .......... .......... 83% 454K 90s 178650K .......... .......... .......... .......... .......... 83% 350K 90s 178700K .......... .......... .......... .......... .......... 83% 448K 89s 178750K .......... .......... .......... .......... .......... 83% 443K 89s 178800K .......... .......... .......... .......... .......... 84% 430K 89s 178850K .......... .......... .......... .......... .......... 84% 453K 89s 178900K .......... .......... .......... .......... .......... 84% 446K 89s 178950K .......... .......... .......... .......... .......... 84% 342K 89s 179000K .......... .......... .......... .......... .......... 84% 172K 89s 179050K .......... .......... .......... .......... .......... 84% 196K 89s 179100K .......... .......... .......... .......... .......... 84% 341K 88s 179150K .......... .......... .......... .......... .......... 84% 308K 88s 179200K .......... .......... .......... .......... .......... 84% 446K 88s 179250K .......... .......... .......... .......... .......... 84% 470K 88s 179300K .......... .......... .......... .......... .......... 84% 553K 88s 179350K .......... .......... .......... .......... .......... 84% 547K 88s 179400K .......... .......... .......... .......... .......... 84% 554K 88s 179450K .......... .......... .......... .......... .......... 84% 457K 88s 179500K .......... .......... .......... .......... .......... 84% 459K 87s 179550K .......... .......... .......... .......... .......... 84% 460K 87s 179600K .......... .......... .......... .......... .......... 84% 343K 87s 179650K .......... .......... .......... .......... .......... 84% 458K 87s 179700K .......... .......... .......... .......... .......... 84% 451K 87s 179750K .......... .......... .......... .......... .......... 84% 349K 87s 179800K .......... .......... .......... .......... .......... 84% 447K 87s 179850K .......... .......... .......... .......... .......... 84% 449K 86s 179900K .......... .......... .......... .......... .......... 84% 473K 86s 179950K .......... .......... .......... .......... .......... 84% 654K 86s 180000K .......... .......... .......... .......... .......... 84% 343K 86s 180050K .......... .......... .......... .......... .......... 84% 320K 86s 180100K .......... .......... .......... .......... .......... 84% 178K 86s 180150K .......... .......... .......... .......... .......... 84% 261K 86s 180200K .......... .......... .......... .......... .......... 84% 341K 86s 180250K .......... .......... .......... .......... .......... 84% 365K 85s 180300K .......... .......... .......... .......... .......... 84% 420K 85s 180350K .......... .......... .......... .......... .......... 84% 341K 85s 180400K .......... .......... .......... .......... .......... 84% 268K 85s 180450K .......... .......... .......... .......... .......... 84% 454K 85s 180500K .......... .......... .......... .......... .......... 84% 455K 85s 180550K .......... .......... .......... .......... .......... 84% 458K 85s 180600K .......... .......... .......... .......... .......... 84% 670K 85s 180650K .......... .......... .......... .......... .......... 84% 456K 84s 180700K .......... .......... .......... .......... .......... 84% 458K 84s 180750K .......... .......... .......... .......... .......... 84% 347K 84s 180800K .......... .......... .......... .......... .......... 84% 649K 84s 180850K .......... .......... .......... .......... .......... 84% 458K 84s 180900K .......... .......... .......... .......... .......... 84% 448K 84s 180950K .......... .......... .......... .......... .......... 85% 348K 84s 181000K .......... .......... .......... .......... .......... 85% 309K 83s 181050K .......... .......... .......... .......... .......... 85% 345K 83s 181100K .......... .......... .......... .......... .......... 85% 340K 83s 181150K .......... .......... .......... .......... .......... 85% 276K 83s 181200K .......... .......... .......... .......... .......... 85% 339K 83s 181250K .......... .......... .......... .......... .......... 85% 230K 83s 181300K .......... .......... .......... .......... .......... 85% 273K 83s 181350K .......... .......... .......... .......... .......... 85% 227K 83s 181400K .......... .......... .......... .......... .......... 85% 276K 82s 181450K .......... .......... .......... .......... .......... 85% 456K 82s 181500K .......... .......... .......... .......... .......... 85% 458K 82s 181550K .......... .......... .......... .......... .......... 85% 459K 82s 181600K .......... .......... .......... .......... .......... 85% 457K 82s 181650K .......... .......... .......... .......... .......... 85% 460K 82s 181700K .......... .......... .......... .......... .......... 85% 459K 82s 181750K .......... .......... .......... .......... .......... 85% 461K 82s 181800K .......... .......... .......... .......... .......... 85% 460K 81s 181850K .......... .......... .......... .......... .......... 85% 340K 81s 181900K .......... .......... .......... .......... .......... 85% 336K 81s 181950K .......... .......... .......... .......... .......... 85% 274K 81s 182000K .......... .......... .......... .......... .......... 85% 154K 81s 182050K .......... .......... .......... .......... .......... 85% 268K 81s 182100K .......... .......... .......... .......... .......... 85% 273K 81s 182150K .......... .......... .......... .......... .......... 85% 347K 81s 182200K .......... .......... .......... .......... .......... 85% 456K 80s 182250K .......... .......... .......... .......... .......... 85% 458K 80s 182300K .......... .......... .......... .......... .......... 85% 679K 80s 182350K .......... .......... .......... .......... .......... 85% 462K 80s 182400K .......... .......... .......... .......... .......... 85% 675K 80s 182450K .......... .......... .......... .......... .......... 85% 344K 80s 182500K .......... .......... .......... .......... .......... 85% 683K 80s 182550K .......... .......... .......... .......... .......... 85% 432K 79s 182600K .......... .......... .......... .......... .......... 85% 346K 79s 182650K .......... .......... .......... .......... .......... 85% 456K 79s 182700K .......... .......... .......... .......... .......... 85% 458K 79s 182750K .......... .......... .......... .......... .......... 85% 678K 79s 182800K .......... .......... .......... .......... .......... 85% 346K 79s 182850K .......... .......... .......... .......... .......... 85% 676K 79s 182900K .......... .......... .......... .......... .......... 85% 344K 79s 182950K .......... .......... .......... .......... .......... 85% 463K 78s 183000K .......... .......... .......... .......... .......... 85% 347K 78s 183050K .......... .......... .......... .......... .......... 86% 455K 78s 183100K .......... .......... .......... .......... .......... 86% 231K 78s 183150K .......... .......... .......... .......... .......... 86% 272K 78s 183200K .......... .......... .......... .......... .......... 86% 154K 78s 183250K .......... .......... .......... .......... .......... 86% 228K 78s 183300K .......... .......... .......... .......... .......... 86% 276K 78s 183350K .......... .......... .......... .......... .......... 86% 346K 77s 183400K .......... .......... .......... .......... .......... 86% 456K 77s 183450K .......... .......... .......... .......... .......... 86% 460K 77s 183500K .......... .......... .......... .......... .......... 86% 340K 77s 183550K .......... .......... .......... .......... .......... 86% 437K 77s 183600K .......... .......... .......... .......... .......... 86% 675K 77s 183650K .......... .......... .......... .......... .......... 86% 682K 77s 183700K .......... .......... .......... .......... .......... 86% 462K 76s 183750K .......... .......... .......... .......... .......... 86% 690K 76s 183800K .......... .......... .......... .......... .......... 86% 673K 76s 183850K .......... .......... .......... .......... .......... 86% 467K 76s 183900K .......... .......... .......... .......... .......... 86% 451K 76s 183950K .......... .......... .......... .......... .......... 86% 455K 76s 184000K .......... .......... .......... .......... .......... 86% 346K 76s 184050K .......... .......... .......... .......... .......... 86% 458K 75s 184100K .......... .......... .......... .......... .......... 86% 667K 75s 184150K .......... .......... .......... .......... .......... 86% 457K 75s 184200K .......... .......... .......... .......... .......... 86% 680K 75s 184250K .......... .......... .......... .......... .......... 86% 461K 75s 184300K .......... .......... .......... .......... .......... 86% 686K 75s 184350K .......... .......... .......... .......... .......... 86% 455K 75s 184400K .......... .......... .......... .......... .......... 86% 460K 75s 184450K .......... .......... .......... .......... .......... 86% 346K 74s 184500K .......... .......... .......... .......... .......... 86% 458K 74s 184550K .......... .......... .......... .......... .......... 86% 448K 74s 184600K .......... .......... .......... .......... .......... 86% 343K 74s 184650K .......... .......... .......... .......... .......... 86% 442K 74s 184700K .......... .......... .......... .......... .......... 86% 472K 74s 184750K .......... .......... .......... .......... .......... 86% 660K 74s 184800K .......... .......... .......... .......... .......... 86% 396K 73s 184850K .......... .......... .......... .......... .......... 86% 569K 73s 184900K .......... .......... .......... .......... .......... 86% 455K 73s 184950K .......... .......... .......... .......... .......... 86% 540K 73s 185000K .......... .......... .......... .......... .......... 86% 554K 73s 185050K .......... .......... .......... .......... .......... 86% 684K 73s 185100K .......... .......... .......... .......... .......... 86% 530K 73s 185150K .......... .......... .......... .......... .......... 86% 457K 73s 185200K .......... .......... .......... .......... .......... 87% 459K 72s 185250K .......... .......... .......... .......... .......... 87% 582K 72s 185300K .......... .......... .......... .......... .......... 87% 464K 72s 185350K .......... .......... .......... .......... .......... 87% 460K 72s 185400K .......... .......... .......... .......... .......... 87% 460K 72s 185450K .......... .......... .......... .......... .......... 87% 670K 72s 185500K .......... .......... .......... .......... .......... 87% 381K 72s 185550K .......... .......... .......... .......... .......... 87% 506K 71s 185600K .......... .......... .......... .......... .......... 87% 344K 71s 185650K .......... .......... .......... .......... .......... 87% 296K 71s 185700K .......... .......... .......... .......... .......... 87% 332K 71s 185750K .......... .......... .......... .......... .......... 87% 331K 71s 185800K .......... .......... .......... .......... .......... 87% 323K 71s 185850K .......... .......... .......... .......... .......... 87% 456K 71s 185900K .......... .......... .......... .......... .......... 87% 459K 71s 185950K .......... .......... .......... .......... .......... 87% 548K 70s 186000K .......... .......... .......... .......... .......... 87% 555K 70s 186050K .......... .......... .......... .......... .......... 87% 276K 70s 186100K .......... .......... .......... .......... .......... 87% 273K 70s 186150K .......... .......... .......... .......... .......... 87% 236K 70s 186200K .......... .......... .......... .......... .......... 87% 275K 70s 186250K .......... .......... .......... .......... .......... 87% 341K 70s 186300K .......... .......... .......... .......... .......... 87% 123K 70s 186350K .......... .......... .......... .......... .......... 87% 343K 69s 186400K .......... .......... .......... .......... .......... 87% 347K 69s 186450K .......... .......... .......... .......... .......... 87% 451K 69s 186500K .......... .......... .......... .......... .......... 87% 268K 69s 186550K .......... .......... .......... .......... .......... 87% 229K 69s 186600K .......... .......... .......... .......... .......... 87% 273K 69s 186650K .......... .......... .......... .......... .......... 87% 277K 69s 186700K .......... .......... .......... .......... .......... 87% 228K 69s 186750K .......... .......... .......... .......... .......... 87% 228K 68s 186800K .......... .......... .......... .......... .......... 87% 203K 68s 186850K .......... .......... .......... .......... .......... 87% 436K 68s 186900K .......... .......... .......... .......... .......... 87% 344K 68s 186950K .......... .......... .......... .......... .......... 87% 342K 68s 187000K .......... .......... .......... .......... .......... 87% 446K 68s 187050K .......... .......... .......... .......... .......... 87% 436K 68s 187100K .......... .......... .......... .......... .......... 87% 328K 68s 187150K .......... .......... .......... .......... .......... 87% 388K 67s 187200K .......... .......... .......... .......... .......... 87% 220K 67s 187250K .......... .......... .......... .......... .......... 87% 203K 67s 187300K .......... .......... .......... .......... .......... 88% 168K 67s 187350K .......... .......... .......... .......... .......... 88% 204K 67s 187400K .......... .......... .......... .......... .......... 88% 314K 67s 187450K .......... .......... .......... .......... .......... 88% 310K 67s 187500K .......... .......... .......... .......... .......... 88% 316K 67s 187550K .......... .......... .......... .......... .......... 88% 251K 66s 187600K .......... .......... .......... .......... .......... 88% 196K 66s 187650K .......... .......... .......... .......... .......... 88% 253K 66s 187700K .......... .......... .......... .......... .......... 88% 268K 66s 187750K .......... .......... .......... .......... .......... 88% 354K 66s 187800K .......... .......... .......... .......... .......... 88% 447K 66s 187850K .......... .......... .......... .......... .......... 88% 441K 66s 187900K .......... .......... .......... .......... .......... 88% 314K 66s 187950K .......... .......... .......... .......... .......... 88% 226K 65s 188000K .......... .......... .......... .......... .......... 88% 275K 65s 188050K .......... .......... .......... .......... .......... 88% 333K 65s 188100K .......... .......... .......... .......... .......... 88% 457K 65s 188150K .......... .......... .......... .......... .......... 88% 462K 65s 188200K .......... .......... .......... .......... .......... 88% 672K 65s 188250K .......... .......... .......... .......... .......... 88% 444K 65s 188300K .......... .......... .......... .......... .......... 88% 478K 64s 188350K .......... .......... .......... .......... .......... 88% 635K 64s 188400K .......... .......... .......... .......... .......... 88% 469K 64s 188450K .......... .......... .......... .......... .......... 88% 662K 64s 188500K .......... .......... .......... .......... .......... 88% 469K 64s 188550K .......... .......... .......... .......... .......... 88% 459K 64s 188600K .......... .......... .......... .......... .......... 88% 455K 64s 188650K .......... .......... .......... .......... .......... 88% 399K 64s 188700K .......... .......... .......... .......... .......... 88% 273K 63s 188750K .......... .......... .......... .......... .......... 88% 106K 63s 188800K .......... .......... .......... .......... .......... 88% 227K 63s 188850K .......... .......... .......... .......... .......... 88% 339K 63s 188900K .......... .......... .......... .......... .......... 88% 455K 63s 188950K .......... .......... .......... .......... .......... 88% 460K 63s 189000K .......... .......... .......... .......... .......... 88% 455K 63s 189050K .......... .......... .......... .......... .......... 88% 345K 63s 189100K .......... .......... .......... .......... .......... 88% 459K 62s 189150K .......... .......... .......... .......... .......... 88% 455K 62s 189200K .......... .......... .......... .......... .......... 88% 459K 62s 189250K .......... .......... .......... .......... .......... 88% 668K 62s 189300K .......... .......... .......... .......... .......... 88% 459K 62s 189350K .......... .......... .......... .......... .......... 88% 458K 62s 189400K .......... .......... .......... .......... .......... 88% 430K 62s 189450K .......... .......... .......... .......... .......... 89% 335K 61s 189500K .......... .......... .......... .......... .......... 89% 345K 61s 189550K .......... .......... .......... .......... .......... 89% 264K 61s 189600K .......... .......... .......... .......... .......... 89% 274K 61s 189650K .......... .......... .......... .......... .......... 89% 197K 61s 189700K .......... .......... .......... .......... .......... 89% 275K 61s 189750K .......... .......... .......... .......... .......... 89% 276K 61s 189800K .......... .......... .......... .......... .......... 89% 276K 61s 189850K .......... .......... .......... .......... .......... 89% 153K 60s 189900K .......... .......... .......... .......... .......... 89% 112K 60s 189950K .......... .......... .......... .......... .......... 89% 229K 60s 190000K .......... .......... .......... .......... .......... 89% 342K 60s 190050K .......... .......... .......... .......... .......... 89% 375K 60s 190100K .......... .......... .......... .......... .......... 89% 233K 60s 190150K .......... .......... .......... .......... .......... 89% 649K 60s 190200K .......... .......... .......... .......... .......... 89% 394K 60s 190250K .......... .......... .......... .......... .......... 89% 691K 59s 190300K .......... .......... .......... .......... .......... 89% 462K 59s 190350K .......... .......... .......... .......... .......... 89% 593K 59s 190400K .......... .......... .......... .......... .......... 89% 332K 59s 190450K .......... .......... .......... .......... .......... 89% 224K 59s 190500K .......... .......... .......... .......... .......... 89% 173K 59s 190550K .......... .......... .......... .......... .......... 89% 330K 59s 190600K .......... .......... .......... .......... .......... 89% 344K 59s 190650K .......... .......... .......... .......... .......... 89% 277K 58s 190700K .......... .......... .......... .......... .......... 89% 342K 58s 190750K .......... .......... .......... .......... .......... 89% 276K 58s 190800K .......... .......... .......... .......... .......... 89% 232K 58s 190850K .......... .......... .......... .......... .......... 89% 274K 58s 190900K .......... .......... .......... .......... .......... 89% 343K 58s 190950K .......... .......... .......... .......... .......... 89% 344K 58s 191000K .......... .......... .......... .......... .......... 89% 456K 58s 191050K .......... .......... .......... .......... .......... 89% 460K 57s 191100K .......... .......... .......... .......... .......... 89% 678K 57s 191150K .......... .......... .......... .......... .......... 89% 451K 57s 191200K .......... .......... .......... .......... .......... 89% 684K 57s 191250K .......... .......... .......... .......... .......... 89% 687K 57s 191300K .......... .......... .......... .......... .......... 89% 695K 57s 191350K .......... .......... .......... .......... .......... 89% 1.25M 57s 191400K .......... .......... .......... .......... .......... 89% 549K 56s 191450K .......... .......... .......... .......... .......... 89% 684K 56s 191500K .......... .......... .......... .......... .......... 89% 687K 56s 191550K .......... .......... .......... .......... .......... 90% 701K 56s 191600K .......... .......... .......... .......... .......... 90% 525K 56s 191650K .......... .......... .......... .......... .......... 90% 672K 56s 191700K .......... .......... .......... .......... .......... 90% 694K 56s 191750K .......... .......... .......... .......... .......... 90% 669K 56s 191800K .......... .......... .......... .......... .......... 90% 686K 55s 191850K .......... .......... .......... .......... .......... 90% 457K 55s 191900K .......... .......... .......... .......... .......... 90% 459K 55s 191950K .......... .......... .......... .......... .......... 90% 398K 55s 192000K .......... .......... .......... .......... .......... 90% 546K 55s 192050K .......... .......... .......... .......... .......... 90% 394K 55s 192100K .......... .......... .......... .......... .......... 90% 538K 55s 192150K .......... .......... .......... .......... .......... 90% 406K 54s 192200K .......... .......... .......... .......... .......... 90% 339K 54s 192250K .......... .......... .......... .......... .......... 90% 457K 54s 192300K .......... .......... .......... .......... .......... 90% 344K 54s 192350K .......... .......... .......... .......... .......... 90% 453K 54s 192400K .......... .......... .......... .......... .......... 90% 232K 54s 192450K .......... .......... .......... .......... .......... 90% 453K 54s 192500K .......... .......... .......... .......... .......... 90% 344K 54s 192550K .......... .......... .......... .......... .......... 90% 345K 53s 192600K .......... .......... .......... .......... .......... 90% 453K 53s 192650K .......... .......... .......... .......... .......... 90% 451K 53s 192700K .......... .......... .......... .......... .......... 90% 462K 53s 192750K .......... .......... .......... .......... .......... 90% 457K 53s 192800K .......... .......... .......... .......... .......... 90% 312K 53s 192850K .......... .......... .......... .......... .......... 90% 342K 53s 192900K .......... .......... .......... .......... .......... 90% 339K 52s 192950K .......... .......... .......... .......... .......... 90% 168K 52s 193000K .......... .......... .......... .......... .......... 90% 138K 52s 193050K .......... .......... .......... .......... .......... 90% 196K 52s 193100K .......... .......... .......... .......... .......... 90% 219K 52s 193150K .......... .......... .......... .......... .......... 90% 228K 52s 193200K .......... .......... .......... .......... .......... 90% 170K 52s 193250K .......... .......... .......... .......... .......... 90% 259K 52s 193300K .......... .......... .......... .......... .......... 90% 454K 52s 193350K .......... .......... .......... .......... .......... 90% 272K 51s 193400K .......... .......... .......... .......... .......... 90% 273K 51s 193450K .......... .......... .......... .......... .......... 90% 227K 51s 193500K .......... .......... .......... .......... .......... 90% 450K 51s 193550K .......... .......... .......... .......... .......... 90% 279K 51s 193600K .......... .......... .......... .......... .......... 90% 444K 51s 193650K .......... .......... .......... .......... .......... 90% 340K 51s 193700K .......... .......... .......... .......... .......... 91% 277K 50s 193750K .......... .......... .......... .......... .......... 91% 356K 50s 193800K .......... .......... .......... .......... .......... 91% 334K 50s 193850K .......... .......... .......... .......... .......... 91% 275K 50s 193900K .......... .......... .......... .......... .......... 91% 344K 50s 193950K .......... .......... .......... .......... .......... 91% 343K 50s 194000K .......... .......... .......... .......... .......... 91% 236K 50s 194050K .......... .......... .......... .......... .......... 91% 221K 50s 194100K .......... .......... .......... .......... .......... 91% 328K 49s 194150K .......... .......... .......... .......... .......... 91% 346K 49s 194200K .......... .......... .......... .......... .......... 91% 459K 49s 194250K .......... .......... .......... .......... .......... 91% 340K 49s 194300K .......... .......... .......... .......... .......... 91% 450K 49s 194350K .......... .......... .......... .......... .......... 91% 197K 49s 194400K .......... .......... .......... .......... .......... 91% 264K 49s 194450K .......... .......... .......... .......... .......... 91% 327K 49s 194500K .......... .......... .......... .......... .......... 91% 345K 48s 194550K .......... .......... .......... .......... .......... 91% 335K 48s 194600K .......... .......... .......... .......... .......... 91% 335K 48s 194650K .......... .......... .......... .......... .......... 91% 342K 48s 194700K .......... .......... .......... .......... .......... 91% 340K 48s 194750K .......... .......... .......... .......... .......... 91% 343K 48s 194800K .......... .......... .......... .......... .......... 91% 323K 48s 194850K .......... .......... .......... .......... .......... 91% 345K 47s 194900K .......... .......... .......... .......... .......... 91% 229K 47s 194950K .......... .......... .......... .......... .......... 91% 138K 47s 195000K .......... .......... .......... .......... .......... 91% 125K 47s 195050K .......... .......... .......... .......... .......... 91% 230K 47s 195100K .......... .......... .......... .......... .......... 91% 332K 47s 195150K .......... .......... .......... .......... .......... 91% 356K 47s 195200K .......... .......... .......... .......... .......... 91% 437K 47s 195250K .......... .......... .......... .......... .......... 91% 494K 46s 195300K .......... .......... .......... .......... .......... 91% 612K 46s 195350K .......... .......... .......... .......... .......... 91% 649K 46s 195400K .......... .......... .......... .......... .......... 91% 528K 46s 195450K .......... .......... .......... .......... .......... 91% 691K 46s 195500K .......... .......... .......... .......... .......... 91% 689K 46s 195550K .......... .......... .......... .......... .......... 91% 922K 46s 195600K .......... .......... .......... .......... .......... 91% 683K 46s 195650K .......... .......... .......... .......... .......... 91% 380K 45s 195700K .......... .......... .......... .......... .......... 91% 406K 45s 195750K .......... .......... .......... .......... .......... 91% 358K 45s 195800K .......... .......... .......... .......... .......... 91% 336K 45s 195850K .......... .......... .......... .......... .......... 92% 447K 45s 195900K .......... .......... .......... .......... .......... 92% 462K 45s 195950K .......... .......... .......... .......... .......... 92% 344K 45s 196000K .......... .......... .......... .......... .......... 92% 423K 44s 196050K .......... .......... .......... .......... .......... 92% 276K 44s 196100K .......... .......... .......... .......... .......... 92% 206K 44s 196150K .......... .......... .......... .......... .......... 92% 341K 44s 196200K .......... .......... .......... .......... .......... 92% 276K 44s 196250K .......... .......... .......... .......... .......... 92% 165K 44s 196300K .......... .......... .......... .......... .......... 92% 229K 44s 196350K .......... .......... .......... .......... .......... 92% 344K 44s 196400K .......... .......... .......... .......... .......... 92% 273K 43s 196450K .......... .......... .......... .......... .......... 92% 344K 43s 196500K .......... .......... .......... .......... .......... 92% 346K 43s 196550K .......... .......... .......... .......... .......... 92% 459K 43s 196600K .......... .......... .......... .......... .......... 92% 443K 43s 196650K .......... .......... .......... .......... .......... 92% 233K 43s 196700K .......... .......... .......... .......... .......... 92% 338K 43s 196750K .......... .......... .......... .......... .......... 92% 344K 43s 196800K .......... .......... .......... .......... .......... 92% 276K 42s 196850K .......... .......... .......... .......... .......... 92% 341K 42s 196900K .......... .......... .......... .......... .......... 92% 342K 42s 196950K .......... .......... .......... .......... .......... 92% 351K 42s 197000K .......... .......... .......... .......... .......... 92% 461K 42s 197050K .......... .......... .......... .......... .......... 92% 653K 42s 197100K .......... .......... .......... .......... .......... 92% 685K 42s 197150K .......... .......... .......... .......... .......... 92% 479K 41s 197200K .......... .......... .......... .......... .......... 92% 658K 41s 197250K .......... .......... .......... .......... .......... 92% 689K 41s 197300K .......... .......... .......... .......... .......... 92% 723K 41s 197350K .......... .......... .......... .......... .......... 92% 658K 41s 197400K .......... .......... .......... .......... .......... 92% 687K 41s 197450K .......... .......... .......... .......... .......... 92% 347K 41s 197500K .......... .......... .......... .......... .......... 92% 265K 41s 197550K .......... .......... .......... .......... .......... 92% 173K 40s 197600K .......... .......... .......... .......... .......... 92% 227K 40s 197650K .......... .......... .......... .......... .......... 92% 230K 40s 197700K .......... .......... .......... .......... .......... 92% 187K 40s 197750K .......... .......... .......... .......... .......... 92% 228K 40s 197800K .......... .......... .......... .......... .......... 92% 329K 40s 197850K .......... .......... .......... .......... .......... 92% 275K 40s 197900K .......... .......... .......... .......... .......... 92% 276K 40s 197950K .......... .......... .......... .......... .......... 93% 458K 39s 198000K .......... .......... .......... .......... .......... 93% 455K 39s 198050K .......... .......... .......... .......... .......... 93% 459K 39s 198100K .......... .......... .......... .......... .......... 93% 465K 39s 198150K .......... .......... .......... .......... .......... 93% 677K 39s 198200K .......... .......... .......... .......... .......... 93% 456K 39s 198250K .......... .......... .......... .......... .......... 93% 461K 39s 198300K .......... .......... .......... .......... .......... 93% 455K 38s 198350K .......... .......... .......... .......... .......... 93% 684K 38s 198400K .......... .......... .......... .......... .......... 93% 457K 38s 198450K .......... .......... .......... .......... .......... 93% 687K 38s 198500K .......... .......... .......... .......... .......... 93% 458K 38s 198550K .......... .......... .......... .......... .......... 93% 345K 38s 198600K .......... .......... .......... .......... .......... 93% 643K 38s 198650K .......... .......... .......... .......... .......... 93% 230K 38s 198700K .......... .......... .......... .......... .......... 93% 677K 37s 198750K .......... .......... .......... .......... .......... 93% 270K 37s 198800K .......... .......... .......... .......... .......... 93% 343K 37s 198850K .......... .......... .......... .......... .......... 93% 346K 37s 198900K .......... .......... .......... .......... .......... 93% 459K 37s 198950K .......... .......... .......... .......... .......... 93% 672K 37s 199000K .......... .......... .......... .......... .......... 93% 460K 37s 199050K .......... .......... .......... .......... .......... 93% 457K 36s 199100K .......... .......... .......... .......... .......... 93% 457K 36s 199150K .......... .......... .......... .......... .......... 93% 346K 36s 199200K .......... .......... .......... .......... .......... 93% 267K 36s 199250K .......... .......... .......... .......... .......... 93% 275K 36s 199300K .......... .......... .......... .......... .......... 93% 275K 36s 199350K .......... .......... .......... .......... .......... 93% 276K 36s 199400K .......... .......... .......... .......... .......... 93% 457K 36s 199450K .......... .......... .......... .......... .......... 93% 463K 35s 199500K .......... .......... .......... .......... .......... 93% 664K 35s 199550K .......... .......... .......... .......... .......... 93% 460K 35s 199600K .......... .......... .......... .......... .......... 93% 455K 35s 199650K .......... .......... .......... .......... .......... 93% 459K 35s 199700K .......... .......... .......... .......... .......... 93% 352K 35s 199750K .......... .......... .......... .......... .......... 93% 338K 35s 199800K .......... .......... .......... .......... .......... 93% 276K 34s 199850K .......... .......... .......... .......... .......... 93% 228K 34s 199900K .......... .......... .......... .......... .......... 93% 276K 34s 199950K .......... .......... .......... .......... .......... 93% 267K 34s 200000K .......... .......... .......... .......... .......... 93% 229K 34s 200050K .......... .......... .......... .......... .......... 93% 273K 34s 200100K .......... .......... .......... .......... .......... 94% 274K 34s 200150K .......... .......... .......... .......... .......... 94% 236K 34s 200200K .......... .......... .......... .......... .......... 94% 275K 33s 200250K .......... .......... .......... .......... .......... 94% 284K 33s 200300K .......... .......... .......... .......... .......... 94% 406K 33s 200350K .......... .......... .......... .......... .......... 94% 436K 33s 200400K .......... .......... .......... .......... .......... 94% 547K 33s 200450K .......... .......... .......... .......... .......... 94% 554K 33s 200500K .......... .......... .......... .......... .......... 94% 346K 33s 200550K .......... .......... .......... .......... .......... 94% 457K 33s 200600K .......... .......... .......... .......... .......... 94% 344K 32s 200650K .......... .......... .......... .......... .......... 94% 456K 32s 200700K .......... .......... .......... .......... .......... 94% 462K 32s 200750K .......... .......... .......... .......... .......... 94% 673K 32s 200800K .......... .......... .......... .......... .......... 94% 458K 32s 200850K .......... .......... .......... .......... .......... 94% 352K 32s 200900K .......... .......... .......... .......... .......... 94% 661K 32s 200950K .......... .......... .......... .......... .......... 94% 348K 31s 201000K .......... .......... .......... .......... .......... 94% 427K 31s 201050K .......... .......... .......... .......... .......... 94% 365K 31s 201100K .......... .......... .......... .......... .......... 94% 277K 31s 201150K .......... .......... .......... .......... .......... 94% 261K 31s 201200K .......... .......... .......... .......... .......... 94% 197K 31s 201250K .......... .......... .......... .......... .......... 94% 273K 31s 201300K .......... .......... .......... .......... .......... 94% 229K 31s 201350K .......... .......... .......... .......... .......... 94% 196K 30s 201400K .......... .......... .......... .......... .......... 94% 197K 30s 201450K .......... .......... .......... .......... .......... 94% 272K 30s 201500K .......... .......... .......... .......... .......... 94% 275K 30s 201550K .......... .......... .......... .......... .......... 94% 345K 30s 201600K .......... .......... .......... .......... .......... 94% 457K 30s 201650K .......... .......... .......... .......... .......... 94% 458K 30s 201700K .......... .......... .......... .......... .......... 94% 307K 30s 201750K .......... .......... .......... .......... .......... 94% 455K 29s 201800K .......... .......... .......... .......... .......... 94% 278K 29s 201850K .......... .......... .......... .......... .......... 94% 459K 29s 201900K .......... .......... .......... .......... .......... 94% 453K 29s 201950K .......... .......... .......... .......... .......... 94% 346K 29s 202000K .......... .......... .......... .......... .......... 94% 676K 29s 202050K .......... .......... .......... .......... .......... 94% 461K 29s 202100K .......... .......... .......... .......... .......... 94% 460K 28s 202150K .......... .......... .......... .......... .......... 94% 457K 28s 202200K .......... .......... .......... .......... .......... 95% 400K 28s 202250K .......... .......... .......... .......... .......... 95% 453K 28s 202300K .......... .......... .......... .......... .......... 95% 683K 28s 202350K .......... .......... .......... .......... .......... 95% 460K 28s 202400K .......... .......... .......... .......... .......... 95% 459K 28s 202450K .......... .......... .......... .......... .......... 95% 463K 28s 202500K .......... .......... .......... .......... .......... 95% 680K 27s 202550K .......... .......... .......... .......... .......... 95% 496K 27s 202600K .......... .......... .......... .......... .......... 95% 618K 27s 202650K .......... .......... .......... .......... .......... 95% 678K 27s 202700K .......... .......... .......... .......... .......... 95% 460K 27s 202750K .......... .......... .......... .......... .......... 95% 465K 27s 202800K .......... .......... .......... .......... .......... 95% 674K 27s 202850K .......... .......... .......... .......... .......... 95% 661K 26s 202900K .......... .......... .......... .......... .......... 95% 645K 26s 202950K .......... .......... .......... .......... .......... 95% 492K 26s 203000K .......... .......... .......... .......... .......... 95% 1.11M 26s 203050K .......... .......... .......... .......... .......... 95% 687K 26s 203100K .......... .......... .......... .......... .......... 95% 698K 26s 203150K .......... .......... .......... .......... .......... 95% 1.23M 26s 203200K .......... .......... .......... .......... .......... 95% 473K 25s 203250K .......... .......... .......... .......... .......... 95% 377K 25s 203300K .......... .......... .......... .......... .......... 95% 644K 25s 203350K .......... .......... .......... .......... .......... 95% 558K 25s 203400K .......... .......... .......... .......... .......... 95% 641K 25s 203450K .......... .......... .......... .......... .......... 95% 694K 25s 203500K .......... .......... .......... .......... .......... 95% 475K 25s 203550K .......... .......... .......... .......... .......... 95% 631K 25s 203600K .......... .......... .......... .......... .......... 95% 687K 24s 203650K .......... .......... .......... .......... .......... 95% 451K 24s 203700K .......... .......... .......... .......... .......... 95% 496K 24s 203750K .......... .......... .......... .......... .......... 95% 455K 24s 203800K .......... .......... .......... .......... .......... 95% 345K 24s 203850K .......... .......... .......... .......... .......... 95% 447K 24s 203900K .......... .......... .......... .......... .......... 95% 458K 24s 203950K .......... .......... .......... .......... .......... 95% 630K 23s 204000K .......... .......... .......... .......... .......... 95% 490K 23s 204050K .......... .......... .......... .......... .......... 95% 681K 23s 204100K .......... .......... .......... .......... .......... 95% 632K 23s 204150K .......... .......... .......... .......... .......... 95% 367K 23s 204200K .......... .......... .......... .......... .......... 95% 341K 23s 204250K .......... .......... .......... .......... .......... 95% 276K 23s 204300K .......... .......... .......... .......... .......... 95% 263K 23s 204350K .......... .......... .......... .......... .......... 96% 197K 22s 204400K .......... .......... .......... .......... .......... 96% 274K 22s 204450K .......... .......... .......... .......... .......... 96% 278K 22s 204500K .......... .......... .......... .......... .......... 96% 407K 22s 204550K .......... .......... .......... .......... .......... 96% 425K 22s 204600K .......... .......... .......... .......... .......... 96% 460K 22s 204650K .......... .......... .......... .......... .......... 96% 452K 22s 204700K .......... .......... .......... .......... .......... 96% 456K 21s 204750K .......... .......... .......... .......... .......... 96% 456K 21s 204800K .......... .......... .......... .......... .......... 96% 459K 21s 204850K .......... .......... .......... .......... .......... 96% 454K 21s 204900K .......... .......... .......... .......... .......... 96% 460K 21s 204950K .......... .......... .......... .......... .......... 96% 453K 21s 205000K .......... .......... .......... .......... .......... 96% 669K 21s 205050K .......... .......... .......... .......... .......... 96% 231K 21s 205100K .......... .......... .......... .......... .......... 96% 686K 20s 205150K .......... .......... .......... .......... .......... 96% 168K 20s 205200K .......... .......... .......... .......... .......... 96% 228K 20s 205250K .......... .......... .......... .......... .......... 96% 276K 20s 205300K .......... .......... .......... .......... .......... 96% 343K 20s 205350K .......... .......... .......... .......... .......... 96% 217K 20s 205400K .......... .......... .......... .......... .......... 96% 326K 20s 205450K .......... .......... .......... .......... .......... 96% 326K 20s 205500K .......... .......... .......... .......... .......... 96% 290K 19s 205550K .......... .......... .......... .......... .......... 96% 674K 19s 205600K .......... .......... .......... .......... .......... 96% 346K 19s 205650K .......... .......... .......... .......... .......... 96% 401K 19s 205700K .......... .......... .......... .......... .......... 96% 454K 19s 205750K .......... .......... .......... .......... .......... 96% 314K 19s 205800K .......... .......... .......... .......... .......... 96% 454K 19s 205850K .......... .......... .......... .......... .......... 96% 343K 18s 205900K .......... .......... .......... .......... .......... 96% 460K 18s 205950K .......... .......... .......... .......... .......... 96% 229K 18s 206000K .......... .......... .......... .......... .......... 96% 211K 18s 206050K .......... .......... .......... .......... .......... 96% 344K 18s 206100K .......... .......... .......... .......... .......... 96% 345K 18s 206150K .......... .......... .......... .......... .......... 96% 344K 18s 206200K .......... .......... .......... .......... .......... 96% 344K 18s 206250K .......... .......... .......... .......... .......... 96% 345K 17s 206300K .......... .......... .......... .......... .......... 96% 279K 17s 206350K .......... .......... .......... .......... .......... 96% 344K 17s 206400K .......... .......... .......... .......... .......... 96% 455K 17s 206450K .......... .......... .......... .......... .......... 97% 453K 17s 206500K .......... .......... .......... .......... .......... 97% 279K 17s 206550K .......... .......... .......... .......... .......... 97% 272K 17s 206600K .......... .......... .......... .......... .......... 97% 195K 16s 206650K .......... .......... .......... .......... .......... 97% 272K 16s 206700K .......... .......... .......... .......... .......... 97% 343K 16s 206750K .......... .......... .......... .......... .......... 97% 456K 16s 206800K .......... .......... .......... .......... .......... 97% 346K 16s 206850K .......... .......... .......... .......... .......... 97% 458K 16s 206900K .......... .......... .......... .......... .......... 97% 277K 16s 206950K .......... .......... .......... .......... .......... 97% 230K 16s 207000K .......... .......... .......... .......... .......... 97% 196K 15s 207050K .......... .......... .......... .......... .......... 97% 230K 15s 207100K .......... .......... .......... .......... .......... 97% 229K 15s 207150K .......... .......... .......... .......... .......... 97% 260K 15s 207200K .......... .......... .......... .......... .......... 97% 341K 15s 207250K .......... .......... .......... .......... .......... 97% 356K 15s 207300K .......... .......... .......... .......... .......... 97% 461K 15s 207350K .......... .......... .......... .......... .......... 97% 645K 15s 207400K .......... .......... .......... .......... .......... 97% 482K 14s 207450K .......... .......... .......... .......... .......... 97% 647K 14s 207500K .......... .......... .......... .......... .......... 97% 672K 14s 207550K .......... .......... .......... .......... .......... 97% 692K 14s 207600K .......... .......... .......... .......... .......... 97% 483K 14s 207650K .......... .......... .......... .......... .......... 97% 838K 14s 207700K .......... .......... .......... .......... .......... 97% 424K 14s 207750K .......... .......... .......... .......... .......... 97% 344K 13s 207800K .......... .......... .......... .......... .......... 97% 291K 13s 207850K .......... .......... .......... .......... .......... 97% 325K 13s 207900K .......... .......... .......... .......... .......... 97% 344K 13s 207950K .......... .......... .......... .......... .......... 97% 194K 13s 208000K .......... .......... .......... .......... .......... 97% 229K 13s 208050K .......... .......... .......... .......... .......... 97% 340K 13s 208100K .......... .......... .......... .......... .......... 97% 456K 13s 208150K .......... .......... .......... .......... .......... 97% 343K 12s 208200K .......... .......... .......... .......... .......... 97% 344K 12s 208250K .......... .......... .......... .......... .......... 97% 350K 12s 208300K .......... .......... .......... .......... .......... 97% 453K 12s 208350K .......... .......... .......... .......... .......... 97% 682K 12s 208400K .......... .......... .......... .......... .......... 97% 460K 12s 208450K .......... .......... .......... .......... .......... 97% 664K 12s 208500K .......... .......... .......... .......... .......... 97% 683K 11s 208550K .......... .......... .......... .......... .......... 97% 685K 11s 208600K .......... .......... .......... .......... .......... 98% 1.32M 11s 208650K .......... .......... .......... .......... .......... 98% 431K 11s 208700K .......... .......... .......... .......... .......... 98% 680K 11s 208750K .......... .......... .......... .......... .......... 98% 685K 11s 208800K .......... .......... .......... .......... .......... 98% 411K 11s 208850K .......... .......... .......... .......... .......... 98% 682K 11s 208900K .......... .......... .......... .......... .......... 98% 456K 10s 208950K .......... .......... .......... .......... .......... 98% 341K 10s 209000K .......... .......... .......... .......... .......... 98% 455K 10s 209050K .......... .......... .......... .......... .......... 98% 456K 10s 209100K .......... .......... .......... .......... .......... 98% 462K 10s 209150K .......... .......... .......... .......... .......... 98% 458K 10s 209200K .......... .......... .......... .......... .......... 98% 454K 10s 209250K .......... .......... .......... .......... .......... 98% 462K 9s 209300K .......... .......... .......... .......... .......... 98% 672K 9s 209350K .......... .......... .......... .......... .......... 98% 457K 9s 209400K .......... .......... .......... .......... .......... 98% 464K 9s 209450K .......... .......... .......... .......... .......... 98% 340K 9s 209500K .......... .......... .......... .......... .......... 98% 280K 9s 209550K .......... .......... .......... .......... .......... 98% 455K 9s 209600K .......... .......... .......... .......... .......... 98% 326K 9s 209650K .......... .......... .......... .......... .......... 98% 452K 8s 209700K .......... .......... .......... .......... .......... 98% 439K 8s 209750K .......... .......... .......... .......... .......... 98% 462K 8s 209800K .......... .......... .......... .......... .......... 98% 646K 8s 209850K .......... .......... .......... .......... .......... 98% 682K 8s 209900K .......... .......... .......... .......... .......... 98% 466K 8s 209950K .......... .......... .......... .......... .......... 98% 690K 8s 210000K .......... .......... .......... .......... .......... 98% 735K 7s 210050K .......... .......... .......... .......... .......... 98% 686K 7s 210100K .......... .......... .......... .......... .......... 98% 639K 7s 210150K .......... .......... .......... .......... .......... 98% 347K 7s 210200K .......... .......... .......... .......... .......... 98% 344K 7s 210250K .......... .......... .......... .......... .......... 98% 341K 7s 210300K .......... .......... .......... .......... .......... 98% 275K 7s 210350K .......... .......... .......... .......... .......... 98% 345K 7s 210400K .......... .......... .......... .......... .......... 98% 342K 6s 210450K .......... .......... .......... .......... .......... 98% 275K 6s 210500K .......... .......... .......... .......... .......... 98% 275K 6s 210550K .......... .......... .......... .......... .......... 98% 229K 6s 210600K .......... .......... .......... .......... .......... 98% 269K 6s 210650K .......... .......... .......... .......... .......... 98% 243K 6s 210700K .......... .......... .......... .......... .......... 98% 343K 6s 210750K .......... .......... .......... .......... .......... 99% 231K 6s 210800K .......... .......... .......... .......... .......... 99% 230K 5s 210850K .......... .......... .......... .......... .......... 99% 196K 5s 210900K .......... .......... .......... .......... .......... 99% 275K 5s 210950K .......... .......... .......... .......... .......... 99% 436K 5s 211000K .......... .......... .......... .......... .......... 99% 344K 5s 211050K .......... .......... .......... .......... .......... 99% 524K 5s 211100K .......... .......... .......... .......... .......... 99% 448K 5s 211150K .......... .......... .......... .......... .......... 99% 677K 4s 211200K .......... .......... .......... .......... .......... 99% 641K 4s 211250K .......... .......... .......... .......... .......... 99% 679K 4s 211300K .......... .......... .......... .......... .......... 99% 686K 4s 211350K .......... .......... .......... .......... .......... 99% 688K 4s 211400K .......... .......... .......... .......... .......... 99% 695K 4s 211450K .......... .......... .......... .......... .......... 99% 478K 4s 211500K .......... .......... .......... .......... .......... 99% 1.32M 4s 211550K .......... .......... .......... .......... .......... 99% 654K 3s 211600K .......... .......... .......... .......... .......... 99% 659K 3s 211650K .......... .......... .......... .......... .......... 99% 687K 3s 211700K .......... .......... .......... .......... .......... 99% 689K 3s 211750K .......... .......... .......... .......... .......... 99% 519K 3s 211800K .......... .......... .......... .......... .......... 99% 476K 3s 211850K .......... .......... .......... .......... .......... 99% 1.20M 3s 211900K .......... .......... .......... .......... .......... 99% 685K 2s 211950K .......... .......... .......... .......... .......... 99% 349K 2s 212000K .......... .......... .......... .......... .......... 99% 667K 2s 212050K .......... .......... .......... .......... .......... 99% 330K 2s 212100K .......... .......... .......... .......... .......... 99% 332K 2s 212150K .......... .......... .......... .......... .......... 99% 339K 2s 212200K .......... .......... .......... .......... .......... 99% 456K 2s 212250K .......... .......... .......... .......... .......... 99% 339K 2s 212300K .......... .......... .......... .......... .......... 99% 455K 1s 212350K .......... .......... .......... .......... .......... 99% 677K 1s 212400K .......... .......... .......... .......... .......... 99% 460K 1s 212450K .......... .......... .......... .......... .......... 99% 459K 1s 212500K .......... .......... .......... .......... .......... 99% 347K 1s 212550K .......... .......... .......... .......... .......... 99% 335K 1s 212600K .......... .......... .......... .......... .......... 99% 454K 1s 212650K .......... .......... .......... .......... .......... 99% 460K 0s 212700K .......... .......... .......... .......... .......... 99% 607K 0s 212750K .......... .......... .......... .......... .......... 99% 459K 0s 212800K .......... .......... .......... .......... .......... 99% 461K 0s 212850K .......... .......... .......... .. 100% 886K=9m22s 2018-10-10 06:04:47 (379 KB/s) - 'eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' saved [217991926/217991926] eclipse/ eclipse/p2/ eclipse/p2/org.eclipse.equinox.p2.engine/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584248610.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.lock eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions/jvmargs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/ eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/org.eclipse.equinox.p2.metadata.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/.data/.settings/org.eclipse.equinox.p2.artifact.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584248619.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584263233.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1513584264172.profile.gz eclipse/p2/org.eclipse.equinox.p2.engine/.settings/ eclipse/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.metadata.repository.prefs eclipse/p2/org.eclipse.equinox.p2.engine/.settings/org.eclipse.equinox.p2.artifact.repository.prefs eclipse/p2/org.eclipse.equinox.p2.core/ eclipse/p2/org.eclipse.equinox.p2.core/cache/ eclipse/p2/org.eclipse.equinox.p2.core/cache/artifacts.xml eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/ eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.7.2.20171218-0600 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.cdt_root_9.4.0.201712051550 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.7.2.M20171130-0510 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.7.2.v20171130-0510 eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.7.2.v20171130-0510 eclipse/artifacts.xml eclipse/features/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/ eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/epl-v10.html eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/p2.inf eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/license.html eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/feature.xml eclipse/features/org.eclipse.epp.package.cpp.feature_4.7.2.20171218-0600/feature.properties eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/ eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/ eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/epl-v10.html eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/p2.inf eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/license.html eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/feature.xml eclipse/features/org.eclipse.epp.package.common.feature_4.7.2.20171218-0600/feature.properties eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/p2.inf eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.autotools_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.build.crossgcc_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.debug.standalone_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.debug.ui.memory_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt_9.4.0.201712051550/p2.inf eclipse/features/org.eclipse.cdt_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gdb_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gnu.build_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gnu.debug_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.gnu.dsf_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.launch.remote_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/ eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/ eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/META-INF/eclipse.inf eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/license.html eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/epl-v10.html eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/feature.xml eclipse/features/org.eclipse.cdt.mylyn_5.19.0.v20170411-2108/feature.properties eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.native_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/ eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/ eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/MANIFEST.MF eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/license.html eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/epl-v10.html eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/feature.xml eclipse/features/org.eclipse.cdt.platform_9.4.0.201712051550/feature.properties eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/ eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/ eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/MANIFEST.MF eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/feature.xml eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/epl-v10.html eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/feature.properties eclipse/features/org.eclipse.e4.rcp_1.6.2.v20171129-0543/license.html eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/ eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/ eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/feature.xml eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/epl-v10.html eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/feature.properties eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/about.html eclipse/features/org.eclipse.ecf.core.feature_1.4.0.v20170516-2248/license.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/ eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/ eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/feature.xml eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/epl-v10.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/feature.properties eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/about.html eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.0.v20170110-1317/license.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/ eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/about.html eclipse/features/org.eclipse.ecf.filetransfer.feature_3.13.8.v20170715-2257/license.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/about.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.feature_3.13.8.v20170715-2257/license.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/asl-v20.txt eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/about.html eclipse/features/org.eclipse.ecf.filetransfer.httpclient4.ssl.feature_1.1.0.v20170110-1317/license.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/ eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/ eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/MANIFEST.MF eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/feature.xml eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/epl-v10.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/feature.properties eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/about.html eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.0.v20170110-1317/license.html eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/ eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/ eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/license.html eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/epl-v10.html eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/feature.xml eclipse/features/org.eclipse.egit_4.9.2.201712150930-r/feature.properties eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/ eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/ eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/MANIFEST.MF eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/META-INF/eclipse.inf eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/epl-v10.html eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/feature.properties eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/feature.xml eclipse/features/org.eclipse.emf.common_2.13.0.v20170609-0707/license.html eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/ eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/ eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/MANIFEST.MF eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/META-INF/eclipse.inf eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/epl-v10.html eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/feature.properties eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/feature.xml eclipse/features/org.eclipse.emf.ecore_2.13.0.v20170609-0707/license.html eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/ eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/ eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/license.html eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/epl-v10.html eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/feature.xml eclipse/features/org.eclipse.epp.logging.aeri.feature_2.0.6.v20170906-1226/feature.properties eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/ eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/ eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/MANIFEST.MF eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/about.html eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/license.html eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/epl-v10.html eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/feature.xml eclipse/features/org.eclipse.epp.mpc_1.6.3.v20171122-2010/feature.properties eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/ eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/ eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/feature.xml eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/epl-v10.html eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/feature.properties eclipse/features/org.eclipse.equinox.p2.core.feature_1.4.1.v20170928-1405/license.html eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/ eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/ eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/feature.xml eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/epl-v10.html eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/feature.properties eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.1.1.v20170906-1259/license.html eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/ eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/ eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/feature.xml eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/epl-v10.html eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/feature.properties eclipse/features/org.eclipse.equinox.p2.extras.feature_1.3.1.v20170928-1405/license.html eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/ eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/ eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/feature.xml eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/epl-v10.html eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/feature.properties eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.3.2.v20171108-1343/license.html eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/ eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/ eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/MANIFEST.MF eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/feature.xml eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/epl-v10.html eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/feature.properties eclipse/features/org.eclipse.equinox.p2.user.ui_2.3.2.v20171108-1343/license.html eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/ eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/ eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/MANIFEST.MF eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/feature.xml eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/epl-v10.html eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/feature.properties eclipse/features/org.eclipse.help_2.2.102.v20171130-0510/license.html eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/ eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/ eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/MANIFEST.MF eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/edl-v10.html eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/license.html eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/feature.xml eclipse/features/org.eclipse.jgit_4.9.2.201712150930-r/feature.properties eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.callgraph.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.changelog.c_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.gcov_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.gprof.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.oprofile.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.perf.feature_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.profiling_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.rpm_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.systemtap_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/ eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/ eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/MANIFEST.MF eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/p2.inf eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/license.html eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/epl-v10.html eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/feature.xml eclipse/features/org.eclipse.linuxtools.valgrind_6.2.0.201712060514/feature.properties eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/ eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/ eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/license.html eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/epl-v10.html eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/feature.xml eclipse/features/org.eclipse.mylyn.bugzilla_feature_3.23.1.v20170623-0008/feature.properties eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/ eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/ eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/license.html eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/epl-v10.html eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/feature.xml eclipse/features/org.eclipse.mylyn.commons_3.23.0.v20170503-0014/feature.properties eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.commons.identity_1.15.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.commons.notifications_1.15.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.commons.repositories_1.15.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/ eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/ eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/license.html eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/epl-v10.html eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/feature.xml eclipse/features/org.eclipse.mylyn.context_feature_3.23.0.v20170414-0629/feature.properties eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.discovery_3.23.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/ eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/ eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/license.html eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/epl-v10.html eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/feature.xml eclipse/features/org.eclipse.mylyn.ide_feature_3.23.0.v20170411-2108/feature.properties eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/ eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/ eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/license.html eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/epl-v10.html eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/feature.xml eclipse/features/org.eclipse.mylyn.monitor_3.23.0.v20170411-1844/feature.properties eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/ eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/ eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/license.html eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/epl-v10.html eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/feature.xml eclipse/features/org.eclipse.mylyn.tasks.ide_3.23.1.v20170623-0008/feature.properties eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/ eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/ eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/license.html eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/epl-v10.html eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/feature.xml eclipse/features/org.eclipse.mylyn.team_feature_3.23.0.v20170411-2108/feature.properties eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/ eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/ eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/license.html eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/epl-v10.html eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/feature.xml eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.19.201711172000/feature.properties eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/ eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/ eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/license.html eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/epl-v10.html eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/feature.xml eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.19.201711172000/feature.properties eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/ eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/ eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/MANIFEST.MF eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/META-INF/eclipse.inf eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/p2.inf eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/license.html eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/epl-v10.html eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/feature.xml eclipse/features/org.eclipse.mylyn_feature_3.23.1.v20170623-0008/feature.properties eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/ eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/ eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/ eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/about.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/epl-v10.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/rootfiles/notice.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/about.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/epl-v10.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/license.html eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/feature.xml eclipse/features/org.eclipse.oomph.p2_1.8.0.v20170410-0909/feature.properties eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/ eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/ eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/ eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/about.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/epl-v10.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/rootfiles/notice.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/about.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/epl-v10.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/license.html eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/feature.xml eclipse/features/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903/feature.properties eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/ eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/ eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/MANIFEST.MF eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/ eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/about.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/epl-v10.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/rootfiles/notice.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/about.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/epl-v10.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/license.html eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/feature.xml eclipse/features/org.eclipse.oomph.setup_1.8.0.v20170531-0903/feature.properties eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/ eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/MANIFEST.MF eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/feature.xml eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/epl-v10.html eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/feature.properties eclipse/features/org.eclipse.platform_4.7.2.v20171130-0510/license.html eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/ eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/ eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/feature.xml eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/epl-v10.html eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/feature.properties eclipse/features/org.eclipse.rcp_4.7.2.v20171130-0510/license.html eclipse/features/org.eclipse.remote_3.0.0.201706052031/ eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/ eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/MANIFEST.MF eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.remote_3.0.0.201706052031/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.remote_3.0.0.201706052031/eclipse_update_120.jpg eclipse/features/org.eclipse.remote_3.0.0.201706052031/epl-v10.html eclipse/features/org.eclipse.remote_3.0.0.201706052031/license.html eclipse/features/org.eclipse.remote_3.0.0.201706052031/feature.xml eclipse/features/org.eclipse.remote_3.0.0.201706052031/feature.properties eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/ eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/pom.xml eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.core/pom.properties eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/license.html eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/feature.xml eclipse/features/org.eclipse.rse.core_3.7.3.201704251225/feature.properties eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.dstore/ eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.dstore/pom.xml eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.dstore/pom.properties eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.dstore_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.rse_3.7.3.201704251225/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse/ eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse/pom.xml eclipse/features/org.eclipse.rse_3.7.3.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse/pom.properties eclipse/features/org.eclipse.rse_3.7.3.201704251225/eclipse_update_120.jpg eclipse/features/org.eclipse.rse_3.7.3.201704251225/license.html eclipse/features/org.eclipse.rse_3.7.3.201704251225/epl-v10.html eclipse/features/org.eclipse.rse_3.7.3.201704251225/feature.xml eclipse/features/org.eclipse.rse_3.7.3.201704251225/feature.properties eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ftp/ eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ftp/pom.xml eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ftp/pom.properties eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/license.html eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/feature.xml eclipse/features/org.eclipse.rse.ftp_3.7.1.201704251225/feature.properties eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/ eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/pom.xml eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.local/pom.properties eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.local_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/ eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/pom.xml eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.ssh/pom.properties eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.ssh_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/MANIFEST.MF eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.telnet/ eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.telnet/pom.xml eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/META-INF/maven/org.eclipse.tm.features/org.eclipse.rse.telnet/pom.properties eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/license.html eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/epl-v10.html eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/feature.xml eclipse/features/org.eclipse.rse.telnet_3.7.0.201704251225/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.cdtserial.feature/ eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.cdtserial.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.cdtserial.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.local.feature/ eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.local.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.local.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.local.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.ssh.feature/ eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.ssh.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.ssh.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.telnet.feature/ eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.telnet.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.connector.telnet.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.control.feature/ eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.control.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.control.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.control.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.feature/ eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/p2.inf eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.view.feature/ eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.view.feature/pom.xml eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/META-INF/maven/org.eclipse.tm.terminal/org.eclipse.tm.terminal.view.feature/pom.properties eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/license.html eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/epl-v10.html eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/feature.xml eclipse/features/org.eclipse.tm.terminal.view.feature_4.3.0.201706140544/feature.properties eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.ctf_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.gdbtrace_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.control_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.kernel_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.lttng2.ust_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.tmf.ctf_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/ eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/ eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/MANIFEST.MF eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/p2.inf eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/license.html eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/epl-v10.html eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/feature.xml eclipse/features/org.eclipse.tracecompass.tmf_3.2.0.201712061002/feature.properties eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/ eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/ eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/MANIFEST.MF eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/ECLIPSE_.SF eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/META-INF/ECLIPSE_.RSA eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/epl-v10.html eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/license.html eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/feature.xml eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/feature.properties eclipse/features/org.eclipse.userstorage_1.1.0.v20170526-1605/about.html eclipse/plugins/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.xml eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.mappings eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/org.eclipse.ui.intro.universal.solstice/ eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/org.eclipse.ui.intro.universal.solstice/intro-eclipse.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.html eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.ini eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/about.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse16.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse256.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse32.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse48.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/eclipse_lg.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/intro-eclipse.png eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/plugin.properties eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/plugin.xml eclipse/plugins/org.eclipse.epp.package.cpp_4.7.2.20171218-0600/plugin_customization.ini eclipse/plugins/com.google.gson_2.7.0.v20170129-0911.jar eclipse/plugins/com.google.guava_21.0.0.v20170206-1425.jar eclipse/plugins/com.ibm.icu_58.2.0.v20170418-1837.jar eclipse/plugins/com.jcraft.jsch_0.1.54.v20170116-1932.jar eclipse/plugins/com.sun.el_2.2.0.v201303151357.jar eclipse/plugins/javaewah_1.1.6.v20160919-1400.jar eclipse/plugins/javax.annotation_1.2.0.v201602091430.jar eclipse/plugins/javax.el_2.2.0.v201303151357.jar eclipse/plugins/javax.inject_1.0.0.v20091030.jar eclipse/plugins/javax.servlet_3.1.0.v201410161800.jar eclipse/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar eclipse/plugins/javax.xml_1.3.4.v201005080400.jar eclipse/plugins/org.antlr.runtime_3.2.0.v201101311130.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/MANIFEST.MF eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/ECLIPSE_.SF eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/ECLIPSE_.RSA eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.xml eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.properties eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/OSGI-INF/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/OSGI-INF/l10n/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/OSGI-INF/l10n/bundle.properties eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/DOM-LICENSE.html eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/LICENSE eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/NOTICE eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/SAX-LICENSE.html eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ant eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ant.bat eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/ant.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antRun eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antRun.bat eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antRun.pl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/antenv.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/complete-ant-cmd.pl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/envset.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/lcp.bat eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/runant.pl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/runant.py eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/bin/runrc.cmd eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-frames-sortby-check.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-text.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/checkstyle/checkstyle-xdoc.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/changelog.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/coverage-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/jdepend-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/jdepend.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/junit-frames-xalan1.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/junit-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/junit-noframes.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/log.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/maudit-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/mmetrics-frames.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/etc/tagdiff.xsl eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-antlr.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-bcel.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-bsf.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-log4j.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-oro.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-regexp.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-resolver.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-apache-xalan2.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-commons-logging.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-commons-net.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jai.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-javamail.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jdepend.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jmf.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-jsch.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-junit.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-junit4.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-launcher.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-netrexx.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-swing.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant-testutil.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/lib/ant.jar eclipse/plugins/org.apache.ant_1.10.1.v20170504-0840/about.html eclipse/plugins/org.apache.batik.css_1.8.0.v20170214-1941.jar eclipse/plugins/org.apache.batik.util_1.8.0.v20170214-1941.jar eclipse/plugins/org.apache.batik.util.gui_1.8.0.v20170214-1941.jar eclipse/plugins/org.apache.commons.codec_1.9.0.v20170208-1614.jar eclipse/plugins/org.apache.commons.compress_1.6.0.v201310281400.jar eclipse/plugins/org.apache.commons.httpclient_3.1.0.v201012070820.jar eclipse/plugins/org.apache.commons.io_2.2.0.v201405211200.jar eclipse/plugins/org.apache.commons.jxpath_1.3.0.v200911051830.jar eclipse/plugins/org.apache.commons.lang_2.6.0.v201404270220.jar eclipse/plugins/org.apache.commons.lang3_3.1.0.v201403281430.jar eclipse/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar eclipse/plugins/org.apache.commons.net_3.2.0.v201305141515.jar eclipse/plugins/org.apache.felix.gogo.command_0.10.0.v201209301215.jar eclipse/plugins/org.apache.felix.gogo.runtime_0.10.0.v201209301036.jar eclipse/plugins/org.apache.felix.gogo.shell_0.10.0.v201212101605.jar eclipse/plugins/org.apache.felix.scr_2.0.10.v20170501-2007.jar eclipse/plugins/org.apache.httpcomponents.httpclient_4.5.2.v20170210-0925.jar eclipse/plugins/org.apache.httpcomponents.httpcore_4.4.6.v20170210-0925.jar eclipse/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar eclipse/plugins/org.apache.log4j_1.2.15.v201012070815.jar eclipse/plugins/org.apache.lucene.analyzers-common_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.lucene.analyzers-smartcn_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.lucene.core_6.1.0.v20170814-1820.jar eclipse/plugins/org.apache.lucene.misc_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.lucene.queryparser_6.1.0.v20161115-1612.jar eclipse/plugins/org.apache.ws.commons.util_1.0.1.v20100518-1140.jar eclipse/plugins/org.apache.xerces_2.9.0.v201101211617.jar eclipse/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar eclipse/plugins/org.apache.xml.serializer_2.7.1.v201005080400.jar eclipse/plugins/org.apache.xmlrpc_3.0.0.v20100427-1100.jar eclipse/plugins/org.cyberneko.html_1.9.14.v201105210654.jar eclipse/plugins/org.eclipse.ant.core_3.5.0.v20170509-2149.jar eclipse/plugins/org.eclipse.cdt_9.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.autotools.core_2.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.autotools.docs_2.0.2.201712051550.jar eclipse/plugins/org.eclipse.cdt.autotools.ui_2.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.build.crossgcc_1.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.build.gcc.core_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.build.gcc.ui_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.checkers_3.2.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.checkers.ui_3.2.1.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.core_4.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.core.cxx_3.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.ui_3.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.codan.ui.cxx_3.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core_6.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core.linux_5.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core.linux.x86_64_5.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.core.native_5.10.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.xml eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/DummyPage.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Activator.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$6.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/NewExecutableInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$WorkbenchCommandAction.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Application.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Application$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/CoreFileDialog$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$3.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$5.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$4.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$6.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$StartupException.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ConfigGenerator.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/Messages.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ICDTStandaloneDebugLaunchConstants.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/ApplicationWorkbenchAdvisor.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/RemoteExecutableInfo.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/GCCCompileOptionsParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/debug/application/messages.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/CustomizePerspectiveHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler$2.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugExecutable$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/CompilerOptionParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/CompilerOptionParser$CWDTracker.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/JobContainer.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugCoreFile.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugCoreFileHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugCoreFileHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutable.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/BuildOptionsParser.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutableHandler$1.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutableHandler.class eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/about.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.icns eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.ico eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc.xpm eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc128.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc16.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc32.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc48.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/icons/cc64.png eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/ eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/README eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/cdtdebug.sh eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/dev.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/install.sh eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/scripts/config.ini eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/about.html eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/plugin.properties eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/plugin.xml eclipse/plugins/org.eclipse.cdt.debug.application_1.1.0.201712051550/plugin_customization.ini eclipse/plugins/org.eclipse.cdt.debug.application.doc_1.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.core_8.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui_8.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.floatingpoint_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.memorybrowser_1.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.search_1.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.traditional_1.5.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.debug.ui.memory.transport_2.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.doc.user_5.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf_2.8.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf.gdb_5.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf.gdb.ui_2.6.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.dsf.ui_2.5.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.gdb_7.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.gdb.ui_7.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.launch_9.2.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.launch.remote_2.5.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.make.core_7.4.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.make.ui_7.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.core_8.6.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_8.3.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_9.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.mylyn.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.cdt.native.serial_1.1.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.remote.core_1.0.0.201712051550.jar eclipse/plugins/org.eclipse.cdt.ui_6.3.0.201712051550.jar eclipse/plugins/org.eclipse.compare_3.7.101.v20170724-1603.jar eclipse/plugins/org.eclipse.compare.core_3.6.100.v20170516-0820.jar eclipse/plugins/org.eclipse.core.commands_3.9.0.v20170530-1048.jar eclipse/plugins/org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar eclipse/plugins/org.eclipse.core.databinding_1.6.100.v20170515-1119.jar eclipse/plugins/org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar eclipse/plugins/org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar eclipse/plugins/org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar eclipse/plugins/org.eclipse.core.expressions_3.6.0.v20170207-1037.jar eclipse/plugins/org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar eclipse/plugins/org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar eclipse/plugins/org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar eclipse/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar eclipse/plugins/org.eclipse.core.jobs_3.9.2.v20171030-1027.jar eclipse/plugins/org.eclipse.core.net_1.3.100.v20170516-0820.jar eclipse/plugins/org.eclipse.core.net.linux.x86_64_1.2.0.v20160323-1650.jar eclipse/plugins/org.eclipse.core.resources_3.12.0.v20170417-1558.jar eclipse/plugins/org.eclipse.core.runtime_3.13.0.v20170207-1030.jar eclipse/plugins/org.eclipse.core.variables_3.4.0.v20170113-2056.jar eclipse/plugins/org.eclipse.debug.core_3.11.0.v20170605-1534.jar eclipse/plugins/org.eclipse.debug.ui_3.12.50.v20170920-1329.jar eclipse/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar eclipse/plugins/org.eclipse.dstore.core_3.4.0.201501311530.jar eclipse/plugins/org.eclipse.dstore.extra_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar eclipse/plugins/org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar eclipse/plugins/org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar eclipse/plugins/org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar eclipse/plugins/org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar eclipse/plugins/org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar eclipse/plugins/org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar eclipse/plugins/org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar eclipse/plugins/org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar eclipse/plugins/org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar eclipse/plugins/org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar eclipse/plugins/org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar eclipse/plugins/org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar eclipse/plugins/org.eclipse.e4.ui.dialogs_1.1.100.v20170104-1425.jar eclipse/plugins/org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar eclipse/plugins/org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar eclipse/plugins/org.eclipse.e4.ui.swt.gtk_1.0.200.v20170513-0428.jar eclipse/plugins/org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar eclipse/plugins/org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar eclipse/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar eclipse/plugins/org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar eclipse/plugins/org.eclipse.ecf_3.8.0.v20170104-0657.jar eclipse/plugins/org.eclipse.ecf.filetransfer_5.0.0.v20160817-1024.jar eclipse/plugins/org.eclipse.ecf.identity_3.8.0.v20161203-2153.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer_3.2.300.v20161203-1840.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.200.v20170314-0133.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4.ssl_1.1.0.v20160817-1024.jar eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.0.v20160817-1024.jar eclipse/plugins/org.eclipse.ecf.ssl_1.2.0.v20160817-1024.jar eclipse/plugins/org.eclipse.egit_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.egit.core_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.egit.doc_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.egit.ui_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.emf.common_2.13.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar eclipse/plugins/org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar eclipse/plugins/org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar eclipse/plugins/org.eclipse.emf.edit_2.12.0.v20170609-0928.jar eclipse/plugins/org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar eclipse/plugins/org.eclipse.epp.logging.aeri.core_2.0.6.v20170906-1226.jar eclipse/plugins/org.eclipse.epp.logging.aeri.ide_2.0.6.v20170906-1226.jar eclipse/plugins/org.eclipse.epp.mpc.core_1.6.3.v20171122-2010.jar eclipse/plugins/org.eclipse.epp.mpc.help.ui_1.6.3.v20171122-1939.jar eclipse/plugins/org.eclipse.epp.mpc.ui_1.6.3.v20171122-2010.jar eclipse/plugins/org.eclipse.equinox.app_1.3.400.v20150715-1528.jar eclipse/plugins/org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar eclipse/plugins/org.eclipse.equinox.common_3.9.0.v20170207-1454.jar eclipse/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar eclipse/plugins/org.eclipse.equinox.console_1.1.300.v20170512-2111.jar eclipse/plugins/org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar eclipse/plugins/org.eclipse.equinox.event_1.4.0.v20170105-1446.jar eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.0.300.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.800.v20170524-1345.jar eclipse/plugins/org.eclipse.equinox.http.jetty_3.4.0.v20170503-2025.jar eclipse/plugins/org.eclipse.equinox.http.registry_1.1.400.v20150715-1528.jar eclipse/plugins/org.eclipse.equinox.http.servlet_1.4.0.v20170524-1452.jar eclipse/plugins/org.eclipse.equinox.jsp.jasper_1.0.500.v20150119-1358.jar eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry_1.0.300.v20130327-1442.jar eclipse/plugins/org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/ eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/ eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/launcher.gtk.linux.x86_64.properties eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/eclipse_1630.so eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.551.v20171108-1834/about.html eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.650.v20170928-1405.jar eclipse/plugins/org.eclipse.equinox.p2.console_1.0.600.v20170511-1106.jar eclipse/plugins/org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.director_2.3.300.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.director.app_1.0.500.v20160419-0834.jar eclipse/plugins/org.eclipse.equinox.p2.directorywatcher_1.1.100.v20150423-1455.jar eclipse/plugins/org.eclipse.equinox.p2.discovery_1.0.400.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.0.201.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar eclipse/plugins/org.eclipse.equinox.p2.extensionlocation_1.2.300.v20160419-0834.jar eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.300.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.500.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.operations_2.4.300.v20170511-1106.jar eclipse/plugins/org.eclipse.equinox.p2.publisher_1.4.200.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.2.201.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.1.400.v20160504-1450.jar eclipse/plugins/org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2.1.400.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.501.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.2.200.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.transport.ecf_1.1.300.v20161004-0244.jar eclipse/plugins/org.eclipse.equinox.p2.ui_2.5.2.v20171013-1525.jar eclipse/plugins/org.eclipse.equinox.p2.ui.discovery_1.0.300.v20170418-0708.jar eclipse/plugins/org.eclipse.equinox.p2.ui.importexport_1.1.301.v20170816-1007.jar eclipse/plugins/org.eclipse.equinox.p2.ui.sdk_1.0.500.v20170511-1216.jar eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.3.100.v20170418-0708.jar eclipse/plugins/org.eclipse.equinox.p2.updatechecker_1.1.400.v20170106-2125.jar eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.0.601.v20170906-1259.jar eclipse/plugins/org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar eclipse/plugins/org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar eclipse/plugins/org.eclipse.equinox.security_1.2.300.v20170505-1235.jar eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.0.100.v20170504-1307.jar eclipse/plugins/org.eclipse.equinox.security.ui_1.1.400.v20170505-1235.jar eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.2.0.v20170110-1705.jar eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.300.v20170515-0721.jar eclipse/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar eclipse/plugins/org.eclipse.help_3.8.1.v20170815-1448.jar eclipse/plugins/org.eclipse.help.base_4.2.102.v20171130-0510.jar eclipse/plugins/org.eclipse.help.ui_4.1.0.v20170311-0931.jar eclipse/plugins/org.eclipse.help.webapp_3.9.1.v20170816-0843.jar eclipse/plugins/org.eclipse.jdt.core_3.13.100.v20171123-1049.jar eclipse/plugins/org.eclipse.jetty.continuation_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.http_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.io_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.security_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.server_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.servlet_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jetty.util_9.4.7.v20170914.jar eclipse/plugins/org.eclipse.jface_3.13.2.v20171022-1656.jar eclipse/plugins/org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar eclipse/plugins/org.eclipse.jface.text_3.12.1.v20171114-1359.jar eclipse/plugins/org.eclipse.jgit_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.jgit.archive_4.9.2.201712150930-r.jar eclipse/plugins/org.eclipse.jsch.core_1.3.0.v20160422-1917.jar eclipse/plugins/org.eclipse.jsch.ui_1.3.0.v20160323-1650.jar eclipse/plugins/org.eclipse.launchbar.core_2.2.0.201711162100.jar eclipse/plugins/org.eclipse.launchbar.ui_2.2.0.201711162100.jar eclipse/plugins/org.eclipse.linuxtools.binutils_6.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph_2.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.core_3.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.callgraph.launch_2.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.devhelp_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.glibc_1.2.1.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.library.docs_1.0.2.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.changelog.core_3.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.changelog.cparser_2.7.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.changelog.doc_2.7.1.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers_6.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers.charts_6.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.dataviewers.piechart_2.0.1.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gcov.core_6.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gcov.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gcov.launch_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gprof_5.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gprof.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.gprof.launch_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.man.core_1.5.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.core_3.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.launch_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.oprofile.ui_2.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.perf_1.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.perf.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.docs_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.launch_3.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.ui_3.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.profiling.ui.capability_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.core_3.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.createrepo_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.rpmlint_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor_4.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.rpmstubby_1.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.core_2.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.ui_4.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.structures_4.2.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.consolelog_4.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.doc_2.6.5.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.ide_2.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.tools.launch.core_3.3.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.tools.launch.ui_2.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.cachegrind_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.core_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.doc_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.helgrind_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.osgi_3.12.50.v20170928-1321.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.launch_3.0.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.massif_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.memcheck_1.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.ui_2.1.0.201712060514.jar eclipse/plugins/org.eclipse.linuxtools.valgrind.ui.editor_1.0.0.201712060514.jar eclipse/plugins/org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar eclipse/plugins/org.eclipse.mylyn.bugzilla.core_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.bugzilla.ide_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.bugzilla.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.commons.core_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.identity.core_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.net_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.notifications.core_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.notifications.feed_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.notifications.ui_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.repositories.core_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.repositories.ui_1.15.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.screenshots_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.ui_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.commons.workbench_3.23.0.v20170503-0014.jar eclipse/plugins/org.eclipse.mylyn.commons.xmlrpc_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.context.core_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.context.tasks.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.context.ui_3.23.0.v20170414-0629.jar eclipse/plugins/org.eclipse.mylyn.discovery.core_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.discovery.ui_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.help.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.ide.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.monitor.core_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.monitor.ui_3.23.0.v20170411-1844.jar eclipse/plugins/org.eclipse.mylyn.resources.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.tasks.bugs_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.core_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.index.core_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.index.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.search_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.tasks.ui_3.23.1.v20170623-0008.jar eclipse/plugins/org.eclipse.mylyn.team.ui_3.23.0.v20170411-2108.jar eclipse/plugins/org.eclipse.mylyn.wikitext_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.ant_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.confluence_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.confluence.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.context.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.help.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.html_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.markdown_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.markdown.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.osgi_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.oomph.base_1.8.0.v20170318-0624.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tasks.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.textile_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.textile.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.twiki_3.0.19.20171117145831.jar eclipse/plugins/org.eclipse.mylyn.wikitext.twiki.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.mylyn.wikitext.ui_3.0.19.201711172000.jar eclipse/plugins/org.eclipse.nebula.widgets.tablecombo_1.0.0.201706132015.jar eclipse/plugins/org.eclipse.oomph.base.edit_1.8.0.v20170318-0624.jar eclipse/plugins/org.eclipse.oomph.extractor.lib_1.3.0.v20161116-0647.jar eclipse/plugins/org.eclipse.oomph.jreinfo_1.8.0.v20170318-0624.jar eclipse/plugins/org.eclipse.oomph.jreinfo.ui_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.p2_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.p2.core_1.8.0.v20170410-0909.jar eclipse/plugins/org.eclipse.oomph.p2.doc_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.p2.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.p2.ui_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.predicates_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.predicates.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.preferences_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.resources_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.resources.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup_1.8.0.v20170408-0745.jar eclipse/plugins/org.eclipse.oomph.setup.core_1.8.0.v20170531-0903.jar eclipse/plugins/org.eclipse.oomph.setup.doc_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.editor_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.setup.p2_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.p2.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.setup.sync_1.8.0.v20170530-1735.jar eclipse/plugins/org.eclipse.oomph.setup.ui_1.8.0.v20170530-1735.jar eclipse/plugins/org.eclipse.oomph.setup.ui.questionnaire_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.ui_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.util_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.oomph.workingsets_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.workingsets.edit_1.8.0.v20170318-0419.jar eclipse/plugins/org.eclipse.oomph.workingsets.editor_1.8.0.v20170327-1117.jar eclipse/plugins/org.eclipse.osgi.compatibility.state_1.1.0.v20170516-1513.jar eclipse/plugins/org.eclipse.osgi.services_3.6.0.v20170228-1906.jar eclipse/plugins/org.eclipse.osgi.util_3.4.0.v20170111-1608.jar eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin_customization.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse16.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse48.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPOlive.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPBluHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/macGrey.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/gtkHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_migrate48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/ov_wbbasics48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_updates48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclplatform48.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/arrow.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclcommunity48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclplatform48_hov.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/ov_wbbasics48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_eclcommunity48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_updates48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/topiclabel/wn_migrate48_hov.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/macTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winClassicHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/win7.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/dragHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPBluTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winClassicTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/win7Handle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/win7TSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/gtkTSFrame.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/macHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPBlue.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/images/winXPHandle.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/macosx_narrow_book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/narrow_book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse512.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse32.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse_lg.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/introData.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro-eclipse.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin_customization.ini eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/whatsnewExtensionContent2.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/migrateExtensionContent.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/ eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/overview.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/overview.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/migrate.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/whatsnew.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/migrate.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/css/whatsnew.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/whatsnewExtensionContent3.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/whatsnewExtensionContent1.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/intro/overviewExtensionContent.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse24.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse32.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse48.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/platform.jar eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/disabled_book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/splash.bmp eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.mappings eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.ini eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/book.css eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse128.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse64.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/plugin.properties eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse256.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/about.html eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/LegacyIDE.e4xmi eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse1024.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/helpData.xml eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse256.png eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse16.gif eclipse/plugins/org.eclipse.platform_4.7.2.v20171130-0510/eclipse22.png eclipse/plugins/org.eclipse.platform.doc.user_4.7.2.v20171013-1251.jar eclipse/plugins/org.eclipse.rcp_4.7.2.v20171130-0510.jar eclipse/plugins/org.eclipse.remote.console_1.1.0.201706052031.jar eclipse/plugins/org.eclipse.remote.core_3.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.doc.isv_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.jsch.core_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.jsch.ui_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.serial.core_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.serial.ui_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.telnet.core_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.telnet.ui_1.0.0.201706052031.jar eclipse/plugins/org.eclipse.remote.ui_2.1.0.201706052031.jar eclipse/plugins/org.eclipse.rse_3.5.0.201403100950.jar eclipse/plugins/org.eclipse.rse.connectorservice.dstore_3.1.301.201403100950.jar eclipse/plugins/org.eclipse.rse.connectorservice.local_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.connectorservice.ssh_2.1.300.201505220524.jar eclipse/plugins/org.eclipse.rse.connectorservice.telnet_1.2.300.201505220524.jar eclipse/plugins/org.eclipse.rse.core_3.3.100.201603151753.jar eclipse/plugins/org.eclipse.rse.doc.user_3.4.100.201403101646.jar eclipse/plugins/org.eclipse.rse.dstore.security_3.0.400.201403100950.jar eclipse/plugins/org.eclipse.rse.efs_2.1.401.201507172212.jar eclipse/plugins/org.eclipse.rse.efs.ui_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.files.ui_3.2.200.201507172213.jar eclipse/plugins/org.eclipse.rse.importexport_1.2.300.201403100950.jar eclipse/plugins/org.eclipse.rse.processes.ui_3.0.400.201403100950.jar eclipse/plugins/org.eclipse.rse.services_3.3.0.201506120731.jar eclipse/plugins/org.eclipse.rse.services.dstore_3.3.0.201406041609.jar eclipse/plugins/org.eclipse.rse.services.files.ftp_3.0.500.201403100950.jar eclipse/plugins/org.eclipse.rse.services.local_2.2.1.201507180454.jar eclipse/plugins/org.eclipse.rse.services.ssh_3.2.100.201403281521.jar eclipse/plugins/org.eclipse.rse.services.telnet_2.0.400.201403100950.jar eclipse/plugins/org.eclipse.rse.shells.ui_3.0.500.201403271554.jar eclipse/plugins/org.eclipse.rse.subsystems.files.core_3.3.1.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.files.dstore_2.1.300.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.files.ftp_2.2.100.201601281414.jar eclipse/plugins/org.eclipse.rse.subsystems.files.local_2.1.300.201403251512.jar eclipse/plugins/org.eclipse.rse.subsystems.files.ssh_2.1.300.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.core_3.1.300.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.dstore_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.local_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.processes.shell.linux_1.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.core_3.1.300.201403271554.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.dstore_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.local_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.ssh_2.1.400.201403100950.jar eclipse/plugins/org.eclipse.rse.subsystems.shells.telnet_1.2.300.201403100950.jar eclipse/plugins/org.eclipse.rse.ui_3.3.400.201704241037.jar eclipse/plugins/org.eclipse.search_3.11.100.v20170515-1603.jar eclipse/plugins/org.eclipse.swt_3.106.2.v20171129-0543.jar eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.106.2.v20171129-0543.jar eclipse/plugins/org.eclipse.team.core_3.8.100.v20170516-0820.jar eclipse/plugins/org.eclipse.team.genericeditor.diff.extension_1.0.1.v20170809-1356.jar eclipse/plugins/org.eclipse.team.ui_3.8.1.v20170515-1133.jar eclipse/plugins/org.eclipse.text_3.6.100.v20170203-0814.jar eclipse/plugins/org.eclipse.tm.terminal.connector.cdtserial_4.3.0.201706121839.jar eclipse/plugins/org.eclipse.tm.terminal.connector.local_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.connector.process_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.connector.ssh_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.connector.telnet_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.control_4.3.0.201706130821.jar eclipse/plugins/org.eclipse.tm.terminal.view.core_4.2.0.201609191434.jar eclipse/plugins/org.eclipse.tm.terminal.view.ui_4.3.0.201706130844.jar eclipse/plugins/org.eclipse.tools.templates.core_1.1.0.201711272101.jar eclipse/plugins/org.eclipse.tools.templates.freemarker_1.0.0.201711272101.jar eclipse/plugins/org.eclipse.tools.templates.ui_1.1.1.201711272101.jar eclipse/plugins/org.eclipse.tracecompass.analysis.counters.core_1.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.counters.ui_0.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.graph.core_1.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.graph.ui_1.0.4.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.lami.core_1.0.3.201712061002.jar eclipse/plugins/org.eclipse.ui_3.109.0.v20170411-1742.jar eclipse/plugins/org.eclipse.tracecompass.analysis.lami.ui_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.core_2.4.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.ui_2.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.timing.core_3.1.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.analysis.timing.ui_2.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.common.core_3.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.ctf.core_2.2.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.ctf.parser_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.datastore.core_1.1.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.doc.dev_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.doc.user_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.core_1.0.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.doc.user_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.gdbtrace.ui_1.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.common.core_1.1.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.control.core_1.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.control.ui_1.2.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.core_2.2.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.ui_1.1.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.core_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.ui_3.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.segmentstore.core_2.0.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.statesystem.core_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.core_2.4.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.3.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.chart.core_1.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.chart.ui_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.core_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.ctf.core_3.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.remote.core_2.0.1.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.remote.ui_1.0.2.201712061002.jar eclipse/plugins/org.eclipse.tracecompass.tmf.ui_3.2.0.201712061002.jar eclipse/plugins/org.eclipse.ui.browser_3.6.100.v20170418-1342.jar eclipse/plugins/org.eclipse.ui.cheatsheets_3.5.100.v20170515-0748.jar eclipse/plugins/org.eclipse.ui.console_3.7.1.v20170728-0806.jar eclipse/plugins/org.eclipse.ui.editors_3.11.0.v20170202-1823.jar eclipse/plugins/org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar eclipse/plugins/org.eclipse.ui.forms_3.7.101.v20170815-1446.jar eclipse/plugins/org.eclipse.ui.genericeditor_1.0.1.v20170822-2211.jar eclipse/plugins/org.eclipse.ui.ide_3.13.1.v20170822-1526.jar eclipse/plugins/org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar eclipse/plugins/org.eclipse.ui.intro_3.5.100.v20170418-0710.jar eclipse/plugins/org.eclipse.ui.intro.quicklinks_1.0.100.v20170515-0756.jar eclipse/plugins/org.eclipse.ui.intro.universal_3.3.100.v20170515-1335.jar eclipse/plugins/org.eclipse.ui.monitoring_1.1.100.v20170131-1736.jar eclipse/plugins/org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar eclipse/plugins/org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar eclipse/plugins/org.eclipse.ui.net_1.3.100.v20170516-0820.jar eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPOlive.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPBluHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/macGrey.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/gtkHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/macTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winClassicHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/win7.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/dragHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPBluTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winClassicTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/win7Handle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/win7TSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/gtkTSFrame.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/macHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPBlue.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/images/winXPHandle.png eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/plugin.xml eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_winxp_blu.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_mru_on_win7.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_basestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_winxp_olv.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/high-contrast.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_classic_win7.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4-dark.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_win.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4-dark_win.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_classic_winxp.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_mac.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4-dark_mac.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/ eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_globalstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_preferencestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_partstyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/dark/e4-dark_basestyle.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/css/e4_default_gtk.css eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/plugin.properties eclipse/plugins/org.eclipse.ui.themes_1.2.1.v20170809-1435/about.html eclipse/plugins/org.eclipse.ui.views_3.9.0.v20170226-1833.jar eclipse/plugins/org.eclipse.ui.views.log_1.2.100.v20170515-1458.jar eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar eclipse/plugins/org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar eclipse/plugins/org.eclipse.xsd_2.13.0.v20170609-0928.jar eclipse/plugins/org.eclipse.update.configurator_3.3.400.v20160506-0750.jar eclipse/plugins/org.eclipse.userstorage_1.1.0.v20170328-0205.jar eclipse/plugins/org.eclipse.userstorage.oauth_1.0.0.v20170526-1605.jar eclipse/plugins/org.eclipse.userstorage.ui_1.0.2.v20170526-1605.jar eclipse/plugins/org.eclipse.wst.common.core_1.2.0.v200908251833.jar eclipse/plugins/org.eclipse.wst.common.environment_1.0.400.v200912181831.jar eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.400.v201504292002.jar eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.300.v201111030423.jar eclipse/plugins/org.eclipse.wst.common.ui_1.1.500.v200911182011.jar eclipse/plugins/org.eclipse.wst.common.uriresolver_1.2.300.v201702270556.jar eclipse/plugins/org.eclipse.wst.sse.core_1.1.1001.v201707042225.jar eclipse/plugins/org.eclipse.wst.sse.ui_1.3.600.v201707042340.jar eclipse/plugins/org.eclipse.wst.validation_1.2.701.v201707142105.jar eclipse/plugins/org.eclipse.wst.validation.ui_1.2.501.v201707142105.jar eclipse/plugins/org.eclipse.wst.xml.core_1.1.1100.v201705012045.jar eclipse/plugins/org.eclipse.wst.xml.ui_1.1.800.v201704102213.jar eclipse/plugins/org.eclipse.wst.xsd.core_1.1.900.v201401141857.jar eclipse/plugins/org.eclipse.zest.core_1.5.300.201606061308.jar eclipse/plugins/org.eclipse.zest.layouts_1.1.300.201606061308.jar eclipse/plugins/org.freemarker_2.3.22.v20160210-1233.jar eclipse/plugins/org.json_1.0.0.v201011060100.jar eclipse/plugins/org.jsoup_1.7.2.v201411291515.jar eclipse/plugins/org.sat4j.core_2.3.5.v201308161310.jar eclipse/plugins/org.sat4j.pb_2.3.5.v201404071733.jar eclipse/plugins/org.slf4j.api_1.7.2.v20121108-1250.jar eclipse/plugins/org.slf4j.impl.log4j12_1.7.2.v20131105-2200.jar eclipse/plugins/org.swtchart_0.10.0.v201605200358.jar eclipse/plugins/org.tukaani.xz_1.5.0.v20170111-1717.jar eclipse/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar eclipse/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar eclipse/plugins/org.w3c.dom.smil_1.0.1.v200903091627.jar eclipse/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/MANIFEST.MF eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/ECLIPSE_.SF eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/ECLIPSE_.RSA eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/ eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.xml eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.properties eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/about.html eclipse/plugins/org.eclipse.epp.package.common_4.7.2.20171218-0600/splash.bmp eclipse/notice.html eclipse/icon.xpm eclipse/eclipse eclipse/.eclipseproduct eclipse/readme/ eclipse/readme/readme_eclipse.html eclipse/dropins/ eclipse/eclipse.ini eclipse/configuration/ eclipse/configuration/org.eclipse.equinox.simpleconfigurator/ eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info eclipse/configuration/config.ini eclipse/configuration/org.eclipse.update/ eclipse/configuration/org.eclipse.update/platform.xml /bin/sh: 29: [: unexpected operator Titan directory does not exist, create it Cloning into 'titan.core'... Checking out files: 83% (8389/10089) Checking out files: 84% (8475/10089) Checking out files: 85% (8576/10089) Checking out files: 86% (8677/10089) Checking out files: 87% (8778/10089) Checking out files: 88% (8879/10089) Checking out files: 89% (8980/10089) Checking out files: 90% (9081/10089) Checking out files: 91% (9181/10089) Checking out files: 92% (9282/10089) Checking out files: 93% (9383/10089) Checking out files: 94% (9484/10089) Checking out files: 95% (9585/10089) Checking out files: 96% (9686/10089) Checking out files: 97% (9787/10089) Checking out files: 98% (9888/10089) Checking out files: 99% (9989/10089) Checking out files: 100% (10089/10089) Checking out files: 100% (10089/10089), done. Cloning into 'titan.TestPorts.Common_Components.Abstract_Socket'... Cloning into 'titan.TestPorts.HTTPmsg'... Cloning into 'titan.TestPorts.LANL2asp'... Cloning into 'titan.TestPorts.PCAPasp'... Cloning into 'titan.TestPorts.PIPEasp'... Cloning into 'titan.TestPorts.SCTPasp'... Cloning into 'titan.TestPorts.SIPmsg'... Cloning into 'titan.TestPorts.SQLasp'... Cloning into 'titan.TestPorts.TCPasp'... Cloning into 'titan.TestPorts.TELNETasp'... Cloning into 'titan.TestPorts.UDPasp'... Cloning into 'titan.ProtocolModules.COMMON'... Cloning into 'titan.ProtocolModules.DHCP'... Cloning into 'titan.ProtocolModules.DHCPv6'... Cloning into 'titan.ProtocolModules.DIAMETER_ProtocolModule_Generator'... Cloning into 'titan.ProtocolModules.DNS'... Cloning into 'titan.ProtocolModules.ICMP'... Cloning into 'titan.ProtocolModules.ICMPv6'... Cloning into 'titan.ProtocolModules.IP'... Cloning into 'titan.ProtocolModules.RTP'... Cloning into 'titan.ProtocolModules.RTSP'... Cloning into 'titan.ProtocolModules.SMPP'... Cloning into 'titan.ProtocolModules.SMTP'... Cloning into 'titan.ProtocolModules.SNMP'... Cloning into 'titan.ProtocolModules.TCP'... Cloning into 'titan.ProtocolModules.UDP'... Cloning into 'titan.ProtocolModules.XMPP'... Cloning into 'titan.EclipsePlug-ins'... Cloning into 'titan.misc'... Cloning into 'titan.TestPorts.LDAPasp_RFC4511'... Cloning into 'titan.TestPorts.LDAPmsg'... Cloning into 'titan.TestPorts.Common_Components.Socket-API'... Cloning into 'titan.TestPorts.SSHCLIENTasp'... Cloning into 'titan.TestPorts.STDINOUTmsg'... Cloning into 'titan.TestPorts.SUNRPCasp'... Cloning into 'titan.TestPorts.UNIX_DOMAIN_SOCKETasp'... Cloning into 'titan.TestPorts.IPL4asp'... Cloning into 'titan.ProtocolModules.FrameRelay'... Cloning into 'titan.ProtocolModules.H248_v2'... Cloning into 'titan.ProtocolModules.IMAP_4rev1'... Cloning into 'titan.ProtocolModules.ICAP'... Cloning into 'titan.ProtocolModules.IKEv2'... Cloning into 'titan.ProtocolModules.IPsec'... Cloning into 'titan.ProtocolModules.IUA'... Cloning into 'titan.ProtocolModules.JSON_v07_2006'... Cloning into 'titan.ProtocolModules.L2TP'... Cloning into 'titan.ProtocolModules.M3UA'... Cloning into 'titan.ProtocolModules.MIME'... Cloning into 'titan.ProtocolModules.MSRP'... Cloning into 'titan.ProtocolModules.PPP'... Cloning into 'titan.ProtocolModules.ProtoBuff'... Cloning into 'titan.ProtocolModules.RADIUS_ProtocolModule_Generator'... Cloning into 'titan.ProtocolModules.SRTP'... Cloning into 'titan.ProtocolModules.WebSocket'... Cloning into 'titan.ProtocolModules.HTTP2.0'... Cloning into 'titan.Libraries.TCCUsefulFunctions'... Cloning into 'titan.ProtocolModules.CoAP'... fatal: unable to connect to git.eclipse.org: git.eclipse.org[0: 198.41.30.196]: errno=Connection timed out Removing intermediate container 1db8b5d3dcdb The command '/bin/sh -c cd /home/etsi/dev && git clone -b STF525 --recurse-submodules https://forge.etsi.org/gitlab/ITS/ITS.git ./STF525_Its && cd /home/etsi/dev/STF525_Its/scripts && chmod 775 *.bash devenv.bash.* && cd /home/etsi && ln -sf /home/etsi/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash && ls -ltr /home/etsi && export HOME=/home/etsi && cd /home/etsi/frameworks && git clone https://github.com/vlm/asn1c.git asn1c && cd asn1c && test -f configure || autoreconf -iv && ./configure && make && sudo make install && cd /home/etsi/frameworks && wget 'http://ftp.halifax.rwth-aachen.de/eclipse//technology/epp/downloads/release/oxygen/2/eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && tar -zxvf ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && rm -f ./eclipse-cpp-oxygen-2-linux-gtk-x86_64.tar.gz && . /home/etsi/devenv.bash && cd /home/etsi/dev/STF525_Its/scripts && ./build_titan.bash && . /home/etsi/devenv.bash && ./update_its_project.bash && cd ${HOME}/dev/etsi_its/src/TestCodec/objs && ../bin/testcodec_generate_makefile.bash && ../bin/run_all.bash' returned a non-zero code: 128 ./run-container.sh $run_dir + ./run-container.sh /home/jenkins/workspace/Intelligent Transport Systems/STF525_Auto_Interop docker run -i --rm stf525_its:latest /bin/bash #-c "sudo etsi" + docker run -i --rm stf525_its:latest /bin/bash Unable to find image 'stf525_its:latest' locally docker: Error response from daemon: repository stf525_its not found: does not exist or no pull access. See 'docker run --help'. # That's all Floks exit 0 + exit 0 Finished: SUCCESS