FailedConsole Output

Started by user garciay
[EnvInject] - Loading node environment variables.
Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/Intelligent Transport Systems/TTF T011
using credential f9a9fd70-ea8b-4872-a9d5-d1fb1cf8123e
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git@forge.etsi.org:ITS/TS.ITS # timeout=10
Fetching upstream changes from git@forge.etsi.org:ITS/TS.ITS
 > git --version # timeout=10
using GIT_SSH to set credentials 
 > git fetch --tags --progress git@forge.etsi.org:ITS/TS.ITS +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision a9e74bacc7c9b872911084ada9946b244b690824 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f a9e74bacc7c9b872911084ada9946b244b690824
Commit message: "Rebuild on Eclipse TITAN"
First time build. Skipping changelog.
[TTF T011] $ /bin/bash /tmp/jenkins2712032245284217665.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/TTF T011'

# Docker version 2
cd docker
+ cd docker
./build.sh #--force-stfubuntu
+ ./build.sh

# Force removing stfubuntu docker image
if [ "$1" == "--force-stfubuntu" ]; then
    if [ -n `docker images -q stfubuntu` ]; then
        docker rmi --force `docker images -q stfubuntu` || exit 1
    fi
fi
+ '[' '' == --force-stfubuntu ']'
# Check and build stfubuntu image
if [ -z `docker images -q stfubuntu` ]; then
    docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm  . || exit 1
fi
docker images -q stfubuntu
++ docker images -q stfubuntu
+ '[' -z ']'
+ docker build --no-cache --tag stfubuntu:18.04 -f Dockerfile.stfubuntu --force-rm .
Sending build context to Docker daemon  30.21kB

Step 1/7 : FROM ubuntu:18.04
18.04: Pulling from library/ubuntu
284055322776: Pulling fs layer
284055322776: Verifying Checksum
284055322776: Download complete
284055322776: Pull complete
Digest: sha256:0fedbd5bd9fb72089c7bbca476949e10593cebed9b1fb9edf5b79dbbacddd7d6
Status: Downloaded newer image for ubuntu:18.04
 ---> 5a214d77f5d7
Step 2/7 : MAINTAINER ETSI STF
 ---> Running in 0188059074b7
 ---> e83b587ee38b
Removing intermediate container 0188059074b7
Step 3/7 : LABEL description "STF Docker Ubuntu image"
 ---> Running in 2d35480fd732
 ---> 6281a53e01e0
Removing intermediate container 2d35480fd732
Step 4/7 : ENV TERM linux HOSTNAME docker-STF
 ---> Running in 6568365581aa
 ---> f447d0521e85
Removing intermediate container 6568365581aa
Step 5/7 : RUN echo "docker-STF-dev" > /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     && ( echo "oracle-java17-installer shared/accepted-oracle-license-v1-3 boolean true" | debconf-set-selections -v )     && 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       iputils-ping       libedit2       libedit-dev       libffi-dev       libglib2.0-dev       libgcrypt-dev       libjsoncpp-dev       libncurses5-dev       libpcap-dev       libqt5svg5-dev       libssl-dev       libtool-bin       libtool       libwireshark-dev       libxml2-dev       libxml2-utils       libyaml-dev       lsof       net-tools       ntp       oracle-java17-installer       oracle-java17-set-default       openssh-server       pkg-config       python3-dev       python3-pip       python3-setuptools       qt5-default       qtmultimedia5-dev       subversion       sudo       sshpass       tcpdump       texlive-font-utils       texlive-latex-extra       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     && pip3 install --upgrade setuptools pip     && useradd --create-home --shell /bin/bash etsi     && echo "etsi:etsi" | chpasswd     && adduser etsi sudo     && echo "" >> /etc/profile     && echo 'export HOME=/home/etsi' >> /etc/profile     && echo 'export LD_LIBRARY_PATH=${HOME}/lib:$LD_LIBRARY_PATH' >> /etc/profile     && echo 'export PATH=${HOME}/bin:$PATH' >> /etc/profile     && echo 'cd ${HOME}' >> /etc/profile     && echo ". ./devenv.bash" >> /etc/profile     && cd /home/etsi     && echo "" >> ./.profile     && echo 'export HOME=/home/etsi' >> ./.profile     && echo 'export LD_LIBRARY_PATH=${HOME}/lib:$LD_LIBRARY_PATH' >> ./.profile     && echo 'export PATH=${HOME}/bin:$PATH' >> ./.profile     && echo 'cd ${HOME}' >> ./.profile     && echo ". ./devenv.bash" >> ./.profile     && mkdir -p bin lib include tmp frameworks docs man dev     && chown -R etsi:etsi *
 ---> Running in 155947cd69af
Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB]
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB]
Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2927 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2238 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [749 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [34.5 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [12.6 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.6 kB]
Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1459 kB]
Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [716 kB]
Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.8 kB]
Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2489 kB]
Fetched 24.0 MB in 3s (8871 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
  libseccomp2 libsystemd0 libudev1
3 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 305 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.53 [206 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.53 [55.6 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.2 [43.0 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 305 kB in 0s (1357 kB/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 ... 4051 files and directories currently installed.)
Preparing to unpack .../libsystemd0_237-3ubuntu10.53_amd64.deb ...
Unpacking libsystemd0:amd64 (237-3ubuntu10.53) over (237-3ubuntu10.52) ...
Setting up libsystemd0:amd64 (237-3ubuntu10.53) ...
(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 ... 4051 files and directories currently installed.)
Preparing to unpack .../libudev1_237-3ubuntu10.53_amd64.deb ...
Unpacking libudev1:amd64 (237-3ubuntu10.53) over (237-3ubuntu10.52) ...
Setting up libudev1:amd64 (237-3ubuntu10.53) ...
(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 ... 4051 files and directories currently installed.)
Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb ...
Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) over (2.5.1-1ubuntu1~18.04.1) ...
Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
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.8 MB of archives.
After this operation, 112 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.1-1ubuntu2.1~18.04.14 [1302 kB]
Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.6 [534 kB]
Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.6 [1609 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [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-updates/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.6 [1712 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.6 [203 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.14 [613 kB]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ca-certificates all 20210119~18.04.2 [145 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-updates/main amd64 libdbus-1-3 amd64 1.12.2-1ubuntu1.2 [175 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dbus amd64 1.12.2-1ubuntu1.2 [150 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 distro-info-data all 0.37ubuntu0.13 [4656 B]
Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic-mgc amd64 1:5.32-2ubuntu0.4 [184 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagic1 amd64 1:5.32-2ubuntu0.4 [68.6 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 file amd64 1:5.32-2ubuntu0.4 [22.1 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.9 [1169 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.14 [57.3 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-data all 2.56.4-0ubuntu0.18.04.9 [4728 B]
Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu60 amd64 60.2-3ubuntu3.2 [8050 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2 amd64 2.9.4+dfsg1-6.1ubuntu1.4 [664 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-updates/main amd64 python3-gi amd64 3.26.1-2ubuntu1 [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.5ubuntu0.7 [16.9 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-apt amd64 1.6.5ubuntu0.7 [149 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.4 [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-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB]
Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB]
Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 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.4 [316 kB]
Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-l10n all 2.2.4-1ubuntu1.4 [49.8 kB]
Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg-utils amd64 2.2.4-1ubuntu1.4 [128 kB]
Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [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.4 [227 kB]
Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-client amd64 2.2.4-1ubuntu1.4 [91.8 kB]
Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-wks-server amd64 2.2.4-1ubuntu1.4 [85.0 kB]
Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgsm amd64 2.2.4-1ubuntu1.4 [215 kB]
Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gnupg amd64 2.2.4-1ubuntu1.4 [249 kB]
Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [48.9 kB]
Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-software-properties all 0.96.24.32.18 [23.8 kB]
Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.18 [10.1 kB]
Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unattended-upgrades all 1.1ubuntu1.18.04.14 [41.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 24.8 MB in 1s (28.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 ... 4051 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.1-1ubuntu2.1~18.04.14_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) ...
Selecting previously unselected package libpython3.6-minimal:amd64.
Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ...
Selecting previously unselected package python3.6-minimal.
Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.6) ...
Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.14) ...
Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ...
Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.6) ...
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 ... 4346 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ...
Unpacking python3-minimal (3.6.7-1~18.04) ...
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-1ubuntu0.4_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
Selecting previously unselected package libpython3.6-stdlib:amd64.
Preparing to unpack .../6-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../7-python3.6_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python3.6 (3.6.9-1~18.04ubuntu1.6) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3-minimal (3.6.7-1~18.04) ...
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 ... 4804 files and directories currently installed.)
Preparing to unpack .../00-python3_3.6.7-1~18.04_amd64.deb ...
Unpacking python3 (3.6.7-1~18.04) ...
Selecting previously unselected package openssl.
Preparing to unpack .../01-openssl_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ...
Unpacking openssl (1.1.1-1ubuntu2.1~18.04.14) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../02-ca-certificates_20210119~18.04.2_all.deb ...
Unpacking ca-certificates (20210119~18.04.2) ...
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.2_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.2-1ubuntu1.2) ...
Selecting previously unselected package dbus.
Preparing to unpack .../05-dbus_1.12.2-1ubuntu1.2_amd64.deb ...
Unpacking dbus (1.12.2-1ubuntu1.2) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../06-distro-info-data_0.37ubuntu0.13_all.deb ...
Unpacking distro-info-data (0.37ubuntu0.13) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../07-libmagic-mgc_1%3a5.32-2ubuntu0.4_amd64.deb ...
Unpacking libmagic-mgc (1:5.32-2ubuntu0.4) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../08-libmagic1_1%3a5.32-2ubuntu0.4_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
Selecting previously unselected package file.
Preparing to unpack .../09-file_1%3a5.32-2ubuntu0.4_amd64.deb ...
Unpacking file (1:5.32-2ubuntu0.4) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../10-libglib2.0-0_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
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.14_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.6.14) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../14-libglib2.0-data_2.56.4-0ubuntu0.18.04.9_all.deb ...
Unpacking libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
Selecting previously unselected package libicu60:amd64.
Preparing to unpack .../15-libicu60_60.2-3ubuntu3.2_amd64.deb ...
Unpacking libicu60:amd64 (60.2-3ubuntu3.2) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../16-libxml2_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ...
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-2ubuntu1_amd64.deb ...
Unpacking python3-gi (3.26.1-2ubuntu1) ...
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.5ubuntu0.7_all.deb ...
Unpacking python-apt-common (1.6.5ubuntu0.7) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../27-python3-apt_1.6.5ubuntu0.7_amd64.deb ...
Unpacking python3-apt (1.6.5ubuntu0.7) ...
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.4_amd64.deb ...
Unpacking gpgconf (2.2.4-1ubuntu1.4) ...
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.3_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../41-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../42-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../43-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
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.4_amd64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../46-gnupg-l10n_2.2.4-1ubuntu1.4_all.deb ...
Unpacking gnupg-l10n (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../47-gnupg-utils_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gnupg-utils (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg.
Preparing to unpack .../48-gpg_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg (2.2.4-1ubuntu1.4) ...
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.4_amd64.deb ...
Unpacking gpg-agent (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../51-gpg-wks-client_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../52-gpg-wks-server_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpg-wks-server (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../53-gpgsm_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gpgsm (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../54-gnupg_2.2.4-1ubuntu1.4_amd64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.4) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../55-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../56-python3-software-properties_0.96.24.32.18_all.deb ...
Unpacking python3-software-properties (0.96.24.32.18) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../57-software-properties-common_0.96.24.32.18_all.deb ...
Unpacking software-properties-common (0.96.24.32.18) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../58-unattended-upgrades_1.1ubuntu1.18.04.14_all.deb ...
Unpacking unattended-upgrades (1.1ubuntu1.18.04.14) ...
Setting up python-apt-common (1.6.5ubuntu0.7) ...
Setting up libnpth0:amd64 (1.5-3) ...
Setting up readline-common (7.0-3) ...
Setting up libapt-inst2.0:amd64 (1.6.14) ...
Setting up powermgmt-base (1.33) ...
Setting up libicu60:amd64 (60.2-3ubuntu3.2) ...
Setting up mime-support (3.60ubuntu1) ...
Setting up iso-codes (3.79-1) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ...
Setting up libreadline7:amd64 (7.0-3) ...
Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
No schema files found: doing nothing.
Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Setting up distro-info-data (0.37ubuntu0.13) ...
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.4) ...
Setting up libmagic-mgc (1:5.32-2ubuntu0.4) ...
Setting up gnupg-l10n (2.2.4-1ubuntu1.4) ...
Setting up libmagic1:amd64 (1:5.32-2ubuntu0.4) ...
Setting up gir1.2-glib-2.0:amd64 (1.56.1-1) ...
Setting up libglib2.0-data (2.56.4-0ubuntu0.18.04.9) ...
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.1-1ubuntu2.1~18.04.14) ...
Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ...
Setting up shared-mime-info (1.9-2) ...
Setting up libsasl2-modules:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ...
Setting up ca-certificates (20210119~18.04.2) ...
Updating certificates in /etc/ssl/certs...
128 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.2) ...
Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Setting up python3.6 (3.6.9-1~18.04ubuntu1.6) ...
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.4) ...
Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up file (1:5.32-2ubuntu0.4) ...
Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpgsm (2.2.4-1ubuntu1.4) ...
Setting up gnupg-utils (2.2.4-1ubuntu1.4) ...
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.2) ...
Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up gpg (2.2.4-1ubuntu1.4) ...
Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ...
Setting up python3 (3.6.7-1~18.04) ...
Setting up gpg-agent (2.2.4-1ubuntu1.4) ...
Setting up gpg-wks-server (2.2.4-1ubuntu1.4) ...
Setting up python3-gi (3.26.1-2ubuntu1) ...
Setting up lsb-release (9.20170808ubuntu1) ...
Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ...
Setting up python3-apt (1.6.5ubuntu0.7) ...
Setting up python3-dbus (1.2.6-1) ...
Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ...
Setting up unattended-upgrades (1.1ubuntu1.18.04.14) ...

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.18) ...
Setting up dirmngr (2.2.4-1ubuntu1.4) ...
Setting up software-properties-common (0.96.24.32.18) ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.4) ...
Setting up gnupg (2.2.4-1ubuntu1.4) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Processing triggers for ca-certificates (20210119~18.04.2) ...
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.2) ...
Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease [15.9 kB]
Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Get:6 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 Packages [2143 B]
Fetched 18.0 kB in 1s (25.0 kB/s)
Reading package lists...
Hit:1 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease
Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease
Reading package lists...
info: Trying to set 'shared/accepted-oracle-license-v1-3' [boolean] to 'true'
info: Loading answer for 'shared/accepted-oracle-license-v1-3'
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 binutils
  binutils-common binutils-x86-64-linux-gnu cmake-data cpp cpp-7 cpp-8
  dconf-gsettings-backend dconf-service dh-python dmsetup dpkg-dev emacs25
  emacs25-bin-common emacs25-common emacs25-el emacsen-common fakeroot
  fontconfig fontconfig-config fonts-dejavu-core fonts-droid-fallback
  fonts-lato fonts-liberation fonts-lmodern fonts-noto-mono fonts-texgyre g++
  g++-7 gcc gcc-7 gcc-7-base gdbserver ghostscript gir1.2-harfbuzz-0.0 git-man
  glib-networking glib-networking-common glib-networking-services
  gsettings-desktop-schemas gsfonts gsfonts-x11 gstreamer1.0-plugins-base
  gtk-update-icon-cache hicolor-icon-theme humanity-icon-theme icu-devtools
  imagemagick-6-common install-info java-common 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 libbabeltrace1
  libbinutils libbison-dev libbsd-dev 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 libdata-dump-perl libdatrie1 libdconf1
  libdevmapper1.02.1 libdouble-conversion1 libdpkg-perl libdrm-amdgpu1
  libdrm-common libdrm-dev libdrm-intel1 libdrm-nouveau2 libdrm-radeon1
  libdrm2 libdw1 libegl-mesa0 libegl1 libegl1-mesa-dev libelf1
  libencode-locale-perl libepoxy0 liberror-perl libevdev2 libevent-2.1-6
  libexpat1-dev 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 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 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 libisl19 libitm1
  libjbig0 libjbig2dec0 libjpeg-turbo8 libjpeg8 libjs-jquery libjson-c3
  libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp1 libk5crypto3
  libkeyutils1 libkmod2 libkpathsea6 libkrb5-3 libkrb5support0 liblab-gamut1
  liblcms2-2 libllvm10 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 liblzo2-2 libm17n-0
  libmagickcore-6.q16-3 libmagickwand-6.q16-3 libmailtools-perl libmaxminddb0
  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-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 libperl5.26 libpixman-1-0 libpng16-16
  libpoppler73 libpopt0 libpotrace0 libproxy1v5 libpsl5 libptexenc1
  libpthread-stubs0-dev libpulse-dev libpulse-mainloop-glib0 libpulse0
  libpython-stdlib libpython2.7-minimal libpython2.7-stdlib libpython3-dev
  libpython3.6 libpython3.6-dev libqgsttools-p1 libqt5concurrent5 libqt5core5a
  libqt5dbus5 libqt5gui5 libqt5multimedia5 libqt5multimediaquick-p5
  libqt5multimediawidgets5 libqt5network5 libqt5opengl5 libqt5opengl5-dev
  libqt5printsupport5 libqt5qml5 libqt5quick5 libqt5sql5 libqt5sql5-sqlite
  libqt5svg5 libqt5test5 libqt5widgets5 libqt5xml5 libquadmath0 librest-0.7-0
  librhash0 librsvg2-2 librsvg2-common librtmp1 libruby2.5 libsbc1 libsensors4
  libserf-1-1 libsigsegv2 libsm6 libsmi2ldbl libsnappy1v5 libsndfile1
  libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libssh-gcrypt-4 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 libtk8.6
  libtry-tiny-perl libtsan0 libubsan0 libubsan1 libunbound2 liburi-perl
  libutempter0 libuv1 libvisual-0.4-0 libvorbis0a libvorbisenc2 libwacom-bin
  libwacom-common libwacom2 libwayland-bin libwayland-client0
  libwayland-cursor0 libwayland-dev libwayland-egl1 libwayland-server0
  libwebp6 libwireshark-data libwireshark11 libwiretap-dev libwiretap8
  libwrap0 libwscodecs2 libwsutil-dev libwsutil9 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 libxss1 libxt6
  libxtst6 libxv1 libxxf86dga1 libxxf86vm-dev libxxf86vm1 libyaml-0-2
  libzzip-0-13 linux-libc-dev lmodern locales logrotate m17n-db m4 make
  manpages manpages-dev mesa-common-dev multiarch-support ncurses-term netbase
  networkd-dispatcher openssh-client openssh-sftp-server patch perl
  perl-modules-5.26 perl-openssl-defaults poppler-data preview-latex-style
  ps2eps publicsuffix python python-minimal python-pip-whl python2.7
  python2.7-minimal python3-asn1crypto python3-certifi python3-cffi-backend
  python3-chardet python3-crypto python3-cryptography python3-distutils
  python3-idna python3-keyring python3-keyrings.alt python3-lib2to3
  python3-pkg-resources python3-requests python3-secretstorage python3-six
  python3-urllib3 python3-wheel python3-xdg python3.6-dev
  qt5-gtk-platformtheme qt5-qmake qt5-qmake-bin qtbase5-dev qtbase5-dev-tools
  qtchooser qttranslations5-l10n rake ruby ruby-did-you-mean ruby-minitest
  ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.5
  rubygems-integration sntp ssh-import-id ssl-cert systemd systemd-sysv
  t1utils tcl tcl-expect tcl8.6 tex-common tex-gyre texlive-base
  texlive-binaries texlive-fonts-recommended texlive-latex-base
  texlive-latex-recommended texlive-pictures texlive-plain-generic tipa tk
  tk8.6 ubuntu-mono vim-common vim-runtime wireshark-common x11-common
  x11-utils x11-xserver-utils x11proto-core-dev x11proto-damage-dev
  x11proto-dev x11proto-fixes-dev x11proto-xext-dev x11proto-xf86vidmode-dev
  xauth xbitmaps xdg-utils xfonts-encodings xfonts-utils xkb-data
  xorg-sgml-doctools xterm xtrans-dev xxd zip zlib1g-dev
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc gettext 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 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
  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 mmdb-bin
  ncurses-doc opus-tools pciutils pulseaudio qt5-image-formats-plugins
  qtwayland5 qt5-qmltooling-plugins librsvg2-bin lm-sensors
  snmp-mibs-downloader libssl-doc libstdc++-7-doc libstdc++-8-doc gfortran
  | fortran95-compiler gcj-jdk libwayland-doc wireshark-doc
  libauthen-ntlm-perl xapian-tools libxcb-doc libxext-doc libunicode-map8-perl
  libunicode-string-perl xml-twig-tools libyaml-doc 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 binfmt-support visualvm
  ttf-baekmuk | ttf-unfonts | ttf-unfonts-core ttf-kochi-gothic
  | ttf-sazanami-gothic ttf-kochi-mincho | ttf-sazanami-mincho
  ttf-arphic-uming firefox | firefox-2 | iceweasel | mozilla-firefox
  | iceape-browser | mozilla-browser | epiphany-gecko | epiphany-webkit
  | epiphany-browser | galeon | midbrowser | moblin-web-browser | xulrunner
  | xulrunner-1.9 | konqueror | chromium-browser | midori | google-chrome 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 python-doc python-tk
  python2.7-doc python-crypto-doc python-cryptography-doc
  python3-cryptography-vectors gnome-keyring libkf5wallet-bin
  gir1.2-gnomekeyring-1.0 python3-openssl python3-socks
  python-secretstorage-doc python-setuptools-doc default-libmysqlclient-dev
  firebird-dev libpq-dev libsqlite3-dev unixodbc-dev ri ruby-dev bundler
  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 texlive-fonts-recommended-doc
  texlive-latex-base-doc python-pygments icc-profiles libfile-which-perl
  libspreadsheet-parseexcel-perl texlive-latex-extra-doc
  texlive-latex-recommended-doc texlive-pstricks dot2tex prerex ruby-tcltk
  | libtcltk-ruby texlive-pictures-doc vprerex valgrind-dbg valgrind-mpi
  kcachegrind alleyoop valkyrie ctags vim-doc vim-scripts mesa-utils nickle
  cairo-5c xorg-docs-core xfonts-cyrillic
The following NEW packages will be installed:
  adwaita-icon-theme at-spi2-core autoconf automake autotools-dev 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
  dh-python 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-lato
  fonts-liberation fonts-lmodern fonts-noto-mono fonts-texgyre g++ g++-7 g++-8
  gcc gcc-7 gcc-7-base gcc-8 gdb gdbserver ghostscript gir1.2-harfbuzz-0.0 git
  git-man glib-networking glib-networking-common glib-networking-services
  gnutls-bin graphviz gsettings-desktop-schemas gsfonts gsfonts-x11
  gstreamer1.0-plugins-base gtk-update-icon-cache hicolor-icon-theme
  humanity-icon-theme icu-devtools imagemagick-6-common install-info
  iputils-ping java-common 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 libbabeltrace1 libbinutils
  libbison-dev libbsd-dev 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 libdata-dump-perl libdatrie1 libdconf1 libdevmapper1.02.1
  libdouble-conversion1 libdpkg-perl libdrm-amdgpu1 libdrm-common libdrm-dev
  libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libdw1 libedit-dev
  libedit2 libegl-mesa0 libegl1 libegl1-mesa-dev libelf1 libencode-locale-perl
  libepoxy0 liberror-perl libevdev2 libevent-2.1-6 libexpat1-dev libfakeroot
  libffi-dev 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 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 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 libisl19 libitm1
  libjbig0 libjbig2dec0 libjpeg-turbo8 libjpeg8 libjs-jquery libjson-c3
  libjson-glib-1.0-0 libjson-glib-1.0-common libjsoncpp-dev libjsoncpp1
  libk5crypto3 libkeyutils1 libkmod2 libkpathsea6 libkrb5-3 libkrb5support0
  liblab-gamut1 liblcms2-2 libllvm10 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 liblzo2-2
  libm17n-0 libmagickcore-6.q16-3 libmagickwand-6.q16-3 libmailtools-perl
  libmaxminddb0 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-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 libperl5.26
  libpixman-1-0 libpng16-16 libpoppler73 libpopt0 libpotrace0 libproxy1v5
  libpsl5 libptexenc1 libpthread-stubs0-dev libpulse-dev
  libpulse-mainloop-glib0 libpulse0 libpython-stdlib libpython2.7-minimal
  libpython2.7-stdlib libpython3-dev libpython3.6 libpython3.6-dev
  libqgsttools-p1 libqt5concurrent5 libqt5core5a libqt5dbus5 libqt5gui5
  libqt5multimedia5 libqt5multimediaquick-p5 libqt5multimediawidgets5
  libqt5network5 libqt5opengl5 libqt5opengl5-dev libqt5printsupport5
  libqt5qml5 libqt5quick5 libqt5sql5 libqt5sql5-sqlite libqt5svg5
  libqt5svg5-dev libqt5test5 libqt5widgets5 libqt5xml5 libquadmath0
  librest-0.7-0 librhash0 librsvg2-2 librsvg2-common librtmp1 libruby2.5
  libsbc1 libsensors4 libserf-1-1 libsigsegv2 libsm6 libsmi2ldbl libsnappy1v5
  libsndfile1 libsoup-gnome2.4-1 libsoup2.4-1 libspandsp2 libssh-gcrypt-4
  libssl-dev 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
  libtk8.6 libtool libtool-bin libtry-tiny-perl libtsan0 libubsan0 libubsan1
  libunbound2 liburi-perl libutempter0 libuv1 libvisual-0.4-0 libvorbis0a
  libvorbisenc2 libwacom-bin libwacom-common libwacom2 libwayland-bin
  libwayland-client0 libwayland-cursor0 libwayland-dev libwayland-egl1
  libwayland-server0 libwebp6 libwireshark-data libwireshark-dev
  libwireshark11 libwiretap-dev libwiretap8 libwrap0 libwscodecs2
  libwsutil-dev libwsutil9 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 libxml2-utils libxmu6 libxmuu1 libxpm4
  libxrandr2 libxrender1 libxshmfence-dev libxshmfence1 libxslt1.1 libxss1
  libxt6 libxtst6 libxv1 libxxf86dga1 libxxf86vm-dev libxxf86vm1 libyaml-0-2
  libyaml-dev libzzip-0-13 linux-libc-dev lmodern locales logrotate lsof
  m17n-db m4 make manpages manpages-dev mesa-common-dev multiarch-support
  ncurses-term net-tools netbase networkd-dispatcher ntp openssh-client
  openssh-server openssh-sftp-server oracle-java17-installer
  oracle-java17-set-default patch perl perl-modules-5.26 perl-openssl-defaults
  pkg-config poppler-data preview-latex-style ps2eps publicsuffix python
  python-minimal python-pip-whl python2.7 python2.7-minimal python3-asn1crypto
  python3-certifi python3-cffi-backend python3-chardet python3-crypto
  python3-cryptography python3-dev python3-distutils python3-idna
  python3-keyring python3-keyrings.alt python3-lib2to3 python3-pip
  python3-pkg-resources python3-requests python3-secretstorage
  python3-setuptools python3-six python3-urllib3 python3-wheel python3-xdg
  python3.6-dev qt5-default qt5-gtk-platformtheme qt5-qmake qt5-qmake-bin
  qtbase5-dev qtbase5-dev-tools qtchooser qtmultimedia5-dev
  qttranslations5-l10n rake ruby ruby-did-you-mean ruby-minitest
  ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.5
  rubygems-integration sntp ssh-import-id sshpass ssl-cert subversion sudo
  systemd systemd-sysv t1utils tcl tcl-expect tcl8.6 tcpdump tex-common
  tex-gyre texlive-base texlive-binaries texlive-font-utils
  texlive-fonts-recommended texlive-latex-base texlive-latex-extra
  texlive-latex-recommended texlive-pictures texlive-plain-generic tipa tk
  tk8.6 tree tshark tzdata ubuntu-mono unzip valgrind vim vim-common
  vim-runtime vsftpd wget wireshark-common x11-common x11-utils
  x11-xserver-utils x11proto-core-dev x11proto-damage-dev x11proto-dev
  x11proto-fixes-dev x11proto-xext-dev x11proto-xf86vidmode-dev xauth xbitmaps
  xdg-utils xfonts-encodings xfonts-utils xkb-data xorg-sgml-doctools xsltproc
  xterm xtrans-dev xutils-dev xxd zip zlib1g-dev
0 upgraded, 641 newly installed, 0 to remove and 0 not upgraded.
Need to get 507 MB of archives.
After this operation, 2162 MB of additional disk space will be used.
Get:1 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 oracle-java17-installer amd64 17.0.1-1~linuxuprising5 [31.5 kB]
Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 install-info amd64 6.5.0.dfsg.1-2 [55.4 kB]
Get:3 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 oracle-java17-set-default all 17.0.1-1~linuxuprising5 [2540 B]
Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB]
Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB]
Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB]
Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB]
Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB]
Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB]
Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB]
Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libip4tc0 amd64 1.6.1-2ubuntu2 [19.6 kB]
Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB]
Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.53 [2915 kB]
Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.53 [13.2 kB]
Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B]
Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau6 amd64 1:1.0.8-1ubuntu1 [7556 B]
Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB]
Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp6 amd64 1:1.1.2-3 [10.7 kB]
Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB]
Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.4 [114 kB]
Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.4 [572 kB]
Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB]
Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB]
Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB]
Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 flex amd64 2.6.4-6 [316 kB]
Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB]
Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libfreetype6 amd64 2.8.1-2ubuntu2.1 [335 kB]
Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB]
Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB]
Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB]
Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB]
Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB]
Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1805 kB]
Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lato all 2.0-2 [2698 kB]
Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.4 [110 kB]
Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB]
Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB]
Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-double3 amd64 3.3.7-1 [735 kB]
Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB]
Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B]
Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB]
Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB]
Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB]
Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.4 [153 kB]
Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-16ubuntu6.12 [60.3 kB]
Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [1621 kB]
Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickwand-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.12 [292 kB]
Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libogg0 amd64 1.3.2-1 [17.2 kB]
Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdouble-conversion1 amd64 2.0.1-4ubuntu1 [33.0 kB]
Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5core5a amd64 5.9.5+dfsg-0ubuntu2.6 [2035 kB]
Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-common all 2.4.101-2~18.04.1 [5560 B]
Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm2 amd64 2.4.101-2~18.04.1 [32.3 kB]
Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd0 amd64 1.0.0-2ubuntu2.3 [47.0 kB]
Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-server0 amd64 1.16.0-1ubuntu1.1~18.04.3 [29.6 kB]
Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgbm1 amd64 20.0.8-0ubuntu1~18.04.1 [27.6 kB]
Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglapi-mesa amd64 20.0.8-0ubuntu1~18.04.1 [26.6 kB]
Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-client0 amd64 1.16.0-1ubuntu1.1~18.04.3 [23.6 kB]
Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb1 amd64 2:1.6.4-3ubuntu0.4 [9720 B]
Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0 amd64 1.13-2~ubuntu18.04 [6920 B]
Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-0 amd64 1.13-2~ubuntu18.04 [6568 B]
Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present0 amd64 1.13-2~ubuntu18.04 [5552 B]
Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync1 amd64 1.13-2~ubuntu18.04 [8808 B]
Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xfixes0 amd64 1.13-2~ubuntu18.04 [9352 B]
Get:64 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence1 amd64 1.3-1 [5028 B]
Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl-mesa0 amd64 20.0.8-0ubuntu1~18.04.1 [96.3 kB]
Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1 amd64 1.0.0-2ubuntu2.3 [32.0 kB]
Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0 amd64 1.13-2~ubuntu18.04 [22.1 kB]
Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage1 amd64 1:1.1.4-3 [6934 B]
Get:69 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes3 amd64 1:5.0.3-1 [10.8 kB]
Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm1 amd64 1:1.1.4-1 [10.6 kB]
Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-amdgpu1 amd64 2.4.101-2~18.04.1 [18.2 kB]
Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpciaccess0 amd64 0.14-1 [17.9 kB]
Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-intel1 amd64 2.4.101-2~18.04.1 [60.0 kB]
Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-nouveau2 amd64 2.4.101-2~18.04.1 [16.5 kB]
Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-radeon1 amd64 2.4.101-2~18.04.1 [21.7 kB]
Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libelf1 amd64 0.170-0.4ubuntu0.1 [44.8 kB]
Get:77 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB]
Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1~18.04.2 [15.4 MB]
Get:79 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsensors4 amd64 1:3.4.0-4 [28.8 kB]
Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dri amd64 20.0.8-0ubuntu1~18.04.1 [9333 kB]
Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx-mesa0 amd64 20.0.8-0ubuntu1~18.04.1 [139 kB]
Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglx0 amd64 1.0.0-2ubuntu2.3 [28.1 kB]
Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1 amd64 1.0.0-2ubuntu2.3 [86.2 kB]
Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB]
Get:85 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB]
Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB]
Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB]
Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libevdev2 amd64 1.5.8+dfsg-1ubuntu0.1 [28.9 kB]
Get:89 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmtdev1 amd64 1.1.5-1ubuntu3 [13.8 kB]
Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgudev-1.0-0 amd64 1:232-2 [13.6 kB]
Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-common all 0.29-1 [36.9 kB]
Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom2 amd64 0.29-1 [17.7 kB]
Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libinput-bin amd64 1.10.4-1ubuntu0.18.04.2 [11.2 kB]
Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libinput10 amd64 1.10.4-1ubuntu0.18.04.2 [86.2 kB]
Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5dbus5 amd64 5.9.5+dfsg-0ubuntu2.6 [195 kB]
Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5network5 amd64 5.9.5+dfsg-0ubuntu2.6 [634 kB]
Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB]
Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-icccm4 amd64 0.4.1-1ubuntu1 [10.4 kB]
Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5600 B]
Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-util1 amd64 0.4.0-0ubuntu3 [11.2 kB]
Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-image0 amd64 0.4.0-1build1 [12.3 kB]
Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-keysyms1 amd64 0.4.0-1 [8406 B]
Get:103 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-randr0 amd64 1.13-2~ubuntu18.04 [16.4 kB]
Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB]
Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcb-render-util0 amd64 0.3.9-1 [9638 B]
Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0 amd64 1.13-2~ubuntu18.04 [5972 B]
Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xinerama0 amd64 1.13-2~ubuntu18.04 [5264 B]
Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xkb1 amd64 1.13-2~ubuntu18.04 [30.1 kB]
Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxi6 amd64 2:1.7.9-1 [29.2 kB]
Get:110 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xkb-data all 2.23.1-1ubuntu1.18.04.1 [325 kB]
Get:111 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon0 amd64 0.8.2-1~ubuntu18.04.1 [97.8 kB]
Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon-x11-0 amd64 0.8.2-1~ubuntu18.04.1 [13.4 kB]
Get:113 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5gui5 amd64 5.9.5+dfsg-0ubuntu2.6 [2568 kB]
Get:114 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5widgets5 amd64 5.9.5+dfsg-0ubuntu2.6 [2203 kB]
Get:115 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1 [128 kB]
Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libqt5svg5-dev amd64 5.9.5-0ubuntu1 [9880 B]
Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB]
Get:118 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxft2 amd64 2.3.2-1 [36.1 kB]
Get:119 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxinerama1 amd64 2:1.1.3-1 [7908 B]
Get:120 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxss1 amd64 1:1.2.2-1 [8582 B]
Get:121 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86dga1 amd64 2:1.1.4-1 [13.7 kB]
Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB]
Get:123 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tzdata all 2021e-0ubuntu0.18.04 [189 kB]
Get:124 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopts25 amd64 1:5.18.12-4 [58.2 kB]
Get:125 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ntp amd64 1:4.2.8p10+dfsg-5ubuntu7.3 [640 kB]
Get:126 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB]
Get:127 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB]
Get:128 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.7 [197 kB]
Get:129 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.7 [489 kB]
Get:130 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.7 [1839 kB]
Get:131 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.7 [3388 B]
Get:132 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 java-common all 0.68ubuntu1~18.04.1 [14.5 kB]
Get:133 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 locales all 2.27-3ubuntu1.4 [3611 kB]
Get:134 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB]
Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB]
Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B]
Get:137 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB]
Get:138 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB]
Get:139 http://archive.ubuntu.com/ubuntu bionic/main amd64 poppler-data all 0.4.8-2 [1479 kB]
Get:140 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-minimal amd64 2.7.17-1~18.04ubuntu1.6 [335 kB]
Get:141 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-minimal amd64 2.7.17-1~18.04ubuntu1.6 [1291 kB]
Get:142 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-minimal amd64 2.7.15~rc1-1 [28.1 kB]
Get:143 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-stdlib amd64 2.7.17-1~18.04ubuntu1.6 [1917 kB]
Get:144 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7 amd64 2.7.17-1~18.04ubuntu1.6 [248 kB]
Get:145 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpython-stdlib amd64 2.7.15~rc1-1 [7620 B]
Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 python amd64 2.7.15~rc1-1 [140 kB]
Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 tex-common all 6.09 [33.0 kB]
Get:148 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dmsetup amd64 2:1.02.145-4.1ubuntu3.18.04.3 [74.4 kB]
Get:149 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 iputils-ping amd64 3:20161105-1ubuntu3 [54.2 kB]
Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB]
Get:151 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2-bin amd64 1:2.25-1.2 [20.6 kB]
Get:152 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfribidi0 amd64 0.19.7-2 [24.9 kB]
Get:153 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss-systemd amd64 237-3ubuntu10.53 [105 kB]
Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpam-cap amd64 1:2.25-1.2 [7268 B]
Get:155 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-systemd amd64 237-3ubuntu10.53 [107 kB]
Get:156 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpopt0 amd64 1.16-11 [26.2 kB]
Get:157 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtext-iconv-perl amd64 1.7-5build6 [13.0 kB]
Get:158 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB]
Get:159 http://archive.ubuntu.com/ubuntu bionic/main amd64 logrotate amd64 3.11.0-0.1ubuntu1 [41.8 kB]
Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 networkd-dispatcher all 1.7-0ubuntu3.3 [13.3 kB]
Get:161 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB]
Get:162 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xxd amd64 2:8.0.1453-1ubuntu1.7 [49.6 kB]
Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim-common all 2:8.0.1453-1ubuntu1.7 [70.8 kB]
Get:164 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 krb5-locales all 1.16-2ubuntu0.2 [13.4 kB]
Get:165 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB]
Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB]
Get:167 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B]
Get:168 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB]
Get:169 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB]
Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcap0.8 amd64 1.8.1-6ubuntu1.18.04.2 [118 kB]
Get:171 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.7 [1089 kB]
Get:172 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmuu1 amd64 2:1.1.2-2 [9674 B]
Get:173 http://archive.ubuntu.com/ubuntu bionic/main amd64 lsof amd64 4.89+dfsg-0.1 [248 kB]
Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB]
Get:175 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.5 [612 kB]
Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 publicsuffix all 20180223.1310-1 [97.6 kB]
Get:177 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tcpdump amd64 4.9.3-0ubuntu0.18.04.1 [364 kB]
Get:178 http://archive.ubuntu.com/ubuntu bionic/main amd64 xauth amd64 1:1.0.10-1 [24.6 kB]
Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9976 B]
Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-common all 2.36.11-2 [4536 B]
Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-0 amd64 2.36.11-2 [165 kB]
Get:182 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gtk-update-icon-cache amd64 3.22.30-1ubuntu4 [28.3 kB]
Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB]
Get:184 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB]
Get:185 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB]
Get:186 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB]
Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB]
Get:188 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB]
Get:189 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB]
Get:190 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB]
Get:191 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB]
Get:192 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-2 amd64 2.40.20-2ubuntu0.2 [98.6 kB]
Get:193 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 librsvg2-common amd64 2.40.20-2ubuntu0.2 [5064 B]
Get:194 http://archive.ubuntu.com/ubuntu bionic/main amd64 humanity-icon-theme all 0.6.15 [1250 kB]
Get:195 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-mono all 16.10+18.04.20181005-0ubuntu1 [149 kB]
Get:196 http://archive.ubuntu.com/ubuntu bionic/main amd64 adwaita-icon-theme all 3.28.0-1ubuntu1 [3306 kB]
Get:197 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatspi2.0-0 amd64 2.28.0-1 [59.6 kB]
Get:198 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxtst6 amd64 2:1.2.3-1 [12.8 kB]
Get:199 http://archive.ubuntu.com/ubuntu bionic/main amd64 at-spi2-core amd64 2.28.0-1 [47.9 kB]
Get:200 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB]
Get:201 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB]
Get:202 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB]
Get:203 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbison-dev amd64 2:3.0.4.dfsg-1build1 [339 kB]
Get:204 http://archive.ubuntu.com/ubuntu bionic/main amd64 bison amd64 2:3.0.4.dfsg-1build1 [266 kB]
Get:205 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB]
Get:206 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-166.174 [984 kB]
Get:207 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB]
Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB]
Get:209 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
Get:210 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB]
Get:211 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
Get:212 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB]
Get:213 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB]
Get:214 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB]
Get:215 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB]
Get:216 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B]
Get:217 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB]
Get:218 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB]
Get:219 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB]
Get:220 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB]
Get:221 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB]
Get:222 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB]
Get:223 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB]
Get:224 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB]
Get:225 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB]
Get:226 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B]
Get:227 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB]
Get:228 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB]
Get:229 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B]
Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
Get:231 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB]
Get:232 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB]
Get:233 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB]
Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
Get:235 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.2 [1332 kB]
Get:236 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.7 [288 kB]
Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB]
Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB]
Get:239 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl4 amd64 7.58.0-2ubuntu3.16 [220 kB]
Get:240 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB]
Get:241 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB]
Get:242 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB]
Get:243 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.2 [3152 kB]
Get:244 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 cpp-8 amd64 8.4.0-1ubuntu1~18.04 [7225 kB]
Get:245 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.16 [159 kB]
Get:246 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdconf1 amd64 0.26.0-2ubuntu3 [33.1 kB]
Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 dconf-service amd64 0.26.0-2ubuntu3 [28.4 kB]
Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 dconf-gsettings-backend amd64 0.26.0-2ubuntu3 [20.0 kB]
Get:249 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lib2to3 all 3.6.9-1~18.04 [77.4 kB]
Get:250 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.9-1~18.04 [144 kB]
Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-python all 3.20180325ubuntu2 [89.2 kB]
Get:252 http://archive.ubuntu.com/ubuntu bionic/main amd64 libllvm6.0 amd64 1:6.0-1ubuntu2 [14.5 MB]
Get:253 http://archive.ubuntu.com/ubuntu bionic/main amd64 libclang1-6.0 amd64 1:6.0-1ubuntu2 [7067 kB]
Get:254 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxapian30 amd64 1.4.5-1ubuntu0.1 [631 kB]
Get:255 http://archive.ubuntu.com/ubuntu bionic/main amd64 doxygen amd64 1.8.13-10 [3880 kB]
Get:256 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacsen-common all 2.0.8 [17.6 kB]
Get:257 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-common all 25.2+1-6 [13.1 MB]
Get:258 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblockfile-bin amd64 1.14-1.1 [11.9 kB]
Get:259 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblockfile1 amd64 1.14-1.1 [6804 B]
Get:260 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-bin-common amd64 25.2+1-6 [127 kB]
Get:261 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2-data all 1.1.3-5ubuntu0.6 [38.5 kB]
Get:262 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasound2 amd64 1.1.3-5ubuntu0.6 [360 kB]
Get:263 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgif7 amd64 5.1.4-2ubuntu0.1 [30.9 kB]
Get:264 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB]
Get:265 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-common all 3.22.30-1ubuntu4 [229 kB]
Get:266 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-data all 2.28.1-1 [2992 B]
Get:267 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk1.0-0 amd64 2.28.1-1 [43.9 kB]
Get:268 http://archive.ubuntu.com/ubuntu bionic/main amd64 libatk-bridge2.0-0 amd64 2.26.2-1 [57.3 kB]
Get:269 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo-gobject2 amd64 1.15.10-2ubuntu0.1 [17.1 kB]
Get:270 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcolord2 amd64 1.3.3-2build1 [107 kB]
Get:271 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common-data amd64 0.7-3.1ubuntu1.3 [22.2 kB]
Get:272 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-common3 amd64 0.7-3.1ubuntu1.3 [21.6 kB]
Get:273 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libavahi-client3 amd64 0.7-3.1ubuntu1.3 [25.2 kB]
Get:274 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcups2 amd64 2.2.7-1ubuntu2.8 [211 kB]
Get:275 http://archive.ubuntu.com/ubuntu bionic/main amd64 libepoxy0 amd64 1.4.3-1 [181 kB]
Get:276 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-glib-1.0-common all 1.4.2-3ubuntu0.18.04.1 [3480 B]
Get:277 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjson-glib-1.0-0 amd64 1.4.2-3ubuntu0.18.04.1 [58.4 kB]
Get:278 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libproxy1v5 amd64 0.4.15-1ubuntu0.2 [48.7 kB]
Get:279 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 glib-networking-common all 2.56.0-1ubuntu0.1 [3476 B]
Get:280 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 glib-networking-services amd64 2.56.0-1ubuntu0.1 [8632 B]
Get:281 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsettings-desktop-schemas all 3.28.0-1ubuntu1 [27.8 kB]
Get:282 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 glib-networking amd64 2.56.0-1ubuntu0.1 [56.7 kB]
Get:283 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup2.4-1 amd64 2.62.1-1ubuntu0.4 [292 kB]
Get:284 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsoup-gnome2.4-1 amd64 2.62.1-1ubuntu0.4 [5088 B]
Get:285 http://archive.ubuntu.com/ubuntu bionic/main amd64 librest-0.7-0 amd64 0.8.0-2 [31.8 kB]
Get:286 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-cursor0 amd64 1.16.0-1ubuntu1.1~18.04.3 [10.1 kB]
Get:287 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-egl1 amd64 1.16.0-1ubuntu1.1~18.04.3 [5464 B]
Get:288 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcomposite1 amd64 1:0.4.4-2 [6988 B]
Get:289 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxcursor1 amd64 1:1.1.15-1 [19.8 kB]
Get:290 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrandr2 amd64 2:1.5.1-1 [18.1 kB]
Get:291 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-0 amd64 3.22.30-1ubuntu4 [2503 kB]
Get:292 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.18.04.1 [186 kB]
Get:293 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB]
Get:294 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.5 [119 kB]
Get:295 http://archive.ubuntu.com/ubuntu bionic/main amd64 libotf0 amd64 0.9.13-3build1 [44.6 kB]
Get:296 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB]
Get:297 http://archive.ubuntu.com/ubuntu bionic/main amd64 m17n-db all 1.7.0-2 [1239 kB]
Get:298 http://archive.ubuntu.com/ubuntu bionic/main amd64 libm17n-0 amd64 1.7.0-3build1 [243 kB]
Get:299 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25 amd64 25.2+1-6 [3468 kB]
Get:300 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs all 47.0 [1748 B]
Get:301 http://archive.ubuntu.com/ubuntu bionic/main amd64 emacs25-el all 25.2+1-6 [15.6 MB]
Get:302 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]
Get:303 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB]
Get:304 http://archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB]
Get:305 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
Get:306 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
Get:307 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-lmodern all 2.004.5-3 [4551 kB]
Get:308 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-noto-mono all 20171026-2 [75.5 kB]
Get:309 http://archive.ubuntu.com/ubuntu bionic/universe amd64 fonts-texgyre all 20160520-1 [8761 kB]
Get:310 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan5 amd64 8.4.0-1ubuntu1~18.04 [366 kB]
Get:311 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan1 amd64 8.4.0-1ubuntu1~18.04 [122 kB]
Get:312 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-8-dev amd64 8.4.0-1ubuntu1~18.04 [2305 kB]
Get:313 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gcc-8 amd64 8.4.0-1ubuntu1~18.04 [8044 kB]
Get:314 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libstdc++-8-dev amd64 8.4.0-1ubuntu1~18.04 [1534 kB]
Get:315 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 g++-8 amd64 8.4.0-1ubuntu1~18.04 [8122 kB]
Get:316 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdw1 amd64 0.170-0.4ubuntu0.1 [203 kB]
Get:317 http://archive.ubuntu.com/ubuntu bionic/main amd64 libbabeltrace1 amd64 1.5.5-1 [154 kB]
Get:318 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6 amd64 3.6.9-1~18.04ubuntu1.6 [1414 kB]
Get:319 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gdb amd64 8.1.1-0ubuntu1 [2937 kB]
Get:320 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gdbserver amd64 8.1.1-0ubuntu1 [282 kB]
Get:321 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsimage2 amd64 2.2.7-1ubuntu2.8 [18.6 kB]
Get:322 http://archive.ubuntu.com/ubuntu bionic/main amd64 libijs-0.35 amd64 0.35-13 [15.5 kB]
Get:323 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig2dec0 amd64 0.13-6 [55.9 kB]
Get:324 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB]
Get:325 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.18.04.14 [5092 kB]
Get:326 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.18.04.14 [2265 kB]
Get:327 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.18.04.14 [51.3 kB]
Get:328 http://archive.ubuntu.com/ubuntu bionic/main amd64 gir1.2-harfbuzz-0.0 amd64 1.7.2-1ubuntu1 [18.6 kB]
Get:329 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.16 [218 kB]
Get:330 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB]
Get:331 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.9 [803 kB]
Get:332 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.9 [3923 kB]
Get:333 http://archive.ubuntu.com/ubuntu bionic/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4build1 [133 kB]
Get:334 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunbound2 amd64 1.6.7-1ubuntu2.4 [267 kB]
Get:335 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls-dane0 amd64 3.5.18-1ubuntu1.5 [21.0 kB]
Get:336 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 gnutls-bin amd64 3.5.18-1ubuntu1.5 [247 kB]
Get:337 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB]
Get:338 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB]
Get:339 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB]
Get:340 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB]
Get:341 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB]
Get:342 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB]
Get:343 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB]
Get:344 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB]
Get:345 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB]
Get:346 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB]
Get:347 http://archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB]
Get:348 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3120 kB]
Get:349 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontenc1 amd64 1:1.1.3-1 [13.9 kB]
Get:350 http://archive.ubuntu.com/ubuntu bionic/main amd64 xfonts-encodings all 1:1.0.4-2 [573 kB]
Get:351 http://archive.ubuntu.com/ubuntu bionic/main amd64 xfonts-utils amd64 1:7.7+6 [91.5 kB]
Get:352 http://archive.ubuntu.com/ubuntu bionic/universe amd64 gsfonts-x11 all 0.25 [7264 B]
Get:353 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcdparanoia0 amd64 3.10.2+debian-13 [46.7 kB]
Get:354 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer1.0-0 amd64 1.14.5-0ubuntu1~18.04.2 [865 kB]
Get:355 http://archive.ubuntu.com/ubuntu bionic/main amd64 liborc-0.4-0 amd64 1:0.4.28-1 [137 kB]
Get:356 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.14.5-0ubuntu1~18.04.3 [689 kB]
Get:357 http://archive.ubuntu.com/ubuntu bionic/main amd64 libopus0 amd64 1.1.2-1ubuntu1 [159 kB]
Get:358 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtheora0 amd64 1.1.1+dfsg.1-14 [170 kB]
Get:359 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvisual-0.4-0 amd64 0.4.0-11 [99.2 kB]
Get:360 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbis0a amd64 1.3.5-4.2 [86.4 kB]
Get:361 http://archive.ubuntu.com/ubuntu bionic/main amd64 libvorbisenc2 amd64 1.3.5-4.2 [70.7 kB]
Get:362 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gstreamer1.0-plugins-base amd64 1.14.5-0ubuntu1~18.04.3 [586 kB]
Get:363 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 icu-devtools amd64 60.2-3ubuntu3.2 [179 kB]
Get:364 http://archive.ubuntu.com/ubuntu bionic/main amd64 javascript-common all 11 [6066 B]
Get:365 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:366 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
Get:367 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:368 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB]
Get:369 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB]
Get:370 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasyncns0 amd64 0.8-6 [12.1 kB]
Get:371 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbsd-dev amd64 0.8.7-1ubuntu0.1 [150 kB]
Get:372 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsfilters1 amd64 1.20.2-0ubuntu3.1 [108 kB]
Get:373 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdata-dump-perl all 1.23-1 [27.0 kB]
Get:374 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdrm-dev amd64 2.4.101-2~18.04.1 [126 kB]
Get:375 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB]
Get:376 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB]
Get:377 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit-dev amd64 3.1-20170329-1 [99.1 kB]
Get:378 http://archive.ubuntu.com/ubuntu bionic/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB]
Get:379 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-dev all 2018.4-4 [251 kB]
Get:380 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-core-dev all 2018.4-4 [2620 B]
Get:381 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxau-dev amd64 1:1.0.8-1ubuntu1 [9476 B]
Get:382 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdmcp-dev amd64 1:1.1.2-3 [25.1 kB]
Get:383 http://archive.ubuntu.com/ubuntu bionic/main amd64 xtrans-dev all 1.3.5-1 [70.5 kB]
Get:384 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpthread-stubs0-dev amd64 0.3-4 [4068 B]
Get:385 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1-dev amd64 1.13-2~ubuntu18.04 [80.0 kB]
Get:386 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-dev amd64 2:1.6.4-3ubuntu0.4 [641 kB]
Get:387 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mesa-common-dev amd64 20.0.8-0ubuntu1~18.04.1 [741 kB]
Get:388 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-core-dev amd64 1.0.0-2ubuntu2.3 [12.8 kB]
Get:389 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles1 amd64 1.0.0-2ubuntu2.3 [11.2 kB]
Get:390 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2 amd64 1.0.0-2ubuntu2.3 [17.3 kB]
Get:391 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libopengl0 amd64 1.0.0-2ubuntu2.3 [31.3 kB]
Get:392 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglvnd-dev amd64 1.0.0-2ubuntu2.3 [3416 B]
Get:393 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xext-dev all 2018.4-4 [2620 B]
Get:394 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext-dev amd64 2:1.3.3-1 [82.1 kB]
Get:395 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-xf86vidmode-dev all 2018.4-4 [2632 B]
Get:396 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxxf86vm-dev amd64 1:1.1.4-1 [13.3 kB]
Get:397 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-fixes-dev all 1:2018.4-4 [2620 B]
Get:398 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxfixes-dev amd64 1:5.0.3-1 [11.0 kB]
Get:399 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11proto-damage-dev all 1:2018.4-4 [2620 B]
Get:400 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxdamage-dev amd64 1:1.1.4-3 [5028 B]
Get:401 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-glx0-dev amd64 1.13-2~ubuntu18.04 [27.9 kB]
Get:402 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri2-0-dev amd64 1.13-2~ubuntu18.04 [8472 B]
Get:403 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-dri3-dev amd64 1.13-2~ubuntu18.04 [7384 B]
Get:404 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0-dev amd64 1.13-2~ubuntu18.04 [18.4 kB]
Get:405 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-randr0-dev amd64 1.13-2~ubuntu18.04 [20.4 kB]
Get:406 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shape0-dev amd64 1.13-2~ubuntu18.04 [7144 B]
Get:407 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-xfixes0-dev amd64 1.13-2~ubuntu18.04 [11.7 kB]
Get:408 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-sync-dev amd64 1.13-2~ubuntu18.04 [10.6 kB]
Get:409 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-present-dev amd64 1.13-2~ubuntu18.04 [6972 B]
Get:410 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxshmfence-dev amd64 1.3-1 [3692 B]
Get:411 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-xcb-dev amd64 2:1.6.4-3ubuntu0.4 [9764 B]
Get:412 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-bin amd64 1.16.0-1ubuntu1.1~18.04.3 [19.8 kB]
Get:413 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwayland-dev amd64 1.16.0-1ubuntu1.1~18.04.3 [62.8 kB]
Get:414 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libegl1-mesa-dev amd64 20.0.8-0ubuntu1~18.04.1 [20.5 kB]
Get:415 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
Get:416 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libexpat1-dev amd64 2.2.5-3ubuntu0.2 [122 kB]
Get:417 http://archive.ubuntu.com/ubuntu bionic/main amd64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
Get:418 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-basedir-perl all 0.07-1 [16.9 kB]
Get:419 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
Get:420 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-desktopentry-perl all 0.22-1 [18.2 kB]
Get:421 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
Get:422 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
Get:423 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
Get:424 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-listing-perl all 6.04-1 [9774 B]
Get:425 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-mimeinfo-perl all 0.28-1 [41.4 kB]
Get:426 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfl2 amd64 2.6.4-6 [11.4 kB]
Get:427 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfl-dev amd64 2.6.4-6 [6320 B]
Get:428 http://archive.ubuntu.com/ubuntu bionic/main amd64 libflac8 amd64 1.3.2-1 [213 kB]
Get:429 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfont-afm-perl all 1.20-2 [13.2 kB]
Get:430 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgpg-error-dev amd64 1.27-6 [94.8 kB]
Get:431 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcrypt20-dev amd64 1.8.1-4ubuntu1.3 [468 kB]
Get:432 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdk-pixbuf2.0-bin amd64 2.36.11-2 [7864 B]
Get:433 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-glx amd64 20.0.8-0ubuntu1~18.04.1 [5532 B]
Get:434 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgles2-mesa-dev amd64 20.0.8-0ubuntu1~18.04.1 [45.0 kB]
Get:435 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-bin amd64 2.56.4-0ubuntu0.18.04.9 [68.9 kB]
Get:436 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev-bin amd64 2.56.4-0ubuntu0.18.04.9 [102 kB]
Get:437 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB]
Get:438 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB]
Get:439 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB]
Get:440 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB]
Get:441 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB]
Get:442 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB]
Get:443 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libglib2.0-dev amd64 2.56.4-0ubuntu0.18.04.9 [1385 kB]
Get:444 http://archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa amd64 9.0.0-2.1build1 [168 kB]
Get:445 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgl1-mesa-dev amd64 20.0.8-0ubuntu1~18.04.1 [6180 B]
Get:446 http://archive.ubuntu.com/ubuntu bionic/main amd64 libglu1-mesa-dev amd64 9.0.0-2.1build1 [206 kB]
Get:447 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-dev amd64 1.3.11-2 [14.5 kB]
Get:448 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgtk-3-bin amd64 3.22.30-1ubuntu4 [57.4 kB]
Get:449 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB]
Get:450 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-icu0 amd64 1.7.2-1ubuntu1 [5604 B]
Get:451 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-gobject0 amd64 1.7.2-1ubuntu1 [13.4 kB]
Get:452 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb0 amd64 1.0.3+git161113-4 [14.3 kB]
Get:453 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libiculx60 amd64 60.2-3ubuntu3.2 [19.0 kB]
Get:454 http://archive.ubuntu.com/ubuntu bionic/main amd64 libicu-le-hb-dev amd64 1.0.3+git161113-4 [29.5 kB]
Get:455 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libicu-dev amd64 60.2-3ubuntu3.2 [8894 kB]
Get:456 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz-dev amd64 1.7.2-1ubuntu1 [302 kB]
Get:457 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
Get:458 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
Get:459 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
Get:460 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
Get:461 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
Get:462 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-form-perl all 6.03-1 [23.5 kB]
Get:463 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tree-perl all 5.07-1 [200 kB]
Get:464 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-format-perl all 2.12-1 [41.3 kB]
Get:465 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
Get:466 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
Get:467 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
Get:468 http://archive.ubuntu.com/ubuntu bionic/main amd64 perl-openssl-defaults amd64 3build1 [7012 B]
Get:469 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnet-ssleay-perl amd64 1.84-1ubuntu0.2 [283 kB]
Get:470 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libio-socket-ssl-perl all 2.060-3~ubuntu18.04.1 [173 kB]
Get:471 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjs-jquery all 3.2.1-1 [152 kB]
Get:472 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkpathsea6 amd64 2017.20170613.44572-8ubuntu0.1 [54.9 kB]
Get:473 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB]
Get:474 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblua5.2-0 amd64 5.2.4-1.1build1 [108 kB]
Get:475 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-http-perl all 6.17-1 [22.7 kB]
Get:476 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtry-tiny-perl all 0.30-1 [20.5 kB]
Get:477 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
Get:478 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libwww-perl all 6.31-1ubuntu0.1 [137 kB]
Get:479 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
Get:480 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
Get:481 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmailtools-perl all 2.18-1 [74.0 kB]
Get:482 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libmaxminddb0 amd64 1.3.1-1 [25.6 kB]
Get:483 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-parser-perl amd64 2.44-2build3 [199 kB]
Get:484 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-twig-perl all 1:3.50-1 [156 kB]
Get:485 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet-dbus-perl amd64 1.1.0-4build2 [176 kB]
Get:486 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-3-200 amd64 3.2.29-0ubuntu3 [52.8 kB]
Get:487 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnl-genl-3-200 amd64 3.2.29-0ubuntu3 [11.2 kB]
Get:488 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnspr4 amd64 2:4.18-1ubuntu1 [112 kB]
Get:489 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnss3 amd64 2:3.35-2ubuntu2.13 [1220 kB]
Get:490 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8170 B]
Get:491 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcap0.8-dev amd64 1.8.1-6ubuntu1.18.04.2 [218 kB]
Get:492 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpcap-dev amd64 1.8.1-6ubuntu1.18.04.2 [3480 B]
Get:493 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpoppler73 amd64 0.62.0-2ubuntu2.12 [800 kB]
Get:494 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpotrace0 amd64 1.14-2 [17.4 kB]
Get:495 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libptexenc1 amd64 2017.20170613.44572-8ubuntu0.1 [34.5 kB]
Get:496 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsndfile1 amd64 1.0.28-4ubuntu0.18.04.2 [170 kB]
Get:497 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwrap0 amd64 7.6.q-27 [46.3 kB]
Get:498 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse0 amd64 1:11.1-1ubuntu7.11 [266 kB]
Get:499 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-mainloop-glib0 amd64 1:11.1-1ubuntu7.11 [22.1 kB]
Get:500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpulse-dev amd64 1:11.1-1ubuntu7.11 [81.5 kB]
Get:501 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-dev amd64 3.6.9-1~18.04ubuntu1.6 [44.9 MB]
Get:502 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-dev amd64 3.6.7-1~18.04 [7328 B]
Get:503 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimedia5 amd64 5.9.5-0ubuntu1 [293 kB]
Get:504 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5 amd64 5.9.5+dfsg-0ubuntu2.6 [132 kB]
Get:505 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediawidgets5 amd64 5.9.5-0ubuntu1 [36.6 kB]
Get:506 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqgsttools-p1 amd64 5.9.5-0ubuntu1 [72.4 kB]
Get:507 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5concurrent5 amd64 5.9.5+dfsg-0ubuntu2.6 [29.8 kB]
Get:508 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5qml5 amd64 5.9.5-0ubuntu1.1 [1242 kB]
Get:509 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libqt5quick5 amd64 5.9.5-0ubuntu1.1 [1201 kB]
Get:510 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libqt5multimediaquick-p5 amd64 5.9.5-0ubuntu1 [37.4 kB]
Get:511 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5printsupport5 amd64 5.9.5+dfsg-0ubuntu2.6 [178 kB]
Get:512 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5sql5 amd64 5.9.5+dfsg-0ubuntu2.6 [115 kB]
Get:513 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5test5 amd64 5.9.5+dfsg-0ubuntu2.6 [98.0 kB]
Get:514 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5xml5 amd64 5.9.5+dfsg-0ubuntu2.6 [99.4 kB]
Get:515 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-qmake-bin amd64 5.9.5+dfsg-0ubuntu2.6 [939 kB]
Get:516 http://archive.ubuntu.com/ubuntu bionic/main amd64 qtchooser amd64 64-ga1b6736-5 [24.1 kB]
Get:517 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-qmake amd64 5.9.5+dfsg-0ubuntu2.6 [180 kB]
Get:518 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qtbase5-dev-tools amd64 5.9.5+dfsg-0ubuntu2.6 [724 kB]
Get:519 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qtbase5-dev amd64 5.9.5+dfsg-0ubuntu2.6 [942 kB]
Get:520 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5opengl5-dev amd64 5.9.5+dfsg-0ubuntu2.6 [36.1 kB]
Get:521 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5sql5-sqlite amd64 5.9.5+dfsg-0ubuntu2.6 [40.1 kB]
Get:522 http://archive.ubuntu.com/ubuntu bionic/main amd64 rubygems-integration all 1.11 [4994 B]
Get:523 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ruby2.5 amd64 2.5.1-1ubuntu1.10 [48.6 kB]
Get:524 http://archive.ubuntu.com/ubuntu bionic/main amd64 ruby amd64 1:2.5.1 [5712 B]
Get:525 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 rake all 12.3.1-1ubuntu0.1 [44.9 kB]
Get:526 http://archive.ubuntu.com/ubuntu bionic/main amd64 ruby-did-you-mean all 1.2.0-2 [9700 B]
Get:527 http://archive.ubuntu.com/ubuntu bionic/main amd64 ruby-minitest all 5.10.3-1 [38.6 kB]
Get:528 http://archive.ubuntu.com/ubuntu bionic/main amd64 ruby-net-telnet all 0.1.1-2 [12.6 kB]
Get:529 http://archive.ubuntu.com/ubuntu bionic/main amd64 ruby-power-assert all 0.3.0-1 [7952 B]
Get:530 http://archive.ubuntu.com/ubuntu bionic/main amd64 ruby-test-unit all 3.2.5-1 [61.1 kB]
Get:531 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libruby2.5 amd64 2.5.1-1ubuntu1.10 [3071 kB]
Get:532 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libserf-1-1 amd64 1.3.9-6 [44.4 kB]
Get:533 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsmi2ldbl amd64 0.4.8+dfsg2-15 [100 kB]
Get:534 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libspandsp2 amd64 0.0.6+dfsg-0.1 [273 kB]
Get:535 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssh-gcrypt-4 amd64 0.8.0~20170825.94fa1e38-1ubuntu0.7 [172 kB]
Get:536 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.14 [1568 kB]
Get:537 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsvn1 amd64 1.9.7-4ubuntu1 [1183 kB]
Get:538 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsynctex1 amd64 2017.20170613.44572-8ubuntu0.1 [41.4 kB]
Get:539 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtexlua52 amd64 2017.20170613.44572-8ubuntu0.1 [91.2 kB]
Get:540 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtexluajit2 amd64 2017.20170613.44572-8ubuntu0.1 [230 kB]
Get:541 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtie-ixhash-perl all 1.23-2 [11.2 kB]
Get:542 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtk8.6 amd64 8.6.8-4 [693 kB]
Get:543 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB]
Get:544 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB]
Get:545 http://archive.ubuntu.com/ubuntu bionic/main amd64 libutempter0 amd64 1.1.6-3 [7898 B]
Get:546 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwacom-bin amd64 0.29-1 [4712 B]
Get:547 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwireshark-data all 2.6.10-1~ubuntu18.04.0 [1425 kB]
Get:548 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwsutil9 amd64 2.6.10-1~ubuntu18.04.0 [55.5 kB]
Get:549 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwsutil-dev amd64 2.6.10-1~ubuntu18.04.0 [42.1 kB]
Get:550 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwiretap8 amd64 2.6.10-1~ubuntu18.04.0 [177 kB]
Get:551 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwiretap-dev amd64 2.6.10-1~ubuntu18.04.0 [44.7 kB]
Get:552 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-ares2 amd64 1.14.0-1ubuntu0.1 [37.5 kB]
Get:553 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsnappy1v5 amd64 1.1.7-1 [16.0 kB]
Get:554 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsbc1 amd64 1.3-2 [33.1 kB]
Get:555 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwscodecs2 amd64 2.6.10-1~ubuntu18.04.0 [17.8 kB]
Get:556 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwireshark11 amd64 2.6.10-1~ubuntu18.04.0 [13.6 MB]
Get:557 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libwireshark-dev amd64 2.6.10-1~ubuntu18.04.0 [855 kB]
Get:558 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-doc all 2:1.6.4-3ubuntu0.4 [2065 kB]
Get:559 http://archive.ubuntu.com/ubuntu bionic/main amd64 libx11-protocol-perl all 0.56-7 [149 kB]
Get:560 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxml-xpathengine-perl all 0.14-1 [31.8 kB]
Get:561 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-dev amd64 2.9.4+dfsg1-6.1ubuntu1.4 [757 kB]
Get:562 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxml2-utils amd64 2.9.4+dfsg1-6.1ubuntu1.4 [35.8 kB]
Get:563 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxslt1.1 amd64 1.1.29-5ubuntu0.2 [150 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-updates/main amd64 ncurses-term all 6.1-1ubuntu1.18.04 [248 kB]
Get:569 http://archive.ubuntu.com/ubuntu bionic/main amd64 net-tools amd64 1.60+git20161116.90da8a0-1ubuntu1 [194 kB]
Get:570 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-sftp-server amd64 1:7.6p1-4ubuntu0.5 [45.5 kB]
Get:571 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 openssh-server amd64 1:7.6p1-4ubuntu0.5 [332 kB]
Get:572 http://archive.ubuntu.com/ubuntu bionic/main amd64 preview-latex-style all 11.91-1ubuntu1 [185 kB]
Get:573 http://archive.ubuntu.com/ubuntu bionic/universe amd64 ps2eps amd64 1.68+binaryfree-2 [33.2 kB]
Get:574 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1.18.04.5 [1653 kB]
Get:575 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-asn1crypto all 0.24.0-1 [72.8 kB]
Get:576 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-certifi all 2018.1.18-2 [144 kB]
Get:577 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-cffi-backend amd64 1.11.5-1 [64.6 kB]
Get:578 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
Get:579 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-chardet all 3.0.4-1 [80.3 kB]
Get:580 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB]
Get:581 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-idna all 2.6-1 [32.5 kB]
Get:582 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-six all 1.11.0-2 [11.4 kB]
Get:583 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-cryptography amd64 2.1.4-1ubuntu1.4 [220 kB]
Get:584 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-dev amd64 3.6.9-1~18.04ubuntu1.6 [508 kB]
Get:585 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-dev amd64 3.6.7-1~18.04 [1288 B]
Get:586 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB]
Get:587 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB]
Get:588 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB]
Get:589 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1.18.04.5 [114 kB]
Get:590 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-urllib3 all 1.22-1ubuntu0.18.04.2 [86.2 kB]
Get:591 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
Get:592 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB]
Get:593 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB]
Get:594 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-xdg all 0.25-4ubuntu1.1 [31.3 kB]
Get:595 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 qt5-default amd64 5.9.5+dfsg-0ubuntu2.6 [20.9 kB]
Get:596 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 qt5-gtk-platformtheme amd64 5.9.5+dfsg-0ubuntu2.6 [117 kB]
Get:597 http://archive.ubuntu.com/ubuntu bionic/universe amd64 qtmultimedia5-dev amd64 5.9.5-0ubuntu1 [40.5 kB]
Get:598 http://archive.ubuntu.com/ubuntu bionic/main amd64 qttranslations5-l10n all 5.9.5-0ubuntu1 [1485 kB]
Get:599 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 sntp amd64 1:4.2.8p10+dfsg-5ubuntu7.3 [86.5 kB]
Get:600 http://archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB]
Get:601 http://archive.ubuntu.com/ubuntu bionic/universe amd64 subversion amd64 1.9.7-4ubuntu1 [834 kB]
Get:602 http://archive.ubuntu.com/ubuntu bionic/main amd64 t1utils amd64 1.41-2 [56.0 kB]
Get:603 http://archive.ubuntu.com/ubuntu bionic/main amd64 tcl8.6 amd64 8.6.8+dfsg-3 [14.4 kB]
Get:604 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tcl amd64 8.6.0+9 [5146 B]
Get:605 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tex-gyre all 20160520-1 [4998 kB]
Get:606 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 texlive-binaries amd64 2017.20170613.44572-8ubuntu0.1 [8179 kB]
Get:607 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xdg-utils all 1.1.2-1ubuntu2.5 [60.4 kB]
Get:608 http://archive.ubuntu.com/ubuntu bionic/main amd64 texlive-base all 2017.20180305-1 [18.7 MB]
Get:609 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-font-utils all 2017.20180305-2 [1721 kB]
Get:610 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-fonts-recommended all 2017.20180305-1 [5262 kB]
Get:611 http://archive.ubuntu.com/ubuntu bionic/main amd64 texlive-latex-base all 2017.20180305-1 [951 kB]
Get:612 http://archive.ubuntu.com/ubuntu bionic/main amd64 texlive-latex-recommended all 2017.20180305-1 [14.9 MB]
Get:613 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-pictures all 2017.20180305-1 [4026 kB]
Get:614 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-latex-extra all 2017.20180305-2 [10.6 MB]
Get:615 http://archive.ubuntu.com/ubuntu bionic/universe amd64 texlive-plain-generic all 2017.20180305-2 [23.6 MB]
Get:616 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tipa all 2:1.3-20 [2978 kB]
Get:617 http://archive.ubuntu.com/ubuntu bionic/main amd64 tk8.6 amd64 8.6.8-4 [12.3 kB]
Get:618 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tk amd64 8.6.0+9 [3178 B]
Get:619 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tree amd64 1.7.0-5 [40.7 kB]
Get:620 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 wireshark-common amd64 2.6.10-1~ubuntu18.04.0 [391 kB]
Get:621 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 tshark amd64 2.6.10-1~ubuntu18.04.0 [134 kB]
Get:622 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 unzip amd64 6.0-21ubuntu1.1 [168 kB]
Get:623 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dbg amd64 2.27-3ubuntu1.4 [5163 kB]
Get:624 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 valgrind amd64 1:3.13.0-2ubuntu2.3 [14.3 MB]
Get:625 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim-runtime all 2:8.0.1453-1ubuntu1.7 [5435 kB]
Get:626 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim amd64 2:8.0.1453-1ubuntu1.7 [1153 kB]
Get:627 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-utils amd64 7.7+3build1 [196 kB]
Get:628 http://archive.ubuntu.com/ubuntu bionic/main amd64 x11-xserver-utils amd64 7.7+7build1 [159 kB]
Get:629 http://archive.ubuntu.com/ubuntu bionic/main amd64 xbitmaps all 1.1.1-2 [28.1 kB]
Get:630 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 xsltproc amd64 1.1.29-5ubuntu0.2 [14.0 kB]
Get:631 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 xterm amd64 330-1ubuntu2.2 [661 kB]
Get:632 http://archive.ubuntu.com/ubuntu bionic/universe amd64 xutils-dev amd64 1:7.7+5ubuntu1 [239 kB]
Get:633 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB]
Get:634 http://archive.ubuntu.com/ubuntu bionic/universe amd64 dos2unix amd64 7.3.4-3 [351 kB]
Get:635 http://archive.ubuntu.com/ubuntu bionic/main amd64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
Get:636 http://archive.ubuntu.com/ubuntu bionic/main amd64 libffi-dev amd64 3.2.1-8 [156 kB]
Get:637 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp-dev amd64 1.7.4-3 [85.3 kB]
Get:638 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB]
Get:639 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ssh-import-id all 5.7-0ubuntu1.1 [10.9 kB]
Get:640 http://archive.ubuntu.com/ubuntu bionic/universe amd64 sshpass amd64 1.06-1 [10.5 kB]
Get:641 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 507 MB in 13s (40.5 MB/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 ... 7329 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 ... 7342 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.18.04.3_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ...
Selecting previously unselected package libjson-c3:amd64.
Preparing to unpack .../4-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ...
Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../5-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../6-libidn11_1.33-2.1ubuntu1.2_amd64.deb ...
Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) ...
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.5_amd64.deb ...
Unpacking libkmod2:amd64 (24-1ubuntu3.5) ...
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.18.04.3) ...
Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ...
Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ...
Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ...
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 ... 7397 files and directories currently installed.)
Preparing to unpack .../systemd_237-3ubuntu10.53_amd64.deb ...
Unpacking systemd (237-3ubuntu10.53) ...
Setting up libkmod2:amd64 (24-1ubuntu3.5) ...
Setting up systemd (237-3ubuntu10.53) ...
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 ... 8095 files and directories currently installed.)
Preparing to unpack .../0-systemd-sysv_237-3ubuntu10.53_amd64.deb ...
Unpacking systemd-sysv (237-3ubuntu10.53) ...
Selecting previously unselected package multiarch-support.
Preparing to unpack .../1-multiarch-support_2.27-3ubuntu1.4_amd64.deb ...
Unpacking multiarch-support (2.27-3ubuntu1.4) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../2-libxau6_1%3a1.0.8-1ubuntu1_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1ubuntu1) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../3-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ...
Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../4-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 .../5-libxcb1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../6-libx11-data_2%3a1.6.4-3ubuntu0.4_all.deb ...
Unpacking libx11-data (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../7-libx11-6_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up multiarch-support (2.27-3ubuntu1.4) ...
Selecting previously unselected package libxext6: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 ... 8402 files and directories currently installed.)
Preparing to unpack .../000-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 .../001-libsigsegv2_2.12-1_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../002-m4_1.4.18-1_amd64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package flex.
Preparing to unpack .../003-flex_2.6.4-6_amd64.deb ...
Unpacking flex (2.6.4-6) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../004-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../005-libfreetype6_2.8.1-2ubuntu2.1_amd64.deb ...
Unpacking libfreetype6:amd64 (2.8.1-2ubuntu2.1) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../006-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fonts-liberation.
Preparing to unpack .../007-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 .../008-fontconfig-config_2.12.6-0ubuntu2_all.deb ...
Unpacking fontconfig-config (2.12.6-0ubuntu2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../009-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../010-fontconfig_2.12.6-0ubuntu2_amd64.deb ...
Unpacking fontconfig (2.12.6-0ubuntu2) ...
Selecting previously unselected package fonts-droid-fallback.
Preparing to unpack .../011-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 fonts-lato.
Preparing to unpack .../012-fonts-lato_2.0-2_all.deb ...
Unpacking fonts-lato (2.0-2) ...
Selecting previously unselected package libjpeg-turbo8:amd64.
Preparing to unpack .../013-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.4_amd64.deb ...
Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../014-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 .../015-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libfftw3-double3:amd64.
Preparing to unpack .../016-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 .../017-libjbig0_2.1-3.1build1_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1build1) ...
Selecting previously unselected package libjpeg8:amd64.
Preparing to unpack .../018-libjpeg8_8c-2ubuntu8_amd64.deb ...
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../019-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 .../020-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 .../021-libltdl7_2.4.6-2_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../022-libtiff5_4.0.9-5ubuntu0.4_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.4) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../023-imagemagick-6-common_8%3a6.9.7.4+dfsg-16ubuntu6.12_all.deb ...
Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Selecting previously unselected package libmagickcore-6.q16-3:amd64.
Preparing to unpack .../024-libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Selecting previously unselected package libmagickwand-6.q16-3:amd64.
Preparing to unpack .../025-libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.12_amd64.deb ...
Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Selecting previously unselected package libogg0:amd64.
Preparing to unpack .../026-libogg0_1.3.2-1_amd64.deb ...
Unpacking libogg0:amd64 (1.3.2-1) ...
Selecting previously unselected package libdouble-conversion1:amd64.
Preparing to unpack .../027-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 .../028-libqt5core5a_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../029-libdrm-common_2.4.101-2~18.04.1_all.deb ...
Unpacking libdrm-common (2.4.101-2~18.04.1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../030-libdrm2_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../031-libglvnd0_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libwayland-server0:amd64.
Preparing to unpack .../032-libwayland-server0_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-server0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Selecting previously unselected package libgbm1:amd64.
Preparing to unpack .../033-libgbm1_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgbm1:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../034-libglapi-mesa_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../035-libwayland-client0_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../036-libx11-xcb1_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package libxcb-dri2-0:amd64.
Preparing to unpack .../037-libxcb-dri2-0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../038-libxcb-dri3-0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../039-libxcb-present0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../040-libxcb-sync1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xfixes0:amd64.
Preparing to unpack .../041-libxcb-xfixes0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xfixes0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../042-libxshmfence1_1.3-1_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3-1) ...
Selecting previously unselected package libegl-mesa0:amd64.
Preparing to unpack .../043-libegl-mesa0_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libegl-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libegl1:amd64.
Preparing to unpack .../044-libegl1_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libegl1:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../045-libxcb-glx0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../046-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 .../047-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 .../048-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 .../049-libdrm-amdgpu1_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../050-libpciaccess0_0.14-1_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.14-1) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../051-libdrm-intel1_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../052-libdrm-nouveau2_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../053-libdrm-radeon1_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libelf1:amd64.
Preparing to unpack .../054-libelf1_0.170-0.4ubuntu0.1_amd64.deb ...
Unpacking libelf1:amd64 (0.170-0.4ubuntu0.1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../055-libedit2_3.1-20170329-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20170329-1) ...
Selecting previously unselected package libllvm10:amd64.
Preparing to unpack .../056-libllvm10_1%3a10.0.0-4ubuntu1~18.04.2_amd64.deb ...
Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
Selecting previously unselected package libsensors4:amd64.
Preparing to unpack .../057-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 .../058-libgl1-mesa-dri_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../059-libglx-mesa0_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../060-libglx0_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglx0:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../061-libgl1_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libgl1:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../062-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 .../063-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../064-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 .../065-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 .../066-libevdev2_1.5.8+dfsg-1ubuntu0.1_amd64.deb ...
Unpacking libevdev2:amd64 (1.5.8+dfsg-1ubuntu0.1) ...
Selecting previously unselected package libmtdev1:amd64.
Preparing to unpack .../067-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 .../068-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 .../069-libwacom-common_0.29-1_all.deb ...
Unpacking libwacom-common (0.29-1) ...
Selecting previously unselected package libwacom2:amd64.
Preparing to unpack .../070-libwacom2_0.29-1_amd64.deb ...
Unpacking libwacom2:amd64 (0.29-1) ...
Selecting previously unselected package libinput-bin.
Preparing to unpack .../071-libinput-bin_1.10.4-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libinput-bin (1.10.4-1ubuntu0.18.04.2) ...
Selecting previously unselected package libinput10:amd64.
Preparing to unpack .../072-libinput10_1.10.4-1ubuntu0.18.04.2_amd64.deb ...
Unpacking libinput10:amd64 (1.10.4-1ubuntu0.18.04.2) ...
Selecting previously unselected package libqt5dbus5:amd64.
Preparing to unpack .../073-libqt5dbus5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5network5:amd64.
Preparing to unpack .../074-libqt5network5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libsm6:amd64.
Preparing to unpack .../075-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 .../076-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 .../077-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-util1:amd64.
Preparing to unpack .../078-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 .../079-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 .../080-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 .../081-libxcb-randr0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-randr0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../082-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render-util0:amd64.
Preparing to unpack .../083-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 .../084-libxcb-shape0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shape0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xinerama0:amd64.
Preparing to unpack .../085-libxcb-xinerama0_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xkb1:amd64.
Preparing to unpack .../086-libxcb-xkb1_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xkb1:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../087-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 .../088-xkb-data_2.23.1-1ubuntu1.18.04.1_all.deb ...
Unpacking xkb-data (2.23.1-1ubuntu1.18.04.1) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../089-libxkbcommon0_0.8.2-1~ubuntu18.04.1_amd64.deb ...
Unpacking libxkbcommon0:amd64 (0.8.2-1~ubuntu18.04.1) ...
Selecting previously unselected package libxkbcommon-x11-0:amd64.
Preparing to unpack .../090-libxkbcommon-x11-0_0.8.2-1~ubuntu18.04.1_amd64.deb ...
Unpacking libxkbcommon-x11-0:amd64 (0.8.2-1~ubuntu18.04.1) ...
Selecting previously unselected package libqt5gui5:amd64.
Preparing to unpack .../091-libqt5gui5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5widgets5:amd64.
Preparing to unpack .../092-libqt5widgets5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5widgets5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5svg5:amd64.
Preparing to unpack .../093-libqt5svg5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5svg5-dev:amd64.
Preparing to unpack .../094-libqt5svg5-dev_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5svg5-dev:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../095-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 .../096-libxft2_2.3.2-1_amd64.deb ...
Unpacking libxft2:amd64 (2.3.2-1) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../097-libxinerama1_2%3a1.1.3-1_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.3-1) ...
Selecting previously unselected package libxss1:amd64.
Preparing to unpack .../098-libxss1_1%3a1.2.2-1_amd64.deb ...
Unpacking libxss1:amd64 (1:1.2.2-1) ...
Selecting previously unselected package libxxf86dga1:amd64.
Preparing to unpack .../099-libxxf86dga1_2%3a1.1.4-1_amd64.deb ...
Unpacking libxxf86dga1:amd64 (2:1.1.4-1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../100-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package tzdata.
Preparing to unpack .../101-tzdata_2021e-0ubuntu0.18.04_all.deb ...
Unpacking tzdata (2021e-0ubuntu0.18.04) ...
Selecting previously unselected package libopts25:amd64.
Preparing to unpack .../102-libopts25_1%3a5.18.12-4_amd64.deb ...
Unpacking libopts25:amd64 (1:5.18.12-4) ...
Selecting previously unselected package ntp.
Preparing to unpack .../103-ntp_1%3a4.2.8p10+dfsg-5ubuntu7.3_amd64.deb ...
Unpacking ntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../104-libpsl5_0.19.1-5build1_amd64.deb ...
Unpacking libpsl5:amd64 (0.19.1-5build1) ...
Selecting previously unselected package wget.
Preparing to unpack .../105-wget_1.19.4-1ubuntu2.2_amd64.deb ...
Unpacking wget (1.19.4-1ubuntu2.2) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../106-binutils-common_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../107-libbinutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../108-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package binutils.
Preparing to unpack .../109-binutils_2.30-21ubuntu1~18.04.7_amd64.deb ...
Unpacking binutils (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package java-common.
Preparing to unpack .../110-java-common_0.68ubuntu1~18.04.1_all.deb ...
Unpacking java-common (0.68ubuntu1~18.04.1) ...
Selecting previously unselected package locales.
Preparing to unpack .../111-locales_2.27-3ubuntu1.4_all.deb ...
Unpacking locales (2.27-3ubuntu1.4) ...
Setting up libpsl5:amd64 (0.19.1-5build1) ...
Setting up wget (1.19.4-1ubuntu2.2) ...
Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.7) ...
Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.7) ...
Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.7) ...
Setting up binutils (2.30-21ubuntu1~18.04.7) ...
Selecting previously unselected package oracle-java17-installer.
(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 ... 13115 files and directories currently installed.)
Preparing to unpack .../oracle-java17-installer_17.0.1-1~linuxuprising5_amd64.deb ...
oracle-license-v1-3 license has already been accepted
Unpacking oracle-java17-installer (17.0.1-1~linuxuprising5) ...
Setting up java-common (0.68ubuntu1~18.04.1) ...
Setting up locales (2.27-3ubuntu1.4) ...
Generating locales (this might take a while)...
Generation complete.
Setting up oracle-java17-installer (17.0.1-1~linuxuprising5) ...
No /var/cache/oracle-jdk17-installer/wgetrc file found.
Creating /var/cache/oracle-jdk17-installer/wgetrc and
using default oracle-java17-installer wgetrc settings for it.
Downloading Oracle Java 17...
--2022-01-06 13:35:28--  http://download.oracle.com/java/17/archive/jdk-17.0.1_linux-x64_bin.tar.gz
Resolving download.oracle.com (download.oracle.com)... 23.212.156.99
Connecting to download.oracle.com (download.oracle.com)|23.212.156.99|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.oracle.com/java/17/archive/jdk-17.0.1_linux-x64_bin.tar.gz [following]
--2022-01-06 13:35:28--  https://download.oracle.com/java/17/archive/jdk-17.0.1_linux-x64_bin.tar.gz
Connecting to download.oracle.com (download.oracle.com)|23.212.156.99|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 180723427 (172M) [application/x-gzip]
Saving to: 'jdk-17.0.1_linux-x64_bin.tar.gz'

     0K ........ ........ ........ ........ 18% 52.7M 3s
 32768K ........ ........ ........ ........ 37% 47.8M 2s
 65536K ........ ........ ........ ........ 55% 48.0M 2s
 98304K ........ ........ ........ ........ 74% 47.9M 1s
131072K ........ ........ ........ ........ 92% 47.1M 0s
163840K ........ ....                      100% 47.0M=3.6s

2022-01-06 13:35:31 (48.5 MB/s) - 'jdk-17.0.1_linux-x64_bin.tar.gz' saved [180723427/180723427]

Download done.
Removing outdated cached downloads...
update-alternatives: error: no alternatives for java
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jfr to provide /usr/bin/jfr (jfr) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jpackage to provide /usr/bin/jpackage (jpackage) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-17-oracle/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Oracle JDK 17 installed

#####Important########
To set Oracle JDK 17 as default, install the "oracle-java17-set-default" package.
E.g.: sudo apt install oracle-java17-set-default.
Selecting previously unselected package oracle-java17-set-default.
(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 ... 13156 files and directories currently installed.)
Preparing to unpack .../00-oracle-java17-set-default_17.0.1-1~linuxuprising5_all.deb ...
Unpacking oracle-java17-set-default (17.0.1-1~linuxuprising5) ...
Selecting previously unselected package perl-modules-5.26.
Preparing to unpack .../01-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ...
Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
Selecting previously unselected package libgdbm5:amd64.
Preparing to unpack .../02-libgdbm5_1.14.1-6_amd64.deb ...
Unpacking libgdbm5:amd64 (1.14.1-6) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../03-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 .../04-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ...
Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
Selecting previously unselected package perl.
Preparing to unpack .../05-perl_5.26.1-6ubuntu0.5_amd64.deb ...
Unpacking perl (5.26.1-6ubuntu0.5) ...
Selecting previously unselected package poppler-data.
Preparing to unpack .../06-poppler-data_0.4.8-2_all.deb ...
Unpacking poppler-data (0.4.8-2) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../07-libpython2.7-minimal_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../08-python2.7-minimal_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python2.7-minimal (2.7.17-1~18.04ubuntu1.6) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../09-python-minimal_2.7.15~rc1-1_amd64.deb ...
Unpacking python-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../10-libpython2.7-stdlib_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../11-python2.7_2.7.17-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python2.7 (2.7.17-1~18.04ubuntu1.6) ...
Selecting previously unselected package libpython-stdlib:amd64.
Preparing to unpack .../12-libpython-stdlib_2.7.15~rc1-1_amd64.deb ...
Unpacking libpython-stdlib:amd64 (2.7.15~rc1-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Setting up python2.7-minimal (2.7.17-1~18.04ubuntu1.6) ...
Setting up python-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package python.
(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 ... 16334 files and directories currently installed.)
Preparing to unpack .../000-python_2.7.15~rc1-1_amd64.deb ...
Unpacking python (2.7.15~rc1-1) ...
Selecting previously unselected package tex-common.
Preparing to unpack .../001-tex-common_6.09_all.deb ...
Unpacking tex-common (6.09) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../002-dmsetup_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ...
Unpacking dmsetup (2:1.02.145-4.1ubuntu3.18.04.3) ...
Selecting previously unselected package iputils-ping.
Preparing to unpack .../003-iputils-ping_3%3a20161105-1ubuntu3_amd64.deb ...
Unpacking iputils-ping (3:20161105-1ubuntu3) ...
Selecting previously unselected package less.
Preparing to unpack .../004-less_487-0.1_amd64.deb ...
Unpacking less (487-0.1) ...
Selecting previously unselected package libcap2-bin.
Preparing to unpack .../005-libcap2-bin_1%3a2.25-1.2_amd64.deb ...
Unpacking libcap2-bin (1:2.25-1.2) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../006-libfribidi0_0.19.7-2_amd64.deb ...
Unpacking libfribidi0:amd64 (0.19.7-2) ...
Selecting previously unselected package libnss-systemd:amd64.
Preparing to unpack .../007-libnss-systemd_237-3ubuntu10.53_amd64.deb ...
Unpacking libnss-systemd:amd64 (237-3ubuntu10.53) ...
Selecting previously unselected package libpam-cap:amd64.
Preparing to unpack .../008-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 .../009-libpam-systemd_237-3ubuntu10.53_amd64.deb ...
Unpacking libpam-systemd:amd64 (237-3ubuntu10.53) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../010-libpopt0_1.16-11_amd64.deb ...
Unpacking libpopt0:amd64 (1.16-11) ...
Selecting previously unselected package libtext-iconv-perl.
Preparing to unpack .../011-libtext-iconv-perl_1.7-5build6_amd64.deb ...
Unpacking libtext-iconv-perl (1.7-5build6) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../012-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
Selecting previously unselected package logrotate.
Preparing to unpack .../013-logrotate_3.11.0-0.1ubuntu1_amd64.deb ...
Unpacking logrotate (3.11.0-0.1ubuntu1) ...
Selecting previously unselected package networkd-dispatcher.
Preparing to unpack .../014-networkd-dispatcher_1.7-0ubuntu3.3_all.deb ...
Unpacking networkd-dispatcher (1.7-0ubuntu3.3) ...
Selecting previously unselected package sudo.
Preparing to unpack .../015-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ...
Unpacking sudo (1.8.21p2-3ubuntu1.4) ...
Selecting previously unselected package xxd.
Preparing to unpack .../016-xxd_2%3a8.0.1453-1ubuntu1.7_amd64.deb ...
Unpacking xxd (2:8.0.1453-1ubuntu1.7) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../017-vim-common_2%3a8.0.1453-1ubuntu1.7_all.deb ...
Unpacking vim-common (2:8.0.1453-1ubuntu1.7) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../018-krb5-locales_1.16-2ubuntu0.2_all.deb ...
Unpacking krb5-locales (1.16-2ubuntu0.2) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../019-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../020-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../021-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 .../022-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../023-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
Selecting previously unselected package libpcap0.8:amd64.
Preparing to unpack .../024-libpcap0.8_1.8.1-6ubuntu1.18.04.2_amd64.deb ...
Unpacking libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Selecting previously unselected package libssl1.0.0:amd64.
Preparing to unpack .../025-libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb ...
Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.7) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../026-libxmuu1_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
Selecting previously unselected package lsof.
Preparing to unpack .../027-lsof_4.89+dfsg-0.1_amd64.deb ...
Unpacking lsof (4.89+dfsg-0.1) ...
Selecting previously unselected package manpages.
Preparing to unpack .../028-manpages_4.15-1_all.deb ...
Unpacking manpages (4.15-1) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../029-openssh-client_1%3a7.6p1-4ubuntu0.5_amd64.deb ...
Unpacking openssh-client (1:7.6p1-4ubuntu0.5) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../030-publicsuffix_20180223.1310-1_all.deb ...
Unpacking publicsuffix (20180223.1310-1) ...
Selecting previously unselected package tcpdump.
Preparing to unpack .../031-tcpdump_4.9.3-0ubuntu0.18.04.1_amd64.deb ...
Unpacking tcpdump (4.9.3-0ubuntu0.18.04.1) ...
Selecting previously unselected package xauth.
Preparing to unpack .../032-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 .../033-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 .../034-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 .../035-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 .../036-gtk-update-icon-cache_3.22.30-1ubuntu4_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-1ubuntu4) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../037-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 .../038-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ...
Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../039-libcroco3_0.6.12-2_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-2) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../040-libthai-data_0.1.27-2_all.deb ...
Unpacking libthai-data (0.1.27-2) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../041-libdatrie1_0.2.10-7_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.10-7) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../042-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 .../043-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 .../044-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 .../045-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 .../046-librsvg2-2_2.40.20-2ubuntu0.2_amd64.deb ...
Unpacking librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
Selecting previously unselected package librsvg2-common:amd64.
Preparing to unpack .../047-librsvg2-common_2.40.20-2ubuntu0.2_amd64.deb ...
Unpacking librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
Selecting previously unselected package humanity-icon-theme.
Preparing to unpack .../048-humanity-icon-theme_0.6.15_all.deb ...
Unpacking humanity-icon-theme (0.6.15) ...
Selecting previously unselected package ubuntu-mono.
Preparing to unpack .../049-ubuntu-mono_16.10+18.04.20181005-0ubuntu1_all.deb ...
Unpacking ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../050-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 .../051-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 .../052-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 .../053-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 .../054-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../055-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../056-automake_1%3a1.15.1-3ubuntu2_all.deb ...
Unpacking automake (1:1.15.1-3ubuntu2) ...
Selecting previously unselected package libbison-dev:amd64.
Preparing to unpack .../057-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 .../058-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 .../059-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ...
Unpacking libc-dev-bin (2.27-3ubuntu1.4) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../060-linux-libc-dev_4.15.0-166.174_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.15.0-166.174) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../061-libc6-dev_2.27-3ubuntu1.4_amd64.deb ...
Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) ...
Selecting previously unselected package gcc-7-base:amd64.
Preparing to unpack .../062-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libisl19:amd64.
Preparing to unpack .../063-libisl19_0.19-1_amd64.deb ...
Unpacking libisl19:amd64 (0.19-1) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../064-libmpfr6_4.0.1-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.0.1-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../065-libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) ...
Selecting previously unselected package cpp-7.
Preparing to unpack .../066-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package cpp.
Preparing to unpack .../067-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking cpp (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../068-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../069-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../070-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libasan4:amd64.
Preparing to unpack .../071-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../072-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../073-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libubsan0:amd64.
Preparing to unpack .../074-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libcilkrts5:amd64.
Preparing to unpack .../075-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../076-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../077-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libgcc-7-dev:amd64.
Preparing to unpack .../078-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../079-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../080-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking gcc (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package libstdc++-7-dev:amd64.
Preparing to unpack .../081-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../082-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ...
Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ...
Selecting previously unselected package g++.
Preparing to unpack .../083-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ...
Unpacking g++ (4:7.4.0-1ubuntu2.3) ...
Selecting previously unselected package make.
Preparing to unpack .../084-make_4.1-9.1ubuntu1_amd64.deb ...
Unpacking make (4.1-9.1ubuntu1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../085-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ...
Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ...
Selecting previously unselected package patch.
Preparing to unpack .../086-patch_2.7.6-2ubuntu1.1_amd64.deb ...
Unpacking patch (2.7.6-2ubuntu1.1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../087-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ...
Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../088-build-essential_12.4ubuntu1_amd64.deb ...
Unpacking build-essential (12.4ubuntu1) ...
Selecting previously unselected package cmake-data.
Preparing to unpack .../089-cmake-data_3.10.2-1ubuntu2.18.04.2_all.deb ...
Unpacking cmake-data (3.10.2-1ubuntu2.18.04.2) ...
Selecting previously unselected package libarchive13:amd64.
Preparing to unpack .../090-libarchive13_3.2.2-3.1ubuntu0.7_amd64.deb ...
Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.7) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../091-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 .../092-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 .../093-libcurl4_7.58.0-2ubuntu3.16_amd64.deb ...
Unpacking libcurl4:amd64 (7.58.0-2ubuntu3.16) ...
Selecting previously unselected package libjsoncpp1:amd64.
Preparing to unpack .../094-libjsoncpp1_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
Selecting previously unselected package librhash0:amd64.
Preparing to unpack .../095-librhash0_1.3.6-2_amd64.deb ...
Unpacking librhash0:amd64 (1.3.6-2) ...
Selecting previously unselected package libuv1:amd64.
Preparing to unpack .../096-libuv1_1.18.0-3_amd64.deb ...
Unpacking libuv1:amd64 (1.18.0-3) ...
Selecting previously unselected package cmake.
Preparing to unpack .../097-cmake_3.10.2-1ubuntu2.18.04.2_amd64.deb ...
Unpacking cmake (3.10.2-1ubuntu2.18.04.2) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../098-cpp-8_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking cpp-8 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package curl.
Preparing to unpack .../099-curl_7.58.0-2ubuntu3.16_amd64.deb ...
Unpacking curl (7.58.0-2ubuntu3.16) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../100-libdconf1_0.26.0-2ubuntu3_amd64.deb ...
Unpacking libdconf1:amd64 (0.26.0-2ubuntu3) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../101-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 .../102-dconf-gsettings-backend_0.26.0-2ubuntu3_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../103-python3-lib2to3_3.6.9-1~18.04_all.deb ...
Unpacking python3-lib2to3 (3.6.9-1~18.04) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../104-python3-distutils_3.6.9-1~18.04_all.deb ...
Unpacking python3-distutils (3.6.9-1~18.04) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../105-dh-python_3.20180325ubuntu2_all.deb ...
Unpacking dh-python (3.20180325ubuntu2) ...
Selecting previously unselected package libllvm6.0:amd64.
Preparing to unpack .../106-libllvm6.0_1%3a6.0-1ubuntu2_amd64.deb ...
Unpacking libllvm6.0:amd64 (1:6.0-1ubuntu2) ...
Selecting previously unselected package libclang1-6.0:amd64.
Preparing to unpack .../107-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 .../108-libxapian30_1.4.5-1ubuntu0.1_amd64.deb ...
Unpacking libxapian30:amd64 (1.4.5-1ubuntu0.1) ...
Selecting previously unselected package doxygen.
Preparing to unpack .../109-doxygen_1.8.13-10_amd64.deb ...
Unpacking doxygen (1.8.13-10) ...
Selecting previously unselected package emacsen-common.
Preparing to unpack .../110-emacsen-common_2.0.8_all.deb ...
Unpacking emacsen-common (2.0.8) ...
Selecting previously unselected package emacs25-common.
Preparing to unpack .../111-emacs25-common_25.2+1-6_all.deb ...
Unpacking emacs25-common (25.2+1-6) ...
Selecting previously unselected package liblockfile-bin.
Preparing to unpack .../112-liblockfile-bin_1.14-1.1_amd64.deb ...
Unpacking liblockfile-bin (1.14-1.1) ...
Selecting previously unselected package liblockfile1:amd64.
Preparing to unpack .../113-liblockfile1_1.14-1.1_amd64.deb ...
Unpacking liblockfile1:amd64 (1.14-1.1) ...
Selecting previously unselected package emacs25-bin-common.
Preparing to unpack .../114-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 .../115-libasound2-data_1.1.3-5ubuntu0.6_all.deb ...
Unpacking libasound2-data (1.1.3-5ubuntu0.6) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../116-libasound2_1.1.3-5ubuntu0.6_amd64.deb ...
Unpacking libasound2:amd64 (1.1.3-5ubuntu0.6) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../117-libgif7_5.1.4-2ubuntu0.1_amd64.deb ...
Unpacking libgif7:amd64 (5.1.4-2ubuntu0.1) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../118-libgpm2_1.20.7-5_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-5) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../119-libgtk-3-common_3.22.30-1ubuntu4_all.deb ...
Unpacking libgtk-3-common (3.22.30-1ubuntu4) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../120-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 .../121-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 .../122-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 .../123-libcairo-gobject2_1.15.10-2ubuntu0.1_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.15.10-2ubuntu0.1) ...
Selecting previously unselected package libcolord2:amd64.
Preparing to unpack .../124-libcolord2_1.3.3-2build1_amd64.deb ...
Unpacking libcolord2:amd64 (1.3.3-2build1) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../125-libavahi-common-data_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../126-libavahi-common3_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../127-libavahi-client3_0.7-3.1ubuntu1.3_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../128-libcups2_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcups2:amd64 (2.2.7-1ubuntu2.8) ...
Selecting previously unselected package libepoxy0:amd64.
Preparing to unpack .../129-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 .../130-libjson-glib-1.0-common_1.4.2-3ubuntu0.18.04.1_all.deb ...
Unpacking libjson-glib-1.0-common (1.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../131-libjson-glib-1.0-0_1.4.2-3ubuntu0.18.04.1_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.4.2-3ubuntu0.18.04.1) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../132-libproxy1v5_0.4.15-1ubuntu0.2_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.15-1ubuntu0.2) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../133-glib-networking-common_2.56.0-1ubuntu0.1_all.deb ...
Unpacking glib-networking-common (2.56.0-1ubuntu0.1) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../134-glib-networking-services_2.56.0-1ubuntu0.1_amd64.deb ...
Unpacking glib-networking-services (2.56.0-1ubuntu0.1) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../135-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 .../136-glib-networking_2.56.0-1ubuntu0.1_amd64.deb ...
Unpacking glib-networking:amd64 (2.56.0-1ubuntu0.1) ...
Selecting previously unselected package libsoup2.4-1:amd64.
Preparing to unpack .../137-libsoup2.4-1_2.62.1-1ubuntu0.4_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.62.1-1ubuntu0.4) ...
Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Preparing to unpack .../138-libsoup-gnome2.4-1_2.62.1-1ubuntu0.4_amd64.deb ...
Unpacking libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.4) ...
Selecting previously unselected package librest-0.7-0:amd64.
Preparing to unpack .../139-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 .../140-libwayland-cursor0_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../141-libwayland-egl1_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../142-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 .../143-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 .../144-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 .../145-libgtk-3-0_3.22.30-1ubuntu4_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.22.30-1ubuntu4) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../146-libwebp6_0.6.1-2ubuntu0.18.04.1_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Selecting previously unselected package libxpm4:amd64.
Preparing to unpack .../147-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 .../148-libgd3_2.2.5-4ubuntu0.5_amd64.deb ...
Unpacking libgd3:amd64 (2.2.5-4ubuntu0.5) ...
Selecting previously unselected package libotf0:amd64.
Preparing to unpack .../149-libotf0_0.9.13-3build1_amd64.deb ...
Unpacking libotf0:amd64 (0.9.13-3build1) ...
Selecting previously unselected package libxt6:amd64.
Preparing to unpack .../150-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 .../151-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 .../152-libm17n-0_1.7.0-3build1_amd64.deb ...
Unpacking libm17n-0:amd64 (1.7.0-3build1) ...
Selecting previously unselected package emacs25.
Preparing to unpack .../153-emacs25_25.2+1-6_amd64.deb ...
Unpacking emacs25 (25.2+1-6) ...
Selecting previously unselected package emacs.
Preparing to unpack .../154-emacs_47.0_all.deb ...
Unpacking emacs (47.0) ...
Selecting previously unselected package emacs25-el.
Preparing to unpack .../155-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 .../156-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 .../157-tcl-expect_5.45.4-1_amd64.deb ...
Unpacking tcl-expect:amd64 (5.45.4-1) ...
Selecting previously unselected package expect.
Preparing to unpack .../158-expect_5.45.4-1_amd64.deb ...
Unpacking expect (5.45.4-1) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../159-libfakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../160-fakeroot_1.22-2ubuntu1_amd64.deb ...
Unpacking fakeroot (1.22-2ubuntu1) ...
Selecting previously unselected package fonts-lmodern.
Preparing to unpack .../161-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 .../162-fonts-noto-mono_20171026-2_all.deb ...
Unpacking fonts-noto-mono (20171026-2) ...
Selecting previously unselected package fonts-texgyre.
Preparing to unpack .../163-fonts-texgyre_20160520-1_all.deb ...
Unpacking fonts-texgyre (20160520-1) ...
Selecting previously unselected package libasan5:amd64.
Preparing to unpack .../164-libasan5_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libasan5:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../165-libubsan1_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libubsan1:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libgcc-8-dev:amd64.
Preparing to unpack .../166-libgcc-8-dev_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libgcc-8-dev:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../167-gcc-8_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking gcc-8 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libstdc++-8-dev:amd64.
Preparing to unpack .../168-libstdc++-8-dev_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking libstdc++-8-dev:amd64 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package g++-8.
Preparing to unpack .../169-g++-8_8.4.0-1ubuntu1~18.04_amd64.deb ...
Unpacking g++-8 (8.4.0-1ubuntu1~18.04) ...
Selecting previously unselected package libdw1:amd64.
Preparing to unpack .../170-libdw1_0.170-0.4ubuntu0.1_amd64.deb ...
Unpacking libdw1:amd64 (0.170-0.4ubuntu0.1) ...
Selecting previously unselected package libbabeltrace1:amd64.
Preparing to unpack .../171-libbabeltrace1_1.5.5-1_amd64.deb ...
Unpacking libbabeltrace1:amd64 (1.5.5-1) ...
Selecting previously unselected package libpython3.6:amd64.
Preparing to unpack .../172-libpython3.6_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython3.6:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Selecting previously unselected package gdb.
Preparing to unpack .../173-gdb_8.1.1-0ubuntu1_amd64.deb ...
Unpacking gdb (8.1.1-0ubuntu1) ...
Selecting previously unselected package gdbserver.
Preparing to unpack .../174-gdbserver_8.1.1-0ubuntu1_amd64.deb ...
Unpacking gdbserver (8.1.1-0ubuntu1) ...
Selecting previously unselected package libcupsimage2:amd64.
Preparing to unpack .../175-libcupsimage2_2.2.7-1ubuntu2.8_amd64.deb ...
Unpacking libcupsimage2:amd64 (2.2.7-1ubuntu2.8) ...
Selecting previously unselected package libijs-0.35:amd64.
Preparing to unpack .../176-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 .../177-libjbig2dec0_0.13-6_amd64.deb ...
Unpacking libjbig2dec0:amd64 (0.13-6) ...
Selecting previously unselected package libpaper1:amd64.
Preparing to unpack .../178-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ...
Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ...
Selecting previously unselected package libgs9-common.
Preparing to unpack .../179-libgs9-common_9.26~dfsg+0-0ubuntu0.18.04.14_all.deb ...
Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Selecting previously unselected package libgs9:amd64.
Preparing to unpack .../180-libgs9_9.26~dfsg+0-0ubuntu0.18.04.14_amd64.deb ...
Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Selecting previously unselected package ghostscript.
Preparing to unpack .../181-ghostscript_9.26~dfsg+0-0ubuntu0.18.04.14_amd64.deb ...
Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:amd64.
Preparing to unpack .../182-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 .../183-libcurl3-gnutls_7.58.0-2ubuntu3.16_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../184-liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../185-git-man_1%3a2.17.1-1ubuntu0.9_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.9) ...
Selecting previously unselected package git.
Preparing to unpack .../186-git_1%3a2.17.1-1ubuntu0.9_amd64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.9) ...
Selecting previously unselected package libevent-2.1-6:amd64.
Preparing to unpack .../187-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 .../188-libunbound2_1.6.7-1ubuntu2.4_amd64.deb ...
Unpacking libunbound2:amd64 (1.6.7-1ubuntu2.4) ...
Selecting previously unselected package libgnutls-dane0:amd64.
Preparing to unpack .../189-libgnutls-dane0_3.5.18-1ubuntu1.5_amd64.deb ...
Unpacking libgnutls-dane0:amd64 (3.5.18-1ubuntu1.5) ...
Selecting previously unselected package gnutls-bin.
Preparing to unpack .../190-gnutls-bin_3.5.18-1ubuntu1.5_amd64.deb ...
Unpacking gnutls-bin (3.5.18-1ubuntu1.5) ...
Selecting previously unselected package libann0.
Preparing to unpack .../191-libann0_1.1.2+doc-6_amd64.deb ...
Unpacking libann0 (1.1.2+doc-6) ...
Selecting previously unselected package libcdt5.
Preparing to unpack .../192-libcdt5_2.40.1-2_amd64.deb ...
Unpacking libcdt5 (2.40.1-2) ...
Selecting previously unselected package libcgraph6.
Preparing to unpack .../193-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 .../194-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 .../195-libpathplan4_2.40.1-2_amd64.deb ...
Unpacking libpathplan4 (2.40.1-2) ...
Selecting previously unselected package libgvc6.
Preparing to unpack .../196-libgvc6_2.40.1-2_amd64.deb ...
Unpacking libgvc6 (2.40.1-2) ...
Selecting previously unselected package libgvpr2.
Preparing to unpack .../197-libgvpr2_2.40.1-2_amd64.deb ...
Unpacking libgvpr2 (2.40.1-2) ...
Selecting previously unselected package liblab-gamut1.
Preparing to unpack .../198-liblab-gamut1_2.40.1-2_amd64.deb ...
Unpacking liblab-gamut1 (2.40.1-2) ...
Selecting previously unselected package libxmu6:amd64.
Preparing to unpack .../199-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 .../200-libxaw7_2%3a1.0.13-1_amd64.deb ...
Unpacking libxaw7:amd64 (2:1.0.13-1) ...
Selecting previously unselected package graphviz.
Preparing to unpack .../201-graphviz_2.40.1-2_amd64.deb ...
Unpacking graphviz (2.40.1-2) ...
Selecting previously unselected package gsfonts.
Preparing to unpack .../202-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 libfontenc1:amd64.
Preparing to unpack .../203-libfontenc1_1%3a1.1.3-1_amd64.deb ...
Unpacking libfontenc1:amd64 (1:1.1.3-1) ...
Selecting previously unselected package xfonts-encodings.
Preparing to unpack .../204-xfonts-encodings_1%3a1.0.4-2_all.deb ...
Unpacking xfonts-encodings (1:1.0.4-2) ...
Selecting previously unselected package xfonts-utils.
Preparing to unpack .../205-xfonts-utils_1%3a7.7+6_amd64.deb ...
Unpacking xfonts-utils (1:7.7+6) ...
Selecting previously unselected package gsfonts-x11.
Preparing to unpack .../206-gsfonts-x11_0.25_all.deb ...
Unpacking gsfonts-x11 (0.25) ...
Selecting previously unselected package libcdparanoia0:amd64.
Preparing to unpack .../207-libcdparanoia0_3.10.2+debian-13_amd64.deb ...
Unpacking libcdparanoia0:amd64 (3.10.2+debian-13) ...
Selecting previously unselected package libgstreamer1.0-0:amd64.
Preparing to unpack .../208-libgstreamer1.0-0_1.14.5-0ubuntu1~18.04.2_amd64.deb ...
Unpacking libgstreamer1.0-0:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Selecting previously unselected package liborc-0.4-0:amd64.
Preparing to unpack .../209-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 .../210-libgstreamer-plugins-base1.0-0_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Selecting previously unselected package libopus0:amd64.
Preparing to unpack .../211-libopus0_1.1.2-1ubuntu1_amd64.deb ...
Unpacking libopus0:amd64 (1.1.2-1ubuntu1) ...
Selecting previously unselected package libtheora0:amd64.
Preparing to unpack .../212-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 .../213-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 .../214-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 .../215-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 .../216-gstreamer1.0-plugins-base_1.14.5-0ubuntu1~18.04.3_amd64.deb ...
Unpacking gstreamer1.0-plugins-base:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../217-icu-devtools_60.2-3ubuntu3.2_amd64.deb ...
Unpacking icu-devtools (60.2-3ubuntu3.2) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../218-javascript-common_11_all.deb ...
Unpacking javascript-common (11) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../219-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 .../220-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 .../221-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libapr1:amd64.
Preparing to unpack .../222-libapr1_1.6.3-2_amd64.deb ...
Unpacking libapr1:amd64 (1.6.3-2) ...
Selecting previously unselected package libaprutil1:amd64.
Preparing to unpack .../223-libaprutil1_1.6.1-2_amd64.deb ...
Unpacking libaprutil1:amd64 (1.6.1-2) ...
Selecting previously unselected package libasyncns0:amd64.
Preparing to unpack .../224-libasyncns0_0.8-6_amd64.deb ...
Unpacking libasyncns0:amd64 (0.8-6) ...
Selecting previously unselected package libbsd-dev:amd64.
Preparing to unpack .../225-libbsd-dev_0.8.7-1ubuntu0.1_amd64.deb ...
Unpacking libbsd-dev:amd64 (0.8.7-1ubuntu0.1) ...
Selecting previously unselected package libcupsfilters1:amd64.
Preparing to unpack .../226-libcupsfilters1_1.20.2-0ubuntu3.1_amd64.deb ...
Unpacking libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../227-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 .../228-libdrm-dev_2.4.101-2~18.04.1_amd64.deb ...
Unpacking libdrm-dev:amd64 (2.4.101-2~18.04.1) ...
Selecting previously unselected package libtinfo-dev:amd64.
Preparing to unpack .../229-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 .../230-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ...
Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libedit-dev:amd64.
Preparing to unpack .../231-libedit-dev_3.1-20170329-1_amd64.deb ...
Unpacking libedit-dev:amd64 (3.1-20170329-1) ...
Selecting previously unselected package xorg-sgml-doctools.
Preparing to unpack .../232-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 .../233-x11proto-dev_2018.4-4_all.deb ...
Unpacking x11proto-dev (2018.4-4) ...
Selecting previously unselected package x11proto-core-dev.
Preparing to unpack .../234-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 .../235-libxau-dev_1%3a1.0.8-1ubuntu1_amd64.deb ...
Unpacking libxau-dev:amd64 (1:1.0.8-1ubuntu1) ...
Selecting previously unselected package libxdmcp-dev:amd64.
Preparing to unpack .../236-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 .../237-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 .../238-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 .../239-libxcb1-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb1-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libx11-dev:amd64.
Preparing to unpack .../240-libx11-dev_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package mesa-common-dev:amd64.
Preparing to unpack .../241-mesa-common-dev_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking mesa-common-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglvnd-core-dev:amd64.
Preparing to unpack .../242-libglvnd-core-dev_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libgles1:amd64.
Preparing to unpack .../243-libgles1_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libgles1:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libgles2:amd64.
Preparing to unpack .../244-libgles2_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libgles2:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libopengl0:amd64.
Preparing to unpack .../245-libopengl0_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libopengl0:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package libglvnd-dev:amd64.
Preparing to unpack .../246-libglvnd-dev_1.0.0-2ubuntu2.3_amd64.deb ...
Unpacking libglvnd-dev:amd64 (1.0.0-2ubuntu2.3) ...
Selecting previously unselected package x11proto-xext-dev.
Preparing to unpack .../247-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 .../248-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 .../249-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 .../250-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 .../251-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 .../252-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 .../253-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 .../254-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 .../255-libxcb-glx0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-glx0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-dri2-0-dev:amd64.
Preparing to unpack .../256-libxcb-dri2-0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri2-0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-dri3-dev:amd64.
Preparing to unpack .../257-libxcb-dri3-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-dri3-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-render0-dev:amd64.
Preparing to unpack .../258-libxcb-render0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-render0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-randr0-dev:amd64.
Preparing to unpack .../259-libxcb-randr0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-randr0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-shape0-dev:amd64.
Preparing to unpack .../260-libxcb-shape0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-shape0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-xfixes0-dev:amd64.
Preparing to unpack .../261-libxcb-xfixes0-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-xfixes0-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-sync-dev:amd64.
Preparing to unpack .../262-libxcb-sync-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-sync-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxcb-present-dev:amd64.
Preparing to unpack .../263-libxcb-present-dev_1.13-2~ubuntu18.04_amd64.deb ...
Unpacking libxcb-present-dev:amd64 (1.13-2~ubuntu18.04) ...
Selecting previously unselected package libxshmfence-dev:amd64.
Preparing to unpack .../264-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 .../265-libx11-xcb-dev_2%3a1.6.4-3ubuntu0.4_amd64.deb ...
Unpacking libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package libwayland-bin.
Preparing to unpack .../266-libwayland-bin_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-bin (1.16.0-1ubuntu1.1~18.04.3) ...
Selecting previously unselected package libwayland-dev:amd64.
Preparing to unpack .../267-libwayland-dev_1.16.0-1ubuntu1.1~18.04.3_amd64.deb ...
Unpacking libwayland-dev:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Selecting previously unselected package libegl1-mesa-dev:amd64.
Preparing to unpack .../268-libegl1-mesa-dev_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libegl1-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../269-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libexpat1-dev:amd64.
Preparing to unpack .../270-libexpat1-dev_2.2.5-3ubuntu0.2_amd64.deb ...
Unpacking libexpat1-dev:amd64 (2.2.5-3ubuntu0.2) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../271-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 .../272-libfile-basedir-perl_0.07-1_all.deb ...
Unpacking libfile-basedir-perl (0.07-1) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../273-liburi-perl_1.73-1_all.deb ...
Unpacking liburi-perl (1.73-1) ...
Selecting previously unselected package libfile-desktopentry-perl.
Preparing to unpack .../274-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 .../275-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3build2) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../276-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../277-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 .../278-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 .../279-libfile-mimeinfo-perl_0.28-1_all.deb ...
Unpacking libfile-mimeinfo-perl (0.28-1) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../280-libfl2_2.6.4-6_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-6) ...
Selecting previously unselected package libfl-dev:amd64.
Preparing to unpack .../281-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 .../282-libflac8_1.3.2-1_amd64.deb ...
Unpacking libflac8:amd64 (1.3.2-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../283-libfont-afm-perl_1.20-2_all.deb ...
Unpacking libfont-afm-perl (1.20-2) ...
Selecting previously unselected package libgpg-error-dev.
Preparing to unpack .../284-libgpg-error-dev_1.27-6_amd64.deb ...
Unpacking libgpg-error-dev (1.27-6) ...
Selecting previously unselected package libgcrypt20-dev.
Preparing to unpack .../285-libgcrypt20-dev_1.8.1-4ubuntu1.3_amd64.deb ...
Unpacking libgcrypt20-dev (1.8.1-4ubuntu1.3) ...
Selecting previously unselected package libgdk-pixbuf2.0-bin.
Preparing to unpack .../286-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 .../287-libgl1-mesa-glx_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libgles2-mesa-dev:amd64.
Preparing to unpack .../288-libgles2-mesa-dev_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgles2-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../289-libglib2.0-bin_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libglib2.0-bin (2.56.4-0ubuntu0.18.04.9) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../290-libglib2.0-dev-bin_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ...
Selecting previously unselected package libpcre16-3:amd64.
Preparing to unpack .../291-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 .../292-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 .../293-libpcrecpp0v5_2%3a8.39-9_amd64.deb ...
Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ...
Selecting previously unselected package libpcre3-dev:amd64.
Preparing to unpack .../294-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 .../295-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 .../296-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 .../297-libglib2.0-dev_2.56.4-0ubuntu0.18.04.9_amd64.deb ...
Unpacking libglib2.0-dev:amd64 (2.56.4-0ubuntu0.18.04.9) ...
Selecting previously unselected package libglu1-mesa:amd64.
Preparing to unpack .../298-libglu1-mesa_9.0.0-2.1build1_amd64.deb ...
Unpacking libglu1-mesa:amd64 (9.0.0-2.1build1) ...
Selecting previously unselected package libgl1-mesa-dev:amd64.
Preparing to unpack .../299-libgl1-mesa-dev_20.0.8-0ubuntu1~18.04.1_amd64.deb ...
Unpacking libgl1-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Selecting previously unselected package libglu1-mesa-dev:amd64.
Preparing to unpack .../300-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 .../301-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 .../302-libgtk-3-bin_3.22.30-1ubuntu4_amd64.deb ...
Unpacking libgtk-3-bin (3.22.30-1ubuntu4) ...
Selecting previously unselected package libgts-bin.
Preparing to unpack .../303-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 .../304-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 .../305-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 .../306-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 .../307-libiculx60_60.2-3ubuntu3.2_amd64.deb ...
Unpacking libiculx60:amd64 (60.2-3ubuntu3.2) ...
Selecting previously unselected package libicu-le-hb-dev:amd64.
Preparing to unpack .../308-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 .../309-libicu-dev_60.2-3ubuntu3.2_amd64.deb ...
Unpacking libicu-dev (60.2-3ubuntu3.2) ...
Selecting previously unselected package libharfbuzz-dev:amd64.
Preparing to unpack .../310-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 .../311-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 .../312-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 .../313-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 .../314-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 .../315-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 .../316-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 .../317-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 .../318-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 .../319-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 .../320-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 .../321-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 .../322-perl-openssl-defaults_3build1_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3build1) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../323-libnet-ssleay-perl_1.84-1ubuntu0.2_amd64.deb ...
Unpacking libnet-ssleay-perl (1.84-1ubuntu0.2) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../324-libio-socket-ssl-perl_2.060-3~ubuntu18.04.1_all.deb ...
Unpacking libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../325-libjs-jquery_3.2.1-1_all.deb ...
Unpacking libjs-jquery (3.2.1-1) ...
Selecting previously unselected package libkpathsea6:amd64.
Preparing to unpack .../326-libkpathsea6_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libkpathsea6:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../327-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 .../328-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 .../329-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 .../330-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 .../331-libwww-robotrules-perl_6.01-1_all.deb ...
Unpacking libwww-robotrules-perl (6.01-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../332-libwww-perl_6.31-1ubuntu0.1_all.deb ...
Unpacking libwww-perl (6.31-1ubuntu0.1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../333-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 .../334-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 .../335-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libmaxminddb0:amd64.
Preparing to unpack .../336-libmaxminddb0_1.3.1-1_amd64.deb ...
Unpacking libmaxminddb0:amd64 (1.3.1-1) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../337-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 .../338-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 .../339-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 .../340-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 .../341-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 .../342-libnspr4_2%3a4.18-1ubuntu1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.18-1ubuntu1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../343-libnss3_2%3a3.35-2ubuntu2.13_amd64.deb ...
Unpacking libnss3:amd64 (2:3.35-2ubuntu2.13) ...
Selecting previously unselected package libpaper-utils.
Preparing to unpack .../344-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 .../345-libpcap0.8-dev_1.8.1-6ubuntu1.18.04.2_amd64.deb ...
Unpacking libpcap0.8-dev:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Selecting previously unselected package libpcap-dev:amd64.
Preparing to unpack .../346-libpcap-dev_1.8.1-6ubuntu1.18.04.2_amd64.deb ...
Unpacking libpcap-dev:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Selecting previously unselected package libpoppler73:amd64.
Preparing to unpack .../347-libpoppler73_0.62.0-2ubuntu2.12_amd64.deb ...
Unpacking libpoppler73:amd64 (0.62.0-2ubuntu2.12) ...
Selecting previously unselected package libpotrace0.
Preparing to unpack .../348-libpotrace0_1.14-2_amd64.deb ...
Unpacking libpotrace0 (1.14-2) ...
Selecting previously unselected package libptexenc1:amd64.
Preparing to unpack .../349-libptexenc1_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libptexenc1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libsndfile1:amd64.
Preparing to unpack .../350-libsndfile1_1.0.28-4ubuntu0.18.04.2_amd64.deb ...
Unpacking libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../351-libwrap0_7.6.q-27_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-27) ...
Selecting previously unselected package libpulse0:amd64.
Preparing to unpack .../352-libpulse0_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
Selecting previously unselected package libpulse-mainloop-glib0:amd64.
Preparing to unpack .../353-libpulse-mainloop-glib0_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulse-mainloop-glib0:amd64 (1:11.1-1ubuntu7.11) ...
Selecting previously unselected package libpulse-dev:amd64.
Preparing to unpack .../354-libpulse-dev_1%3a11.1-1ubuntu7.11_amd64.deb ...
Unpacking libpulse-dev:amd64 (1:11.1-1ubuntu7.11) ...
Selecting previously unselected package libpython3.6-dev:amd64.
Preparing to unpack .../355-libpython3.6-dev_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking libpython3.6-dev:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Selecting previously unselected package libpython3-dev:amd64.
Preparing to unpack .../356-libpython3-dev_3.6.7-1~18.04_amd64.deb ...
Unpacking libpython3-dev:amd64 (3.6.7-1~18.04) ...
Selecting previously unselected package libqt5multimedia5:amd64.
Preparing to unpack .../357-libqt5multimedia5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimedia5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5opengl5:amd64.
Preparing to unpack .../358-libqt5opengl5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5multimediawidgets5:amd64.
Preparing to unpack .../359-libqt5multimediawidgets5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqgsttools-p1:amd64.
Preparing to unpack .../360-libqgsttools-p1_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5concurrent5:amd64.
Preparing to unpack .../361-libqt5concurrent5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5concurrent5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5qml5:amd64.
Preparing to unpack .../362-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 .../363-libqt5quick5_5.9.5-0ubuntu1.1_amd64.deb ...
Unpacking libqt5quick5:amd64 (5.9.5-0ubuntu1.1) ...
Selecting previously unselected package libqt5multimediaquick-p5:amd64.
Preparing to unpack .../364-libqt5multimediaquick-p5_5.9.5-0ubuntu1_amd64.deb ...
Unpacking libqt5multimediaquick-p5:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package libqt5printsupport5:amd64.
Preparing to unpack .../365-libqt5printsupport5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5sql5:amd64.
Preparing to unpack .../366-libqt5sql5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5sql5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5test5:amd64.
Preparing to unpack .../367-libqt5test5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5test5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5xml5:amd64.
Preparing to unpack .../368-libqt5xml5_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5xml5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package qt5-qmake-bin.
Preparing to unpack .../369-qt5-qmake-bin_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qt5-qmake-bin (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package qtchooser.
Preparing to unpack .../370-qtchooser_64-ga1b6736-5_amd64.deb ...
Unpacking qtchooser (64-ga1b6736-5) ...
Selecting previously unselected package qt5-qmake:amd64.
Preparing to unpack .../371-qt5-qmake_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qt5-qmake:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package qtbase5-dev-tools.
Preparing to unpack .../372-qtbase5-dev-tools_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qtbase5-dev-tools (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package qtbase5-dev:amd64.
Preparing to unpack .../373-qtbase5-dev_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qtbase5-dev:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5opengl5-dev:amd64.
Preparing to unpack .../374-libqt5opengl5-dev_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5opengl5-dev:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package libqt5sql5-sqlite:amd64.
Preparing to unpack .../375-libqt5sql5-sqlite_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package rubygems-integration.
Preparing to unpack .../376-rubygems-integration_1.11_all.deb ...
Unpacking rubygems-integration (1.11) ...
Selecting previously unselected package ruby2.5.
Preparing to unpack .../377-ruby2.5_2.5.1-1ubuntu1.10_amd64.deb ...
Unpacking ruby2.5 (2.5.1-1ubuntu1.10) ...
Selecting previously unselected package ruby.
Preparing to unpack .../378-ruby_1%3a2.5.1_amd64.deb ...
Unpacking ruby (1:2.5.1) ...
Selecting previously unselected package rake.
Preparing to unpack .../379-rake_12.3.1-1ubuntu0.1_all.deb ...
Unpacking rake (12.3.1-1ubuntu0.1) ...
Selecting previously unselected package ruby-did-you-mean.
Preparing to unpack .../380-ruby-did-you-mean_1.2.0-2_all.deb ...
Unpacking ruby-did-you-mean (1.2.0-2) ...
Selecting previously unselected package ruby-minitest.
Preparing to unpack .../381-ruby-minitest_5.10.3-1_all.deb ...
Unpacking ruby-minitest (5.10.3-1) ...
Selecting previously unselected package ruby-net-telnet.
Preparing to unpack .../382-ruby-net-telnet_0.1.1-2_all.deb ...
Unpacking ruby-net-telnet (0.1.1-2) ...
Selecting previously unselected package ruby-power-assert.
Preparing to unpack .../383-ruby-power-assert_0.3.0-1_all.deb ...
Unpacking ruby-power-assert (0.3.0-1) ...
Selecting previously unselected package ruby-test-unit.
Preparing to unpack .../384-ruby-test-unit_3.2.5-1_all.deb ...
Unpacking ruby-test-unit (3.2.5-1) ...
Selecting previously unselected package libruby2.5:amd64.
Preparing to unpack .../385-libruby2.5_2.5.1-1ubuntu1.10_amd64.deb ...
Unpacking libruby2.5:amd64 (2.5.1-1ubuntu1.10) ...
Selecting previously unselected package libserf-1-1:amd64.
Preparing to unpack .../386-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 .../387-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 .../388-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 .../389-libssh-gcrypt-4_0.8.0~20170825.94fa1e38-1ubuntu0.7_amd64.deb ...
Unpacking libssh-gcrypt-4:amd64 (0.8.0~20170825.94fa1e38-1ubuntu0.7) ...
Selecting previously unselected package libssl-dev:amd64.
Preparing to unpack .../390-libssl-dev_1.1.1-1ubuntu2.1~18.04.14_amd64.deb ...
Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.14) ...
Selecting previously unselected package libsvn1:amd64.
Preparing to unpack .../391-libsvn1_1.9.7-4ubuntu1_amd64.deb ...
Unpacking libsvn1:amd64 (1.9.7-4ubuntu1) ...
Selecting previously unselected package libsynctex1:amd64.
Preparing to unpack .../392-libsynctex1_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libsynctex1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libtexlua52:amd64.
Preparing to unpack .../393-libtexlua52_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libtexlua52:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libtexluajit2:amd64.
Preparing to unpack .../394-libtexluajit2_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking libtexluajit2:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package libtie-ixhash-perl.
Preparing to unpack .../395-libtie-ixhash-perl_1.23-2_all.deb ...
Unpacking libtie-ixhash-perl (1.23-2) ...
Selecting previously unselected package libtk8.6:amd64.
Preparing to unpack .../396-libtk8.6_8.6.8-4_amd64.deb ...
Unpacking libtk8.6:amd64 (8.6.8-4) ...
Selecting previously unselected package libtool.
Preparing to unpack .../397-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package libtool-bin.
Preparing to unpack .../398-libtool-bin_2.4.6-2_amd64.deb ...
Unpacking libtool-bin (2.4.6-2) ...
Selecting previously unselected package libutempter0:amd64.
Preparing to unpack .../399-libutempter0_1.1.6-3_amd64.deb ...
Unpacking libutempter0:amd64 (1.1.6-3) ...
Selecting previously unselected package libwacom-bin.
Preparing to unpack .../400-libwacom-bin_0.29-1_amd64.deb ...
Unpacking libwacom-bin (0.29-1) ...
Selecting previously unselected package libwireshark-data.
Preparing to unpack .../401-libwireshark-data_2.6.10-1~ubuntu18.04.0_all.deb ...
Unpacking libwireshark-data (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libwsutil9:amd64.
Preparing to unpack .../402-libwsutil9_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwsutil9:amd64 (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libwsutil-dev.
Preparing to unpack .../403-libwsutil-dev_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwsutil-dev (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libwiretap8:amd64.
Preparing to unpack .../404-libwiretap8_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwiretap8:amd64 (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libwiretap-dev.
Preparing to unpack .../405-libwiretap-dev_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwiretap-dev (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libc-ares2:amd64.
Preparing to unpack .../406-libc-ares2_1.14.0-1ubuntu0.1_amd64.deb ...
Unpacking libc-ares2:amd64 (1.14.0-1ubuntu0.1) ...
Selecting previously unselected package libsnappy1v5:amd64.
Preparing to unpack .../407-libsnappy1v5_1.1.7-1_amd64.deb ...
Unpacking libsnappy1v5:amd64 (1.1.7-1) ...
Selecting previously unselected package libsbc1:amd64.
Preparing to unpack .../408-libsbc1_1.3-2_amd64.deb ...
Unpacking libsbc1:amd64 (1.3-2) ...
Selecting previously unselected package libwscodecs2:amd64.
Preparing to unpack .../409-libwscodecs2_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwscodecs2:amd64 (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libwireshark11:amd64.
Preparing to unpack .../410-libwireshark11_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwireshark11:amd64 (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libwireshark-dev.
Preparing to unpack .../411-libwireshark-dev_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking libwireshark-dev (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package libx11-doc.
Preparing to unpack .../412-libx11-doc_2%3a1.6.4-3ubuntu0.4_all.deb ...
Unpacking libx11-doc (2:1.6.4-3ubuntu0.4) ...
Selecting previously unselected package libx11-protocol-perl.
Preparing to unpack .../413-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 .../414-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 .../415-libxml2-dev_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ...
Unpacking libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ...
Selecting previously unselected package libxml2-utils.
Preparing to unpack .../416-libxml2-utils_2.9.4+dfsg1-6.1ubuntu1.4_amd64.deb ...
Unpacking libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.4) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../417-libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ...
Selecting previously unselected package libxv1:amd64.
Preparing to unpack .../418-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 .../419-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 .../420-lmodern_2.004.5-3_all.deb ...
Unpacking lmodern (2.004.5-3) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../421-manpages-dev_4.15-1_all.deb ...
Unpacking manpages-dev (4.15-1) ...
Selecting previously unselected package ncurses-term.
Preparing to unpack .../422-ncurses-term_6.1-1ubuntu1.18.04_all.deb ...
Unpacking ncurses-term (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package net-tools.
Preparing to unpack .../423-net-tools_1.60+git20161116.90da8a0-1ubuntu1_amd64.deb ...
Unpacking net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Selecting previously unselected package openssh-sftp-server.
Preparing to unpack .../424-openssh-sftp-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ...
Unpacking openssh-sftp-server (1:7.6p1-4ubuntu0.5) ...
Selecting previously unselected package openssh-server.
Preparing to unpack .../425-openssh-server_1%3a7.6p1-4ubuntu0.5_amd64.deb ...
Unpacking openssh-server (1:7.6p1-4ubuntu0.5) ...
Selecting previously unselected package preview-latex-style.
Preparing to unpack .../426-preview-latex-style_11.91-1ubuntu1_all.deb ...
Unpacking preview-latex-style (11.91-1ubuntu1) ...
Selecting previously unselected package ps2eps.
Preparing to unpack .../427-ps2eps_1.68+binaryfree-2_amd64.deb ...
Unpacking ps2eps (1.68+binaryfree-2) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../428-python-pip-whl_9.0.1-2.3~ubuntu1.18.04.5_all.deb ...
Unpacking python-pip-whl (9.0.1-2.3~ubuntu1.18.04.5) ...
Selecting previously unselected package python3-asn1crypto.
Preparing to unpack .../429-python3-asn1crypto_0.24.0-1_all.deb ...
Unpacking python3-asn1crypto (0.24.0-1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../430-python3-certifi_2018.1.18-2_all.deb ...
Unpacking python3-certifi (2018.1.18-2) ...
Selecting previously unselected package python3-cffi-backend.
Preparing to unpack .../431-python3-cffi-backend_1.11.5-1_amd64.deb ...
Unpacking python3-cffi-backend (1.11.5-1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../432-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 .../433-python3-chardet_3.0.4-1_all.deb ...
Unpacking python3-chardet (3.0.4-1) ...
Selecting previously unselected package python3-crypto.
Preparing to unpack .../434-python3-crypto_2.6.1-8ubuntu2_amd64.deb ...
Unpacking python3-crypto (2.6.1-8ubuntu2) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../435-python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../436-python3-six_1.11.0-2_all.deb ...
Unpacking python3-six (1.11.0-2) ...
Selecting previously unselected package python3-cryptography.
Preparing to unpack .../437-python3-cryptography_2.1.4-1ubuntu1.4_amd64.deb ...
Unpacking python3-cryptography (2.1.4-1ubuntu1.4) ...
Selecting previously unselected package python3.6-dev.
Preparing to unpack .../438-python3.6-dev_3.6.9-1~18.04ubuntu1.6_amd64.deb ...
Unpacking python3.6-dev (3.6.9-1~18.04ubuntu1.6) ...
Selecting previously unselected package python3-dev.
Preparing to unpack .../439-python3-dev_3.6.7-1~18.04_amd64.deb ...
Unpacking python3-dev (3.6.7-1~18.04) ...
Selecting previously unselected package python3-secretstorage.
Preparing to unpack .../440-python3-secretstorage_2.3.1-2_all.deb ...
Unpacking python3-secretstorage (2.3.1-2) ...
Selecting previously unselected package python3-keyring.
Preparing to unpack .../441-python3-keyring_10.6.0-1_all.deb ...
Unpacking python3-keyring (10.6.0-1) ...
Selecting previously unselected package python3-keyrings.alt.
Preparing to unpack .../442-python3-keyrings.alt_3.0-1_all.deb ...
Unpacking python3-keyrings.alt (3.0-1) ...
Selecting previously unselected package python3-pip.
Preparing to unpack .../443-python3-pip_9.0.1-2.3~ubuntu1.18.04.5_all.deb ...
Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.5) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../444-python3-urllib3_1.22-1ubuntu0.18.04.2_all.deb ...
Unpacking python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../445-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
Selecting previously unselected package python3-setuptools.
Preparing to unpack .../446-python3-setuptools_39.0.1-2_all.deb ...
Unpacking python3-setuptools (39.0.1-2) ...
Selecting previously unselected package python3-wheel.
Preparing to unpack .../447-python3-wheel_0.30.0-0.2_all.deb ...
Unpacking python3-wheel (0.30.0-0.2) ...
Selecting previously unselected package python3-xdg.
Preparing to unpack .../448-python3-xdg_0.25-4ubuntu1.1_all.deb ...
Unpacking python3-xdg (0.25-4ubuntu1.1) ...
Selecting previously unselected package qt5-default:amd64.
Preparing to unpack .../449-qt5-default_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qt5-default:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package qt5-gtk-platformtheme:amd64.
Preparing to unpack .../450-qt5-gtk-platformtheme_5.9.5+dfsg-0ubuntu2.6_amd64.deb ...
Unpacking qt5-gtk-platformtheme:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Selecting previously unselected package qtmultimedia5-dev:amd64.
Preparing to unpack .../451-qtmultimedia5-dev_5.9.5-0ubuntu1_amd64.deb ...
Unpacking qtmultimedia5-dev:amd64 (5.9.5-0ubuntu1) ...
Selecting previously unselected package qttranslations5-l10n.
Preparing to unpack .../452-qttranslations5-l10n_5.9.5-0ubuntu1_all.deb ...
Unpacking qttranslations5-l10n (5.9.5-0ubuntu1) ...
Selecting previously unselected package sntp.
Preparing to unpack .../453-sntp_1%3a4.2.8p10+dfsg-5ubuntu7.3_amd64.deb ...
Unpacking sntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
Selecting previously unselected package ssl-cert.
Preparing to unpack .../454-ssl-cert_1.0.39_all.deb ...
Unpacking ssl-cert (1.0.39) ...
Selecting previously unselected package subversion.
Preparing to unpack .../455-subversion_1.9.7-4ubuntu1_amd64.deb ...
Unpacking subversion (1.9.7-4ubuntu1) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../456-t1utils_1.41-2_amd64.deb ...
Unpacking t1utils (1.41-2) ...
Selecting previously unselected package tcl8.6.
Preparing to unpack .../457-tcl8.6_8.6.8+dfsg-3_amd64.deb ...
Unpacking tcl8.6 (8.6.8+dfsg-3) ...
Selecting previously unselected package tcl.
Preparing to unpack .../458-tcl_8.6.0+9_amd64.deb ...
Unpacking tcl (8.6.0+9) ...
Selecting previously unselected package tex-gyre.
Preparing to unpack .../459-tex-gyre_20160520-1_all.deb ...
Unpacking tex-gyre (20160520-1) ...
Selecting previously unselected package texlive-binaries.
Preparing to unpack .../460-texlive-binaries_2017.20170613.44572-8ubuntu0.1_amd64.deb ...
Unpacking texlive-binaries (2017.20170613.44572-8ubuntu0.1) ...
Selecting previously unselected package xdg-utils.
Preparing to unpack .../461-xdg-utils_1.1.2-1ubuntu2.5_all.deb ...
Unpacking xdg-utils (1.1.2-1ubuntu2.5) ...
Selecting previously unselected package texlive-base.
Preparing to unpack .../462-texlive-base_2017.20180305-1_all.deb ...
Unpacking texlive-base (2017.20180305-1) ...
Selecting previously unselected package texlive-font-utils.
Preparing to unpack .../463-texlive-font-utils_2017.20180305-2_all.deb ...
Unpacking texlive-font-utils (2017.20180305-2) ...
Selecting previously unselected package texlive-fonts-recommended.
Preparing to unpack .../464-texlive-fonts-recommended_2017.20180305-1_all.deb ...
Unpacking texlive-fonts-recommended (2017.20180305-1) ...
Selecting previously unselected package texlive-latex-base.
Preparing to unpack .../465-texlive-latex-base_2017.20180305-1_all.deb ...
Unpacking texlive-latex-base (2017.20180305-1) ...
Selecting previously unselected package texlive-latex-recommended.
Preparing to unpack .../466-texlive-latex-recommended_2017.20180305-1_all.deb ...
Unpacking texlive-latex-recommended (2017.20180305-1) ...
Selecting previously unselected package texlive-pictures.
Preparing to unpack .../467-texlive-pictures_2017.20180305-1_all.deb ...
Unpacking texlive-pictures (2017.20180305-1) ...
Selecting previously unselected package texlive-latex-extra.
Preparing to unpack .../468-texlive-latex-extra_2017.20180305-2_all.deb ...
Unpacking texlive-latex-extra (2017.20180305-2) ...
Selecting previously unselected package texlive-plain-generic.
Preparing to unpack .../469-texlive-plain-generic_2017.20180305-2_all.deb ...
Unpacking texlive-plain-generic (2017.20180305-2) ...
Selecting previously unselected package tipa.
Preparing to unpack .../470-tipa_2%3a1.3-20_all.deb ...
Unpacking tipa (2:1.3-20) ...
Selecting previously unselected package tk8.6.
Preparing to unpack .../471-tk8.6_8.6.8-4_amd64.deb ...
Unpacking tk8.6 (8.6.8-4) ...
Selecting previously unselected package tk.
Preparing to unpack .../472-tk_8.6.0+9_amd64.deb ...
Unpacking tk (8.6.0+9) ...
Selecting previously unselected package tree.
Preparing to unpack .../473-tree_1.7.0-5_amd64.deb ...
Unpacking tree (1.7.0-5) ...
Selecting previously unselected package wireshark-common.
Preparing to unpack .../474-wireshark-common_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking wireshark-common (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package tshark.
Preparing to unpack .../475-tshark_2.6.10-1~ubuntu18.04.0_amd64.deb ...
Unpacking tshark (2.6.10-1~ubuntu18.04.0) ...
Selecting previously unselected package unzip.
Preparing to unpack .../476-unzip_6.0-21ubuntu1.1_amd64.deb ...
Unpacking unzip (6.0-21ubuntu1.1) ...
Selecting previously unselected package libc6-dbg:amd64.
Preparing to unpack .../477-libc6-dbg_2.27-3ubuntu1.4_amd64.deb ...
Unpacking libc6-dbg:amd64 (2.27-3ubuntu1.4) ...
Selecting previously unselected package valgrind.
Preparing to unpack .../478-valgrind_1%3a3.13.0-2ubuntu2.3_amd64.deb ...
Unpacking valgrind (1:3.13.0-2ubuntu2.3) ...
Selecting previously unselected package vim-runtime.
Preparing to unpack .../479-vim-runtime_2%3a8.0.1453-1ubuntu1.7_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.7) ...
Selecting previously unselected package vim.
Preparing to unpack .../480-vim_2%3a8.0.1453-1ubuntu1.7_amd64.deb ...
Unpacking vim (2:8.0.1453-1ubuntu1.7) ...
Selecting previously unselected package x11-utils.
Preparing to unpack .../481-x11-utils_7.7+3build1_amd64.deb ...
Unpacking x11-utils (7.7+3build1) ...
Selecting previously unselected package x11-xserver-utils.
Preparing to unpack .../482-x11-xserver-utils_7.7+7build1_amd64.deb ...
Unpacking x11-xserver-utils (7.7+7build1) ...
Selecting previously unselected package xbitmaps.
Preparing to unpack .../483-xbitmaps_1.1.1-2_all.deb ...
Unpacking xbitmaps (1.1.1-2) ...
Selecting previously unselected package xsltproc.
Preparing to unpack .../484-xsltproc_1.1.29-5ubuntu0.2_amd64.deb ...
Unpacking xsltproc (1.1.29-5ubuntu0.2) ...
Selecting previously unselected package xterm.
Preparing to unpack .../485-xterm_330-1ubuntu2.2_amd64.deb ...
Unpacking xterm (330-1ubuntu2.2) ...
Selecting previously unselected package xutils-dev.
Preparing to unpack .../486-xutils-dev_1%3a7.7+5ubuntu1_amd64.deb ...
Unpacking xutils-dev (1:7.7+5ubuntu1) ...
Selecting previously unselected package zip.
Preparing to unpack .../487-zip_3.0-11build1_amd64.deb ...
Unpacking zip (3.0-11build1) ...
Selecting previously unselected package dos2unix.
Preparing to unpack .../488-dos2unix_7.3.4-3_amd64.deb ...
Unpacking dos2unix (7.3.4-3) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../489-libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package libffi-dev:amd64.
Preparing to unpack .../490-libffi-dev_3.2.1-8_amd64.deb ...
Unpacking libffi-dev:amd64 (3.2.1-8) ...
Selecting previously unselected package libjsoncpp-dev:amd64.
Preparing to unpack .../491-libjsoncpp-dev_1.7.4-3_amd64.deb ...
Unpacking libjsoncpp-dev:amd64 (1.7.4-3) ...
Selecting previously unselected package libyaml-dev:amd64.
Preparing to unpack .../492-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ...
Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ...
Selecting previously unselected package ssh-import-id.
Preparing to unpack .../493-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 .../494-sshpass_1.06-1_amd64.deb ...
Unpacking sshpass (1.06-1) ...
Selecting previously unselected package vsftpd.
Preparing to unpack .../495-vsftpd_3.0.3-9build1_amd64.deb ...
Unpacking vsftpd (3.0.3-9build1) ...
Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up iputils-ping (3:20161105-1ubuntu3) ...
Setting up libedit2:amd64 (3.1-20170329-1) ...
Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libkpathsea6:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libwayland-bin (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libjs-jquery (3.2.1-1) ...
Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ...

Creating config file /etc/papersize with new version
Setting up libtexlua52:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libapr1:amd64 (1.6.3-2) ...
Setting up python-pip-whl (9.0.1-2.3~ubuntu1.18.04.5) ...
Setting up imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up libglvnd0:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libopengl0:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ...
Setting up ncurses-term (6.1-1ubuntu1.18.04) ...
Setting up tree (1.7.0-5) ...
Setting up libsbc1:amd64 (1.3-2) ...
Setting up manpages (4.15-1) ...
Setting up libnss-systemd:amd64 (237-3ubuntu10.53) ...
First installation detected...
Checking NSS setup...
Setting up libxapian30:amd64 (1.4.5-1ubuntu0.1) ...
Setting up git-man (1:2.17.1-1ubuntu0.9) ...
Setting up libpopt0:amd64 (1.16-11) ...
Setting up libpathplan4 (2.40.1-2) ...
Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ...
Setting up liblockfile-bin (1.14-1.1) ...
Setting up libgles1:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ...
Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~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-3ubuntu0.18.04.1) ...
Setting up liblab-gamut1 (2.40.1-2) ...
Setting up libsynctex1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libevent-2.1-6:amd64 (2.1.8-stable-4build1) ...
Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1~18.04.2) ...
Setting up libc6-dbg:amd64 (2.27-3ubuntu1.4) ...
Setting up libasyncns0:amd64 (0.8-6) ...
Setting up libptexenc1:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up libpam-cap:amd64 (1:2.25-1.2) ...
Setting up glib-networking-common (2.56.0-1ubuntu0.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.7) ...
Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ...
Setting up libdouble-conversion1:amd64 (2.0.1-4ubuntu1) ...
Setting up qt5-qmake-bin (5.9.5+dfsg-0ubuntu2.6) ...
Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ...
Setting up libevdev2:amd64 (1.5.8+dfsg-1ubuntu0.1) ...
Setting up python3-cffi-backend (1.11.5-1) ...
Setting up xxd (2:8.0.1453-1ubuntu1.7) ...
Setting up libllvm6.0:amd64 (1:6.0-1ubuntu2) ...
Setting up sudo (1.8.21p2-3ubuntu1.4) ...
Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ...
Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ...
Setting up libjbig0:amd64 (2.1-3.1build1) ...
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 xbitmaps (1.1.1-2) ...
Setting up poppler-data (0.4.8-2) ...
Setting up python3-crypto (2.6.1-8ubuntu2) ...
Setting up libuv1:amd64 (1.18.0-3) ...
Setting up libcap2-bin (1:2.25-1.2) ...
Setting up perl-openssl-defaults:amd64 (3build1) ...
Setting up lsof (4.89+dfsg-0.1) ...
Setting up tzdata (2021e-0ubuntu0.18.04) ...

Current default time zone: 'Etc/UTC'
Local time is now:      Thu Jan  6 13:37:00 UTC 2022.
Universal Time is now:  Thu Jan  6 13:37:00 UTC 2022.
Run 'dpkg-reconfigure tzdata' if you wish to change it.

Setting up systemd-sysv (237-3ubuntu10.53) ...
Setting up libelf1:amd64 (0.170-0.4ubuntu0.1) ...
Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.14) ...
Setting up liblockfile1:amd64 (1.14-1.1) ...
Setting up libasound2-data (1.1.3-5ubuntu0.6) ...
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.16.0-1ubuntu1.1~18.04.3) ...
Setting up python3-xdg (0.25-4ubuntu1.1) ...
Setting up xkb-data (2.23.1-1ubuntu1.18.04.1) ...
Setting up qtchooser (64-ga1b6736-5) ...
Setting up python3-six (1.11.0-2) ...
Setting up libproxy1v5:amd64 (0.4.15-1ubuntu0.2) ...
Setting up unzip (6.0-21ubuntu1.1) ...
Setting up linux-libc-dev:amd64 (4.15.0-166.174) ...
Setting up libmpfr6:amd64 (4.0.1-1) ...
Setting up libxml2-utils (2.9.4+dfsg1-6.1ubuntu1.4) ...
Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up tex-gyre (20160520-1) ...
Setting up dos2unix (7.3.4-3) ...
Setting up libclang1-6.0:amd64 (1:6.0-1ubuntu2) ...
Setting up libffi-dev:amd64 (3.2.1-8) ...
Setting up libgdk-pixbuf2.0-common (2.36.11-2) ...
Setting up glib-networking-services (2.56.0-1ubuntu0.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.18.04.2) ...
Setting up ssl-cert (1.0.39) ...
Setting up libgif7:amd64 (5.1.4-2ubuntu0.1) ...
Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.4) ...
Setting up preview-latex-style (11.91-1ubuntu1) ...
Setting up libglapi-mesa:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ...
Setting up fonts-texgyre (20160520-1) ...
Setting up python3-wheel (0.30.0-0.2) ...
Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ...
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 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-1ubuntu0.1) ...
Setting up fonts-liberation (1:1.07.4-7~18.04.1) ...
Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ...
Setting up libnspr4:amd64 (2:4.18-1ubuntu1) ...
Setting up libutempter0:amd64 (1.1.6-3) ...
Setting up zip (3.0-11build1) ...
Setting up x11proto-dev (2018.4-4) ...
Setting up libopus0:amd64 (1.1.2-1ubuntu1) ...
Setting up libfreetype6:amd64 (2.8.1-2ubuntu2.1) ...
Setting up fonts-noto-mono (20171026-2) ...
Setting up libasound2:amd64 (1.1.3-5ubuntu0.6) ...
Setting up libdrm-common (2.4.101-2~18.04.1) ...
Setting up libjson-glib-1.0-0:amd64 (1.4.2-3ubuntu0.18.04.1) ...
Setting up libgraphite2-3:amd64 (1.3.11-2) ...
Setting up librhash0:amd64 (1.3.6-2) ...
Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libcroco3:amd64 (0.6.12-2) ...
Setting up fonts-lato (2.0-2) ...
Setting up libxslt1.1:amd64 (1.1.29-5ubuntu0.2) ...
Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libogg0:amd64 (1.3.2-1) ...
Setting up python3-asn1crypto (0.24.0-1) ...
Setting up libsmi2ldbl:amd64 (0.4.8+dfsg2-15) ...
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 ruby-did-you-mean (1.2.0-2) ...
Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ...
Setting up libx11-xcb1:amd64 (2:1.6.4-3ubuntu0.4) ...
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.1) ...
Setting up libwsutil9:amd64 (2.6.10-1~ubuntu18.04.0) ...
Setting up qt5-qmake:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up krb5-locales (1.16-2ubuntu0.2) ...
Setting up publicsuffix (20180223.1310-1) ...
Setting up libepoxy0:amd64 (1.4.3-1) ...
Setting up autotools-dev (20180224.1) ...
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 libltdl7:amd64 (2.4.6-2) ...
Setting up libmtdev1:amd64 (1.1.5-1ubuntu3) ...
Setting up oracle-java17-set-default (17.0.1-1~linuxuprising5) ...
Setting up ruby-net-telnet (0.1.1-2) ...
Setting up vim-common (2:8.0.1453-1ubuntu1.7) ...
Setting up libijs-0.35:amd64 (0.35-13) ...
Setting up libopts25:amd64 (1:5.18.12-4) ...
Setting up libwireshark-data (2.6.10-1~ubuntu18.04.0) ...
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.18.04.3) ...
Setting up rubygems-integration (1.11) ...
Setting up libx11-doc (2:1.6.4-3ubuntu0.4) ...
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.3) ...
Setting up libxkbcommon0:amd64 (0.8.2-1~ubuntu18.04.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.7) ...
Setting up python3-urllib3 (1.22-1ubuntu0.18.04.2) ...
Setting up gdbserver (8.1.1-0ubuntu1) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up icu-devtools (60.2-3ubuntu3.2) ...
Setting up libc-dev-bin (2.27-3ubuntu1.4) ...
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.3) ...
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) ...
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.9-1~18.04) ...
Setting up net-tools (1.60+git20161116.90da8a0-1ubuntu1) ...
Setting up ruby-minitest (5.10.3-1) ...
Setting up libvorbis0a:amd64 (1.3.5-4.2) ...
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 libzzip-0-13:amd64 (0.13.62-3.1ubuntu0.18.04.1) ...
Setting up xdg-utils (1.1.2-1ubuntu2.5) ...
Setting up manpages-dev (4.15-1) ...
Setting up hicolor-icon-theme (0.17-2) ...
Setting up libglib2.0-bin (2.56.4-0ubuntu0.18.04.9) ...
Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ...
Setting up libasan5:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libglvnd-core-dev:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libgraphite2-dev:amd64 (1.3.11-2) ...
Setting up libc-ares2:amd64 (1.14.0-1ubuntu0.1) ...
Setting up libwayland-cursor0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libtexluajit2:amd64 (2017.20170613.44572-8ubuntu0.1) ...
Setting up python3-distutils (3.6.9-1~18.04) ...
Setting up libcdt5 (2.40.1-2) ...
Setting up logrotate (3.11.0-0.1ubuntu1) ...
Setting up libwayland-egl1:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libx11-data (2:1.6.4-3ubuntu0.4) ...
Setting up libwsutil-dev (2.6.10-1~ubuntu18.04.0) ...
Setting up libpython2.7-stdlib:amd64 (2.7.17-1~18.04ubuntu1.6) ...
Setting up libmaxminddb0:amd64 (1.3.1-1) ...
Setting up libxau6:amd64 (1:1.0.8-1ubuntu1) ...
Setting up networkd-dispatcher (1.7-0ubuntu3.3) ...
Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
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 ruby-power-assert (0.3.0-1) ...
Setting up libavahi-common-data:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libcgraph6 (2.40.1-2) ...
Setting up libpython3.6:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Setting up libpcap0.8:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Setting up libwayland-server0:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up netbase (5.4) ...
Setting up libwebp6:amd64 (0.6.1-2ubuntu0.18.04.1) ...
Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
Setting up libubsan1:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libisl19:amd64 (0.19-1) ...
Setting up libjsoncpp1:amd64 (1.7.4-3) ...
Setting up libjsoncpp-dev:amd64 (1.7.4-3) ...
Setting up python3-cryptography (2.1.4-1ubuntu1.4) ...
Setting up cpp-8 (8.4.0-1ubuntu1~18.04) ...
Setting up libqt5core5a:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ...
Setting up libqt5dbus5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libunbound2:amd64 (1.6.7-1ubuntu2.4) ...
Setting up libpcre3-dev:amd64 (2:8.39-9) ...
Setting up fontconfig-config (2.12.6-0ubuntu2) ...
Setting up libpam-systemd:amd64 (237-3ubuntu10.53) ...
Setting up libgstreamer1.0-0:amd64 (1.14.5-0ubuntu1~18.04.2) ...
Setcap worked! gst-ptp-helper is not suid!
Setting up libqt5network5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up x11proto-core-dev (2018.4-4) ...
Setting up libwacom2:amd64 (0.29-1) ...
Setting up sntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
Setting up libltdl-dev:amd64 (2.4.6-2) ...
Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libxshmfence-dev:amd64 (1.3-1) ...
Setting up libglib2.0-dev-bin (2.56.4-0ubuntu0.18.04.9) ...
Setting up libdw1:amd64 (0.170-0.4ubuntu0.1) ...
Setting up dconf-service (0.26.0-2ubuntu3) ...
Setting up libotf0:amd64 (0.9.13-3build1) ...
Setting up flex (2.6.4-6) ...
Setting up vim (2:8.0.1453-1ubuntu1.7) ...
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.7) ...
Setting up libgvpr2 (2.40.1-2) ...
Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libbsd-dev:amd64 (0.8.7-1ubuntu0.1) ...
Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up x11proto-fixes-dev (1:2018.4-4) ...
Setting up python3-keyrings.alt (3.0-1) ...
Setting up libqt5test5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libflac8:amd64 (1.3.2-1) ...
Setting up doxygen (1.8.13-10) ...
Setting up ntp (1:4.2.8p10+dfsg-5ubuntu7.3) ...
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 python2.7 (2.7.17-1~18.04ubuntu1.6) ...
Setting up libnl-genl-3-200:amd64 (3.2.29-0ubuntu3) ...
Setting up libnss3:amd64 (2:3.35-2ubuntu2.13) ...
Setting up libpcap0.8-dev:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ...
Setting up libtiff5:amd64 (4.0.9-5ubuntu0.4) ...
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-1ubuntu1) ...
Setting up xsltproc (1.1.29-5ubuntu0.2) ...
Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ...
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-1ubuntu0.18.04.2) ...
Setting up xfonts-encodings (1:1.0.4-2) ...
Setting up emacs25-el (25.2+1-6) ...
Setting up tcpdump (4.9.3-0ubuntu0.18.04.1) ...
Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ...
Setting up libdrm2:amd64 (2.4.101-2~18.04.1) ...
Setting up libfl-dev:amd64 (2.6.4-6) ...
Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ...
Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ...
Setting up libpython-stdlib:amd64 (2.7.15~rc1-1) ...
Setting up libdrm-intel1:amd64 (2.4.101-2~18.04.1) ...
Setting up libwacom-bin (0.29-1) ...
Setting up libwiretap8:amd64 (2.6.10-1~ubuntu18.04.0) ...
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-0ubuntu2.6) ...
Setting up libgcrypt20-dev (1.8.1-4ubuntu1.3) ...
Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ...
Setting up libgnutls-dane0:amd64 (3.5.18-1ubuntu1.5) ...
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-0ubuntu2.6) ...
Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.5) ...
Setting up libice6:amd64 (2:1.0.9-2) ...
Setting up python3-requests (2.18.4-2ubuntu0.1) ...
Setting up libedit-dev:amd64 (3.1-20170329-1) ...
Setting up libexpat1-dev:amd64 (2.2.5-3ubuntu0.2) ...
Setting up libpcap-dev:amd64 (1.8.1-6ubuntu1.18.04.2) ...
Setting up libgcc-8-dev:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ...
Setting up libavahi-common3:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libdrm-radeon1:amd64 (2.4.101-2~18.04.1) ...
Setting up libvorbisenc2:amd64 (1.3.5-4.2) ...
Setting up gnutls-bin (3.5.18-1ubuntu1.5) ...
Setting up libdrm-nouveau2:amd64 (2.4.101-2~18.04.1) ...
Setting up python3-setuptools (39.0.1-2) ...
Setting up libwayland-dev:amd64 (1.16.0-1ubuntu1.1~18.04.3) ...
Setting up python3-secretstorage (2.3.1-2) ...
Setting up dh-python (3.20180325ubuntu2) ...
Setting up dconf-gsettings-backend:amd64 (0.26.0-2ubuntu3) ...
Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libharfbuzz-gobject0:amd64 (1.7.2-1ubuntu1) ...
Setting up libqt5concurrent5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up lmodern (2.004.5-3) ...
Setting up python (2.7.15~rc1-1) ...
Setting up libbabeltrace1:amd64 (1.5.5-1) ...
Setting up libxcb-xkb1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libqt5qml5:amd64 (5.9.5-0ubuntu1.1) ...
Setting up libxcb-xinerama0:amd64 (1.13-2~ubuntu18.04) ...
Setting up cpp (4:7.4.0-1ubuntu2.3) ...
Setting up libxcb-present0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libgstreamer-plugins-base1.0-0:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ...
Setting up libstdc++-8-dev:amd64 (8.4.0-1ubuntu1~18.04) ...
Setting up libxcb-dri2-0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libsm6:amd64 (2:1.2.2-1) ...
Setting up expect (5.45.4-1) ...
Setting up libxcb-dri3-0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-glx0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-randr0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-xfixes0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...
Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ...
Setting up libwiretap-dev (2.6.10-1~ubuntu18.04.0) ...
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.101-2~18.04.1) ...
Setting up python3-keyring (10.6.0-1) ...
Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ...
Setting up libgtk-3-common (3.22.30-1ubuntu4) ...
Setting up g++-7 (7.5.0-3ubuntu1~18.04) ...
Setting up xutils-dev (1:7.7+5ubuntu1) ...
Setting up libdrm-dev:amd64 (2.4.101-2~18.04.1) ...
Setting up libicu-le-hb0:amd64 (1.0.3+git161113-4) ...
Setting up libgbm1:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up libinput10:amd64 (1.10.4-1ubuntu0.18.04.2) ...
Setting up libgl1-mesa-dri:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up tcl (8.6.0+9) ...
Setting up libspandsp2:amd64 (0.0.6+dfsg-0.1) ...
Setting up xfonts-utils (1:7.7+6) ...
Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ...
Setting up gcc (4:7.4.0-1ubuntu2.3) ...
Setting up libpython3.6-dev:amd64 (3.6.9-1~18.04ubuntu1.6) ...
Setting up libxkbcommon-x11-0:amd64 (0.8.2-1~ubuntu18.04.1) ...
Setting up libxmuu1:amd64 (2:1.1.2-2) ...
Setting up gcc-8 (8.4.0-1ubuntu1~18.04) ...
Setting up libxcb-sync1:amd64 (1.13-2~ubuntu18.04) ...
Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ...
Setting up perl (5.26.1-6ubuntu0.5) ...
Setting up g++-8 (8.4.0-1ubuntu1~18.04) ...
Setting up libqt5sql5-sqlite:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libpoppler73:amd64 (0.62.0-2ubuntu2.12) ...
Setting up libfile-fcntllock-perl (0.22-3build2) ...
Setting up libsndfile1:amd64 (1.0.28-4ubuntu0.18.04.2) ...
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 libdata-dump-perl (1.23-1) ...
Setting up libiculx60:amd64 (60.2-3ubuntu3.2) ...
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-2~ubuntu18.04) ...
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-2~ubuntu18.04) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Setting up libwscodecs2:amd64 (2.6.10-1~ubuntu18.04.0) ...
Setting up libxcb1-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-glx0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libx11-protocol-perl (0.56-7) ...
Setting up libxml-xpathengine-perl (0.14-1) ...
Setting up g++ (4:7.4.0-1ubuntu2.3) ...
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 libnet-http-perl (6.17-1) ...
Setting up libsvn1:amd64 (1.9.7-4ubuntu1) ...
Setting up libavahi-client3:amd64 (0.7-3.1ubuntu1.3) ...
Setting up libxcb-keysyms1:amd64 (0.4.0-1) ...
Setting up libegl-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libx11-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up libxft2:amd64 (2.3.2-1) ...
Setting up python3.6-dev (3.6.9-1~18.04ubuntu1.6) ...
Setting up openssh-client (1:7.6p1-4ubuntu0.5) ...
Setting up gdb (8.1.1-0ubuntu1) ...
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-2~ubuntu18.04) ...
Setting up fontconfig (2.12.6-0ubuntu2) ...
Regenerating fonts cache... done.
Setting up libcups2:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libpython3-dev:amd64 (3.6.7-1~18.04) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up libtool (2.4.6-2) ...
Setting up libx11-xcb-dev:amd64 (2:1.6.4-3ubuntu0.4) ...
Setting up libtool-bin (2.4.6-2) ...
Setting up qtbase5-dev-tools (5.9.5+dfsg-0ubuntu2.6) ...
Setting up gsfonts-x11 (0.25) ...
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 (20.0.8-0ubuntu1~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 liberror-perl (0.17025-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libnet-ssleay-perl (1.84-1ubuntu0.2) ...
Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.16) ...
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-1ubuntu0.7) ...
Setting up libxss1:amd64 (1:1.2.2-1) ...
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.16) ...
Setting up libtie-ixhash-perl (1.23-2) ...
Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ...
Setting up libgdk-pixbuf2.0-bin (2.36.11-2) ...
Setting up libgd3:amd64 (2.2.5-4ubuntu0.5) ...
Setting up python3-dev (3.6.7-1~18.04) ...
Setting up autoconf (2.69-11) ...
Setting up libwireshark11:amd64 (2.6.10-1~ubuntu18.04.0) ...
Setting up libio-socket-ssl-perl (2.060-3~ubuntu18.04.1) ...
Setting up libpulse0:amd64 (1:11.1-1ubuntu7.11) ...
Setting up libxtst6:amd64 (2:1.2.3-1) ...
Setting up libxmu6:amd64 (2:1.1.2-2) ...
Setting up libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ...
Setting up xauth (1:1.0.10-1) ...
Setting up libxcb-dri2-0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libxcb-render0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libcupsimage2:amd64 (2.2.7-1ubuntu2.8) ...
Setting up libegl1:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up gtk-update-icon-cache (3.22.30-1ubuntu4) ...
Setting up libxcb-dri3-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up dpkg-dev (1.19.0.5ubuntu2.3) ...
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-4ubuntu0.5) ...
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 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-2~ubuntu18.04) ...
Setting up libatk-bridge2.0-0:amd64 (2.26.2-1) ...
Setting up subversion (1.9.7-4ubuntu1) ...
Setting up libxv1:amd64 (2:1.0.11-1) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-1) ...
Setting up cmake (3.10.2-1ubuntu2.18.04.2) ...
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.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up git (1:2.17.1-1ubuntu0.9) ...
Setting up libxrandr2:amd64 (2:1.5.1-1) ...
Setting up libglx-mesa0:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libxi6:amd64 (2:1.7.9-1) ...
Setting up libxaw7:amd64 (2:1.0.13-1) ...
Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up libxinerama1:amd64 (2:1.1.3-1) ...
Setting up libxcb-randr0-dev:amd64 (1.13-2~ubuntu18.04) ...
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.11) ...
Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.12) ...
Setting up curl (7.58.0-2ubuntu3.16) ...
Setting up build-essential (12.4ubuntu1) ...
Setting up libxcb-xfixes0-dev:amd64 (1.13-2~ubuntu18.04) ...
Setting up libtk8.6:amd64 (8.6.8-4) ...
Setting up at-spi2-core (2.28.0-1) ...
Setting up libcairo-gobject2:amd64 (1.15.10-2ubuntu0.1) ...
Setting up libxdamage-dev:amd64 (1:1.1.4-3) ...
Setting up wireshark-common (2.6.10-1~ubuntu18.04.0) ...
Setting up libwireshark-dev (2.6.10-1~ubuntu18.04.0) ...
Setting up ghostscript (9.26~dfsg+0-0ubuntu0.18.04.14) ...
Setting up xterm (330-1ubuntu2.2) ...
update-alternatives: using /usr/bin/xterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/xterm.1.gz (of link group x-terminal-emulator) doesn't exist
update-alternatives: using /usr/bin/lxterm to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/x-terminal-emulator.1.gz because associated file /usr/share/man/man1/lxterm.1.gz (of link group x-terminal-emulator) doesn't exist
Setting up texlive-binaries (2017.20170613.44572-8ubuntu0.1) ...
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-4ubuntu0.5) ...

Creating config file /etc/ssh/sshd_config with new version
Creating SSH2 RSA key; this may take some time ...
2048 SHA256:U/6HgfEJEeisFTpy4vsvLEdG/ZIDkEg8utK70MWl7lo root@155947cd69af (RSA)
Creating SSH2 ECDSA key; this may take some time ...
256 SHA256:ecZUABqefKRuX3LP0cKHLGMTcEIAfCIS2onRsyAYjpE root@155947cd69af (ECDSA)
Creating SSH2 ED25519 key; this may take some time ...
256 SHA256:Vi9illTCJnWM55A2YzjtBATIhhO7zfW5BxY/6TQOoPM root@155947cd69af (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.12) ...
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-2~ubuntu18.04) ...
Setting up tshark (2.6.10-1~ubuntu18.04.0) ...
Setting up texlive-fonts-recommended (2017.20180305-1) ...
Setting up texlive-plain-generic (2017.20180305-2) ...
Setting up libtheora0:amd64 (1.1.1+dfsg.1-14) ...
Setting up libglx0:amd64 (1.0.0-2ubuntu2.3) ...
Setting up texlive-latex-base (2017.20180305-1) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up texlive-latex-recommended (2017.20180305-1) ...
Setting up gstreamer1.0-plugins-base:amd64 (1.14.5-0ubuntu1~18.04.3) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up tk8.6 (8.6.8-4) ...
Setting up libhtml-format-perl (2.12-1) ...
Setting up libhttp-cookies-perl (6.04-1) ...
Setting up texlive-pictures (2017.20180305-1) ...
Setting up tipa (2:1.3-20) ...
Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done.
Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done.
update-fmtutil has updated the following file(s):
	/var/lib/texmf/fmtutil.cnf-DEBIAN
	/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST
If you want to activate the changes in the above file(s),
you should run fmtutil-sys or fmtutil.
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.4-0ubuntu0.18.04.9) ...
Setting up tk (8.6.0+9) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libgl1:amd64 (1.0.0-2ubuntu2.3) ...
Setting up libglu1-mesa:amd64 (9.0.0-2.1build1) ...
Setting up libgvc6 (2.40.1-2) ...
Setting up librsvg2-2:amd64 (2.40.20-2ubuntu0.2) ...
Setting up texlive-latex-extra (2017.20180305-2) ...
Setting up x11-utils (7.7+3build1) ...
Setting up libglvnd-dev:amd64 (1.0.0-2ubuntu2.3) ...
Setting up librsvg2-common:amd64 (2.40.20-2ubuntu0.2) ...
Setting up libgl1-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libgl1-mesa-glx:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libqt5gui5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libegl1-mesa-dev:amd64 (20.0.8-0ubuntu1~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-0ubuntu2.6) ...
Setting up libgles2-mesa-dev:amd64 (20.0.8-0ubuntu1~18.04.1) ...
Setting up libqt5printsupport5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5opengl5:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
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 libqt5multimediawidgets5:amd64 (5.9.5-0ubuntu1) ...
Setting up libqgsttools-p1:amd64 (5.9.5-0ubuntu1) ...
Setting up qtbase5-dev:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up libqt5svg5-dev:amd64 (5.9.5-0ubuntu1) ...
Setting up libqt5opengl5-dev:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
Setting up qt5-default:amd64 (5.9.5+dfsg-0ubuntu2.6) ...
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 ruby-test-unit (3.2.5-1) ...
Setting up rake (12.3.1-1ubuntu0.1) ...
Setting up liblwp-protocol-https-perl (6.07-2) ...
Setting up humanity-icon-theme (0.6.15) ...
Setting up libicu-dev (60.2-3ubuntu3.2) ...
Setting up libxml2-dev:amd64 (2.9.4+dfsg1-6.1ubuntu1.4) ...
Setting up libwww-perl (6.31-1ubuntu0.1) ...
Setting up libruby2.5:amd64 (2.5.1-1ubuntu1.10) ...
Setting up ubuntu-mono (16.10+18.04.20181005-0ubuntu1) ...
Setting up libxml-parser-perl (2.44-2build3) ...
Setting up ruby2.5 (2.5.1-1ubuntu1.10) ...
Setting up libxml-twig-perl (1:3.50-1) ...
Setting up libnet-dbus-perl (1.1.0-4build2) ...
Setting up ruby (1:2.5.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Processing triggers for install-info (6.5.0.dfsg.1-2) ...
Processing triggers for libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.9) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
Setting up glib-networking:amd64 (2.56.0-1ubuntu0.1) ...
Processing triggers for systemd (237-3ubuntu10.53) ...
Processing triggers for shared-mime-info (1.9-2) ...
Processing triggers for dbus (1.12.2-1ubuntu1.2) ...
Setting up libharfbuzz-dev:amd64 (1.7.2-1ubuntu1) ...
Setting up libpulse-dev:amd64 (1:11.1-1ubuntu7.11) ...
Setting up libsoup2.4-1:amd64 (2.62.1-1ubuntu0.4) ...
Setting up libsoup-gnome2.4-1:amd64 (2.62.1-1ubuntu0.4) ...
Setting up qtmultimedia5-dev:amd64 (5.9.5-0ubuntu1) ...
Setting up librest-0.7-0:amd64 (0.8.0-2) ...
Setting up libgtk-3-0:amd64 (3.22.30-1ubuntu4) ...
Setting up libgtk-3-bin (3.22.30-1ubuntu4) ...
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-0ubuntu2.6) ...
Setting up emacs (47.0) ...
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) ...
Processing triggers for libc-bin (2.27-3ubuntu1.4) ...
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...
Collecting setuptools
  Downloading https://files.pythonhosted.org/packages/b0/3a/88b210db68e56854d0bcf4b38e165e03be377e13907746f825790f3df5bf/setuptools-59.6.0-py3-none-any.whl (952kB)
Collecting pip
  Downloading https://files.pythonhosted.org/packages/a4/6d/6463d49a933f547439d6b5b98b46af8742cc03ae83543e4d7688c2420f8b/pip-21.3.1-py3-none-any.whl (1.7MB)
Installing collected packages: setuptools, pip
  Found existing installation: setuptools 39.0.1
    Not uninstalling setuptools at /usr/lib/python3/dist-packages, outside environment /usr
  Found existing installation: pip 9.0.1
    Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
Successfully installed pip-21.3.1 setuptools-59.6.0
Adding user `etsi' to group `sudo' ...
Adding user etsi to group sudo
Done.
 ---> d3a51a056319
Removing intermediate container 155947cd69af
Step 6/7 : EXPOSE 22
 ---> Running in 00506da511ba
 ---> 3e529c800358
Removing intermediate container 00506da511ba
Step 7/7 : CMD /bin/bash
 ---> Running in 56562ab4a4b2
 ---> 903d20693b68
Removing intermediate container 56562ab4a4b2
Successfully built 903d20693b68
Successfully tagged stfubuntu:18.04

docker build --no-cache --tag etsiforge/etsi-its-ts --force-rm  . || ( echo "Docker build failed: $?"; exit 1 )
+ docker build --no-cache --tag etsiforge/etsi-its-ts --force-rm .
Sending build context to Docker daemon  30.21kB

Step 1/9 : FROM stfubuntu:18.04
 ---> 903d20693b68
Step 2/9 : MAINTAINER ETSI TTF 011
 ---> Running in 6ee472c5593f
 ---> 3a9fbfa6b02f
Removing intermediate container 6ee472c5593f
Step 3/9 : LABEL description "TTF011 Docker Image"
 ---> Running in 54f9142e6739
 ---> 583ce9009a39
Removing intermediate container 54f9142e6739
Step 4/9 : ENV TERM linux HOME /home/etsi HOSTNAME docker-titan-TTF011
 ---> Running in 6c1ed6a0e236
 ---> e3ad9e963479
Removing intermediate container 6c1ed6a0e236
Step 5/9 : COPY home /home/etsi
 ---> ef3e126cbeeb
Removing intermediate container 490844048eec
Step 6/9 : RUN cd /home/etsi     && chown -R etsi:etsi .     && ls ./etc/init.d/*.sh | while read S; do chmod 0750 "$S" || exit 1; done
 ---> Running in dc2fb276a3a1
 ---> 7a5f243ea72e
Removing intermediate container dc2fb276a3a1
Step 7/9 : USER etsi
 ---> Running in 90e9bc3ab7d2
 ---> e787740036db
Removing intermediate container 90e9bc3ab7d2
Step 8/9 : RUN cd ${HOME}     && export PATH=$HOME/bin:$PATH     && ls ${HOME}/etc/init.d/*.sh | while read S; do /bin/bash -c "$S" || exit 1; done     && rm -fr ${HOME}/etc
 ---> Running in dcae42449555

echo -e "*****************************\n* Install titan\n*****************************\n"
+ echo -e '*****************************\n* Install titan\n*****************************\n'
SRC_DIR=${HOME}/frameworks/titan/titan.core
+ SRC_DIR=/home/etsi/frameworks/titan/titan.core
export TTCN3_DIR=$HOME/frameworks/titan/Install
+ export TTCN3_DIR=/home/etsi/frameworks/titan/Install
+ TTCN3_DIR=/home/etsi/frameworks/titan/Install

[ -f /usr/bin/java ] &&  export JAVA_HOME=`readlink -f /usr/bin/java | sed "s:bin/java::"`
+ '[' -f /usr/bin/java ']'
*****************************
* Install titan
*****************************

++ readlink -f /usr/bin/java
++ sed s:bin/java::
+ export JAVA_HOME=/usr/lib/jvm/java-17-oracle/
+ JAVA_HOME=/usr/lib/jvm/java-17-oracle/
TITAN_REPO=`cat ${HOME}/etc/titan_repos.txt | grep 'titan\.core\.git' | head -n 1`
++ cat /home/etsi/etc/titan_repos.txt
++ head -n 1
++ grep 'titan\.core\.git'
+ TITAN_REPO=https://gitlab.eclipse.org/eclipse/titan/titan.core.git
export PATH=$PATH:$TTCN3_DIR/bin
+ export PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/Install/bin
+ PATH=/home/etsi/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/etsi/frameworks/titan/Install/bin

mkdir -p "$SRC_DIR"
+ mkdir -p /home/etsi/frameworks/titan/titan.core
cd "$SRC_DIR/.." || exit 1
+ cd /home/etsi/frameworks/titan/titan.core/..

# Install titan core
git clone --progress "$TITAN_REPO" || exit 1
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.core.git
Cloning into 'titan.core'...
remote: Enumerating objects: 75763, done.        
remote: Counting objects:   0% (1/808)        
remote: Counting objects:   1% (9/808)        
remote: Counting objects:   2% (17/808)        
remote: Counting objects:   3% (25/808)        
remote: Counting objects:   4% (33/808)        
remote: Counting objects:   5% (41/808)        
remote: Counting objects:   6% (49/808)        
remote: Counting objects:   7% (57/808)        
remote: Counting objects:   8% (65/808)        
remote: Counting objects:   9% (73/808)        
remote: Counting objects:  10% (81/808)        
remote: Counting objects:  11% (89/808)        
remote: Counting objects:  12% (97/808)        
remote: Counting objects:  13% (106/808)        
remote: Counting objects:  14% (114/808)        
remote: Counting objects:  15% (122/808)        
remote: Counting objects:  16% (130/808)        
remote: Counting objects:  17% (138/808)        
remote: Counting objects:  18% (146/808)        
remote: Counting objects:  19% (154/808)        
remote: Counting objects:  20% (162/808)        
remote: Counting objects:  21% (170/808)        
remote: Counting objects:  22% (178/808)        
remote: Counting objects:  23% (186/808)        
remote: Counting objects:  24% (194/808)        
remote: Counting objects:  25% (202/808)        
remote: Counting objects:  26% (211/808)        
remote: Counting objects:  27% (219/808)        
remote: Counting objects:  28% (227/808)        
remote: Counting objects:  29% (235/808)        
remote: Counting objects:  30% (243/808)        
remote: Counting objects:  31% (251/808)        
remote: Counting objects:  32% (259/808)        
remote: Counting objects:  33% (267/808)        
remote: Counting objects:  34% (275/808)        
remote: Counting objects:  35% (283/808)        
remote: Counting objects:  36% (291/808)        
remote: Counting objects:  37% (299/808)        
remote: Counting objects:  38% (308/808)        
remote: Counting objects:  39% (316/808)        
remote: Counting objects:  40% (324/808)        
remote: Counting objects:  41% (332/808)        
remote: Counting objects:  42% (340/808)        
remote: Counting objects:  43% (348/808)        
remote: Counting objects:  44% (356/808)        
remote: Counting objects:  45% (364/808)        
remote: Counting objects:  46% (372/808)        
remote: Counting objects:  47% (380/808)        
remote: Counting objects:  48% (388/808)        
remote: Counting objects:  49% (396/808)        
remote: Counting objects:  50% (404/808)        
remote: Counting objects:  51% (413/808)        
remote: Counting objects:  52% (421/808)        
remote: Counting objects:  53% (429/808)        
remote: Counting objects:  54% (437/808)        
remote: Counting objects:  55% (445/808)        
remote: Counting objects:  56% (453/808)        
remote: Counting objects:  57% (461/808)        
remote: Counting objects:  58% (469/808)        
remote: Counting objects:  59% (477/808)        
remote: Counting objects:  60% (485/808)        
remote: Counting objects:  61% (493/808)        
remote: Counting objects:  62% (501/808)        
remote: Counting objects:  63% (510/808)        
remote: Counting objects:  64% (518/808)        
remote: Counting objects:  65% (526/808)        
remote: Counting objects:  66% (534/808)        
remote: Counting objects:  67% (542/808)        
remote: Counting objects:  68% (550/808)        
remote: Counting objects:  69% (558/808)        
remote: Counting objects:  70% (566/808)        
remote: Counting objects:  71% (574/808)        
remote: Counting objects:  72% (582/808)        
remote: Counting objects:  73% (590/808)        
remote: Counting objects:  74% (598/808)        
remote: Counting objects:  75% (606/808)        
remote: Counting objects:  76% (615/808)        
remote: Counting objects:  77% (623/808)        
remote: Counting objects:  78% (631/808)        
remote: Counting objects:  79% (639/808)        
remote: Counting objects:  80% (647/808)        
remote: Counting objects:  81% (655/808)        
remote: Counting objects:  82% (663/808)        
remote: Counting objects:  83% (671/808)        
remote: Counting objects:  84% (679/808)        
remote: Counting objects:  85% (687/808)        
remote: Counting objects:  86% (695/808)        
remote: Counting objects:  87% (703/808)        
remote: Counting objects:  88% (712/808)        
remote: Counting objects:  89% (720/808)        
remote: Counting objects:  90% (728/808)        
remote: Counting objects:  91% (736/808)        
remote: Counting objects:  92% (744/808)        
remote: Counting objects:  93% (752/808)        
remote: Counting objects:  94% (760/808)        
remote: Counting objects:  95% (768/808)        
remote: Counting objects:  96% (776/808)        
remote: Counting objects:  97% (784/808)        
remote: Counting objects:  98% (792/808)        
remote: Counting objects:  99% (800/808)        
remote: Counting objects: 100% (808/808)        
remote: Counting objects: 100% (808/808), done.        
remote: Compressing objects:   0% (1/322)        
remote: Compressing objects:   1% (4/322)        
remote: Compressing objects:   2% (7/322)        
remote: Compressing objects:   3% (10/322)        
remote: Compressing objects:   4% (13/322)        
remote: Compressing objects:   5% (17/322)        
remote: Compressing objects:   6% (20/322)        
remote: Compressing objects:   7% (23/322)        
remote: Compressing objects:   8% (26/322)        
remote: Compressing objects:   9% (29/322)        
remote: Compressing objects:  10% (33/322)        
remote: Compressing objects:  11% (36/322)        
remote: Compressing objects:  12% (39/322)        
remote: Compressing objects:  13% (42/322)        
remote: Compressing objects:  14% (46/322)        
remote: Compressing objects:  15% (49/322)        
remote: Compressing objects:  16% (52/322)        
remote: Compressing objects:  17% (55/322)        
remote: Compressing objects:  18% (58/322)        
remote: Compressing objects:  19% (62/322)        
remote: Compressing objects:  20% (65/322)        
remote: Compressing objects:  21% (68/322)        
remote: Compressing objects:  22% (71/322)        
remote: Compressing objects:  23% (75/322)        
remote: Compressing objects:  24% (78/322)        
remote: Compressing objects:  25% (81/322)        
remote: Compressing objects:  26% (84/322)        
remote: Compressing objects:  27% (87/322)        
remote: Compressing objects:  28% (91/322)        
remote: Compressing objects:  29% (94/322)        
remote: Compressing objects:  30% (97/322)        
remote: Compressing objects:  31% (100/322)        
remote: Compressing objects:  32% (104/322)        
remote: Compressing objects:  33% (107/322)        
remote: Compressing objects:  34% (110/322)        
remote: Compressing objects:  35% (113/322)        
remote: Compressing objects:  36% (116/322)        
remote: Compressing objects:  37% (120/322)        
remote: Compressing objects:  38% (123/322)        
remote: Compressing objects:  39% (126/322)        
remote: Compressing objects:  40% (129/322)        
remote: Compressing objects:  41% (133/322)        
remote: Compressing objects:  42% (136/322)        
remote: Compressing objects:  43% (139/322)        
remote: Compressing objects:  44% (142/322)        
remote: Compressing objects:  45% (145/322)        
remote: Compressing objects:  46% (149/322)        
remote: Compressing objects:  47% (152/322)        
remote: Compressing objects:  48% (155/322)        
remote: Compressing objects:  49% (158/322)        
remote: Compressing objects:  50% (161/322)        
remote: Compressing objects:  51% (165/322)        
remote: Compressing objects:  52% (168/322)        
remote: Compressing objects:  53% (171/322)        
remote: Compressing objects:  54% (174/322)        
remote: Compressing objects:  55% (178/322)        
remote: Compressing objects:  56% (181/322)        
remote: Compressing objects:  57% (184/322)        
remote: Compressing objects:  58% (187/322)        
remote: Compressing objects:  59% (190/322)        
remote: Compressing objects:  60% (194/322)        
remote: Compressing objects:  61% (197/322)        
remote: Compressing objects:  62% (200/322)        
remote: Compressing objects:  63% (203/322)        
remote: Compressing objects:  64% (207/322)        
remote: Compressing objects:  65% (210/322)        
remote: Compressing objects:  66% (213/322)        
remote: Compressing objects:  67% (216/322)        
remote: Compressing objects:  68% (219/322)        
remote: Compressing objects:  69% (223/322)        
remote: Compressing objects:  70% (226/322)        
remote: Compressing objects:  71% (229/322)        
remote: Compressing objects:  72% (232/322)        
remote: Compressing objects:  73% (236/322)        
remote: Compressing objects:  74% (239/322)        
remote: Compressing objects:  75% (242/322)        
remote: Compressing objects:  76% (245/322)        
remote: Compressing objects:  77% (248/322)        
remote: Compressing objects:  78% (252/322)        
remote: Compressing objects:  79% (255/322)        
remote: Compressing objects:  80% (258/322)        
remote: Compressing objects:  81% (261/322)        
remote: Compressing objects:  82% (265/322)        
remote: Compressing objects:  83% (268/322)        
remote: Compressing objects:  84% (271/322)        
remote: Compressing objects:  85% (274/322)        
remote: Compressing objects:  86% (277/322)        
remote: Compressing objects:  87% (281/322)        
remote: Compressing objects:  88% (284/322)        
remote: Compressing objects:  89% (287/322)        
remote: Compressing objects:  90% (290/322)        
remote: Compressing objects:  91% (294/322)        
remote: Compressing objects:  92% (297/322)        
remote: Compressing objects:  93% (300/322)        
remote: Compressing objects:  94% (303/322)        
remote: Compressing objects:  95% (306/322)        
remote: Compressing objects:  96% (310/322)        
remote: Compressing objects:  97% (313/322)        
remote: Compressing objects:  98% (316/322)        
remote: Compressing objects:  99% (319/322)        
remote: Compressing objects: 100% (322/322)        
remote: Compressing objects: 100% (322/322), done.        
Receiving objects:   0% (1/75763)   
Receiving objects:   1% (758/75763)   
Receiving objects:   2% (1516/75763)   
Receiving objects:   3% (2273/75763)   
Receiving objects:   4% (3031/75763)   
Receiving objects:   5% (3789/75763)   
Receiving objects:   6% (4546/75763)   
Receiving objects:   7% (5304/75763)   
Receiving objects:   8% (6062/75763)   
Receiving objects:   9% (6819/75763)   
Receiving objects:  10% (7577/75763)   
Receiving objects:  11% (8334/75763)   
Receiving objects:  12% (9092/75763)   
Receiving objects:  13% (9850/75763)   
Receiving objects:  14% (10607/75763)   
Receiving objects:  15% (11365/75763)   
Receiving objects:  16% (12123/75763)   
Receiving objects:  17% (12880/75763)   
Receiving objects:  18% (13638/75763)   
Receiving objects:  19% (14395/75763)   
Receiving objects:  20% (15153/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  21% (15911/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  22% (16668/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  23% (17426/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  24% (18184/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  25% (18941/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  26% (19699/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  27% (20457/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  28% (21214/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  29% (21972/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  30% (22729/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  31% (23487/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  32% (24245/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  33% (25002/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  34% (25760/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  35% (26518/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  36% (27275/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  37% (28033/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  38% (28790/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  39% (29548/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  40% (30306/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  41% (31063/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  42% (31821/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  42% (32069/75763), 6.73 MiB | 13.46 MiB/s   
Receiving objects:  43% (32579/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  44% (33336/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  45% (34094/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  46% (34851/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  47% (35609/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  48% (36367/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  49% (37124/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  50% (37882/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  51% (38640/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  52% (39397/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  53% (40155/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  54% (40913/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  55% (41670/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  56% (42428/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  57% (43185/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  58% (43943/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  59% (44701/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  60% (45458/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  61% (46216/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  62% (46974/75763), 18.92 MiB | 18.92 MiB/s   
Receiving objects:  63% (47731/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  64% (48489/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  65% (49246/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  66% (50004/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  67% (50762/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  68% (51519/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  69% (52277/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  70% (53035/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  71% (53792/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  72% (54550/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  73% (55307/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  74% (56065/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  75% (56823/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  76% (57580/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  77% (58338/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  78% (59096/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  79% (59853/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  80% (60611/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  81% (61369/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  82% (62126/75763), 30.55 MiB | 20.37 MiB/s   
Receiving objects:  82% (62709/75763), 44.57 MiB | 22.28 MiB/s   
Receiving objects:  83% (62884/75763), 44.57 MiB | 22.28 MiB/s   
Receiving objects:  84% (63641/75763), 44.57 MiB | 22.28 MiB/s   
Receiving objects:  85% (64399/75763), 44.57 MiB | 22.28 MiB/s   
Receiving objects:  86% (65157/75763), 53.05 MiB | 21.22 MiB/s   
Receiving objects:  87% (65914/75763), 53.05 MiB | 21.22 MiB/s   
Receiving objects:  88% (66672/75763), 53.05 MiB | 21.22 MiB/s   
Receiving objects:  88% (67189/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  89% (67430/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  90% (68187/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  91% (68945/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  92% (69702/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  93% (70460/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  94% (71218/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  95% (71975/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  96% (72733/75763), 74.81 MiB | 24.94 MiB/s   
Receiving objects:  97% (73491/75763), 94.34 MiB | 26.95 MiB/s   
Receiving objects:  98% (74248/75763), 94.34 MiB | 26.95 MiB/s   
Receiving objects:  99% (75006/75763), 94.34 MiB | 26.95 MiB/s   
remote: Total 75763 (delta 483), reused 808 (delta 483), pack-reused 74955        
Receiving objects: 100% (75763/75763), 94.34 MiB | 26.95 MiB/s   
Receiving objects: 100% (75763/75763), 104.51 MiB | 27.06 MiB/s, done.
Resolving deltas:   0% (0/60405)   
Resolving deltas:   1% (731/60405)   
Resolving deltas:   2% (1209/60405)   
Resolving deltas:   3% (1813/60405)   
Resolving deltas:   4% (2419/60405)   
Resolving deltas:   5% (3021/60405)   
Resolving deltas:   6% (3648/60405)   
Resolving deltas:   7% (4236/60405)   
Resolving deltas:   8% (4838/60405)   
Resolving deltas:   9% (5442/60405)   
Resolving deltas:  10% (6059/60405)   
Resolving deltas:  11% (6646/60405)   
Resolving deltas:  12% (7249/60405)   
Resolving deltas:  13% (7859/60405)   
Resolving deltas:  14% (8461/60405)   
Resolving deltas:  15% (9064/60405)   
Resolving deltas:  16% (9687/60405)   
Resolving deltas:  17% (10273/60405)   
Resolving deltas:  18% (10876/60405)   
Resolving deltas:  19% (11716/60405)   
Resolving deltas:  20% (12104/60405)   
Resolving deltas:  21% (12689/60405)   
Resolving deltas:  22% (13304/60405)   
Resolving deltas:  23% (13915/60405)   
Resolving deltas:  24% (14499/60405)   
Resolving deltas:  25% (15119/60405)   
Resolving deltas:  26% (15710/60405)   
Resolving deltas:  27% (16310/60405)   
Resolving deltas:  28% (16924/60405)   
Resolving deltas:  29% (17521/60405)   
Resolving deltas:  30% (18129/60405)   
Resolving deltas:  31% (18742/60405)   
Resolving deltas:  32% (19332/60405)   
Resolving deltas:  33% (19935/60405)   
Resolving deltas:  34% (20538/60405)   
Resolving deltas:  35% (21263/60405)   
Resolving deltas:  36% (21750/60405)   
Resolving deltas:  37% (22385/60405)   
Resolving deltas:  38% (22959/60405)   
Resolving deltas:  39% (23558/60405)   
Resolving deltas:  40% (24221/60405)   
Resolving deltas:  41% (24768/60405)   
Resolving deltas:  42% (25375/60405)   
Resolving deltas:  43% (25985/60405)   
Resolving deltas:  44% (26581/60405)   
Resolving deltas:  44% (26961/60405)   
Resolving deltas:  45% (27184/60405)   
Resolving deltas:  46% (27787/60405)   
Resolving deltas:  47% (28439/60405)   
Resolving deltas:  48% (29002/60405)   
Resolving deltas:  49% (29622/60405)   
Resolving deltas:  50% (30230/60405)   
Resolving deltas:  51% (30824/60405)   
Resolving deltas:  52% (31426/60405)   
Resolving deltas:  53% (32036/60405)   
Resolving deltas:  54% (32719/60405)   
Resolving deltas:  55% (33246/60405)   
Resolving deltas:  56% (33827/60405)   
Resolving deltas:  57% (34451/60405)   
Resolving deltas:  58% (35040/60405)   
Resolving deltas:  59% (35641/60405)   
Resolving deltas:  60% (36268/60405)   
Resolving deltas:  61% (36913/60405)   
Resolving deltas:  62% (37467/60405)   
Resolving deltas:  63% (38061/60405)   
Resolving deltas:  64% (38774/60405)   
Resolving deltas:  65% (39324/60405)   
Resolving deltas:  66% (39869/60405)   
Resolving deltas:  67% (40472/60405)   
Resolving deltas:  68% (41085/60405)   
Resolving deltas:  69% (41686/60405)   
Resolving deltas:  70% (42408/60405)   
Resolving deltas:  71% (42891/60405)   
Resolving deltas:  72% (43494/60405)   
Resolving deltas:  72% (43915/60405)   
Resolving deltas:  73% (44506/60405)   
Resolving deltas:  74% (44719/60405)   
Resolving deltas:  75% (45406/60405)   
Resolving deltas:  76% (45917/60405)   
Resolving deltas:  77% (46549/60405)   
Resolving deltas:  78% (47187/60405)   
Resolving deltas:  79% (47785/60405)   
Resolving deltas:  80% (48543/60405)   
Resolving deltas:  81% (48946/60405)   
Resolving deltas:  82% (49598/60405)   
Resolving deltas:  83% (50158/60405)   
Resolving deltas:  84% (50750/60405)   
Resolving deltas:  85% (51360/60405)   
Resolving deltas:  86% (51956/60405)   
Resolving deltas:  87% (52558/60405)   
Resolving deltas:  88% (53157/60405)   
Resolving deltas:  89% (53806/60405)   
Resolving deltas:  90% (54367/60405)   
Resolving deltas:  91% (54975/60405)   
Resolving deltas:  92% (55573/60405)   
Resolving deltas:  93% (56177/60405)   
Resolving deltas:  94% (56781/60405)   
Resolving deltas:  95% (57394/60405)   
Resolving deltas:  96% (57989/60405)   
Resolving deltas:  97% (58594/60405)   
Resolving deltas:  98% (59197/60405)   
Resolving deltas:  99% (59809/60405)   
Resolving deltas: 100% (60405/60405)   
Resolving deltas: 100% (60405/60405), done.
Checking out files:  79% (8465/10657)   
Checking out files:  80% (8526/10657)   
Checking out files:  81% (8633/10657)   
Checking out files:  82% (8739/10657)   
Checking out files:  83% (8846/10657)   
Checking out files:  84% (8952/10657)   
Checking out files:  85% (9059/10657)   
Checking out files:  86% (9166/10657)   
Checking out files:  87% (9272/10657)   
Checking out files:  88% (9379/10657)   
Checking out files:  89% (9485/10657)   
Checking out files:  90% (9592/10657)   
Checking out files:  91% (9698/10657)   
Checking out files:  92% (9805/10657)   
Checking out files:  93% (9912/10657)   
Checking out files:  94% (10018/10657)   
Checking out files:  95% (10125/10657)   
Checking out files:  96% (10231/10657)   
Checking out files:  97% (10338/10657)   
Checking out files:  98% (10444/10657)   
Checking out files:  99% (10551/10657)   
Checking out files: 100% (10657/10657)   
Checking out files: 100% (10657/10657), done.

cd titan.core || exit 1
+ cd titan.core
cat >Makefile.personal <<EOF
TTCN3_DIR=$TTCN3_DIR
JNI=no
GUI=no
DEBUG=no
GEN_PDF=no
JDKDIR=$JAVA_HOME
EOF
+ cat

make && make install || exit 1
+ make
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common'
  (dep)	 git_version.c
bison -d -o config_preproc_p.tab.cc -p config_process_ config_preproc_p.y
config_preproc_p.y:51.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="config_preproc_yy"
 ^^^^^^^^^^^^^
  (dep)	 config_preproc_p.tab.cc
flex -B -s -Cr -Cfe -oconfig_preproc_la.cc config_preproc_la.l
  (dep)	 config_preproc_la.cc
bison -d pattern_uni.y
pattern_uni.y:83.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="pattern_uni"
 ^^^^^^^^^^^^^
pattern_uni.y:84.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="pattern_uni.cc"
 ^^^^^^^^
  (dep)	 pattern_uni.cc
bison -d pattern_p.y
pattern_p.y:127.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="pattern_yy"
 ^^^^^^^^^^^^^
pattern_p.y:128.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="pattern_p.cc"
 ^^^^^^^^
  (dep)	 pattern_p.cc
flex -B -s -Cr -Cfe -opattern_la.cc pattern_la.l
  (dep)	 pattern_la.cc
  (dep)	 NetworkHandler.cc
  (dep)	 openssl_version.c
  (dep)	 UnicharPattern.cc
  (dep)	 JSON_Tokenizer.cc
  (dep)	 ModuleVersion.cc
  (dep)	 Path2.cc
  (dep)	 Quadruple.cc
  (dep)	 config_preproc.cc
  (dep)	 path.c
  (dep)	 userinfo.c
  (dep)	 new.cc
  (dep)	 memory.c
  (CC)	 memory.c
  (C++)	 new.cc
  (CC)	 userinfo.c
  (CC)	 path.c
  (C++)	 config_preproc.cc
  (C++)	 Quadruple.cc
  (C++)	 Path2.cc
  (C++)	 ModuleVersion.cc
  (C++)	 JSON_Tokenizer.cc
  (C++)	 UnicharPattern.cc
  (CC)	 openssl_version.c
  (C++)	 NetworkHandler.cc
  (C++)	 pattern_la.cc
  (C++)	 pattern_p.cc
  (C++)	 pattern_uni.cc
  (C++)	 config_preproc_la.cc
  (C++)	 config_preproc_p.tab.cc
  (CC)	 git_version.c
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2'
  (dep)	 ProjectGenHelper.cc
  (dep)	 xpather.cc
  (dep)	 makefile.c
  (dep)	 XSD_Types.cc
  (dep)	 DebuggerStuff.cc
  (dep)	 CodeGenHelper.cc
  (dep)	 subtypestuff.cc
  (dep)	 XerAttributes.cc
cd asn1/ && make asn1p.tab.hh
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
flex -B -s -Cr -Cfe -Pasn1_preparser_ -oasn1_preparser.lex.c asn1_preparser.l
  (dep)	 asn1_preparser.lex.c
bison -d asn1p.y
asn1p.y:110.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="asn1_yy"
 ^^^^^^^^^^^^^
asn1p.y:111.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="asn1p.tab.cc"
 ^^^^^^^^
  (dep)	 asn1p.tab.cc
flex -B -s -Cr -Cfe -oasn1la.yy.cc asn1la.l
  (dep)	 asn1la.yy.cc
  (dep)	 Type_parse.cc
  (dep)	 TokenBuf.cc
  (dep)	 TableConstraint.cc
  (dep)	 Tag.cc
  (dep)	 OCSV.cc
  (dep)	 Object.cc
  (dep)	 Block.cc
  (dep)	 Ref.cc
  (dep)	 AST_asn1.cc
make[2]: 'asn1p.tab.hh' is up to date.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
  (dep)	 Valuestuff.cc
  (dep)	 Value.cc
  (dep)	 ustring.cc
  (dep)	 Typestuff.cc
  (dep)	 TypeCompat.cc
  (dep)	 Type_codegen.cc
  (dep)	 Type_chk.cc
  (dep)	 Type.cc
  (dep)	 Stopwatch.cc
  (dep)	 subtype.cc
  (dep)	 string.cc
  (dep)	 SigParam.cc
  (dep)	 Setting.cc
  (dep)	 Real.cc
  (dep)	 main.cc
  (dep)	 Int.cc
  (dep)	 Identifier.cc
  (dep)	 EnumItem.cc
  (dep)	 CompType.cc
  (dep)	 CompField.cc
  (dep)	 CompilerError.cc
  (dep)	 Constraint.cc
  (dep)	 Code.cc
  (dep)	 AST.cc
  (dep)	 PredefFunc.cc
  (dep)	 union.c
  (dep)	 record_of.c
  (dep)	 record.c
  (dep)	 functionref.c
  (dep)	 enum.c
  (dep)	 encdec.c
make -C asn1
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
  (C++)	 AST_asn1.cc
  (C++)	 Ref.cc
  (C++)	 Block.cc
  (C++)	 Object.cc
  (C++)	 OCSV.cc
  (C++)	 Tag.cc
  (C++)	 TableConstraint.cc
  (C++)	 TokenBuf.cc
  (C++)	 Type_parse.cc
  (C++)	 asn1la.yy.cc
  (C++)	 asn1p.tab.cc
  (CC)	 asn1_preparser.lex.c
ar -r libasn1_compiler.a AST_asn1.o Ref.o Block.o Object.o OCSV.o Tag.o TableConstraint.o TokenBuf.o Type_parse.o asn1la.yy.o asn1p.tab.o asn1_preparser.lex.o
ar: creating libasn1_compiler.a
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
make -C ttcn3
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3'
flex -B -s -Cr -Cfe -Pttcn3_preparser_ -ottcn3_preparser.lex.c ttcn3_preparser.l
  (dep)	 ttcn3_preparser.lex.c
bison -d coding_attrib_p.y
coding_attrib_p.y:62.1-13: warning: deprecated directive, use '%name-prefix' [-Wdeprecated]
 %name-prefix="coding_attrib_"
 ^^^^^^^^^^^^^
coding_attrib_p.y:63.1-8: warning: deprecated directive, use '%output' [-Wdeprecated]
 %output="coding_attrib_p.cc"
 ^^^^^^^^
  (dep)	 coding_attrib_p.cc
flex -B -s -Cr -Cfe -ocoding_attrib_la.cc coding_attrib_la.l
  (dep)	 coding_attrib_la.cc
flex -B -s -Cr -Cfe -ocomptype_attrib_la.cc comptype_attrib_la.l
  (dep)	 comptype_attrib_la.cc
flex -B -s -Cr -Cfe -opstring_la.cc pstring_la.l
  (dep)	 pstring_la.cc
flex -B -s -Cr -Cfe -ocharstring_la.cc charstring_la.l
  (dep)	 charstring_la.cc
bison -d -p rawAST_ -o rawAST.tab.cc rawAST.y
  (dep)	 rawAST.tab.cc
flex -B -s -Cr -Cfe -PrawAST_ -olex.rawAST.cc rawAST.l
rawAST.l:598: warning, -s option given but default rule can be matched
  (dep)	 lex.rawAST.cc
bison -d -p ttcn3_ -o compiler.tab.cc compiler.y
compiler.y:3765.29-56: warning: unused value: $3 [-Wother]
   optVisibility ClassMember optWithStatementAndSemiColon
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:3775.45-72: warning: unused value: $4 [-Wother]
 | ClassMemberList optVisibility ClassMember optWithStatementAndSemiColon
                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y: warning: 4 nonterminals useless in grammar [-Wother]
compiler.y: warning: 7 rules useless in grammar [-Wother]
compiler.y:8612.1-17: warning: nonterminal useless in grammar: TypeActualParList [-Wother]
 TypeActualParList: // -> 202 784 "Advanced Parameterization"
 ^^^^^^^^^^^^^^^^^
compiler.y:8613.7-22: warning: nonterminal useless in grammar: seqTypeActualPar [-Wother]
   '(' seqTypeActualPar optError ')'
       ^^^^^^^^^^^^^^^^
compiler.y:8618.12-24: warning: nonterminal useless in grammar: TypeActualPar [-Wother]
   optError TypeActualPar
            ^^^^^^^^^^^^^
compiler.y:5489.3-5494.3: warning: rule useless in grammar [-Wother]
   FunctionRef '(' optFunctionActualParList ')'
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8613.3-35: warning: rule useless in grammar [-Wother]
   '(' seqTypeActualPar optError ')'
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8614.3-15: warning: rule useless in grammar [-Wother]
 | '(' error ')'
   ^^^^^^^^^^^^^
compiler.y:8618.3-24: warning: rule useless in grammar [-Wother]
   optError TypeActualPar
   ^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8619.3-54: warning: rule useless in grammar [-Wother]
 | seqTypeActualPar optError ',' optError TypeActualPar
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8620.3-37: warning: rule useless in grammar [-Wother]
 | seqTypeActualPar optError ',' error
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compiler.y:8624.3-27: warning: rule useless in grammar [-Wother]
   Expression { delete $1; }
   ^^^^^^^^^^^^^^^^^^^^^^^^^
  (dep)	 compiler.tab.cc
flex -B -s -Cr -Cfe -Pttcn3_ -olex.ttcn3.cc compiler.l
  (dep)	 lex.ttcn3.cc
  (dep)	 OerAST.cc
  (dep)	 profiler.c
  (dep)	 Ttcn2Json.cc
  (dep)	 JsonAST.cc
  (dep)	 BerAST.cc
  (dep)	 signature.c
  (dep)	 port.c
  (dep)	 compiler.c
  (dep)	 Ttcnstuff.cc
  (dep)	 TextAST.cc
  (dep)	 Templatestuff.cc
  (dep)	 TtcnTemplate.cc
  (dep)	 Statement.cc
  (dep)	 RawAST.cc
  (dep)	 PatternString.cc
  (dep)	 ILT.cc
  (dep)	 Attributes.cc
  (dep)	 AST_ttcn3.cc
  (dep)	 ArrayDimensions.cc
  (C++)	 ArrayDimensions.cc
  (C++)	 AST_ttcn3.cc
AST_ttcn3.cc: In member function 'virtual void Ttcn::Module::chk()':
AST_ttcn3.cc:3194:27: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
               char *tmp = "UNKNOWN";
                           ^~~~~~~~~
In file included from AST_ttcn3.cc:46:0:
../../common/version_internal.h:65:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 #define PATCH_LETTER "A"
                      ^
../../common/version_internal.h:123:59: note: in expansion of macro 'PATCH_LETTER'
 #define LEGACY_VERSION "/" MAJOR_SUFFIX " R" MINOR_NUMBER PATCH_LETTER \
                                                           ^~~~~~~~~~~~
../../common/version_internal.h:126:63: note: in expansion of macro 'LEGACY_VERSION'
 #define LEGACY_CRL_PRODUCT_NUMBER  LEGACY_CRL_PRODNR_EXECUTOR LEGACY_VERSION
                                                               ^~~~~~~~~~~~~~
AST_ttcn3.cc:3197:22: note: in expansion of macro 'LEGACY_CRL_PRODUCT_NUMBER'
                tmp = LEGACY_CRL_PRODUCT_NUMBER;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
../../common/version_internal.h:65:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
 #define PATCH_LETTER "A"
                      ^
../../common/version_internal.h:128:97: note: in expansion of macro 'PATCH_LETTER'
 #define LEGACY_CAX_PRODUCT_NUMBER MAJOR_SUFFIX "/" LEGACY_CAX_PRODNR_EXECUTOR " R" MINOR_NUMBER PATCH_LETTER \
                                                                                                 ^~~~~~~~~~~~
AST_ttcn3.cc:3200:22: note: in expansion of macro 'LEGACY_CAX_PRODUCT_NUMBER'
                tmp = LEGACY_CAX_PRODUCT_NUMBER;
                      ^~~~~~~~~~~~~~~~~~~~~~~~~
AST_ttcn3.cc:3203:22: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
                tmp = PRODUCT_NUMBER;
                      ^
../../common/version_internal.h:40:68: note: in definition of macro 'GEN_VER3'
 # define GEN_VER3(major, minor, patchlevel) #major "." #minor "." #patchlevel
                                                                    ^~~~~~~~~~
../../common/version_internal.h:43:25: note: in expansion of macro 'GEN_VER'
 # define VERSION_STRING GEN_VER(TTCN3_MAJOR, TTCN3_MINOR, TTCN3_PATCHLEVEL)
                         ^~~~~~~
../../common/version_internal.h:131:24: note: in expansion of macro 'VERSION_STRING'
 #define PRODUCT_NUMBER VERSION_STRING
                        ^~~~~~~~~~~~~~
AST_ttcn3.cc:3203:22: note: in expansion of macro 'PRODUCT_NUMBER'
                tmp = PRODUCT_NUMBER;
                      ^~~~~~~~~~~~~~
  (C++)	 Attributes.cc
  (C++)	 ILT.cc
  (C++)	 PatternString.cc
  (C++)	 RawAST.cc
  (C++)	 Statement.cc
  (C++)	 TtcnTemplate.cc
  (C++)	 Templatestuff.cc
  (C++)	 TextAST.cc
  (C++)	 Ttcnstuff.cc
In file included from Ttcnstuff.cc:20:0:
Ttcnstuff.hh: In constructor 'Ttcn::ClassTypeBody::ClassTypeBody(Common::Identifier*, boolean, boolean, boolean, boolean, Ttcn::Types*, Ttcn::Reference*, Ttcn::Reference*, Ttcn::Reference*, Ttcn::Definitions*, Ttcn::StatementBlock*)':
Ttcnstuff.hh:770:10: warning: 'Ttcn::ClassTypeBody::base_traits' will be initialized after [-Wreorder]
   Types* base_traits;
          ^~~~~~~~~~~
Ttcnstuff.hh:769:18: warning:   'Ttcn::ClassTypeBody* Ttcn::ClassTypeBody::base_class' [-Wreorder]
   ClassTypeBody* base_class; // not owned
                  ^~~~~~~~~~
Ttcnstuff.cc:3069:3: warning:   when initialized here [-Wreorder]
   ClassTypeBody::ClassTypeBody(Common::Identifier* p_class_id, boolean p_external, boolean p_final,
   ^~~~~~~~~~~~~
  (CC)	 compiler.c
  (CC)	 port.c
  (CC)	 signature.c
  (C++)	 BerAST.cc
  (C++)	 JsonAST.cc
  (C++)	 Ttcn2Json.cc
  (CC)	 profiler.c
  (C++)	 OerAST.cc
  (C++)	 lex.ttcn3.cc
  (C++)	 compiler.tab.cc
  (C++)	 lex.rawAST.cc
  (C++)	 rawAST.tab.cc
  (C++)	 charstring_la.cc
  (C++)	 pstring_la.cc
  (C++)	 comptype_attrib_la.cc
  (C++)	 coding_attrib_la.cc
  (C++)	 coding_attrib_p.cc
  (CC)	 ttcn3_preparser.lex.c
ar -r libttcn3_compiler.a ArrayDimensions.o AST_ttcn3.o Attributes.o ILT.o PatternString.o RawAST.o Statement.o TtcnTemplate.o Templatestuff.o TextAST.o Ttcnstuff.o compiler.o port.o signature.o BerAST.o JsonAST.o Ttcn2Json.o profiler.o OerAST.o lex.ttcn3.o compiler.tab.o lex.rawAST.o rawAST.tab.o charstring_la.o pstring_la.o comptype_attrib_la.o coding_attrib_la.o coding_attrib_p.o ttcn3_preparser.lex.o ../../common/JSON_Tokenizer.o
ar: creating libttcn3_compiler.a
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3'
  (CC)	 encdec.c
  (CC)	 enum.c
  (CC)	 functionref.c
  (CC)	 record.c
  (CC)	 record_of.c
  (CC)	 union.c
  (C++)	 PredefFunc.cc
  (C++)	 AST.cc
  (C++)	 Code.cc
  (C++)	 Constraint.cc
  (C++)	 CompilerError.cc
  (C++)	 CompField.cc
  (C++)	 CompType.cc
  (C++)	 EnumItem.cc
  (C++)	 Identifier.cc
  (C++)	 Int.cc
  (C++)	 main.cc
  (C++)	 Real.cc
  (C++)	 Setting.cc
  (C++)	 SigParam.cc
  (C++)	 string.cc
  (C++)	 subtype.cc
  (C++)	 Stopwatch.cc
  (C++)	 Type.cc
  (C++)	 Type_chk.cc
  (C++)	 Type_codegen.cc
Type_codegen.cc: In member function 'void Common::Type::generate_code_jsondescriptor(output_struct*)':
Type_codegen.cc:1161:44: warning: 'def_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
     target->source.global_vars = mputprintf(target->source.global_vars,
                                  ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
       "const TTCN_JSONdescriptor_t %s_json_ = { %s, %s, %s, %s, %s, %s, %s, "
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       "%d, %s, %s, %s };\n"
       ~~~~~~~~~~~~~~~~~~~~~                 
       , get_genname_own().c_str()
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~           
       , jsonattrib->omit_as_null ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , alias ? alias : "NULL"
       ~~~~~~~~~~~~~~~~~~~~~~~~              
       , (jsonattrib->as_value || jsonattrib->tag_list != NULL) ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , def_val
       ~~~~~~~~~                             
       , jsonattrib->metainfo_unbound ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , jsonattrib->as_number ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , as_map ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~           
       , static_cast<int>(jsonattrib->enum_texts.size())
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , enum_texts_name
       ~~~~~~~~~~~~~~~~~                     
       , jsonattrib->use_null ? "TRUE" : "FALSE"
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       , jsonattrib->get_escaping_gen_str());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  (C++)	 TypeCompat.cc
  (C++)	 Typestuff.cc
  (C++)	 ustring.cc
  (C++)	 Value.cc
Value.cc: In static member function 'static bool Common::Value::chk_expr_self_ref_templ(Ttcn::Template*, Common::Assignment*, namedbool)':
Value.cc:12067:12: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
     switch (t->get_templatetype()) {
            ^
Value.cc:12067:12: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
Value.cc:12067:12: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
  (C++)	 Valuestuff.cc
  (C++)	 XerAttributes.cc
  (C++)	 subtypestuff.cc
  (C++)	 CodeGenHelper.cc
  (C++)	 DebuggerStuff.cc
  (C++)	 XSD_Types.cc
g++  -fPIC -o compiler encdec.o enum.o functionref.o record.o record_of.o union.o PredefFunc.o AST.o Code.o Constraint.o CompilerError.o CompField.o CompType.o EnumItem.o Identifier.o Int.o main.o Real.o Setting.o SigParam.o string.o subtype.o Stopwatch.o Type.o Type_chk.o Type_codegen.o TypeCompat.o Typestuff.o ustring.o Value.o Valuestuff.o XerAttributes.o subtypestuff.o CodeGenHelper.o DebuggerStuff.o XSD_Types.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/git_version.o ../common/new.o ../common/pattern_la.o ../common/pattern_p.o ../common/pattern_uni.o ../common/Quadruple.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/openssl_version.o \
asn1/libasn1_compiler.a ttcn3/libttcn3_compiler.a \
-lcrypto   
  (CC)	 makefile.c
makefile.c: In function 'print_splitted_file_names.isra.9':
makefile.c:1902:32: warning: '.cc' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
       sprintf(buffer, "_part_%i.cc", i);
                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c: In function 'generate_makefile.constprop':
makefile.c:3081:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3104:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3127:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3149:42: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.so", slice);
                                          ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3191:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.o", slice);
                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3214:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.o", slice);
                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3237:42: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                 sprintf(buffer, "_part_%i.o", slice);
                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3260:44: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                   sprintf(buffer, "_part_%i.o", slice);
                                            ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3315:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.so", slice);
                                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3339:50: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                         sprintf(buffer, "_part_%i.so", slice);
                                                  ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3362:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.so", slice);
                                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3384:48: warning: '.so' directive writing 3 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.so", slice);
                                                ^~~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 11 and 20 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3446:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                     sprintf(buffer, "_part_%i.o", slice);
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3469:48: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                       sprintf(buffer, "_part_%i.o", slice);
                                                ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3492:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                     sprintf(buffer, "_part_%i.o", slice);
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
makefile.c:3514:46: warning: '.o' directive writing 2 bytes into a region of size between 0 and 9 [-Wformat-overflow=]
                     sprintf(buffer, "_part_%i.o", slice);
                                              ^~
In file included from /usr/include/stdio.h:862:0,
                 from makefile.c:31:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 10 and 19 bytes into a destination of size 16
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  (C++)	 xpather.cc
  (C++)	 ProjectGenHelper.cc
g++  -fPIC -o ttcn3_makefilegen makefile.o xpather.o ProjectGenHelper.o ../common/memory.o ../common/path.o ../common/userinfo.o ../common/new.o ttcn3/ttcn3_preparser.lex.o asn1/asn1_preparser.lex.o -lxml2  
  (C++)	 tcov2lcov.cc
g++  -fPIC -o tcov2lcov tcov2lcov.o ../common/memory.o -lxml2  
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen'
flex -B -s -Cr -Cfe -oparser.c parser.l
  (dep)	 parser.c
flex -B -s -Cr -Cfe -ologformat.c logformat.l
  (dep)	 logformat.c
  (dep)	 repgen.c
  (dep)	 logmerge.c
  (dep)	 logfilter.c
  (CC)	 logmerge.c
gcc  -fPIC -o ttcn3_logmerge logmerge.o ../common/memory.o  
  (CC)	 logfilter.c
gcc  -fPIC -o ttcn3_logfilter logfilter.o ../common/memory.o  
  (CC)	 logformat.c
gcc  -fPIC -o ttcn3_logformat logformat.o ../common/memory.o  
  (CC)	 parser.c
  (CC)	 repgen.c
repgen.c: In function 'WriteCode':
repgen.c:202:34: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
        sprintf ( fullname, "%s/%s.ttcn", code_dstdir, tclist->tcname );
                                  ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c: In function 'WriteLog':
repgen.c:336:33: warning: '%s' directive writing up to 2047 bytes into a region of size 2042 [-Wformat-overflow=]
     sprintf ( oldname, "%s/temp/%s", log_dstdir, tclist->tcname );
                                 ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:337:30: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
     sprintf ( newname, "%s/%s.ttcnlog", log_dstdir, tclist->tcname );
                              ^~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c: In function 'WriteDump':
repgen.c:396:27: warning: '.dump' directive writing 5 bytes into a region of size between 1 and 2048 [-Wformat-overflow=]
    sprintf ( fullname, "%s.dump", tclist->tcname );
                           ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 6 and 2053 bytes into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:409:31: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
     sprintf ( fullname, "%s/%s.dump", dump_dstdir, tclist->tcname );
                               ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c: In function 'Genhtml':
repgen.c:470:21: warning: '%s' directive writing up to 2047 bytes into a region of size 1023 [-Wformat-overflow=]
   sprintf ( buf, "\"%s\", ", tclist->tcname );
                     ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 5 and 2052 bytes into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:473:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname );
                             ^~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:474:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.short\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 14 or more bytes (assuming 2061) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:478:29: warning: '.long' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.long", data_dstdir, tclist->tcname );
                             ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:479:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.long\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:483:29: warning: '.ttcn' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.ttcn", data_dstdir, tclist->tcname );
                             ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:484:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.ttcn\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:488:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname );
                             ^~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:489:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.ttcnlog\", ", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 16 or more bytes (assuming 2063) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:493:29: warning: '.dump' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.dump", data_dstdir, tclist->tcname );
                             ^~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 7 or more bytes (assuming 2054) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:494:26: warning: '%s' directive writing up to 2047 bytes into a region of size 1020 [-Wformat-overflow=]
   sprintf ( buf, "\"./%s/%s.dump\",\n", dirname, tclist->tcname );
                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 13 or more bytes (assuming 2060) into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:612:58: warning: '%s' directive writing up to 2047 bytes into a region of size 986 [-Wformat-overflow=]
   sprintf ( buf, "mywin.document.writeln(\"<tr><td>&nbsp %s &nbsp</td><td>", tclist->tcname );
                                                          ^~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 54 and 2101 bytes into a destination of size 1024
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:615:29: warning: '.short' directive writing 6 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.short", data_dstdir, tclist->tcname );
                             ^~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 8 or more bytes (assuming 2055) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
repgen.c:636:29: warning: '.ttcnlog' directive writing 8 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
   sprintf ( filename, "%s/%s.ttcnlog", data_dstdir, tclist->tcname );
                             ^~~~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from repgen.c:15:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output 10 or more bytes (assuming 2057) into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc  -fPIC -o ttcn3_repgen parser.o repgen.o ../common/memory.o  
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert'
  (dep)	 Constant.cc
  (dep)	 Mstring.cc
  (dep)	 GeneralFunctions.cc
  (dep)	 PredefinedModules.cc
  (dep)	 ImportStatement.cc
  (dep)	 Annotation.cc
  (dep)	 ComplexType.cc
  (dep)	 AttributeType.cc
  (dep)	 SimpleType.cc
  (dep)	 RootType.cc
  (dep)	 TTCN3ModuleInventory.cc
  (dep)	 TTCN3Module.cc
  (dep)	 XMLParser.cc
  (dep)	 converter.cc
  (C++)	 converter.cc
  (C++)	 XMLParser.cc
  (C++)	 TTCN3Module.cc
  (C++)	 TTCN3ModuleInventory.cc
  (C++)	 RootType.cc
  (C++)	 SimpleType.cc
  (C++)	 AttributeType.cc
  (C++)	 ComplexType.cc
  (C++)	 Annotation.cc
  (C++)	 ImportStatement.cc
  (C++)	 PredefinedModules.cc
  (C++)	 GeneralFunctions.cc
  (C++)	 Mstring.cc
  (C++)	 Constant.cc
g++  -fPIC -o xsd2ttcn converter.o XMLParser.o TTCN3Module.o TTCN3ModuleInventory.o RootType.o SimpleType.o AttributeType.o ComplexType.o Annotation.o ImportStatement.o PredefinedModules.o GeneralFunctions.o Mstring.o Constant.o ../common/new.o ../common/memory.o -lxml2 -lcrypto 
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli'
bison -d -o config_read.tab.cc -p config_read_ config_read.y
  (dep)	 config_read.tab.cc
flex -B -s -Cr -Cfe -Pconfig_read_ -oconfig_read.lex.cc config_read.l
  (dep)	 config_read.lex.cc
  (dep)	 Cli.cc
  (C++)	 Cli.cc
  (C++)	 config_read.lex.cc
  (C++)	 config_read.tab.cc
ar -r libcli.a Cli.o config_read.lex.o config_read.tab.o
ar: creating libcli.a
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr'
  (dep)	 Cli_main.cc
  (dep)	 config_data.cc
  (dep)	 UserInterface.cc
  (dep)	 MainController.cc
  (dep)	 MctrError.cc
  (C++)	 Cli_main.cc
  (C++)	 MctrError.cc
  (C++)	 MainController.cc
MainController.cc: In static member function 'static boolean mctr::MainController::check_version(mctr::unknown_connection*)':
MainController.cc:857:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
           for (unsigned int j = 0; j < checksum_length; j++) {
                                    ~~^~~~~~~~~~~~~~~~~
  (C++)	 UserInterface.cc
  (C++)	 config_data.cc
cd ../../core/ && make RInt.o
make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
gcc -Wall -std=gnu9x -O2 -fPIC -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I. -IRT1 -I/usr/include/libxml2 -I../common  -fPIC  \
gccversion.c   -o gccversion
./gccversion > cversion.h.tmp
if [ -f cversion.h ] ; then \
  if diff cversion.h.tmp cversion.h >/dev/null ; then \
    rm cversion.h.tmp ; \
  else \
    mv cversion.h.tmp cversion.h ; \
  fi \
else \
  mv cversion.h.tmp cversion.h ; \
fi
  (dep)	 OER.cc
  (dep)	 DebuggerUI.cc
In file included from DebuggerUI.cc:16:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Debugger.cc
In file included from Debugger.cc:14:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ProfMerge_main.cc
  (dep)	 ProfilerTools.cc
  (dep)	 Profiler.cc
  (dep)	 JSON.cc
  (dep)	 TCov.cc
mkdir -p RT1
../compiler2/compiler  -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT1/TitanLoggerControl.hh' was generated.
Notify: File `RT1/TitanLoggerControl.cc' was generated.
Notify: 2 files were updated.
touch RT1/TitanLoggerControl.cc.compiled
  (dep)	 TitanLoggerControlImpl.cc
In file included from RT1/TitanLoggerControl.hh:19:0,
                 from TitanLoggerControlImpl.cc:15:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 XmlReader.cc
  (dep)	 XER.cc
  (dep)	 Verdicttype.cc
  (dep)	 Universal_charstring.cc
  (dep)	 Param_Types.cc
In file included from Param_Types.cc:37:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Timer.cc
  (dep)	 Textbuf.cc
  (dep)	 TEXT.cc
  (dep)	 Template.cc
  (dep)	 Struct_of.cc
  (dep)	 Snapshot.cc
  (dep)	 Single_main.cc
Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Runtime.cc
  (dep)	 RAW.cc
  (dep)	 Port.cc
Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Parallel_main.cc
  (dep)	 Octetstring.cc
  (dep)	 Objid.cc
  (dep)	 Module_list.cc
In file included from Module_list.cc:40:0:
Debugger.hh:23:10: fatal error: RT1/PreGenRecordOf.hh: No such file or directory
 #include "RT1/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 LoggingBits.cc
  (dep)	 LegacyLogger.cc
In file included from ILoggerPlugin.hh:21:0,
                 from LegacyLogger.hh:19,
                 from LegacyLogger.cc:20:
TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 LoggerPluginManager.cc
In file included from LoggerPluginManager.cc:20:0:
LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 LoggerPlugin.cc
LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Logger.cc
In file included from Logger.cc:41:0:
LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Integer.cc
  (dep)	 RInt.cc
  (dep)	 Hexstring.cc
  (dep)	 Float.cc
  (dep)	 Error.cc
Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Encdec.cc
  (dep)	 Default.cc
Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Component.cc
  (dep)	 Communication.cc
Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory
 #include "TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 Charstring.cc
  (dep)	 Boolean.cc
  (dep)	 Bitstring.cc
  (dep)	 BER.cc
  (dep)	 Basetype.cc
  (dep)	 ASN_Null.cc
  (dep)	 ASN_External.cc
  (dep)	 ASN_EmbeddedPDV.cc
  (dep)	 ASN_CharacterString.cc
  (dep)	 ASN_Any.cc
  (dep)	 Array.cc
  (dep)	 Addfunc.cc
Addfunc.cc:37:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
mkdir -p RT1
../compiler2/compiler -F  -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT1/PreGenRecordOf.hh' was generated.
Notify: File `RT1/PreGenRecordOf.cc' was generated.
Notify: 2 files were updated.
touch RT1/PreGenRecordOf.cc.compiled
  (dep)	 RT1/PreGenRecordOf.cc
In file included from RT1/PreGenRecordOf.hh:19:0,
                 from RT1/PreGenRecordOf.cc:11:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
flex -B -s -Cr -Cfe -Pconfig_process_ --header-file=config_process.lex.hh \
	-oconfig_process.lex.cc config_process.l
bison -d -o config_process.tab.cc -p config_process_ config_process.y
  (dep)	 config_process.tab.cc
In file included from RT1/PreGenRecordOf.hh:19:0,
                 from Debugger.hh:23,
                 from config_process.y:59:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 config_process.lex.cc
  (dep)	 RT1/TitanLoggerControl.cc
In file included from RT1/TitanLoggerControl.hh:19:0,
                 from RT1/TitanLoggerControl.cc:11:
./TTCN3.hh:77:10: fatal error: RT1/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT1/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
../xsdconvert/xsd2ttcn -p TitanLoggerApi.xsd
Notify: Checking documents...
Notify: Parsing XML schema document `TitanLoggerApi.xsd'...
Notify: Generating TTCN-3 modules...
Notify: File 'TitanLoggerApi.ttcn' was generated.
sed -e 's/XSD.String/charstring/g;s/XSD.AnySimpleType/charstring/g;s/XSD.Integer/integer/g;s/XSD.Float/float/g;s/XSD.Double/float/g;s/XSD.Boolean/boolean/g;s/import from XSD all;//g' TitanLoggerApi.ttcn >TitanLoggerApi.ttcn_
mv TitanLoggerApi.ttcn_ TitanLoggerApi.ttcn
mkdir -p RT1
if ../compiler2/compiler  -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT1/TitanLoggerApi.hh' was generated.
Notify: File `RT1/TitanLoggerApi.cc' was generated.
Notify: 2 files were updated.
perl /home/etsi/frameworks/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh 
touch RT1/TitanLoggerApi.cc.compiled
  (dep)	 RT1/TitanLoggerApi.cc
  (dep)	 DebuggerUI.cc
  (dep)	 Debugger.cc
  (dep)	 TitanLoggerControlImpl.cc
  (dep)	 Param_Types.cc
  (dep)	 Single_main.cc
  (dep)	 Port.cc
  (dep)	 Module_list.cc
  (dep)	 LegacyLogger.cc
  (dep)	 LoggerPluginManager.cc
  (dep)	 LoggerPlugin.cc
  (dep)	 Logger.cc
  (dep)	 Error.cc
  (dep)	 Default.cc
  (dep)	 Communication.cc
  (dep)	 Addfunc.cc
  (dep)	 RT1/PreGenRecordOf.cc
  (dep)	 config_process.tab.cc
  (dep)	 RT1/TitanLoggerControl.cc
  (C++)	 RInt.cc
make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
cd ../../core/ && make Textbuf.o
make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
  (C++)	 Textbuf.cc
make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
g++  -fPIC -o mctr_cli Cli_main.o MctrError.o MainController.o UserInterface.o config_data.o ../../common/memory.o ../../common/config_preproc.o ../../common/config_preproc_la.o ../../common/config_preproc_p.tab.o ../../common/path.o ../../common/NetworkHandler.o ../../common/Path2.o ../../common/openssl_version.o ../../core/RInt.o ../../core/Textbuf.o ../cli/libcli.a \
-lcrypto -lncurses -ledit -lpthread 
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr'
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
  (C++)	 RT1/TitanLoggerApi.cc
  (C++)	 RT1/TitanLoggerControl.cc
  (C++)	 config_process.lex.cc
  (C++)	 config_process.tab.cc
  (C++)	 RT1/PreGenRecordOf.cc
  (C++)	 Addfunc.cc
  (C++)	 Array.cc
  (C++)	 ASN_Any.cc
  (C++)	 ASN_CharacterString.cc
  (C++)	 ASN_EmbeddedPDV.cc
  (C++)	 ASN_External.cc
ASN_External.cc:382:11: warning: 'boolean {anonymous}::EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t&, const ASN_BER_TLV_t&)' defined but not used [-Wunused-function]
   boolean EXTERNALtransfer_encoding::BER_decode_isMyMsg(const TTCN_Typedescriptor_t& p_td, const ASN_BER_TLV_t& p_tlv)
           ^~~~~~~~~~~~~~~~~~~~~~~~~
ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function]
   EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
  (C++)	 ASN_Null.cc
  (C++)	 Basetype.cc
  (C++)	 BER.cc
  (C++)	 Bitstring.cc
  (C++)	 Boolean.cc
  (C++)	 Charstring.cc
  (C++)	 Communication.cc
  (C++)	 Component.cc
  (C++)	 Default.cc
  (C++)	 Encdec.cc
  (C++)	 Error.cc
  (C++)	 Float.cc
  (C++)	 Hexstring.cc
  (C++)	 Integer.cc
  (C++)	 Logger.cc
In file included from Logger.cc:41:0:
LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
  (C++)	 LoggerPlugin.cc
  (C++)	 LoggerPluginManager.cc
In file included from LoggerPluginManager.cc:20:0:
LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
  (C++)	 LegacyLogger.cc
  (C++)	 LoggingBits.cc
  (C++)	 Module_list.cc
  (C++)	 Objid.cc
  (C++)	 Octetstring.cc
  (C++)	 Port.cc
  (C++)	 RAW.cc
  (C++)	 Runtime.cc
  (C++)	 Snapshot.cc
  (C++)	 Struct_of.cc
  (C++)	 Template.cc
  (C++)	 TEXT.cc
  (C++)	 Timer.cc
  (C++)	 Param_Types.cc
  (C++)	 Universal_charstring.cc
  (C++)	 Verdicttype.cc
  (C++)	 XER.cc
  (C++)	 XmlReader.cc
In file included from Encdec.hh:23:0,
                 from XmlReader.cc:24:
Types.h:42:0: warning: "FALSE" redefined
 #define FALSE false
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from XmlReader.cc:20:
/usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition
 #   define FALSE 0
 
In file included from Encdec.hh:23:0,
                 from XmlReader.cc:24:
Types.h:43:0: warning: "TRUE" redefined
 #define TRUE true
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from XmlReader.cc:20:
/usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition
 #   define TRUE  1
 
  (C++)	 TitanLoggerControlImpl.cc
  (C++)	 TCov.cc
  (C++)	 JSON.cc
  (C++)	 Profiler.cc
  (C++)	 ProfilerTools.cc
  (C++)	 Debugger.cc
  (C++)	 DebuggerUI.cc
  (C++)	 OER.cc
  (C++)	 LoggerPlugin_static.cc
  (C++)	 Single_main.cc
ar -r libttcn3.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Single_main.o
ar: creating libttcn3.a
  (C++)	 Parallel_main.cc
ar -r libttcn3-parallel.a RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Parallel_main.o
ar: creating libttcn3-parallel.a
  (C++)	 LoggerPlugin_dynamic.cc
g++ -shared  -fPIC -o libttcn3-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2
g++ -shared  -fPIC -o libttcn3-parallel-dynamic.so RT1/TitanLoggerApi.o RT1/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT1/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2
  (C++)	 ProfMerge_main.cc
  (C++)	 ProfilerTools.cc
g++  -fPIC -o ttcn3_profmerge ProfMerge_main.o ProfilerTools.profmerge.o ../common/JSON_Tokenizer.o ../common/memory.o  -lxml2
g++  -fPIC -o single libttcn3.a -lcrypto -lxml2
g++  -fPIC -o parallel libttcn3-parallel.a -lcrypto -lxml2
g++  -fPIC -o single-dynamic Single_main.o libttcn3-dynamic.so -lcrypto -lxml2
g++  -fPIC -o parallel-dynamic Parallel_main.o libttcn3-parallel-dynamic.so -lcrypto -lxml2
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2'
  (dep)	 Basetype2.cc
Basetype2.cc:37:10: fatal error: PreGenRecordOf.hh: No such file or directory
 #include "PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/OER.cc
  (dep)	 ../core/DebuggerUI.cc
In file included from ../core/DebuggerUI.cc:16:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Debugger.cc
In file included from ../core/Debugger.cc:14:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/ProfMerge_main.cc
  (dep)	 ../core/ProfilerTools.cc
  (dep)	 ../core/Profiler.cc
  (dep)	 ../core/JSON.cc
  (dep)	 ../core/TCov.cc
mkdir -p RT2
../compiler2/compiler  -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT2/TitanLoggerControl.hh' was generated.
Notify: File `RT2/TitanLoggerControl.cc' was generated.
Notify: 2 files were updated.
touch RT2/TitanLoggerControl.cc.compiled
  (dep)	 ../core/TitanLoggerControlImpl.cc
In file included from RT2/TitanLoggerControl.hh:19:0,
                 from ../core/TitanLoggerControlImpl.cc:15:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/XmlReader.cc
  (dep)	 ../core/XER.cc
  (dep)	 ../core/Verdicttype.cc
  (dep)	 ../core/Universal_charstring.cc
  (dep)	 ../core/Param_Types.cc
In file included from ../core/Param_Types.cc:37:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Timer.cc
  (dep)	 ../core/Textbuf.cc
  (dep)	 ../core/TEXT.cc
  (dep)	 ../core/Template.cc
  (dep)	 ../core/Struct_of.cc
  (dep)	 ../core/Snapshot.cc
  (dep)	 ../core/Single_main.cc
../core/Single_main.cc:39:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Runtime.cc
  (dep)	 ../core/RAW.cc
  (dep)	 ../core/Port.cc
../core/Port.cc:49:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Parallel_main.cc
  (dep)	 ../core/Octetstring.cc
  (dep)	 ../core/Objid.cc
  (dep)	 ../core/Module_list.cc
In file included from ../core/Module_list.cc:40:0:
../core/Debugger.hh:21:10: fatal error: RT2/PreGenRecordOf.hh: No such file or directory
 #include "RT2/PreGenRecordOf.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/LoggingBits.cc
  (dep)	 ../core/LegacyLogger.cc
In file included from ../core/ILoggerPlugin.hh:21:0,
                 from ../core/LegacyLogger.hh:19,
                 from ../core/LegacyLogger.cc:20:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/LoggerPluginManager.cc
In file included from ../core/LoggerPluginManager.cc:20:0:
../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/LoggerPlugin.cc
../core/LoggerPlugin.cc:20:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Logger.cc
In file included from ../core/Logger.cc:41:0:
../core/LoggerPluginManager.hh:25:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Integer.cc
  (dep)	 ../core/RInt.cc
  (dep)	 ../core/Hexstring.cc
  (dep)	 ../core/Float.cc
  (dep)	 ../core/Error.cc
../core/Error.cc:22:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Encdec.cc
  (dep)	 ../core/Default.cc
../core/Default.cc:27:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Component.cc
  (dep)	 ../core/Communication.cc
../core/Communication.cc:53:10: fatal error: TitanLoggerApiSimple.hh: No such file or directory
 #include "TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/Charstring.cc
  (dep)	 ../core/Boolean.cc
  (dep)	 ../core/Bitstring.cc
  (dep)	 ../core/BER.cc
  (dep)	 ../core/Basetype.cc
  (dep)	 ../core/ASN_Null.cc
  (dep)	 ../core/ASN_External.cc
  (dep)	 ../core/ASN_EmbeddedPDV.cc
  (dep)	 ../core/ASN_CharacterString.cc
  (dep)	 ../core/ASN_Any.cc
  (dep)	 ../core/Array.cc
  (dep)	 ../core/Addfunc.cc
../core/Addfunc.cc:37:10: fatal error: TitanLoggerApi.hh: No such file or directory
 #include "TitanLoggerApi.hh"
          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
mkdir -p RT2
../compiler2/compiler -F  -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT2/PreGenRecordOf.hh' was generated.
Notify: File `RT2/PreGenRecordOf.cc' was generated.
Notify: 2 files were updated.
touch RT2/PreGenRecordOf.cc.compiled
  (dep)	 RT2/PreGenRecordOf.cc
In file included from RT2/PreGenRecordOf.hh:19:0,
                 from RT2/PreGenRecordOf.cc:11:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/config_process.tab.cc
In file included from ./RT2/PreGenRecordOf.hh:19:0,
                 from ../core/Debugger.hh:21,
                 from config_process.y:59:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
  (dep)	 ../core/config_process.lex.cc
  (dep)	 RT2/TitanLoggerControl.cc
In file included from RT2/TitanLoggerControl.hh:19:0,
                 from RT2/TitanLoggerControl.cc:11:
../core/TTCN3.hh:74:10: fatal error: RT2/TitanLoggerApiSimple.hh: No such file or directory
 #include "RT2/TitanLoggerApiSimple.hh"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
mkdir -p RT2
if ../compiler2/compiler  -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `RT2/TitanLoggerApi.hh' was generated.
Notify: File `RT2/TitanLoggerApi.cc' was generated.
Notify: 2 files were updated.
perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh 
touch RT2/TitanLoggerApi.cc.compiled
  (dep)	 RT2/TitanLoggerApi.cc
  (dep)	 Basetype2.cc
  (dep)	 ../core/DebuggerUI.cc
  (dep)	 ../core/Debugger.cc
  (dep)	 ../core/TitanLoggerControlImpl.cc
  (dep)	 ../core/Param_Types.cc
  (dep)	 ../core/Single_main.cc
  (dep)	 ../core/Port.cc
  (dep)	 ../core/Module_list.cc
  (dep)	 ../core/LegacyLogger.cc
  (dep)	 ../core/LoggerPluginManager.cc
  (dep)	 ../core/LoggerPlugin.cc
  (dep)	 ../core/Logger.cc
  (dep)	 ../core/Error.cc
  (dep)	 ../core/Default.cc
  (dep)	 ../core/Communication.cc
  (dep)	 ../core/Addfunc.cc
  (dep)	 RT2/PreGenRecordOf.cc
  (dep)	 ../core/config_process.tab.cc
  (dep)	 RT2/TitanLoggerControl.cc
  (C++)	 RT2/TitanLoggerApi.cc
  (C++)	 RT2/TitanLoggerControl.cc
  (C++)	 ../core/config_process.lex.cc
  (C++)	 ../core/config_process.tab.cc
  (C++)	 RT2/PreGenRecordOf.cc
  (C++)	 ../core/Addfunc.cc
  (C++)	 ../core/Array.cc
  (C++)	 ../core/ASN_Any.cc
  (C++)	 ../core/ASN_CharacterString.cc
  (C++)	 ../core/ASN_EmbeddedPDV.cc
  (C++)	 ../core/ASN_External.cc
../core/ASN_External.cc:273:30: warning: '{anonymous}::EXTERNALtransfer_encoding& {anonymous}::EXTERNALtransfer_encoding::operator=(const {anonymous}::EXTERNALtransfer_encoding&)' defined but not used [-Wunused-function]
   EXTERNALtransfer_encoding& EXTERNALtransfer_encoding::operator=(const EXTERNALtransfer_encoding& other_value)
                              ^~~~~~~~~~~~~~~~~~~~~~~~~
  (C++)	 ../core/ASN_Null.cc
  (C++)	 ../core/Basetype.cc
  (C++)	 ../core/BER.cc
  (C++)	 ../core/Bitstring.cc
  (C++)	 ../core/Boolean.cc
  (C++)	 ../core/Charstring.cc
  (C++)	 ../core/Communication.cc
  (C++)	 ../core/Component.cc
  (C++)	 ../core/Default.cc
  (C++)	 ../core/Encdec.cc
  (C++)	 ../core/Error.cc
  (C++)	 ../core/Float.cc
  (C++)	 ../core/Hexstring.cc
  (C++)	 ../core/RInt.cc
  (C++)	 ../core/Integer.cc
  (C++)	 ../core/Logger.cc
In file included from ../core/Logger.cc:41:0:
../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
  (C++)	 ../core/LoggerPlugin.cc
  (C++)	 ../core/LoggerPluginManager.cc
In file included from ../core/LoggerPluginManager.cc:20:0:
../core/LoggerPluginManager.hh: In member function 'TitanLoggerApi::TitanLogEvent& LoggerPluginManager::ActiveEvent::get_event()':
../core/LoggerPluginManager.hh:305:78: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       return *reinterpret_cast<TitanLoggerApi::TitanLogEvent*>((void*)&event_);
                                                                              ^
  (C++)	 ../core/LegacyLogger.cc
  (C++)	 ../core/LoggingBits.cc
  (C++)	 ../core/Module_list.cc
  (C++)	 ../core/Objid.cc
  (C++)	 ../core/Octetstring.cc
  (C++)	 ../core/Port.cc
  (C++)	 ../core/RAW.cc
  (C++)	 ../core/Runtime.cc
  (C++)	 ../core/Snapshot.cc
  (C++)	 ../core/Struct_of.cc
  (C++)	 ../core/Template.cc
../core/Template.cc: In member function 'int Set_Of_Template::n_elem() const':
../core/Template.cc:2166:10: warning: enumeration value 'CONJUNCTION_MATCH' not handled in switch [-Wswitch]
   switch (template_selection) {
          ^
../core/Template.cc:2166:10: warning: enumeration value 'IMPLICATION_MATCH' not handled in switch [-Wswitch]
../core/Template.cc:2166:10: warning: enumeration value 'DYNAMIC_MATCH' not handled in switch [-Wswitch]
../core/Template.cc: In member function 'virtual boolean Empty_Record_Template::matchv(const Base_Type*, boolean) const':
../core/Template.cc:3736:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (unsigned int i = 0; i < value_list.n_values; i++) {
                              ~~^~~~~~~~~~~~~~~~~~~~~
  (C++)	 ../core/TEXT.cc
  (C++)	 ../core/Textbuf.cc
  (C++)	 ../core/Timer.cc
  (C++)	 ../core/Param_Types.cc
  (C++)	 ../core/Universal_charstring.cc
  (C++)	 ../core/Verdicttype.cc
  (C++)	 ../core/XER.cc
  (C++)	 ../core/XmlReader.cc
In file included from ../core/Encdec.hh:23:0,
                 from ../core/XmlReader.cc:24:
../core/Types.h:42:0: warning: "FALSE" redefined
 #define FALSE false
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from ../core/XmlReader.cc:20:
/usr/include/unicode/umachine.h:244:0: note: this is the location of the previous definition
 #   define FALSE 0
 
In file included from ../core/Encdec.hh:23:0,
                 from ../core/XmlReader.cc:24:
../core/Types.h:43:0: warning: "TRUE" redefined
 #define TRUE true
 
In file included from /usr/include/unicode/utypes.h:38:0,
                 from /usr/include/unicode/ucnv_err.h:88,
                 from /usr/include/unicode/ucnv.h:52,
                 from /usr/include/libxml2/libxml/encoding.h:31,
                 from /usr/include/libxml2/libxml/parser.h:810,
                 from /usr/include/libxml2/libxml/globals.h:18,
                 from /usr/include/libxml2/libxml/threads.h:35,
                 from /usr/include/libxml2/libxml/xmlmemory.h:218,
                 from /usr/include/libxml2/libxml/tree.h:1307,
                 from /usr/include/libxml2/libxml/xmlreader.h:14,
                 from ../core/XmlReader.cc:20:
/usr/include/unicode/umachine.h:240:0: note: this is the location of the previous definition
 #   define TRUE  1
 
  (C++)	 ../core/TitanLoggerControlImpl.cc
  (C++)	 ../core/TCov.cc
  (C++)	 ../core/JSON.cc
  (C++)	 ../core/Profiler.cc
  (C++)	 ../core/ProfilerTools.cc
  (C++)	 ../core/Debugger.cc
  (C++)	 ../core/DebuggerUI.cc
  (C++)	 ../core/OER.cc
  (C++)	 Basetype2.cc
  (C++)	 ../core/LoggerPlugin_static.cc
  (C++)	 ../core/Single_main.cc
ar -r libttcn3-rt2.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Single_main.o
ar: creating libttcn3-rt2.a
  (C++)	 ../core/Parallel_main.cc
ar -r libttcn3-rt2-parallel.a RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_static.o Parallel_main.o
ar: creating libttcn3-rt2-parallel.a
  (C++)	 ../core/LoggerPlugin_dynamic.cc
g++ -shared  -fPIC -o libttcn3-rt2-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Single_main.o -Ldefault/lib -lcrypto -lxml2
g++ -shared  -fPIC -o libttcn3-rt2-parallel-dynamic.so RT2/TitanLoggerApi.o RT2/TitanLoggerControl.o config_process.lex.o config_process.tab.o RT2/PreGenRecordOf.o Addfunc.o Array.o ASN_Any.o ASN_CharacterString.o ASN_EmbeddedPDV.o ASN_External.o ASN_Null.o Basetype.o BER.o Bitstring.o Boolean.o Charstring.o Communication.o Component.o Default.o Encdec.o Error.o Float.o Hexstring.o RInt.o Integer.o Logger.o LoggerPlugin.o LoggerPluginManager.o LegacyLogger.o LoggingBits.o Module_list.o Objid.o Octetstring.o Port.o RAW.o Runtime.o Snapshot.o Struct_of.o Template.o TEXT.o Textbuf.o Timer.o Param_Types.o Universal_charstring.o Verdicttype.o XER.o XmlReader.o TitanLoggerControlImpl.o TCov.o JSON.o Profiler.o ProfilerTools.o Debugger.o DebuggerUI.o OER.o Basetype2.o ../common/memory.o ../common/pattern_la.o ../common/pattern_p.o ../common/config_preproc.o ../common/config_preproc_la.o ../common/config_preproc_p.tab.o ../common/path.o ../common/pattern_uni.o ../common/Quadruple.o ../common/NetworkHandler.o ../common/Path2.o ../common/ModuleVersion.o ../common/JSON_Tokenizer.o ../common/UnicharPattern.o ../common/git_version.o LoggerPlugin_dynamic.o Parallel_main.o -Ldefault/lib -lcrypto -lxml2
g++  -fPIC -o single-rt2 libttcn3-rt2.a -lcrypto -lxml2
g++  -fPIC -o parallel-rt2 libttcn3-rt2-parallel.a -lcrypto -lxml2
g++  -fPIC -o single-rt2-dynamic Single_main.o libttcn3-rt2-dynamic.so -lcrypto -lxml2
g++  -fPIC -o parallel-rt2-dynamic Parallel_main.o libttcn3-rt2-parallel-dynamic.so -lcrypto -lxml2
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins'
for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d all || exit 1; done
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger'
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger.cc
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core  -Wl,-soname,libjunitlogger.so.0 				    -o libjunitlogger.so.0.0 JUnitLogger.o -lttcn3-dynamic -shared
ln -sf libjunitlogger.so.0.0 libjunitlogger.so.0
ln -sf libjunitlogger.so.0 libjunitlogger.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core  -Wl,-soname,libjunitlogger-parallel.so.0     -o libjunitlogger-parallel.so.0.0 JUnitLogger.o -lttcn3-parallel-dynamic -shared
ln -sf libjunitlogger-parallel.so.0.0 libjunitlogger-parallel.so.0
ln -sf libjunitlogger-parallel.so.0 libjunitlogger-parallel.so
mkdir -p FT
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger.cc -o FT/JUnitLogger.o
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-rt2.so.0          -o libjunitlogger-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-dynamic -shared
ln -sf libjunitlogger-rt2.so.0.0 libjunitlogger-rt2.so.0
ln -sf libjunitlogger-rt2.so.0 libjunitlogger-rt2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger/../../core2 -Wl,-soname,libjunitlogger-parallel-rt2.so.0 -o libjunitlogger-parallel-rt2.so.0.0 FT/JUnitLogger.o -lttcn3-rt2-parallel-dynamic -shared
ln -sf libjunitlogger-parallel-rt2.so.0.0 libjunitlogger-parallel-rt2.so.0
ln -sf libjunitlogger-parallel-rt2.so.0 libjunitlogger-parallel-rt2.so
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger'
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC  -c TSTLogger.cc
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core  -Wl,-soname,libtstlogger.so.1				    -o libtstlogger.so.1.0 TSTLogger.o -lttcn3-dynamic -shared
ln -sf libtstlogger.so.1.0 libtstlogger.so.1
ln -sf libtstlogger.so.1 libtstlogger.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core  -Wl,-soname,libtstlogger-parallel.so.1     -o libtstlogger-parallel.so.1.0 TSTLogger.o -lttcn3-parallel-dynamic -shared
ln -sf libtstlogger-parallel.so.1.0 libtstlogger-parallel.so.1
ln -sf libtstlogger-parallel.so.1 libtstlogger-parallel.so
mkdir -p FT
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC  -c TSTLogger.cc -o FT/TSTLogger.o
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-rt2.so.1          -o libtstlogger-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-dynamic -shared
ln -sf libtstlogger-rt2.so.1.0 libtstlogger-rt2.so.1
ln -sf libtstlogger-rt2.so.1 libtstlogger-rt2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger/../../core2 -Wl,-soname,libtstlogger-parallel-rt2.so.1 -o libtstlogger-parallel-rt2.so.1.0 FT/TSTLogger.o -lttcn3-rt2-parallel-dynamic -shared
ln -sf libtstlogger-parallel-rt2.so.1.0 libtstlogger-parallel-rt2.so.1
ln -sf libtstlogger-parallel-rt2.so.1 libtstlogger-parallel-rt2.so
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2'
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger2.cc
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core  -Wl,-soname,libjunitlogger2.so.0				    -o libjunitlogger2.so.0.0 JUnitLogger2.o -lttcn3-dynamic -shared
ln -sf libjunitlogger2.so.0.0 libjunitlogger2.so.0
ln -sf libjunitlogger2.so.0 libjunitlogger2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core  -Wl,-soname,libjunitlogger2-parallel.so.0     -o libjunitlogger2-parallel.so.0.0 JUnitLogger2.o -lttcn3-parallel-dynamic -shared
ln -sf libjunitlogger2-parallel.so.0.0 libjunitlogger2-parallel.so.0
ln -sf libjunitlogger2-parallel.so.0 libjunitlogger2-parallel.so
mkdir -p FT
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC  -c JUnitLogger2.cc -o FT/JUnitLogger2.o
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-rt2.so.0          -o libjunitlogger2-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-dynamic -shared
ln -sf libjunitlogger2-rt2.so.0.0 libjunitlogger2-rt2.so.0
ln -sf libjunitlogger2-rt2.so.0 libjunitlogger2-rt2.so
g++ -DYY_NO_INPUT -DNDEBUG  -DLINUX -DUSE_EPOLL -I../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../common -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core -I/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -DTITAN_RUNTIME_2 -Wall -Wno-long-long -O2 -fPIC   -fPIC -g -L/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2/../../core2 -Wl,-soname,libjunitlogger2-parallel-rt2.so.0 -o libjunitlogger2-parallel-rt2.so.0.0 FT/JUnitLogger2.o -lttcn3-rt2-parallel-dynamic -shared
ln -sf libjunitlogger2-parallel-rt2.so.0.0 libjunitlogger2-parallel-rt2.so.0
ln -sf libjunitlogger2-parallel-rt2.so.0 libjunitlogger2-parallel-rt2.so
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2'
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide'
+ make install
if test -h /home/etsi/frameworks/titan/Install; then \
  echo /home/etsi/frameworks/titan/Install is a symlink, you cannot be serious; exit 1; fi
rm -rf /home/etsi/frameworks/titan/Install
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/common'
mkdir -p /home/etsi/frameworks/titan/Install/include
cp version.h memory.h platform.h ttcn3float.hh pattern.hh CharCoding.hh JSON_Tokenizer.hh /home/etsi/frameworks/titan/Install/include
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/common'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2'
make -C asn1
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/asn1'
make -C ttcn3
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2/ttcn3'
strip compiler ttcn3_makefilegen tcov2lcov
mkdir -p /home/etsi/frameworks/titan/Install/bin
cp compiler ttcn3_makefilegen tcov2lcov /home/etsi/frameworks/titan/Install/bin
cp tcov.xsd tcov.xsl /home/etsi/frameworks/titan/Install/include
cp titanver /home/etsi/frameworks/titan/Install/bin
chmod a+x /home/etsi/frameworks/titan/Install/bin/titanver
rm -f /home/etsi/frameworks/titan/Install/bin/ttcn3_compiler \
/home/etsi/frameworks/titan/Install/bin/asn1_compiler /home/etsi/frameworks/titan/Install/bin/makefilegen
ln -s compiler /home/etsi/frameworks/titan/Install/bin/ttcn3_compiler
ln -s compiler /home/etsi/frameworks/titan/Install/bin/asn1_compiler
ln -s ttcn3_makefilegen /home/etsi/frameworks/titan/Install/bin/makefilegen
mkdir -p /home/etsi/frameworks/titan/Install/man/man1
cp compiler.1 ttcn3_makefilegen.1 /home/etsi/frameworks/titan/Install/man/man1
rm -f /home/etsi/frameworks/titan/Install/man/man1/ttcn3_compiler.1 /home/etsi/frameworks/titan/Install/man/man1/asn1_compiler.1 \
/home/etsi/frameworks/titan/Install/man/man1/makefilegen.1
ln -s compiler.1 /home/etsi/frameworks/titan/Install/man/man1/ttcn3_compiler.1
ln -s compiler.1 /home/etsi/frameworks/titan/Install/man/man1/asn1_compiler.1
ln -s ttcn3_makefilegen.1 /home/etsi/frameworks/titan/Install/man/man1/makefilegen.1
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/compiler2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/repgen'
strip ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen
mkdir -p /home/etsi/frameworks/titan/Install/bin
cp ttcn3_logmerge ttcn3_logfilter ttcn3_logformat ttcn3_repgen /home/etsi/frameworks/titan/Install/bin
rm -f /home/etsi/frameworks/titan/Install/bin/logformat /home/etsi/frameworks/titan/Install/bin/repgen
ln -s ttcn3_logformat /home/etsi/frameworks/titan/Install/bin/logformat
ln -s ttcn3_repgen /home/etsi/frameworks/titan/Install/bin/repgen
cp ttcn3_logmerge.1 ttcn3_logfilter.1 ttcn3_logformat.1 /home/etsi/frameworks/titan/Install/man/man1
rm -f /home/etsi/frameworks/titan/Install/man/man1/logformat.1
ln -s ttcn3_logformat.1 /home/etsi/frameworks/titan/Install/man/man1/logformat.1
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/repgen'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/xsdconvert'
mkdir -p /home/etsi/frameworks/titan/Install/bin
cp -f xsd2ttcn /home/etsi/frameworks/titan/Install/bin
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/xsdconvert'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/cli'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr'
cd mctr && make install
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr'
strip  mctr_cli
mkdir -p /home/etsi/frameworks/titan/Install/bin
cp  mctr_cli /home/etsi/frameworks/titan/Install/bin
ln -s mctr_cli /home/etsi/frameworks/titan/Install/bin/mctr
cp ttcn3_start /home/etsi/frameworks/titan/Install/bin
chmod +x /home/etsi/frameworks/titan/Install/bin/ttcn3_start
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2/mctr'
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/mctr2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
mkdir -p RT1
../compiler2/compiler  -o RT1 TitanLoggerControl.ttcn - TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT1/TitanLoggerControl.cc.compiled
make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
mkdir -p RT1
../compiler2/compiler -F  -o RT1 PreGenRecordOf.ttcn - PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT1/PreGenRecordOf.cc.compiled
make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/core'
mkdir -p RT1
if ../compiler2/compiler  -o RT1 TitanLoggerApi.ttcn - TitanLoggerApi.ttcn; then :; else mv TitanLoggerApi.ttcn TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
perl /home/etsi/frameworks/titan/titan.core/core/../core/simplify.pl RT1/TitanLoggerApi.hh > RT1/TitanLoggerApiSimple.hh 
touch RT1/TitanLoggerApi.cc.compiled
make[4]: 'RT1/TitanLoggerApi.cc.compiled' is up to date.
make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
make[3]: 'RT1/PreGenRecordOf.cc.compiled' is up to date.
make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
make[2]: 'RT1/TitanLoggerControl.cc.compiled' is up to date.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
strip libttcn3-dynamic.so libttcn3-parallel-dynamic.so
mkdir -p /home/etsi/frameworks/titan/Install/lib
cp libttcn3.a libttcn3-parallel.a libttcn3-dynamic.so libttcn3-parallel-dynamic.so cversion.h /home/etsi/frameworks/titan/Install/lib
mkdir -p /home/etsi/frameworks/titan/Install/include
cp TTCN3.hh Types.h Param_Types.hh Basetype.hh Template.hh RInt.hh Integer.hh Float.hh Boolean.hh Objid.hh Verdicttype.hh Bitstring.hh Hexstring.hh Octetstring.hh Charstring.hh Universal_charstring.hh Component.hh Logger.hh ILoggerPlugin.hh Error.hh Timer.hh Runtime.hh Snapshot.hh Default.hh Port.hh Event_Handler.hh Struct_of.hh Array.hh Optional.hh Textbuf.hh Encdec.hh Module_list.hh Parameters.h Addfunc.hh RAW.hh BER.hh TEXT.hh ASN_Null.hh ASN_Any.hh ASN_External.hh ASN_EmbeddedPDV.hh ASN_CharacterString.hh XER.hh XmlReader.hh cversion.h TitanLoggerControl.ttcn TitanLoggerApi.xsd Vector.hh JSON.hh Profiler.hh RefdIndex.hh ProfilerTools.hh Debugger.hh DebugCommands.hh DebuggerUI.hh OER.hh OOP.hh /home/etsi/frameworks/titan/Install/include
mkdir -p /home/etsi/frameworks/titan/Install/bin
cp ttcn3_profmerge /home/etsi/frameworks/titan/Install/bin
mkdir -p /home/etsi/frameworks/titan/Install/man/man1
cp ttcn3_profmerge.1 /home/etsi/frameworks/titan/Install/man/man1
mkdir -p /home/etsi/frameworks/titan/Install/include/RT1
cp RT1/TitanLoggerApi*.hh /home/etsi/frameworks/titan/Install/include/RT1
cp RT1/PreGenRecordOf.hh /home/etsi/frameworks/titan/Install/include/RT1
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2'
mkdir -p RT2
../compiler2/compiler  -R -o RT2 ../core/TitanLoggerControl.ttcn - ../core/TitanLoggerControl.ttcn
Notify: Parsing TTCN-3 module `../core/TitanLoggerControl.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT2/TitanLoggerControl.cc.compiled
make[3]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2'
mkdir -p RT2
../compiler2/compiler -F  -R -o RT2 ../core/PreGenRecordOf.ttcn - ../core/PreGenRecordOf.ttcn
Notify: Parsing TTCN-3 module `../core/PreGenRecordOf.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
touch RT2/PreGenRecordOf.cc.compiled
make[4]: Entering directory '/home/etsi/frameworks/titan/titan.core/core2'
mkdir -p RT2
if ../compiler2/compiler  -R -o RT2 ../core/TitanLoggerApi.ttcn - ../core/TitanLoggerApi.ttcn; then :; else mv ../core/TitanLoggerApi.ttcn ../core/TitanLoggerApi.ttcn.$$.bad; exit 1; fi
Notify: Parsing TTCN-3 module `../core/TitanLoggerApi.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: None of the files needed update.
perl ../core2/../core/simplify.pl RT2/TitanLoggerApi.hh > RT2/TitanLoggerApiSimple.hh 
touch RT2/TitanLoggerApi.cc.compiled
make[4]: 'RT2/TitanLoggerApi.cc.compiled' is up to date.
make[4]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2'
make[3]: 'RT2/PreGenRecordOf.cc.compiled' is up to date.
make[3]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2'
make[2]: 'RT2/TitanLoggerControl.cc.compiled' is up to date.
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2'
strip libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so
mkdir -p /home/etsi/frameworks/titan/Install/lib
cp libttcn3-rt2.a libttcn3-rt2-parallel.a libttcn3-rt2-dynamic.so libttcn3-rt2-parallel-dynamic.so /home/etsi/frameworks/titan/Install/lib
mkdir -p /home/etsi/frameworks/titan/Install/include/RT2
cp RT2/TitanLoggerApi*.hh /home/etsi/frameworks/titan/Install/include/RT2
cp RT2/PreGenRecordOf.hh /home/etsi/frameworks/titan/Install/include/RT2
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/core2'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins'
for d in JUnitLogger TSTLogger JUnitLogger2; do make -C $d install || exit 1; done
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger'
mkdir -p /home/etsi/frameworks/titan/Install/lib
cp libjunitlogger.so* libjunitlogger-rt2.so* libjunitlogger-parallel.so* libjunitlogger-parallel-rt2.so* /home/etsi/frameworks/titan/Install/lib
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger'
mkdir -p /home/etsi/frameworks/titan/Install/lib
cp libtstlogger.so* libtstlogger-rt2.so* libtstlogger-parallel.so* libtstlogger-parallel-rt2.so* /home/etsi/frameworks/titan/Install/lib
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/TSTLogger'
make[2]: Entering directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2'
mkdir -p /home/etsi/frameworks/titan/Install/lib
cp libjunitlogger2.so* libjunitlogger2-rt2.so* libjunitlogger2-parallel.so* libjunitlogger2-parallel-rt2.so* /home/etsi/frameworks/titan/Install/lib
make[2]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins/JUnitLogger2'
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/loggerplugins'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/usrguide'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/usrguide'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/etc'
mkdir -p /home/etsi/frameworks/titan/Install/etc/xsd
cp xsd/TPD.xsd /home/etsi/frameworks/titan/Install/etc/xsd
mkdir -p /home/etsi/frameworks/titan/Install/etc/asciiart
mkdir -p /home/etsi/frameworks/titan/Install/etc/scripts
cp scripts/*.py /home/etsi/frameworks/titan/Install/etc/scripts
cp CaseFolding.txt /home/etsi/frameworks/titan/Install/etc
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/etc'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/help'
mkdir -p /home/etsi/frameworks/titan/Install/bin
cp ttcn3_help /home/etsi/frameworks/titan/Install/bin
chmod +x /home/etsi/frameworks/titan/Install/bin/ttcn3_help
mkdir -p /home/etsi/frameworks/titan/Install/help
cp titan_main.html titan_index.html /home/etsi/frameworks/titan/Install/help
mkdir -p /home/etsi/frameworks/titan/Install/help/info
cp info/BNF.html info/action.html info/activate.html info/address.html info/alive.html info/all.html info/alt.html info/altstep.html info/and.html info/and4b.html info/any.html info/anytype.html info/apply.html info/bit2hex.html info/bit2int.html info/bit2oct.html info/bit2str.html info/bitstring.html info/boolean.html info/break.html info/call.html info/case.html info/catch.html info/char.html info/char2int.html info/char2oct.html info/charstring.html info/check.html info/clear.html info/complement.html info/component.html info/connect.html info/const.html info/continue.html info/control.html info/create.html info/deactivate.html info/decode_base64.html info/decvalue.html info/decvalue_unichar.html info/default.html info/derefers.html info/disconnect.html info/display.html info/do.html info/done.html info/else.html info/encode.html info/encode_base64.html info/encvalue.html info/encvalue_unichar.html info/enum2int.html info/enumerated.html info/error.html info/except.html info/exception.html info/execute.html info/extension.html info/external.html info/fail.html info/false.html info/float.html info/float2int.html info/float2str.html info/for.html info/from.html info/function.html info/friend.html info/get_stringencoding.html info/getcall.html info/getreply.html info/getverdict.html info/goto.html info/group.html info/hex2bit.html info/hex2int.html info/hex2oct.html info/hex2str.html info/hexstring.html info/if.html info/ifpresent.html info/import.html info/in.html info/inconc.html info/infinity.html info/inout.html info/int2bit.html info/int2char.html info/int2enum.html info/int2float.html info/int2hex.html info/int2oct.html info/int2str.html info/int2unichar.html info/integer.html info/interleave.html info/isbound.html info/ischosen.html info/ispresent.html info/isvalue.html info/kill.html info/killed.html info/label.html info/language.html info/length.html info/lengthof.html info/log.html info/log2str.html info/map.html info/match.html info/message.html info/mixed.html info/mod.html info/modifies.html info/module.html info/modulepar.html info/mtc.html info/noblock.html info/none.html info/not.html info/not4b.html info/now.html info/nowait.html info/null.html info/objid.html info/oct2bit.html info/oct2char.html info/oct2hex.html info/oct2int.html info/oct2str.html info/oct2unichar.html info/octetstring.html info/of.html info/omit.html info/on.html info/operators.html info/optional.html info/or.html info/or4b.html info/out.html info/override.html info/param.html info/pass.html info/pattern.html info/permutation.html info/port.html info/public.html info/private.html info/procedure.html info/raise.html info/read.html info/realtime.html info/receive.html info/record.html info/recursive.html info/refers.html info/regexp.html info/rem.html info/remove_bom.html info/repeat.html info/replace.html info/reply.html info/return.html info/rnd.html info/running.html info/runs.html info/select.html info/self.html info/send.html info/sender.html info/set.html info/setencode.html info/setstate.html info/setverdict.html info/signature.html info/sizeof.html info/start.html info/stop.html info/str2bit.html info/str2float.html info/str2hex.html info/str2int.html info/str2oct.html info/subset.html info/substr.html info/superset.html info/system.html info/template.html info/testcase.html info/testcasename.html info/timeout.html info/timer.html info/timestamp.html info/to.html info/trigger.html info/true.html info/type.html info/unichar2char.html info/unichar2int.html info/unichar2oct.html info/union.html info/universal.html info/unmap.html info/value.html info/valueof.html info/var.html info/variant.html info/verdicttype.html info/while.html info/with.html info/xor.html info/xor4b.html info/profiler.html /home/etsi/frameworks/titan/Install/help/info
mkdir -p /home/etsi/frameworks/titan/Install/help/images
cp images/ao.jpg images/left.jpg images/right.jpg images/up.jpg images/titan_transparent.gif /home/etsi/frameworks/titan/Install/help/images
mkdir -p /home/etsi/frameworks/titan/Install/help/docs
cp docs/naming.pdf /home/etsi/frameworks/titan/Install/help/docs
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/help'
make[1]: Entering directory '/home/etsi/frameworks/titan/titan.core/hello'
mkdir -p /home/etsi/frameworks/titan/Install/demo
cp MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg MyExample2.cfg /home/etsi/frameworks/titan/Install/demo
cd /home/etsi/frameworks/titan/Install/demo && /home/etsi/frameworks/titan/Install/bin/ttcn3_makefilegen -g MyExample.ttcn PCOType.hh PCOType.cc hello_world.ttcn MyExample.cfg MyExample2.cfg && \
make CXX='g++' CXXFLAGS='-Wall -Wno-long-long -O2 -fPIC' LDFLAGS=' -fPIC' && \
(sleep 5 && echo 'Hello, TTCN-3!') | ttcn3_start -ip "127.0.0.1" MyExample MyExample.cfg && \
logformat -o MyExample_merged.log *.log
Generating Makefile skeleton...
Makefile skeleton was generated.
make[2]: Entering directory '/home/etsi/frameworks/titan/Install/demo'
/home/etsi/frameworks/titan/Install/bin/compiler -L  MyExample.ttcn hello_world.ttcn - MyExample.ttcn hello_world.ttcn
Notify: Parsing TTCN-3 module `MyExample.ttcn'...
Notify: Parsing TTCN-3 module `hello_world.ttcn'...
Notify: Checking modules...
Notify: Generating code...
Notify: File `MyExample.hh' was generated.
Notify: File `MyExample.cc' was generated.
Notify: File `hello_world.hh' was generated.
Notify: File `hello_world.cc' was generated.
Notify: 4 files were updated.
touch compile
Creating dependency file for hello_world.cc
Creating dependency file for MyExample.cc
Creating dependency file for PCOType.cc
g++ -c -DLINUX -I/home/etsi/frameworks/titan/Install/include -Wall -Wno-long-long -O2 -fPIC -o MyExample.o MyExample.cc
g++ -c -DLINUX -I/home/etsi/frameworks/titan/Install/include -Wall -Wno-long-long -O2 -fPIC -o hello_world.o hello_world.cc
g++ -c -DLINUX -I/home/etsi/frameworks/titan/Install/include -Wall -Wno-long-long -O2 -fPIC -o PCOType.o PCOType.cc
if g++ -fPIC -o MyExample MyExample.o hello_world.o PCOType.o \
-L/home/etsi/frameworks/titan/Install/lib -lttcn3-parallel \
-L/lib -lcrypto \
-L/home/etsi/frameworks/titan/Install/lib -lxml2; \
then : ; else /home/etsi/frameworks/titan/Install/bin/titanver MyExample.o hello_world.o PCOType.o; exit 1; fi
make[2]: Leaving directory '/home/etsi/frameworks/titan/Install/demo'
ttcn3_start: Starting the test suite
spawn /home/etsi/frameworks/titan/Install/bin/mctr_cli MyExample.cfg

*************************************************************************
* TTCN-3 Test Executor - Main Controller 2                              *
* Version: 8.1.0                                                        *
* Copyright (c) 2000-2021 Ericsson Telecom AB                           *
* All rights reserved. This program and the accompanying materials      *
* are made available under the terms of the Eclipse Public License v2.0 *
* which accompanies this distribution, and is available at              *
* https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html            *
*************************************************************************

Using configuration file: MyExample.cfg
MC@dcae42449555: Unix server socket created successfully.
MC@dcae42449555: Listening on TCP port 45879.
MC2> >>> Branch 1
spawn ./MyExample 127.0.0.1 45879
TTCN-3 Host Controller (parallel mode), version 8.1.0
The address of MC was set to a local IP address. This may cause incorrect behavior if a HC from a remote host also connects to MC.

MC@dcae42449555: New HC connected from 127.0.0.1 [127.0.0.1]. dcae42449555: Linux 4.4.0-210-generic on x86_64.
cmtc
MC@dcae42449555: Downloading configuration file to all HCs.
MC@dcae42449555: Configuration file was processed on all HCs.
MC@dcae42449555: Creating MTC on host 127.0.0.1.
MC@dcae42449555: MTC is created.
MC2> smtc
Executing all items of [EXECUTE] section.
MC2> MTC@dcae42449555: Execution of control part in module MyExample started.
MTC@dcae42449555: Test case HelloW started.
Hello, world!
MTC@dcae42449555: Test case HelloW finished. Verdict: pass
MTC@dcae42449555: Test case HelloW2 started.
Hello, world!
MTC@dcae42449555: Test case HelloW2 finished. Verdict: pass
MTC@dcae42449555: Execution of control part in module MyExample finished.
MC@dcae42449555: Test execution finished.
Execution of [EXECUTE] section finished.
emtc
MC@dcae42449555: Terminating MTC.
MTC@dcae42449555: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %).
MTC@dcae42449555: Test execution summary: 2 test cases were executed. Overall verdict: pass
MC@dcae42449555: MTC terminated.
MC2> exit
MC@dcae42449555: Shutting down session.
MC@dcae42449555: Shutdown complete.
cd /home/etsi/frameworks/titan/Install/demo && make clean
make[2]: Entering directory '/home/etsi/frameworks/titan/Install/demo'
rm -f MyExample libMyExample.a MyExample.o hello_world.o PCOType.o
rm -f MyExample.hh hello_world.hh
rm -f MyExample.cc hello_world.cc 
rm -f compile PCOType.d  MyExample.d hello_world.d
rm -f tags *.log
make[2]: Leaving directory '/home/etsi/frameworks/titan/Install/demo'
make[1]: Leaving directory '/home/etsi/frameworks/titan/titan.core/hello'
chmod -R +r,go-w /home/etsi/frameworks/titan/Install
***********************************
Installation successfully completed
***********************************

# To be compiant with build_ttcn3.bash
# TODO Refactor build_ttcn3.bash & devenv.bash
mv ${TTCN3_DIR} ${SRC_DIR}
+ mv /home/etsi/frameworks/titan/Install /home/etsi/frameworks/titan/titan.core
export TTCN3_DIR=${SRC_DIR}/Install
+ export TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install
+ TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install

echo "export TTCN3_DIR=$TTCN3_DIR" >> $HOME/.bashrc
+ echo 'export TTCN3_DIR=/home/etsi/frameworks/titan/titan.core/Install'
echo "export PATH=\$PATH:\$TTCN3_DIR/bin" >> $HOME/.bashrc
+ echo 'export PATH=$PATH:$TTCN3_DIR/bin'

# Install other repos
cd $SRC_DIR/.. || exit 1
+ cd /home/etsi/frameworks/titan/titan.core/..
cat ${HOME}/etc/titan_repos.txt | grep -v -e '^\s*#' -e 'titan\.core' | while read REPO; do
  [ -z $ $REPO ] && continue
  WS=`echo $REPO | sed -e 's|.*/||g' -e 's|\.git||g'`
  if git clone --progress "${REPO}" "${WS}"; then
    [ -f "$WS/Makefile" ] && make -C "$WS"
  fi
done
+ cat /home/etsi/etc/titan_repos.txt
+ read REPO
+ grep -v -e '^\s*#' -e 'titan\.core'
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.Common_Components.Abstract_Socket
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git titan.TestPorts.Common_Components.Abstract_Socket
Cloning into 'titan.TestPorts.Common_Components.Abstract_Socket'...
remote: Enumerating objects: 112, done.        
remote: Counting objects:   2% (1/36)        
remote: Counting objects:   5% (2/36)        
remote: Counting objects:   8% (3/36)        
remote: Counting objects:  11% (4/36)        
remote: Counting objects:  13% (5/36)        
remote: Counting objects:  16% (6/36)        
remote: Counting objects:  19% (7/36)        
remote: Counting objects:  22% (8/36)        
remote: Counting objects:  25% (9/36)        
remote: Counting objects:  27% (10/36)        
remote: Counting objects:  30% (11/36)        
remote: Counting objects:  33% (12/36)        
remote: Counting objects:  36% (13/36)        
remote: Counting objects:  38% (14/36)        
remote: Counting objects:  41% (15/36)        
remote: Counting objects:  44% (16/36)        
remote: Counting objects:  47% (17/36)        
remote: Counting objects:  50% (18/36)        
remote: Counting objects:  52% (19/36)        
remote: Counting objects:  55% (20/36)        
remote: Counting objects:  58% (21/36)        
remote: Counting objects:  61% (22/36)        
remote: Counting objects:  63% (23/36)        
remote: Counting objects:  66% (24/36)        
remote: Counting objects:  69% (25/36)        
remote: Counting objects:  72% (26/36)        
remote: Counting objects:  75% (27/36)        
remote: Counting objects:  77% (28/36)        
remote: Counting objects:  80% (29/36)        
remote: Counting objects:  83% (30/36)        
remote: Counting objects:  86% (31/36)        
remote: Counting objects:  88% (32/36)        
remote: Counting objects:  91% (33/36)        
remote: Counting objects:  94% (34/36)        
remote: Counting objects:  97% (35/36)        
remote: Counting objects: 100% (36/36)        
remote: Counting objects: 100% (36/36), done.        
remote: Compressing objects:   3% (1/26)        
remote: Compressing objects:   7% (2/26)        
remote: Compressing objects:  11% (3/26)        
remote: Compressing objects:  15% (4/26)        
remote: Compressing objects:  19% (5/26)        
remote: Compressing objects:  23% (6/26)        
remote: Compressing objects:  26% (7/26)        
remote: Compressing objects:  30% (8/26)        
remote: Compressing objects:  34% (9/26)        
remote: Compressing objects:  38% (10/26)        
remote: Compressing objects:  42% (11/26)        
remote: Compressing objects:  46% (12/26)        
remote: Compressing objects:  50% (13/26)        
remote: Compressing objects:  53% (14/26)        
remote: Compressing objects:  57% (15/26)        
remote: Compressing objects:  61% (16/26)        
remote: Compressing objects:  65% (17/26)        
remote: Compressing objects:  69% (18/26)        
remote: Compressing objects:  73% (19/26)        
remote: Compressing objects:  76% (20/26)        
remote: Compressing objects:  80% (21/26)        
remote: Compressing objects:  84% (22/26)        
remote: Compressing objects:  88% (23/26)        
remote: Compressing objects:  92% (24/26)        
remote: Compressing objects:  96% (25/26)        
remote: Compressing objects: 100% (26/26)        
remote: Compressing objects: 100% (26/26), done.        
Receiving objects:   0% (1/112)   
Receiving objects:   1% (2/112)   
Receiving objects:   2% (3/112)   
Receiving objects:   3% (4/112)   
Receiving objects:   4% (5/112)   
Receiving objects:   5% (6/112)   
Receiving objects:   6% (7/112)   
Receiving objects:   7% (8/112)   
Receiving objects:   8% (9/112)   
Receiving objects:   9% (11/112)   
Receiving objects:  10% (12/112)   
Receiving objects:  11% (13/112)   
Receiving objects:  12% (14/112)   
Receiving objects:  13% (15/112)   
Receiving objects:  14% (16/112)   
Receiving objects:  15% (17/112)   
Receiving objects:  16% (18/112)   
Receiving objects:  17% (20/112)   
Receiving objects:  18% (21/112)   
Receiving objects:  19% (22/112)   
Receiving objects:  20% (23/112)   
Receiving objects:  21% (24/112)   
Receiving objects:  22% (25/112)   
Receiving objects:  23% (26/112)   
Receiving objects:  24% (27/112)   
Receiving objects:  25% (28/112)   
Receiving objects:  26% (30/112)   
Receiving objects:  27% (31/112)   
Receiving objects:  28% (32/112)   
Receiving objects:  29% (33/112)   
Receiving objects:  30% (34/112)   
Receiving objects:  31% (35/112)   
Receiving objects:  32% (36/112)   
Receiving objects:  33% (37/112)   
Receiving objects:  34% (39/112)   
Receiving objects:  35% (40/112)   
Receiving objects:  36% (41/112)   
Receiving objects:  37% (42/112)   
Receiving objects:  38% (43/112)   
Receiving objects:  39% (44/112)   
Receiving objects:  40% (45/112)   
Receiving objects:  41% (46/112)   
Receiving objects:  42% (48/112)   
Receiving objects:  43% (49/112)   
Receiving objects:  44% (50/112)   
Receiving objects:  45% (51/112)   
Receiving objects:  46% (52/112)   
Receiving objects:  47% (53/112)   
Receiving objects:  48% (54/112)   
Receiving objects:  49% (55/112)   
Receiving objects:  50% (56/112)   
Receiving objects:  51% (58/112)   
Receiving objects:  52% (59/112)   
Receiving objects:  53% (60/112)   
Receiving objects:  54% (61/112)   
Receiving objects:  55% (62/112)   
Receiving objects:  56% (63/112)   
Receiving objects:  57% (64/112)   
Receiving objects:  58% (65/112)   
Receiving objects:  59% (67/112)   
Receiving objects:  60% (68/112)   
Receiving objects:  61% (69/112)   
Receiving objects:  62% (70/112)   
Receiving objects:  63% (71/112)   
Receiving objects:  64% (72/112)   
Receiving objects:  65% (73/112)   
Receiving objects:  66% (74/112)   
Receiving objects:  67% (76/112)   
Receiving objects:  68% (77/112)   
Receiving objects:  69% (78/112)   
remote: Total 112 (delta 5), reused 36 (delta 5), pack-reused 76        
Receiving objects:  70% (79/112)   
Receiving objects:  71% (80/112)   
Receiving objects:  72% (81/112)   
Receiving objects:  73% (82/112)   
Receiving objects:  74% (83/112)   
Receiving objects:  75% (84/112)   
Receiving objects:  76% (86/112)   
Receiving objects:  77% (87/112)   
Receiving objects:  78% (88/112)   
Receiving objects:  79% (89/112)   
Receiving objects:  80% (90/112)   
Receiving objects:  81% (91/112)   
Receiving objects:  82% (92/112)   
Receiving objects:  83% (93/112)   
Receiving objects:  84% (95/112)   
Receiving objects:  85% (96/112)   
Receiving objects:  86% (97/112)   
Receiving objects:  87% (98/112)   
Receiving objects:  88% (99/112)   
Receiving objects:  89% (100/112)   
Receiving objects:  90% (101/112)   
Receiving objects:  91% (102/112)   
Receiving objects:  92% (104/112)   
Receiving objects:  93% (105/112)   
Receiving objects:  94% (106/112)   
Receiving objects:  95% (107/112)   
Receiving objects:  96% (108/112)   
Receiving objects:  97% (109/112)   
Receiving objects:  98% (110/112)   
Receiving objects:  99% (111/112)   
Receiving objects: 100% (112/112)   
Receiving objects: 100% (112/112), 339.01 KiB | 2.63 MiB/s, done.
Resolving deltas:   0% (0/39)   
Resolving deltas:   2% (1/39)   
Resolving deltas:   7% (3/39)   
Resolving deltas:  15% (6/39)   
Resolving deltas:  28% (11/39)   
Resolving deltas:  30% (12/39)   
Resolving deltas:  33% (13/39)   
Resolving deltas:  38% (15/39)   
Resolving deltas:  46% (18/39)   
Resolving deltas:  56% (22/39)   
Resolving deltas:  69% (27/39)   
Resolving deltas:  76% (30/39)   
Resolving deltas:  87% (34/39)   
Resolving deltas:  89% (35/39)   
Resolving deltas:  92% (36/39)   
Resolving deltas: 100% (39/39)   
Resolving deltas: 100% (39/39), done.
+ '[' -f titan.TestPorts.Common_Components.Abstract_Socket/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.HTTPmsg
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.HTTPmsg.git titan.TestPorts.HTTPmsg
Cloning into 'titan.TestPorts.HTTPmsg'...
remote: Enumerating objects: 132, done.        
remote: Counting objects:   5% (1/20)        
remote: Counting objects:  10% (2/20)        
remote: Counting objects:  15% (3/20)        
remote: Counting objects:  20% (4/20)        
remote: Counting objects:  25% (5/20)        
remote: Counting objects:  30% (6/20)        
remote: Counting objects:  35% (7/20)        
remote: Counting objects:  40% (8/20)        
remote: Counting objects:  45% (9/20)        
remote: Counting objects:  50% (10/20)        
remote: Counting objects:  55% (11/20)        
remote: Counting objects:  60% (12/20)        
remote: Counting objects:  65% (13/20)        
remote: Counting objects:  70% (14/20)        
remote: Counting objects:  75% (15/20)        
remote: Counting objects:  80% (16/20)        
remote: Counting objects:  85% (17/20)        
remote: Counting objects:  90% (18/20)        
remote: Counting objects:  95% (19/20)        
remote: Counting objects: 100% (20/20)        
remote: Counting objects: 100% (20/20), done.        
remote: Compressing objects:   7% (1/13)        
remote: Compressing objects:  15% (2/13)        
remote: Compressing objects:  23% (3/13)        
remote: Compressing objects:  30% (4/13)        
remote: Compressing objects:  38% (5/13)        
remote: Compressing objects:  46% (6/13)        
remote: Compressing objects:  53% (7/13)        
remote: Compressing objects:  61% (8/13)        
remote: Compressing objects:  69% (9/13)        
remote: Compressing objects:  76% (10/13)        
remote: Compressing objects:  84% (11/13)        
remote: Compressing objects:  92% (12/13)        
remote: Compressing objects: 100% (13/13)        
remote: Compressing objects: 100% (13/13), done.        
Receiving objects:   0% (1/132)   
Receiving objects:   1% (2/132)   
Receiving objects:   2% (3/132)   
Receiving objects:   3% (4/132)   
Receiving objects:   4% (6/132)   
Receiving objects:   5% (7/132)   
Receiving objects:   6% (8/132)   
Receiving objects:   7% (10/132)   
Receiving objects:   8% (11/132)   
Receiving objects:   9% (12/132)   
Receiving objects:  10% (14/132)   
Receiving objects:  11% (15/132)   
Receiving objects:  12% (16/132)   
Receiving objects:  13% (18/132)   
Receiving objects:  14% (19/132)   
Receiving objects:  15% (20/132)   
Receiving objects:  16% (22/132)   
Receiving objects:  17% (23/132)   
Receiving objects:  18% (24/132)   
Receiving objects:  19% (26/132)   
Receiving objects:  20% (27/132)   
Receiving objects:  21% (28/132)   
Receiving objects:  22% (30/132)   
Receiving objects:  23% (31/132)   
Receiving objects:  24% (32/132)   
Receiving objects:  25% (33/132)   
Receiving objects:  26% (35/132)   
Receiving objects:  27% (36/132)   
Receiving objects:  28% (37/132)   
Receiving objects:  29% (39/132)   
Receiving objects:  30% (40/132)   
Receiving objects:  31% (41/132)   
Receiving objects:  32% (43/132)   
Receiving objects:  33% (44/132)   
Receiving objects:  34% (45/132)   
Receiving objects:  35% (47/132)   
Receiving objects:  36% (48/132)   
Receiving objects:  37% (49/132)   
Receiving objects:  38% (51/132)   
Receiving objects:  39% (52/132)   
Receiving objects:  40% (53/132)   
Receiving objects:  41% (55/132)   
Receiving objects:  42% (56/132)   
Receiving objects:  43% (57/132)   
Receiving objects:  44% (59/132)   
Receiving objects:  45% (60/132)   
Receiving objects:  46% (61/132)   
Receiving objects:  47% (63/132)   
Receiving objects:  48% (64/132)   
Receiving objects:  49% (65/132)   
Receiving objects:  50% (66/132)   
Receiving objects:  51% (68/132)   
Receiving objects:  52% (69/132)   
Receiving objects:  53% (70/132)   
Receiving objects:  54% (72/132)   
Receiving objects:  55% (73/132)   
Receiving objects:  56% (74/132)   
Receiving objects:  57% (76/132)   
Receiving objects:  58% (77/132)   
Receiving objects:  59% (78/132)   
Receiving objects:  60% (80/132)   
Receiving objects:  61% (81/132)   
Receiving objects:  62% (82/132)   
Receiving objects:  63% (84/132)   
Receiving objects:  64% (85/132)   
Receiving objects:  65% (86/132)   
Receiving objects:  66% (88/132)   
Receiving objects:  67% (89/132)   
Receiving objects:  68% (90/132)   
Receiving objects:  69% (92/132)   
Receiving objects:  70% (93/132)   
Receiving objects:  71% (94/132)   
Receiving objects:  72% (96/132)   
Receiving objects:  73% (97/132)   
Receiving objects:  74% (98/132)   
Receiving objects:  75% (99/132)   
Receiving objects:  76% (101/132)   
Receiving objects:  77% (102/132)   
Receiving objects:  78% (103/132)   
Receiving objects:  79% (105/132)   
Receiving objects:  80% (106/132)   
Receiving objects:  81% (107/132)   
Receiving objects:  82% (109/132)   
Receiving objects:  83% (110/132)   
Receiving objects:  84% (111/132)   
Receiving objects:  85% (113/132)   
Receiving objects:  86% (114/132)   
Receiving objects:  87% (115/132)   
Receiving objects:  88% (117/132)   
Receiving objects:  89% (118/132)   
Receiving objects:  90% (119/132)   
Receiving objects:  91% (121/132)   
Receiving objects:  92% (122/132)   
Receiving objects:  93% (123/132)   
Receiving objects:  94% (125/132)   
Receiving objects:  95% (126/132)   
Receiving objects:  96% (127/132)   
Receiving objects:  97% (129/132)   
remote: Total 132 (delta 2), reused 20 (delta 2), pack-reused 112        
Receiving objects:  98% (130/132)   
Receiving objects:  99% (131/132)   
Receiving objects: 100% (132/132)   
Receiving objects: 100% (132/132), 608.27 KiB | 4.00 MiB/s, done.
Resolving deltas:   0% (0/54)   
Resolving deltas:   3% (2/54)   
Resolving deltas:   7% (4/54)   
Resolving deltas:  14% (8/54)   
Resolving deltas:  24% (13/54)   
Resolving deltas:  27% (15/54)   
Resolving deltas:  29% (16/54)   
Resolving deltas:  31% (17/54)   
Resolving deltas:  35% (19/54)   
Resolving deltas:  46% (25/54)   
Resolving deltas:  57% (31/54)   
Resolving deltas:  64% (35/54)   
Resolving deltas:  81% (44/54)   
Resolving deltas:  90% (49/54)   
Resolving deltas:  94% (51/54)   
Resolving deltas:  96% (52/54)   
Resolving deltas:  98% (53/54)   
Resolving deltas: 100% (54/54)   
Resolving deltas: 100% (54/54), done.
+ '[' -f titan.TestPorts.HTTPmsg/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ sed -e 's|.*/||g' -e 's|\.git||g'
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git
+ WS=titan.TestPorts.LANL2asp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git titan.TestPorts.LANL2asp
Cloning into 'titan.TestPorts.LANL2asp'...
remote: Enumerating objects: 81, done.        
remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81        
+ '[' -f titan.TestPorts.LANL2asp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.PCAPasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PCAPasp.git titan.TestPorts.PCAPasp
Cloning into 'titan.TestPorts.PCAPasp'...
remote: Enumerating objects: 53, done.        
remote: Total 53 (delta 0), reused 0 (delta 0), pack-reused 53        
+ '[' -f titan.TestPorts.PCAPasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.PIPEasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.PIPEasp.git titan.TestPorts.PIPEasp
Cloning into 'titan.TestPorts.PIPEasp'...
remote: Enumerating objects: 93, done.        
remote: Total 93 (delta 0), reused 0 (delta 0), pack-reused 93        
+ '[' -f titan.TestPorts.PIPEasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SCTPasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git titan.TestPorts.SCTPasp
Cloning into 'titan.TestPorts.SCTPasp'...
remote: Enumerating objects: 78, done.        
remote: Counting objects:  25% (1/4)        
remote: Counting objects:  50% (2/4)        
remote: Counting objects:  75% (3/4)        
remote: Counting objects: 100% (4/4)        
remote: Counting objects: 100% (4/4), done.        
remote: Compressing objects:  25% (1/4)        
remote: Compressing objects:  50% (2/4)        
remote: Compressing objects:  75% (3/4)        
remote: Compressing objects: 100% (4/4)        
remote: Compressing objects: 100% (4/4), done.        
remote: Total 78 (delta 0), reused 4 (delta 0), pack-reused 74        
+ '[' -f titan.TestPorts.SCTPasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SIPmsg
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SIPmsg.git titan.TestPorts.SIPmsg
Cloning into 'titan.TestPorts.SIPmsg'...
remote: Enumerating objects: 132, done.        
Receiving objects:   0% (1/132)   
Receiving objects:   1% (2/132)   
Receiving objects:   2% (3/132)   
Receiving objects:   3% (4/132)   
Receiving objects:   4% (6/132)   
Receiving objects:   5% (7/132)   
Receiving objects:   6% (8/132)   
Receiving objects:   7% (10/132)   
Receiving objects:   8% (11/132)   
Receiving objects:   9% (12/132)   
Receiving objects:  10% (14/132)   
Receiving objects:  11% (15/132)   
Receiving objects:  12% (16/132)   
Receiving objects:  13% (18/132)   
Receiving objects:  14% (19/132)   
Receiving objects:  15% (20/132)   
Receiving objects:  16% (22/132)   
Receiving objects:  17% (23/132)   
Receiving objects:  18% (24/132)   
Receiving objects:  19% (26/132)   
Receiving objects:  20% (27/132)   
Receiving objects:  21% (28/132)   
Receiving objects:  22% (30/132)   
Receiving objects:  23% (31/132)   
Receiving objects:  24% (32/132)   
Receiving objects:  25% (33/132)   
Receiving objects:  26% (35/132)   
Receiving objects:  27% (36/132)   
Receiving objects:  28% (37/132)   
Receiving objects:  29% (39/132)   
Receiving objects:  30% (40/132)   
Receiving objects:  31% (41/132)   
Receiving objects:  32% (43/132)   
Receiving objects:  33% (44/132)   
Receiving objects:  34% (45/132)   
Receiving objects:  35% (47/132)   
Receiving objects:  36% (48/132)   
Receiving objects:  37% (49/132)   
Receiving objects:  38% (51/132)   
Receiving objects:  39% (52/132)   
Receiving objects:  40% (53/132)   
Receiving objects:  41% (55/132)   
Receiving objects:  42% (56/132)   
Receiving objects:  43% (57/132)   
Receiving objects:  44% (59/132)   
Receiving objects:  45% (60/132)   
Receiving objects:  46% (61/132)   
Receiving objects:  47% (63/132)   
Receiving objects:  48% (64/132)   
Receiving objects:  49% (65/132)   
Receiving objects:  50% (66/132)   
Receiving objects:  51% (68/132)   
Receiving objects:  52% (69/132)   
Receiving objects:  53% (70/132)   
Receiving objects:  54% (72/132)   
Receiving objects:  55% (73/132)   
Receiving objects:  56% (74/132)   
Receiving objects:  57% (76/132)   
Receiving objects:  58% (77/132)   
Receiving objects:  59% (78/132)   
Receiving objects:  60% (80/132)   
Receiving objects:  61% (81/132)   
Receiving objects:  62% (82/132)   
Receiving objects:  63% (84/132)   
Receiving objects:  64% (85/132)   
Receiving objects:  65% (86/132)   
Receiving objects:  66% (88/132)   
Receiving objects:  67% (89/132)   
Receiving objects:  68% (90/132)   
Receiving objects:  69% (92/132)   
Receiving objects:  70% (93/132)   
Receiving objects:  71% (94/132)   
Receiving objects:  72% (96/132)   
Receiving objects:  73% (97/132)   
Receiving objects:  74% (98/132)   
Receiving objects:  75% (99/132)   
Receiving objects:  76% (101/132)   
Receiving objects:  77% (102/132)   
Receiving objects:  78% (103/132)   
Receiving objects:  79% (105/132)   
Receiving objects:  80% (106/132)   
Receiving objects:  81% (107/132)   
Receiving objects:  82% (109/132)   
Receiving objects:  83% (110/132)   
Receiving objects:  84% (111/132)   
Receiving objects:  85% (113/132)   
Receiving objects:  86% (114/132)   
Receiving objects:  87% (115/132)   
Receiving objects:  88% (117/132)   
Receiving objects:  89% (118/132)   
remote: Total 132 (delta 0), reused 0 (delta 0), pack-reused 132        
Receiving objects:  90% (119/132)   
Receiving objects:  91% (121/132)   
Receiving objects:  92% (122/132)   
Receiving objects:  93% (123/132)   
Receiving objects:  94% (125/132)   
Receiving objects:  95% (126/132)   
Receiving objects:  96% (127/132)   
Receiving objects:  97% (129/132)   
Receiving objects:  98% (130/132)   
Receiving objects:  99% (131/132)   
Receiving objects: 100% (132/132)   
Receiving objects: 100% (132/132), 1.71 MiB | 6.91 MiB/s, done.
Resolving deltas:   0% (0/74)   
Resolving deltas:   2% (2/74)   
Resolving deltas:   4% (3/74)   
Resolving deltas:   5% (4/74)   
Resolving deltas:   6% (5/74)   
Resolving deltas:   8% (6/74)   
Resolving deltas:   9% (7/74)   
Resolving deltas:  17% (13/74)   
Resolving deltas:  20% (15/74)   
Resolving deltas:  24% (18/74)   
Resolving deltas:  31% (23/74)   
Resolving deltas:  37% (28/74)   
Resolving deltas:  45% (34/74)   
Resolving deltas:  50% (37/74)   
Resolving deltas:  51% (38/74)   
Resolving deltas:  66% (49/74)   
Resolving deltas:  72% (54/74)   
Resolving deltas:  77% (57/74)   
Resolving deltas:  78% (58/74)   
Resolving deltas:  79% (59/74)   
Resolving deltas:  87% (65/74)   
Resolving deltas:  91% (68/74)   
Resolving deltas:  93% (69/74)   
Resolving deltas: 100% (74/74)   
Resolving deltas: 100% (74/74), done.
+ '[' -f titan.TestPorts.SIPmsg/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SQLasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SQLasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SQLasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SQLasp.git titan.TestPorts.SQLasp
Cloning into 'titan.TestPorts.SQLasp'...
remote: Enumerating objects: 132, done.        
Receiving objects:   0% (1/132)   
Receiving objects:   1% (2/132)   
Receiving objects:   2% (3/132)   
Receiving objects:   3% (4/132)   
Receiving objects:   4% (6/132)   
Receiving objects:   5% (7/132)   
Receiving objects:   6% (8/132)   
Receiving objects:   7% (10/132)   
Receiving objects:   8% (11/132)   
Receiving objects:   9% (12/132)   
Receiving objects:  10% (14/132)   
Receiving objects:  11% (15/132)   
Receiving objects:  12% (16/132)   
Receiving objects:  13% (18/132)   
Receiving objects:  14% (19/132)   
Receiving objects:  15% (20/132)   
Receiving objects:  16% (22/132)   
Receiving objects:  17% (23/132)   
Receiving objects:  18% (24/132)   
Receiving objects:  19% (26/132)   
Receiving objects:  20% (27/132)   
Receiving objects:  21% (28/132)   
Receiving objects:  22% (30/132)   
Receiving objects:  23% (31/132)   
Receiving objects:  24% (32/132)   
Receiving objects:  25% (33/132)   
Receiving objects:  26% (35/132)   
Receiving objects:  27% (36/132)   
Receiving objects:  28% (37/132)   
Receiving objects:  29% (39/132)   
Receiving objects:  30% (40/132)   
Receiving objects:  31% (41/132)   
Receiving objects:  32% (43/132)   
Receiving objects:  33% (44/132)   
Receiving objects:  34% (45/132)   
Receiving objects:  35% (47/132)   
Receiving objects:  36% (48/132)   
Receiving objects:  37% (49/132)   
Receiving objects:  38% (51/132)   
Receiving objects:  39% (52/132)   
Receiving objects:  40% (53/132)   
Receiving objects:  41% (55/132)   
Receiving objects:  42% (56/132)   
Receiving objects:  43% (57/132)   
Receiving objects:  44% (59/132)   
Receiving objects:  45% (60/132)   
Receiving objects:  46% (61/132)   
Receiving objects:  47% (63/132)   
Receiving objects:  48% (64/132)   
Receiving objects:  49% (65/132)   
Receiving objects:  50% (66/132)   
Receiving objects:  51% (68/132)   
Receiving objects:  52% (69/132)   
Receiving objects:  53% (70/132)   
Receiving objects:  54% (72/132)   
Receiving objects:  55% (73/132)   
Receiving objects:  56% (74/132)   
Receiving objects:  57% (76/132)   
Receiving objects:  58% (77/132)   
Receiving objects:  59% (78/132)   
Receiving objects:  60% (80/132)   
Receiving objects:  61% (81/132)   
Receiving objects:  62% (82/132)   
Receiving objects:  63% (84/132)   
Receiving objects:  64% (85/132)   
Receiving objects:  65% (86/132)   
Receiving objects:  66% (88/132)   
Receiving objects:  67% (89/132)   
Receiving objects:  68% (90/132)   
Receiving objects:  69% (92/132)   
Receiving objects:  70% (93/132)   
Receiving objects:  71% (94/132)   
Receiving objects:  72% (96/132)   
Receiving objects:  73% (97/132)   
Receiving objects:  74% (98/132)   
Receiving objects:  75% (99/132)   
Receiving objects:  76% (101/132)   
Receiving objects:  77% (102/132)   
Receiving objects:  78% (103/132)   
Receiving objects:  79% (105/132)   
Receiving objects:  80% (106/132)   
Receiving objects:  81% (107/132)   
Receiving objects:  82% (109/132)   
Receiving objects:  83% (110/132)   
Receiving objects:  84% (111/132)   
Receiving objects:  85% (113/132)   
Receiving objects:  86% (114/132)   
Receiving objects:  87% (115/132)   
Receiving objects:  88% (117/132)   
Receiving objects:  89% (118/132)   
Receiving objects:  90% (119/132)   
Receiving objects:  91% (121/132)   
Receiving objects:  92% (122/132)   
Receiving objects:  93% (123/132)   
Receiving objects:  94% (125/132)   
Receiving objects:  95% (126/132)   
Receiving objects:  96% (127/132)   
Receiving objects:  97% (129/132)   
remote: Total 132 (delta 0), reused 0 (delta 0), pack-reused 132        
Receiving objects:  98% (130/132)   
Receiving objects:  99% (131/132)   
Receiving objects: 100% (132/132)   
Receiving objects: 100% (132/132), 307.94 KiB | 2.61 MiB/s, done.
Resolving deltas:   0% (0/71)   
Resolving deltas:   2% (2/71)   
Resolving deltas:   8% (6/71)   
Resolving deltas:   9% (7/71)   
Resolving deltas:  11% (8/71)   
Resolving deltas:  15% (11/71)   
Resolving deltas:  16% (12/71)   
Resolving deltas:  18% (13/71)   
Resolving deltas:  23% (17/71)   
Resolving deltas:  28% (20/71)   
Resolving deltas:  30% (22/71)   
Resolving deltas:  36% (26/71)   
Resolving deltas:  45% (32/71)   
Resolving deltas:  57% (41/71)   
Resolving deltas:  59% (42/71)   
Resolving deltas:  64% (46/71)   
Resolving deltas:  70% (50/71)   
Resolving deltas:  77% (55/71)   
Resolving deltas:  83% (59/71)   
Resolving deltas:  85% (61/71)   
Resolving deltas:  87% (62/71)   
Resolving deltas:  94% (67/71)   
Resolving deltas:  95% (68/71)   
Resolving deltas:  97% (69/71)   
Resolving deltas: 100% (71/71)   
Resolving deltas: 100% (71/71), done.
+ '[' -f titan.TestPorts.SQLasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.TCPasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TCPasp.git titan.TestPorts.TCPasp
Cloning into 'titan.TestPorts.TCPasp'...
remote: Enumerating objects: 95, done.        
remote: Total 95 (delta 0), reused 0 (delta 0), pack-reused 95
+ '[' -f titan.TestPorts.TCPasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.TELNETasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.TELNETasp.git titan.TestPorts.TELNETasp
Cloning into 'titan.TestPorts.TELNETasp'...
remote: Enumerating objects: 84, done.        
remote: Total 84 (delta 0), reused 0 (delta 0), pack-reused 84        
+ '[' -f titan.TestPorts.TELNETasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ sed -e 's|.*/||g' -e 's|\.git||g'
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git
+ WS=titan.TestPorts.UDPasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git titan.TestPorts.UDPasp
Cloning into 'titan.TestPorts.UDPasp'...
remote: Enumerating objects: 83, done.        
remote: Total 83 (delta 0), reused 0 (delta 0), pack-reused 83
+ '[' -f titan.TestPorts.UDPasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.COMMON.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.COMMON.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.COMMON
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.COMMON.git titan.ProtocolModules.COMMON
Cloning into 'titan.ProtocolModules.COMMON'...
remote: Enumerating objects: 82, done.        
remote: Total 82 (delta 0), reused 0 (delta 0), pack-reused 82        
+ '[' -f titan.ProtocolModules.COMMON/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DHCP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCP.git titan.ProtocolModules.DHCP
Cloning into 'titan.ProtocolModules.DHCP'...
remote: Enumerating objects: 78, done.        
remote: Total 78 (delta 0), reused 0 (delta 0), pack-reused 78        
+ '[' -f titan.ProtocolModules.DHCP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCPv6.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCPv6.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DHCPv6
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DHCPv6.git titan.ProtocolModules.DHCPv6
Cloning into 'titan.ProtocolModules.DHCPv6'...
remote: Enumerating objects: 51, done.        
remote: Total 51 (delta 0), reused 0 (delta 0), pack-reused 51        
+ '[' -f titan.ProtocolModules.DHCPv6/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DIAMETER_ProtocolModule_Generator
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DIAMETER_ProtocolModule_Generator.git titan.ProtocolModules.DIAMETER_ProtocolModule_Generator
Cloning into 'titan.ProtocolModules.DIAMETER_ProtocolModule_Generator'...
remote: Enumerating objects: 861, done.        
Receiving objects:   0% (1/861)   
Receiving objects:   1% (9/861)   
Receiving objects:   2% (18/861)   
Receiving objects:   3% (26/861)   
Receiving objects:   4% (35/861)   
Receiving objects:   5% (44/861)   
Receiving objects:   6% (52/861)   
Receiving objects:   7% (61/861)   
Receiving objects:   8% (69/861)   
Receiving objects:   9% (78/861)   
Receiving objects:  10% (87/861)   
Receiving objects:  11% (95/861)   
Receiving objects:  12% (104/861)   
Receiving objects:  13% (112/861)   
Receiving objects:  14% (121/861)   
Receiving objects:  15% (130/861)   
Receiving objects:  16% (138/861)   
Receiving objects:  17% (147/861)   
Receiving objects:  18% (155/861)   
Receiving objects:  19% (164/861)   
Receiving objects:  20% (173/861)   
Receiving objects:  21% (181/861)   
Receiving objects:  22% (190/861)   
Receiving objects:  23% (199/861)   
Receiving objects:  24% (207/861)   
Receiving objects:  25% (216/861)   
Receiving objects:  26% (224/861)   
Receiving objects:  27% (233/861)   
Receiving objects:  28% (242/861)   
Receiving objects:  29% (250/861)   
Receiving objects:  30% (259/861)   
Receiving objects:  31% (267/861)   
Receiving objects:  32% (276/861)   
Receiving objects:  33% (285/861)   
Receiving objects:  34% (293/861)   
Receiving objects:  35% (302/861)   
Receiving objects:  36% (310/861)   
Receiving objects:  37% (319/861)   
Receiving objects:  38% (328/861)   
Receiving objects:  39% (336/861)   
Receiving objects:  40% (345/861)   
Receiving objects:  41% (354/861)   
Receiving objects:  42% (362/861)   
Receiving objects:  43% (371/861)   
Receiving objects:  44% (379/861)   
Receiving objects:  45% (388/861)   
Receiving objects:  46% (397/861)   
Receiving objects:  47% (405/861)   
Receiving objects:  48% (414/861)   
Receiving objects:  49% (422/861)   
Receiving objects:  50% (431/861)   
Receiving objects:  51% (440/861)   
Receiving objects:  52% (448/861)   
Receiving objects:  53% (457/861)   
Receiving objects:  54% (465/861)   
Receiving objects:  55% (474/861)   
Receiving objects:  56% (483/861)   
Receiving objects:  57% (491/861)   
Receiving objects:  58% (500/861)   
Receiving objects:  59% (508/861)   
Receiving objects:  60% (517/861)   
Receiving objects:  61% (526/861)   
Receiving objects:  62% (534/861)   
Receiving objects:  63% (543/861)   
Receiving objects:  64% (552/861)   
Receiving objects:  65% (560/861)   
Receiving objects:  66% (569/861)   
Receiving objects:  67% (577/861)   
Receiving objects:  68% (586/861)   
Receiving objects:  69% (595/861)   
Receiving objects:  70% (603/861)   
Receiving objects:  71% (612/861)   
Receiving objects:  72% (620/861)   
Receiving objects:  73% (629/861)   
Receiving objects:  74% (638/861)   
Receiving objects:  75% (646/861)   
Receiving objects:  76% (655/861)   
Receiving objects:  77% (663/861)   
Receiving objects:  78% (672/861)   
Receiving objects:  79% (681/861)   
Receiving objects:  80% (689/861)   
Receiving objects:  81% (698/861)   
Receiving objects:  82% (707/861)   
Receiving objects:  83% (715/861)   
Receiving objects:  84% (724/861)   
Receiving objects:  85% (732/861)   
Receiving objects:  86% (741/861)   
Receiving objects:  87% (750/861)   
Receiving objects:  88% (758/861)   
remote: Total 861 (delta 0), reused 0 (delta 0), pack-reused 861        
Receiving objects:  89% (767/861)   
Receiving objects:  90% (775/861)   
Receiving objects:  91% (784/861)   
Receiving objects:  92% (793/861)   
Receiving objects:  93% (801/861)   
Receiving objects:  94% (810/861)   
Receiving objects:  95% (818/861)   
Receiving objects:  96% (827/861)   
Receiving objects:  97% (836/861)   
Receiving objects:  98% (844/861)   
Receiving objects:  99% (853/861)   
Receiving objects: 100% (861/861)   
Receiving objects: 100% (861/861), 1015.88 KiB | 5.38 MiB/s, done.
Resolving deltas:   0% (0/733)   
Resolving deltas:   1% (8/733)   
Resolving deltas:   2% (15/733)   
Resolving deltas:   3% (22/733)   
Resolving deltas:   4% (33/733)   
Resolving deltas:   5% (38/733)   
Resolving deltas:   7% (58/733)   
Resolving deltas:   8% (59/733)   
Resolving deltas:   9% (69/733)   
Resolving deltas:  11% (84/733)   
Resolving deltas:  12% (90/733)   
Resolving deltas:  13% (97/733)   
Resolving deltas:  14% (104/733)   
Resolving deltas:  15% (111/733)   
Resolving deltas:  17% (127/733)   
Resolving deltas:  20% (150/733)   
Resolving deltas:  23% (173/733)   
Resolving deltas:  24% (181/733)   
Resolving deltas:  27% (199/733)   
Resolving deltas:  29% (214/733)   
Resolving deltas:  31% (231/733)   
Resolving deltas:  33% (243/733)   
Resolving deltas:  34% (251/733)   
Resolving deltas:  35% (259/733)   
Resolving deltas:  37% (276/733)   
Resolving deltas:  39% (290/733)   
Resolving deltas:  40% (294/733)   
Resolving deltas:  41% (301/733)   
Resolving deltas:  43% (319/733)   
Resolving deltas:  45% (331/733)   
Resolving deltas:  55% (404/733)   
Resolving deltas:  56% (416/733)   
Resolving deltas:  60% (440/733)   
Resolving deltas:  62% (455/733)   
Resolving deltas:  64% (476/733)   
Resolving deltas:  66% (486/733)   
Resolving deltas:  67% (492/733)   
Resolving deltas:  68% (503/733)   
Resolving deltas:  69% (507/733)   
Resolving deltas:  72% (529/733)   
Resolving deltas:  73% (542/733)   
Resolving deltas:  74% (549/733)   
Resolving deltas:  77% (570/733)   
Resolving deltas:  79% (585/733)   
Resolving deltas:  80% (588/733)   
Resolving deltas:  82% (608/733)   
Resolving deltas:  83% (609/733)   
Resolving deltas:  84% (617/733)   
Resolving deltas:  86% (631/733)   
Resolving deltas:  88% (649/733)   
Resolving deltas:  89% (655/733)   
Resolving deltas:  90% (661/733)   
Resolving deltas:  91% (668/733)   
Resolving deltas:  95% (700/733)   
Resolving deltas:  96% (705/733)   
Resolving deltas:  97% (712/733)   
Resolving deltas:  98% (721/733)   
Resolving deltas:  99% (727/733)   
Resolving deltas: 100% (733/733)   
Resolving deltas: 100% (733/733), done.
+ '[' -f titan.ProtocolModules.DIAMETER_ProtocolModule_Generator/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.DNS
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git titan.ProtocolModules.DNS
Cloning into 'titan.ProtocolModules.DNS'...
remote: Enumerating objects: 83, done.        
remote: Total 83 (delta 0), reused 0 (delta 0), pack-reused 83        
+ '[' -f titan.ProtocolModules.DNS/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.ICMP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMP.git titan.ProtocolModules.ICMP
Cloning into 'titan.ProtocolModules.ICMP'...
remote: Enumerating objects: 47, done.        
remote: Total 47 (delta 0), reused 0 (delta 0), pack-reused 47        
+ '[' -f titan.ProtocolModules.ICMP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.ICMPv6
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICMPv6.git titan.ProtocolModules.ICMPv6
Cloning into 'titan.ProtocolModules.ICMPv6'...
remote: Enumerating objects: 47, done.        
remote: Total 47 (delta 0), reused 0 (delta 0), pack-reused 47        
+ '[' -f titan.ProtocolModules.ICMPv6/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IP.git titan.ProtocolModules.IP
Cloning into 'titan.ProtocolModules.IP'...
remote: Enumerating objects: 67, done.        
remote: Total 67 (delta 0), reused 0 (delta 0), pack-reused 67
+ '[' -f titan.ProtocolModules.IP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.RTP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTP.git titan.ProtocolModules.RTP
Cloning into 'titan.ProtocolModules.RTP'...
remote: Enumerating objects: 102, done.        
Receiving objects:   0% (1/102)   
Receiving objects:   1% (2/102)   
Receiving objects:   2% (3/102)   
Receiving objects:   3% (4/102)   
Receiving objects:   4% (5/102)   
Receiving objects:   5% (6/102)   
Receiving objects:   6% (7/102)   
Receiving objects:   7% (8/102)   
Receiving objects:   8% (9/102)   
Receiving objects:   9% (10/102)   
Receiving objects:  10% (11/102)   
Receiving objects:  11% (12/102)   
Receiving objects:  12% (13/102)   
Receiving objects:  13% (14/102)   
Receiving objects:  14% (15/102)   
Receiving objects:  15% (16/102)   
Receiving objects:  16% (17/102)   
Receiving objects:  17% (18/102)   
Receiving objects:  18% (19/102)   
Receiving objects:  19% (20/102)   
Receiving objects:  20% (21/102)   
Receiving objects:  21% (22/102)   
Receiving objects:  22% (23/102)   
Receiving objects:  23% (24/102)   
Receiving objects:  24% (25/102)   
Receiving objects:  25% (26/102)   
Receiving objects:  26% (27/102)   
Receiving objects:  27% (28/102)   
Receiving objects:  28% (29/102)   
Receiving objects:  29% (30/102)   
Receiving objects:  30% (31/102)   
Receiving objects:  31% (32/102)   
Receiving objects:  32% (33/102)   
Receiving objects:  33% (34/102)   
Receiving objects:  34% (35/102)   
Receiving objects:  35% (36/102)   
Receiving objects:  36% (37/102)   
Receiving objects:  37% (38/102)   
Receiving objects:  38% (39/102)   
Receiving objects:  39% (40/102)   
Receiving objects:  40% (41/102)   
Receiving objects:  41% (42/102)   
Receiving objects:  42% (43/102)   
Receiving objects:  43% (44/102)   
Receiving objects:  44% (45/102)   
Receiving objects:  45% (46/102)   
Receiving objects:  46% (47/102)   
Receiving objects:  47% (48/102)   
Receiving objects:  48% (49/102)   
Receiving objects:  49% (50/102)   
Receiving objects:  50% (51/102)   
Receiving objects:  51% (53/102)   
Receiving objects:  52% (54/102)   
Receiving objects:  53% (55/102)   
Receiving objects:  54% (56/102)   
Receiving objects:  55% (57/102)   
Receiving objects:  56% (58/102)   
Receiving objects:  57% (59/102)   
Receiving objects:  58% (60/102)   
Receiving objects:  59% (61/102)   
Receiving objects:  60% (62/102)   
Receiving objects:  61% (63/102)   
remote: Total 102 (delta 0), reused 0 (delta 0), pack-reused 102        
Receiving objects:  62% (64/102)   
Receiving objects:  63% (65/102)   
Receiving objects:  64% (66/102)   
Receiving objects:  65% (67/102)   
Receiving objects:  66% (68/102)   
Receiving objects:  67% (69/102)   
Receiving objects:  68% (70/102)   
Receiving objects:  69% (71/102)   
Receiving objects:  70% (72/102)   
Receiving objects:  71% (73/102)   
Receiving objects:  72% (74/102)   
Receiving objects:  73% (75/102)   
Receiving objects:  74% (76/102)   
Receiving objects:  75% (77/102)   
Receiving objects:  76% (78/102)   
Receiving objects:  77% (79/102)   
Receiving objects:  78% (80/102)   
Receiving objects:  79% (81/102)   
Receiving objects:  80% (82/102)   
Receiving objects:  81% (83/102)   
Receiving objects:  82% (84/102)   
Receiving objects:  83% (85/102)   
Receiving objects:  84% (86/102)   
Receiving objects:  85% (87/102)   
Receiving objects:  86% (88/102)   
Receiving objects:  87% (89/102)   
Receiving objects:  88% (90/102)   
Receiving objects:  89% (91/102)   
Receiving objects:  90% (92/102)   
Receiving objects:  91% (93/102)   
Receiving objects:  92% (94/102)   
Receiving objects:  93% (95/102)   
Receiving objects:  94% (96/102)   
Receiving objects:  95% (97/102)   
Receiving objects:  96% (98/102)   
Receiving objects:  97% (99/102)   
Receiving objects:  98% (100/102)   
Receiving objects:  99% (101/102)   
Receiving objects: 100% (102/102)   
Receiving objects: 100% (102/102), 201.98 KiB | 1.74 MiB/s, done.
Resolving deltas:   0% (0/55)   
Resolving deltas:   1% (1/55)   
Resolving deltas:   3% (2/55)   
Resolving deltas:   5% (3/55)   
Resolving deltas:   7% (4/55)   
Resolving deltas:  10% (6/55)   
Resolving deltas:  14% (8/55)   
Resolving deltas:  23% (13/55)   
Resolving deltas:  27% (15/55)   
Resolving deltas:  30% (17/55)   
Resolving deltas:  34% (19/55)   
Resolving deltas:  38% (21/55)   
Resolving deltas:  45% (25/55)   
Resolving deltas:  52% (29/55)   
Resolving deltas:  60% (33/55)   
Resolving deltas:  67% (37/55)   
Resolving deltas:  74% (41/55)   
Resolving deltas:  81% (45/55)   
Resolving deltas:  85% (47/55)   
Resolving deltas:  96% (53/55)   
Resolving deltas:  98% (54/55)   
Resolving deltas: 100% (55/55)   
Resolving deltas: 100% (55/55), done.
+ '[' -f titan.ProtocolModules.RTP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTSP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ sed -e 's|.*/||g' -e 's|\.git||g'
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTSP.git
+ WS=titan.ProtocolModules.RTSP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RTSP.git titan.ProtocolModules.RTSP
Cloning into 'titan.ProtocolModules.RTSP'...
remote: Enumerating objects: 57, done.        
remote: Total 57 (delta 0), reused 0 (delta 0), pack-reused 57        
+ '[' -f titan.ProtocolModules.RTSP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ sed -e 's|.*/||g' -e 's|\.git||g'
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git
+ WS=titan.ProtocolModules.SMPP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git titan.ProtocolModules.SMPP
Cloning into 'titan.ProtocolModules.SMPP'...
remote: Enumerating objects: 41, done.        
remote: Total 41 (delta 0), reused 0 (delta 0), pack-reused 41        
+ '[' -f titan.ProtocolModules.SMPP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMTP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMTP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.SMTP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMTP.git titan.ProtocolModules.SMTP
Cloning into 'titan.ProtocolModules.SMTP'...
remote: Enumerating objects: 62, done.        
remote: Total 62 (delta 0), reused 0 (delta 0), pack-reused 62        
+ '[' -f titan.ProtocolModules.SMTP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNMP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNMP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.SNMP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SNMP.git titan.ProtocolModules.SNMP
Cloning into 'titan.ProtocolModules.SNMP'...
remote: Enumerating objects: 62, done.        
remote: Total 62 (delta 0), reused 0 (delta 0), pack-reused 62        
+ '[' -f titan.ProtocolModules.SNMP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.TCP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.TCP.git titan.ProtocolModules.TCP
Cloning into 'titan.ProtocolModules.TCP'...
remote: Enumerating objects: 59, done.        
remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59        
+ '[' -f titan.ProtocolModules.TCP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.UDP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git titan.ProtocolModules.UDP
Cloning into 'titan.ProtocolModules.UDP'...
remote: Enumerating objects: 46, done.        
remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46        
+ '[' -f titan.ProtocolModules.UDP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.XMPP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.XMPP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.XMPP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.XMPP.git titan.ProtocolModules.XMPP
Cloning into 'titan.ProtocolModules.XMPP'...
remote: Enumerating objects: 109, done.        
Receiving objects:   0% (1/109)   
Receiving objects:   1% (2/109)   
Receiving objects:   2% (3/109)   
Receiving objects:   3% (4/109)   
Receiving objects:   4% (5/109)   
Receiving objects:   5% (6/109)   
Receiving objects:   6% (7/109)   
Receiving objects:   7% (8/109)   
Receiving objects:   8% (9/109)   
Receiving objects:   9% (10/109)   
Receiving objects:  10% (11/109)   
Receiving objects:  11% (12/109)   
Receiving objects:  12% (14/109)   
Receiving objects:  13% (15/109)   
Receiving objects:  14% (16/109)   
Receiving objects:  15% (17/109)   
Receiving objects:  16% (18/109)   
Receiving objects:  17% (19/109)   
Receiving objects:  18% (20/109)   
Receiving objects:  19% (21/109)   
Receiving objects:  20% (22/109)   
Receiving objects:  21% (23/109)   
Receiving objects:  22% (24/109)   
Receiving objects:  23% (26/109)   
Receiving objects:  24% (27/109)   
Receiving objects:  25% (28/109)   
Receiving objects:  26% (29/109)   
Receiving objects:  27% (30/109)   
Receiving objects:  28% (31/109)   
Receiving objects:  29% (32/109)   
Receiving objects:  30% (33/109)   
Receiving objects:  31% (34/109)   
Receiving objects:  32% (35/109)   
Receiving objects:  33% (36/109)   
Receiving objects:  34% (38/109)   
Receiving objects:  35% (39/109)   
Receiving objects:  36% (40/109)   
Receiving objects:  37% (41/109)   
Receiving objects:  38% (42/109)   
Receiving objects:  39% (43/109)   
Receiving objects:  40% (44/109)   
Receiving objects:  41% (45/109)   
Receiving objects:  42% (46/109)   
Receiving objects:  43% (47/109)   
Receiving objects:  44% (48/109)   
Receiving objects:  45% (50/109)   
Receiving objects:  46% (51/109)   
Receiving objects:  47% (52/109)   
Receiving objects:  48% (53/109)   
Receiving objects:  49% (54/109)   
Receiving objects:  50% (55/109)   
Receiving objects:  51% (56/109)   
Receiving objects:  52% (57/109)   
Receiving objects:  53% (58/109)   
Receiving objects:  54% (59/109)   
Receiving objects:  55% (60/109)   
Receiving objects:  56% (62/109)   
Receiving objects:  57% (63/109)   
Receiving objects:  58% (64/109)   
Receiving objects:  59% (65/109)   
Receiving objects:  60% (66/109)   
Receiving objects:  61% (67/109)   
Receiving objects:  62% (68/109)   
Receiving objects:  63% (69/109)   
Receiving objects:  64% (70/109)   
Receiving objects:  65% (71/109)   
Receiving objects:  66% (72/109)   
Receiving objects:  67% (74/109)   
Receiving objects:  68% (75/109)   
Receiving objects:  69% (76/109)   
Receiving objects:  70% (77/109)   
Receiving objects:  71% (78/109)   
Receiving objects:  72% (79/109)   
remote: Total 109 (delta 0), reused 0 (delta 0), pack-reused 109        
Receiving objects:  73% (80/109)   
Receiving objects:  74% (81/109)   
Receiving objects:  75% (82/109)   
Receiving objects:  76% (83/109)   
Receiving objects:  77% (84/109)   
Receiving objects:  78% (86/109)   
Receiving objects:  79% (87/109)   
Receiving objects:  80% (88/109)   
Receiving objects:  81% (89/109)   
Receiving objects:  82% (90/109)   
Receiving objects:  83% (91/109)   
Receiving objects:  84% (92/109)   
Receiving objects:  85% (93/109)   
Receiving objects:  86% (94/109)   
Receiving objects:  87% (95/109)   
Receiving objects:  88% (96/109)   
Receiving objects:  89% (98/109)   
Receiving objects:  90% (99/109)   
Receiving objects:  91% (100/109)   
Receiving objects:  92% (101/109)   
Receiving objects:  93% (102/109)   
Receiving objects:  94% (103/109)   
Receiving objects:  95% (104/109)   
Receiving objects:  96% (105/109)   
Receiving objects:  97% (106/109)   
Receiving objects:  98% (107/109)   
Receiving objects:  99% (108/109)   
Receiving objects: 100% (109/109)   
Receiving objects: 100% (109/109), 100.60 KiB | 1.13 MiB/s, done.
Resolving deltas:   0% (0/75)   
Resolving deltas:   4% (3/75)   
Resolving deltas:   6% (5/75)   
Resolving deltas:   9% (7/75)   
Resolving deltas:  10% (8/75)   
Resolving deltas:  13% (10/75)   
Resolving deltas:  14% (11/75)   
Resolving deltas:  17% (13/75)   
Resolving deltas:  52% (39/75)   
Resolving deltas:  54% (41/75)   
Resolving deltas:  73% (55/75)   
Resolving deltas:  85% (64/75)   
Resolving deltas:  89% (67/75)   
Resolving deltas: 100% (75/75)   
Resolving deltas: 100% (75/75), done.
+ '[' -f titan.ProtocolModules.XMPP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.misc.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.misc.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.misc
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.misc.git titan.misc
Cloning into 'titan.misc'...
remote: Enumerating objects: 2382, done.        
remote: Counting objects:   0% (1/959)        
remote: Counting objects:   1% (10/959)        
remote: Counting objects:   2% (20/959)        
remote: Counting objects:   3% (29/959)        
remote: Counting objects:   4% (39/959)        
remote: Counting objects:   5% (48/959)        
remote: Counting objects:   6% (58/959)        
remote: Counting objects:   7% (68/959)        
remote: Counting objects:   8% (77/959)        
remote: Counting objects:   9% (87/959)        
remote: Counting objects:  10% (96/959)        
remote: Counting objects:  11% (106/959)
remote: Counting objects:  12% (116/959)        
remote: Counting objects:  13% (125/959)        
remote: Counting objects:  14% (135/959)        
remote: Counting objects:  15% (144/959)        
remote: Counting objects:  16% (154/959)        
remote: Counting objects:  17% (164/959)        
remote: Counting objects:  18% (173/959)        
remote: Counting objects:  19% (183/959)        
remote: Counting objects:  20% (192/959)        
remote: Counting objects:  21% (202/959)        
remote: Counting objects:  22% (211/959)        
remote: Counting objects:  23% (221/959)        
remote: Counting objects:  24% (231/959)        
remote: Counting objects:  25% (240/959)        
remote: Counting objects:  26% (250/959)        
remote: Counting objects:  27% (259/959)        
remote: Counting objects:  28% (269/959)        
remote: Counting objects:  29% (279/959)        
remote: Counting objects:  30% (288/959)        
remote: Counting objects:  31% (298/959)        
remote: Counting objects:  32% (307/959)        
remote: Counting objects:  33% (317/959)        
remote: Counting objects:  34% (327/959)        
remote: Counting objects:  35% (336/959)        
remote: Counting objects:  36% (346/959)        
remote: Counting objects:  37% (355/959)        
remote: Counting objects:  38% (365/959)        
remote: Counting objects:  39% (375/959)        
remote: Counting objects:  40% (384/959)        
remote: Counting objects:  41% (394/959)        
remote: Counting objects:  42% (403/959)        
remote: Counting objects:  43% (413/959)        
remote: Counting objects:  44% (422/959)        
remote: Counting objects:  45% (432/959)        
remote: Counting objects:  46% (442/959)        
remote: Counting objects:  47% (451/959)        
remote: Counting objects:  48% (461/959)        
remote: Counting objects:  49% (470/959)        
remote: Counting objects:  50% (480/959)        
remote: Counting objects:  51% (490/959)        
remote: Counting objects:  52% (499/959)        
remote: Counting objects:  53% (509/959)        
remote: Counting objects:  54% (518/959)        
remote: Counting objects:  55% (528/959)        
remote: Counting objects:  56% (538/959)        
remote: Counting objects:  57% (547/959)        
remote: Counting objects:  58% (557/959)        
remote: Counting objects:  59% (566/959)        
remote: Counting objects:  60% (576/959)        
remote: Counting objects:  61% (585/959)        
remote: Counting objects:  62% (595/959)        
remote: Counting objects:  63% (605/959)        
remote: Counting objects:  64% (614/959)        
remote: Counting objects:  65% (624/959)        
remote: Counting objects:  66% (633/959)        
remote: Counting objects:  67% (643/959)        
remote: Counting objects:  68% (653/959)        
remote: Counting objects:  69% (662/959)        
remote: Counting objects:  70% (672/959)        
remote: Counting objects:  71% (681/959)        
remote: Counting objects:  72% (691/959)        
remote: Counting objects:  73% (701/959)        
remote: Counting objects:  74% (710/959)        
remote: Counting objects:  75% (720/959)        
remote: Counting objects:  76% (729/959)        
remote: Counting objects:  77% (739/959)        
remote: Counting objects:  78% (749/959)        
remote: Counting objects:  79% (758/959)        
remote: Counting objects:  80% (768/959)        
remote: Counting objects:  81% (777/959)        
remote: Counting objects:  82% (787/959)        
remote: Counting objects:  83% (796/959)        
remote: Counting objects:  84% (806/959)        
remote: Counting objects:  85% (816/959)        
remote: Counting objects:  86% (825/959)        
remote: Counting objects:  87% (835/959)        
remote: Counting objects:  88% (844/959)        
remote: Counting objects:  89% (854/959)        
remote: Counting objects:  90% (864/959)        
remote: Counting objects:  91% (873/959)        
remote: Counting objects:  92% (883/959)        
remote: Counting objects:  93% (892/959)        
remote: Counting objects:  94% (902/959)        
remote: Counting objects:  95% (912/959)        
remote: Counting objects:  96% (921/959)        
remote: Counting objects:  97% (931/959)        
remote: Counting objects:  98% (940/959)        
remote: Counting objects:  99% (950/959)        
remote: Counting objects: 100% (959/959)        
remote: Counting objects: 100% (959/959), done.        
remote: Compressing objects:   0% (1/271)        
remote: Compressing objects:   1% (3/271)        
remote: Compressing objects:   2% (6/271)        
remote: Compressing objects:   3% (9/271)        
remote: Compressing objects:   4% (11/271)        
remote: Compressing objects:   5% (14/271)        
remote: Compressing objects:   6% (17/271)        
remote: Compressing objects:   7% (19/271)        
remote: Compressing objects:   8% (22/271)        
remote: Compressing objects:   9% (25/271)        
remote: Compressing objects:  10% (28/271)        
remote: Compressing objects:  11% (30/271)        
remote: Compressing objects:  12% (33/271)        
remote: Compressing objects:  13% (36/271)        
remote: Compressing objects:  14% (38/271)        
remote: Compressing objects:  15% (41/271)        
remote: Compressing objects:  16% (44/271)        
remote: Compressing objects:  17% (47/271)        
remote: Compressing objects:  18% (49/271)        
remote: Compressing objects:  19% (52/271)        
remote: Compressing objects:  20% (55/271)        
remote: Compressing objects:  21% (57/271)        
remote: Compressing objects:  22% (60/271)        
remote: Compressing objects:  23% (63/271)        
remote: Compressing objects:  24% (66/271)        
remote: Compressing objects:  25% (68/271)        
remote: Compressing objects:  26% (71/271)        
remote: Compressing objects:  27% (74/271)        
remote: Compressing objects:  28% (76/271)        
remote: Compressing objects:  29% (79/271)        
remote: Compressing objects:  30% (82/271)        
remote: Compressing objects:  31% (85/271)        
remote: Compressing objects:  32% (87/271)        
remote: Compressing objects:  33% (90/271)        
remote: Compressing objects:  34% (93/271)        
remote: Compressing objects:  35% (95/271)        
remote: Compressing objects:  36% (98/271)        
remote: Compressing objects:  37% (101/271)        
remote: Compressing objects:  38% (103/271)        
remote: Compressing objects:  39% (106/271)        
remote: Compressing objects:  40% (109/271)        
remote: Compressing objects:  41% (112/271)        
remote: Compressing objects:  42% (114/271)        
remote: Compressing objects:  43% (117/271)        
remote: Compressing objects:  44% (120/271)        
remote: Compressing objects:  45% (122/271)        
remote: Compressing objects:  46% (125/271)        
remote: Compressing objects:  47% (128/271)        
remote: Compressing objects:  48% (131/271)        
remote: Compressing objects:  49% (133/271)        
remote: Compressing objects:  50% (136/271)        
remote: Compressing objects:  51% (139/271)        
remote: Compressing objects:  52% (141/271)        
remote: Compressing objects:  53% (144/271)        
remote: Compressing objects:  54% (147/271)        
remote: Compressing objects:  55% (150/271)        
remote: Compressing objects:  56% (152/271)        
remote: Compressing objects:  57% (155/271)        
remote: Compressing objects:  58% (158/271)        
remote: Compressing objects:  59% (160/271)        
remote: Compressing objects:  60% (163/271)        
remote: Compressing objects:  61% (166/271)        
remote: Compressing objects:  62% (169/271)        
remote: Compressing objects:  63% (171/271)        
remote: Compressing objects:  64% (174/271)        
remote: Compressing objects:  65% (177/271)        
remote: Compressing objects:  66% (179/271)        
remote: Compressing objects:  67% (182/271)        
remote: Compressing objects:  68% (185/271)        
remote: Compressing objects:  69% (187/271)        
remote: Compressing objects:  70% (190/271)        
remote: Compressing objects:  71% (193/271)        
remote: Compressing objects:  72% (196/271)        
remote: Compressing objects:  73% (198/271)        
remote: Compressing objects:  74% (201/271)        
remote: Compressing objects:  75% (204/271)        
remote: Compressing objects:  76% (206/271)        
remote: Compressing objects:  77% (209/271)        
remote: Compressing objects:  78% (212/271)        
remote: Compressing objects:  79% (215/271)        
remote: Compressing objects:  80% (217/271)        
remote: Compressing objects:  81% (220/271)        
remote: Compressing objects:  82% (223/271)        
remote: Compressing objects:  83% (225/271)        
remote: Compressing objects:  84% (228/271)        
remote: Compressing objects:  85% (231/271)        
remote: Compressing objects:  86% (234/271)        
remote: Compressing objects:  87% (236/271)        
remote: Compressing objects:  88% (239/271)        
remote: Compressing objects:  89% (242/271)        
remote: Compressing objects:  90% (244/271)        
remote: Compressing objects:  91% (247/271)        
remote: Compressing objects:  92% (250/271)        
remote: Compressing objects:  93% (253/271)        
remote: Compressing objects:  94% (255/271)        
remote: Compressing objects:  95% (258/271)        
remote: Compressing objects:  96% (261/271)        
remote: Compressing objects:  97% (263/271)        
remote: Compressing objects:  98% (266/271)        
remote: Compressing objects:  99% (269/271)        
remote: Compressing objects: 100% (271/271)        
remote: Compressing objects: 100% (271/271), done.        
Receiving objects:   0% (1/2382)   
Receiving objects:   1% (24/2382)   
Receiving objects:   2% (48/2382)   
Receiving objects:   3% (72/2382)   
Receiving objects:   4% (96/2382)   
Receiving objects:   5% (120/2382)   
Receiving objects:   6% (143/2382)   
Receiving objects:   7% (167/2382)   
Receiving objects:   8% (191/2382)   
Receiving objects:   9% (215/2382)   
Receiving objects:  10% (239/2382)   
Receiving objects:  11% (263/2382)   
Receiving objects:  12% (286/2382)   
Receiving objects:  13% (310/2382)   
Receiving objects:  14% (334/2382)   
Receiving objects:  15% (358/2382)   
Receiving objects:  16% (382/2382)   
Receiving objects:  17% (405/2382)   
Receiving objects:  18% (429/2382)   
Receiving objects:  19% (453/2382)   
Receiving objects:  20% (477/2382)   
Receiving objects:  21% (501/2382)   
Receiving objects:  22% (525/2382)   
Receiving objects:  23% (548/2382)   
Receiving objects:  24% (572/2382)   
Receiving objects:  25% (596/2382)   
Receiving objects:  26% (620/2382)   
Receiving objects:  27% (644/2382)   
Receiving objects:  28% (667/2382)   
Receiving objects:  29% (691/2382)   
Receiving objects:  30% (715/2382)   
Receiving objects:  31% (739/2382)   
Receiving objects:  32% (763/2382)   
Receiving objects:  33% (787/2382)   
Receiving objects:  34% (810/2382)   
Receiving objects:  35% (834/2382)   
Receiving objects:  36% (858/2382)   
Receiving objects:  37% (882/2382)   
Receiving objects:  38% (906/2382)   
Receiving objects:  39% (929/2382)   
Receiving objects:  40% (953/2382)   
Receiving objects:  41% (977/2382)   
Receiving objects:  42% (1001/2382)   
Receiving objects:  43% (1025/2382)   
Receiving objects:  44% (1049/2382)   
Receiving objects:  45% (1072/2382)   
Receiving objects:  46% (1096/2382)   
Receiving objects:  47% (1120/2382)   
Receiving objects:  48% (1144/2382)   
Receiving objects:  49% (1168/2382)   
Receiving objects:  50% (1191/2382)   
Receiving objects:  51% (1215/2382)   
Receiving objects:  52% (1239/2382)   
Receiving objects:  53% (1263/2382)   
Receiving objects:  54% (1287/2382)   
Receiving objects:  55% (1311/2382)   
Receiving objects:  56% (1334/2382)   
Receiving objects:  57% (1358/2382)   
Receiving objects:  58% (1382/2382)   
Receiving objects:  59% (1406/2382)   
Receiving objects:  60% (1430/2382)   
Receiving objects:  61% (1454/2382)   
Receiving objects:  62% (1477/2382)   
Receiving objects:  63% (1501/2382)   
Receiving objects:  64% (1525/2382)   
Receiving objects:  65% (1549/2382)   
Receiving objects:  66% (1573/2382)   
Receiving objects:  67% (1596/2382)   
remote: Total 2382 (delta 380), reused 959 (delta 380), pack-reused 1423        
Receiving objects:  68% (1620/2382)   
Receiving objects:  69% (1644/2382)   
Receiving objects:  70% (1668/2382)   
Receiving objects:  71% (1692/2382)   
Receiving objects:  72% (1716/2382)   
Receiving objects:  73% (1739/2382)   
Receiving objects:  74% (1763/2382)   
Receiving objects:  75% (1787/2382)   
Receiving objects:  76% (1811/2382)   
Receiving objects:  77% (1835/2382)   
Receiving objects:  78% (1858/2382)   
Receiving objects:  79% (1882/2382)   
Receiving objects:  80% (1906/2382)   
Receiving objects:  81% (1930/2382)   
Receiving objects:  82% (1954/2382)   
Receiving objects:  83% (1978/2382)   
Receiving objects:  84% (2001/2382)   
Receiving objects:  85% (2025/2382)   
Receiving objects:  86% (2049/2382)   
Receiving objects:  87% (2073/2382)   
Receiving objects:  88% (2097/2382)   
Receiving objects:  89% (2120/2382)   
Receiving objects:  90% (2144/2382)   
Receiving objects:  91% (2168/2382)   
Receiving objects:  92% (2192/2382)   
Receiving objects:  93% (2216/2382)   
Receiving objects:  94% (2240/2382)   
Receiving objects:  95% (2263/2382)   
Receiving objects:  96% (2287/2382)   
Receiving objects:  97% (2311/2382)   
Receiving objects:  98% (2335/2382)   
Receiving objects:  99% (2359/2382)   
Receiving objects: 100% (2382/2382)   
Receiving objects: 100% (2382/2382), 8.66 MiB | 20.38 MiB/s, done.
Resolving deltas:   0% (0/974)   
Resolving deltas:   1% (11/974)   
Resolving deltas:   2% (24/974)   
Resolving deltas:   3% (31/974)   
Resolving deltas:   4% (39/974)   
Resolving deltas:   5% (50/974)   
Resolving deltas:   6% (59/974)   
Resolving deltas:   7% (69/974)   
Resolving deltas:   8% (78/974)   
Resolving deltas:   9% (90/974)   
Resolving deltas:  10% (101/974)   
Resolving deltas:  11% (108/974)   
Resolving deltas:  12% (118/974)   
Resolving deltas:  13% (128/974)   
Resolving deltas:  14% (138/974)   
Resolving deltas:  15% (153/974)   
Resolving deltas:  16% (163/974)   
Resolving deltas:  17% (166/974)   
Resolving deltas:  18% (176/974)   
Resolving deltas:  20% (199/974)   
Resolving deltas:  21% (206/974)   
Resolving deltas:  22% (216/974)   
Resolving deltas:  23% (225/974)   
Resolving deltas:  24% (239/974)   
Resolving deltas:  25% (244/974)   
Resolving deltas:  26% (254/974)   
Resolving deltas:  27% (263/974)   
Resolving deltas:  28% (274/974)   
Resolving deltas:  29% (287/974)   
Resolving deltas:  30% (293/974)   
Resolving deltas:  31% (302/974)   
Resolving deltas:  32% (315/974)   
Resolving deltas:  33% (328/974)   
Resolving deltas:  34% (334/974)   
Resolving deltas:  35% (341/974)   
Resolving deltas:  36% (357/974)   
Resolving deltas:  37% (361/974)   
Resolving deltas:  39% (381/974)   
Resolving deltas:  40% (392/974)   
Resolving deltas:  41% (404/974)   
Resolving deltas:  42% (412/974)   
Resolving deltas:  43% (421/974)   
Resolving deltas:  44% (432/974)   
Resolving deltas:  45% (442/974)   
Resolving deltas:  46% (455/974)   
Resolving deltas:  47% (461/974)   
Resolving deltas:  48% (468/974)   
Resolving deltas:  49% (478/974)   
Resolving deltas:  50% (491/974)   
Resolving deltas:  51% (497/974)   
Resolving deltas:  52% (508/974)   
Resolving deltas:  55% (542/974)   
Resolving deltas:  56% (548/974)   
Resolving deltas:  57% (556/974)   
Resolving deltas:  58% (569/974)   
Resolving deltas:  60% (585/974)   
Resolving deltas:  63% (614/974)   
Resolving deltas:  68% (670/974)   
Resolving deltas:  72% (705/974)   
Resolving deltas:  73% (717/974)   
Resolving deltas:  78% (760/974)   
Resolving deltas:  81% (790/974)   
Resolving deltas:  82% (799/974)   
Resolving deltas:  83% (810/974)   
Resolving deltas:  85% (837/974)   
Resolving deltas:  86% (838/974)   
Resolving deltas:  89% (870/974)   
Resolving deltas:  90% (880/974)   
Resolving deltas:  91% (887/974)   
Resolving deltas:  94% (923/974)   
Resolving deltas: 100% (974/974)   
Resolving deltas: 100% (974/974), done.
+ '[' -f titan.misc/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPasp_RFC4511.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPasp_RFC4511.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.LDAPasp_RFC4511
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPasp_RFC4511.git titan.TestPorts.LDAPasp_RFC4511
Cloning into 'titan.TestPorts.LDAPasp_RFC4511'...
remote: Enumerating objects: 104, done.        
Receiving objects:   0% (1/104)   
Receiving objects:   1% (2/104)   
Receiving objects:   2% (3/104)   
Receiving objects:   3% (4/104)   
Receiving objects:   4% (5/104)   
Receiving objects:   5% (6/104)   
Receiving objects:   6% (7/104)   
Receiving objects:   7% (8/104)   
Receiving objects:   8% (9/104)   
Receiving objects:   9% (10/104)   
Receiving objects:  10% (11/104)   
Receiving objects:  11% (12/104)   
Receiving objects:  12% (13/104)   
Receiving objects:  13% (14/104)   
Receiving objects:  14% (15/104)   
Receiving objects:  15% (16/104)   
Receiving objects:  16% (17/104)   
Receiving objects:  17% (18/104)   
Receiving objects:  18% (19/104)   
Receiving objects:  19% (20/104)   
Receiving objects:  20% (21/104)   
Receiving objects:  21% (22/104)   
Receiving objects:  22% (23/104)   
Receiving objects:  23% (24/104)   
Receiving objects:  24% (25/104)   
Receiving objects:  25% (26/104)   
Receiving objects:  26% (28/104)   
Receiving objects:  27% (29/104)   
Receiving objects:  28% (30/104)   
Receiving objects:  29% (31/104)   
Receiving objects:  30% (32/104)   
Receiving objects:  31% (33/104)   
Receiving objects:  32% (34/104)   
Receiving objects:  33% (35/104)   
Receiving objects:  34% (36/104)   
Receiving objects:  35% (37/104)   
Receiving objects:  36% (38/104)   
Receiving objects:  37% (39/104)   
Receiving objects:  38% (40/104)   
Receiving objects:  39% (41/104)   
Receiving objects:  40% (42/104)   
Receiving objects:  41% (43/104)   
Receiving objects:  42% (44/104)   
Receiving objects:  43% (45/104)   
Receiving objects:  44% (46/104)   
Receiving objects:  45% (47/104)   
Receiving objects:  46% (48/104)   
Receiving objects:  47% (49/104)   
Receiving objects:  48% (50/104)   
Receiving objects:  49% (51/104)   
Receiving objects:  50% (52/104)   
Receiving objects:  51% (54/104)   
Receiving objects:  52% (55/104)   
Receiving objects:  53% (56/104)   
Receiving objects:  54% (57/104)   
Receiving objects:  55% (58/104)   
Receiving objects:  56% (59/104)   
Receiving objects:  57% (60/104)   
Receiving objects:  58% (61/104)   
Receiving objects:  59% (62/104)   
Receiving objects:  60% (63/104)   
Receiving objects:  61% (64/104)   
Receiving objects:  62% (65/104)   
Receiving objects:  63% (66/104)   
Receiving objects:  64% (67/104)   
Receiving objects:  65% (68/104)   
Receiving objects:  66% (69/104)   
Receiving objects:  67% (70/104)   
Receiving objects:  68% (71/104)   
Receiving objects:  69% (72/104)   
Receiving objects:  70% (73/104)   
Receiving objects:  71% (74/104)   
Receiving objects:  72% (75/104)   
Receiving objects:  73% (76/104)   
Receiving objects:  74% (77/104)   
Receiving objects:  75% (78/104)   
Receiving objects:  76% (80/104)   
Receiving objects:  77% (81/104)   
Receiving objects:  78% (82/104)   
Receiving objects:  79% (83/104)   
Receiving objects:  80% (84/104)   
Receiving objects:  81% (85/104)   
Receiving objects:  82% (86/104)   
Receiving objects:  83% (87/104)   
Receiving objects:  84% (88/104)   
Receiving objects:  85% (89/104)   
Receiving objects:  86% (90/104)   
Receiving objects:  87% (91/104)   
Receiving objects:  88% (92/104)   
Receiving objects:  89% (93/104)   
Receiving objects:  90% (94/104)   
Receiving objects:  91% (95/104)   
Receiving objects:  92% (96/104)   
Receiving objects:  93% (97/104)   
Receiving objects:  94% (98/104)   
Receiving objects:  95% (99/104)   
Receiving objects:  96% (100/104)   
Receiving objects:  97% (101/104)   
remote: Total 104 (delta 0), reused 0 (delta 0), pack-reused 104        
Receiving objects:  98% (102/104)   
Receiving objects:  99% (103/104)   
Receiving objects: 100% (104/104)   
Receiving objects: 100% (104/104), 619.05 KiB | 3.94 MiB/s, done.
Resolving deltas:   0% (0/57)   
Resolving deltas:   1% (1/57)   
Resolving deltas:   7% (4/57)   
Resolving deltas:  15% (9/57)   
Resolving deltas:  21% (12/57)   
Resolving deltas:  22% (13/57)   
Resolving deltas:  28% (16/57)   
Resolving deltas:  40% (23/57)   
Resolving deltas:  45% (26/57)   
Resolving deltas:  50% (29/57)   
Resolving deltas:  52% (30/57)   
Resolving deltas:  63% (36/57)   
Resolving deltas:  70% (40/57)   
Resolving deltas:  73% (42/57)   
Resolving deltas:  78% (45/57)   
Resolving deltas:  87% (50/57)   
Resolving deltas:  89% (51/57)   
Resolving deltas:  98% (56/57)   
Resolving deltas: 100% (57/57)   
Resolving deltas: 100% (57/57), done.
+ '[' -f titan.TestPorts.LDAPasp_RFC4511/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPmsg.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.LDAPmsg
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LDAPmsg.git titan.TestPorts.LDAPmsg
Cloning into 'titan.TestPorts.LDAPmsg'...
remote: Enumerating objects: 98, done.        
remote: Total 98 (delta 0), reused 0 (delta 0), pack-reused 98        
+ '[' -f titan.TestPorts.LDAPmsg/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.Common_Components.Socket-API
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Socket-API.git titan.TestPorts.Common_Components.Socket-API
Cloning into 'titan.TestPorts.Common_Components.Socket-API'...
remote: Enumerating objects: 56, done.        
remote: Total 56 (delta 0), reused 0 (delta 0), pack-reused 56        
+ '[' -f titan.TestPorts.Common_Components.Socket-API/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SSHCLIENTasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SSHCLIENTasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SSHCLIENTasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SSHCLIENTasp.git titan.TestPorts.SSHCLIENTasp
Cloning into 'titan.TestPorts.SSHCLIENTasp'...
remote: Enumerating objects: 105, done.        
Receiving objects:   0% (1/105)   
Receiving objects:   1% (2/105)   
Receiving objects:   2% (3/105)   
Receiving objects:   3% (4/105)   
Receiving objects:   4% (5/105)   
Receiving objects:   5% (6/105)   
Receiving objects:   6% (7/105)   
Receiving objects:   7% (8/105)   
Receiving objects:   8% (9/105)   
Receiving objects:   9% (10/105)   
Receiving objects:  10% (11/105)   
Receiving objects:  11% (12/105)   
Receiving objects:  12% (13/105)   
Receiving objects:  13% (14/105)   
Receiving objects:  14% (15/105)   
Receiving objects:  15% (16/105)   
Receiving objects:  16% (17/105)   
Receiving objects:  17% (18/105)   
Receiving objects:  18% (19/105)   
Receiving objects:  19% (20/105)   
Receiving objects:  20% (21/105)   
Receiving objects:  21% (23/105)   
Receiving objects:  22% (24/105)   
Receiving objects:  23% (25/105)   
Receiving objects:  24% (26/105)   
Receiving objects:  25% (27/105)   
Receiving objects:  26% (28/105)   
Receiving objects:  27% (29/105)   
Receiving objects:  28% (30/105)   
Receiving objects:  29% (31/105)   
Receiving objects:  30% (32/105)   
Receiving objects:  31% (33/105)   
Receiving objects:  32% (34/105)   
Receiving objects:  33% (35/105)   
Receiving objects:  34% (36/105)   
Receiving objects:  35% (37/105)   
Receiving objects:  36% (38/105)   
Receiving objects:  37% (39/105)   
Receiving objects:  38% (40/105)   
Receiving objects:  39% (41/105)   
Receiving objects:  40% (42/105)   
Receiving objects:  41% (44/105)   
Receiving objects:  42% (45/105)   
Receiving objects:  43% (46/105)   
Receiving objects:  44% (47/105)   
Receiving objects:  45% (48/105)   
Receiving objects:  46% (49/105)   
Receiving objects:  47% (50/105)   
Receiving objects:  48% (51/105)   
Receiving objects:  49% (52/105)   
Receiving objects:  50% (53/105)   
Receiving objects:  51% (54/105)   
Receiving objects:  52% (55/105)   
Receiving objects:  53% (56/105)   
Receiving objects:  54% (57/105)   
Receiving objects:  55% (58/105)   
Receiving objects:  56% (59/105)   
Receiving objects:  57% (60/105)   
Receiving objects:  58% (61/105)   
Receiving objects:  59% (62/105)   
Receiving objects:  60% (63/105)   
Receiving objects:  61% (65/105)   
Receiving objects:  62% (66/105)   
Receiving objects:  63% (67/105)   
Receiving objects:  64% (68/105)   
Receiving objects:  65% (69/105)   
Receiving objects:  66% (70/105)   
Receiving objects:  67% (71/105)   
Receiving objects:  68% (72/105)   
Receiving objects:  69% (73/105)   
Receiving objects:  70% (74/105)   
Receiving objects:  71% (75/105)   
Receiving objects:  72% (76/105)   
Receiving objects:  73% (77/105)   
Receiving objects:  74% (78/105)   
Receiving objects:  75% (79/105)   
Receiving objects:  76% (80/105)   
Receiving objects:  77% (81/105)   
Receiving objects:  78% (82/105)   
Receiving objects:  79% (83/105)   
Receiving objects:  80% (84/105)   
Receiving objects:  81% (86/105)   
Receiving objects:  82% (87/105)   
Receiving objects:  83% (88/105)   
Receiving objects:  84% (89/105)   
Receiving objects:  85% (90/105)   
Receiving objects:  86% (91/105)   
Receiving objects:  87% (92/105)   
Receiving objects:  88% (93/105)   
Receiving objects:  89% (94/105)   
Receiving objects:  90% (95/105)   
Receiving objects:  91% (96/105)   
Receiving objects:  92% (97/105)   
Receiving objects:  93% (98/105)   
Receiving objects:  94% (99/105)   
Receiving objects:  95% (100/105)   
Receiving objects:  96% (101/105)   
Receiving objects:  97% (102/105)   
Receiving objects:  98% (103/105)   
remote: Total 105 (delta 0), reused 0 (delta 0), pack-reused 105        
Receiving objects:  99% (104/105)   
Receiving objects: 100% (105/105)   
Receiving objects: 100% (105/105), 599.94 KiB | 3.97 MiB/s, done.
Resolving deltas:   0% (0/52)   
Resolving deltas:   3% (2/52)   
Resolving deltas:   5% (3/52)   
Resolving deltas:   7% (4/52)   
Resolving deltas:   9% (5/52)   
Resolving deltas:  21% (11/52)   
Resolving deltas:  26% (14/52)   
Resolving deltas:  30% (16/52)   
Resolving deltas:  50% (26/52)   
Resolving deltas:  51% (27/52)   
Resolving deltas:  57% (30/52)   
Resolving deltas:  65% (34/52)   
Resolving deltas:  76% (40/52)   
Resolving deltas:  88% (46/52)   
Resolving deltas:  90% (47/52)   
Resolving deltas:  92% (48/52)   
Resolving deltas: 100% (52/52)   
Resolving deltas: 100% (52/52), done.
+ '[' -f titan.TestPorts.SSHCLIENTasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.STDINOUTmsg.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.STDINOUTmsg.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.STDINOUTmsg
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.STDINOUTmsg.git titan.TestPorts.STDINOUTmsg
Cloning into 'titan.TestPorts.STDINOUTmsg'...
remote: Enumerating objects: 59, done.        
remote: Total 59 (delta 0), reused 0 (delta 0), pack-reused 59        
+ '[' -f titan.TestPorts.STDINOUTmsg/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SUNRPCasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SUNRPCasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.SUNRPCasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SUNRPCasp.git titan.TestPorts.SUNRPCasp
Cloning into 'titan.TestPorts.SUNRPCasp'...
remote: Enumerating objects: 69, done.        
remote: Total 69 (delta 0), reused 0 (delta 0), pack-reused 69        
+ '[' -f titan.TestPorts.SUNRPCasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.UNIX_DOMAIN_SOCKETasp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UNIX_DOMAIN_SOCKETasp.git titan.TestPorts.UNIX_DOMAIN_SOCKETasp
Cloning into 'titan.TestPorts.UNIX_DOMAIN_SOCKETasp'...
remote: Enumerating objects: 85, done.        
remote: Total 85 (delta 0), reused 0 (delta 0), pack-reused 85
+ '[' -f titan.TestPorts.UNIX_DOMAIN_SOCKETasp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.TestPorts.IPL4asp
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.IPL4asp.git titan.TestPorts.IPL4asp
Cloning into 'titan.TestPorts.IPL4asp'...
remote: Enumerating objects: 456, done.        
remote: Counting objects:   3% (1/28)        
remote: Counting objects:   7% (2/28)        
remote: Counting objects:  10% (3/28)        
remote: Counting objects:  14% (4/28)        
remote: Counting objects:  17% (5/28)        
remote: Counting objects:  21% (6/28)        
remote: Counting objects:  25% (7/28)        
remote: Counting objects:  28% (8/28)        
remote: Counting objects:  32% (9/28)        
remote: Counting objects:  35% (10/28)        
remote: Counting objects:  39% (11/28)        
remote: Counting objects:  42% (12/28)        
remote: Counting objects:  46% (13/28)        
remote: Counting objects:  50% (14/28)        
remote: Counting objects:  53% (15/28)        
remote: Counting objects:  57% (16/28)        
remote: Counting objects:  60% (17/28)        
remote: Counting objects:  64% (18/28)        
remote: Counting objects:  67% (19/28)        
remote: Counting objects:  71% (20/28)        
remote: Counting objects:  75% (21/28)        
remote: Counting objects:  78% (22/28)        
remote: Counting objects:  82% (23/28)        
remote: Counting objects:  85% (24/28)        
remote: Counting objects:  89% (25/28)        
remote: Counting objects:  92% (26/28)        
remote: Counting objects:  96% (27/28)        
remote: Counting objects: 100% (28/28)        
remote: Counting objects: 100% (28/28), done.        
remote: Compressing objects:   4% (1/22)        
remote: Compressing objects:   9% (2/22)        
remote: Compressing objects:  13% (3/22)        
remote: Compressing objects:  18% (4/22)        
remote: Compressing objects:  22% (5/22)        
remote: Compressing objects:  27% (6/22)        
remote: Compressing objects:  31% (7/22)        
remote: Compressing objects:  36% (8/22)        
remote: Compressing objects:  40% (9/22)        
remote: Compressing objects:  45% (10/22)        
remote: Compressing objects:  50% (11/22)        
remote: Compressing objects:  54% (12/22)        
remote: Compressing objects:  59% (13/22)        
remote: Compressing objects:  63% (14/22)        
remote: Compressing objects:  68% (15/22)        
remote: Compressing objects:  72% (16/22)        
remote: Compressing objects:  77% (17/22)        
remote: Compressing objects:  81% (18/22)        
remote: Compressing objects:  86% (19/22)        
remote: Compressing objects:  90% (20/22)        
remote: Compressing objects:  95% (21/22)        
remote: Compressing objects: 100% (22/22)        
remote: Compressing objects: 100% (22/22), done.        
Receiving objects:   0% (1/456)   
Receiving objects:   1% (5/456)   
Receiving objects:   2% (10/456)   
Receiving objects:   3% (14/456)   
Receiving objects:   4% (19/456)   
Receiving objects:   5% (23/456)   
Receiving objects:   6% (28/456)   
Receiving objects:   7% (32/456)   
Receiving objects:   8% (37/456)   
Receiving objects:   9% (42/456)   
Receiving objects:  10% (46/456)   
Receiving objects:  11% (51/456)   
Receiving objects:  12% (55/456)   
Receiving objects:  13% (60/456)   
Receiving objects:  14% (64/456)   
Receiving objects:  15% (69/456)   
Receiving objects:  16% (73/456)   
Receiving objects:  17% (78/456)   
Receiving objects:  18% (83/456)   
Receiving objects:  19% (87/456)   
Receiving objects:  20% (92/456)   
Receiving objects:  21% (96/456)   
Receiving objects:  22% (101/456)   
Receiving objects:  23% (105/456)   
Receiving objects:  24% (110/456)   
Receiving objects:  25% (114/456)   
Receiving objects:  26% (119/456)   
Receiving objects:  27% (124/456)   
Receiving objects:  28% (128/456)   
Receiving objects:  29% (133/456)   
Receiving objects:  30% (137/456)   
Receiving objects:  31% (142/456)   
Receiving objects:  32% (146/456)   
Receiving objects:  33% (151/456)   
Receiving objects:  34% (156/456)   
Receiving objects:  35% (160/456)   
Receiving objects:  36% (165/456)   
Receiving objects:  37% (169/456)   
Receiving objects:  38% (174/456)   
Receiving objects:  39% (178/456)   
Receiving objects:  40% (183/456)   
Receiving objects:  41% (187/456)   
Receiving objects:  42% (192/456)   
Receiving objects:  43% (197/456)   
Receiving objects:  44% (201/456)   
Receiving objects:  45% (206/456)   
Receiving objects:  46% (210/456)   
Receiving objects:  47% (215/456)   
Receiving objects:  48% (219/456)   
Receiving objects:  49% (224/456)   
Receiving objects:  50% (228/456)   
Receiving objects:  51% (233/456)   
Receiving objects:  52% (238/456)   
Receiving objects:  53% (242/456)   
Receiving objects:  54% (247/456)   
Receiving objects:  55% (251/456)   
Receiving objects:  56% (256/456)   
Receiving objects:  57% (260/456)   
Receiving objects:  58% (265/456)   
Receiving objects:  59% (270/456)   
Receiving objects:  60% (274/456)   
Receiving objects:  61% (279/456)   
Receiving objects:  62% (283/456)   
Receiving objects:  63% (288/456)   
Receiving objects:  64% (292/456)   
Receiving objects:  65% (297/456)   
Receiving objects:  66% (301/456)   
Receiving objects:  67% (306/456)   
Receiving objects:  68% (311/456)   
Receiving objects:  69% (315/456)   
Receiving objects:  70% (320/456)   
Receiving objects:  71% (324/456)   
Receiving objects:  72% (329/456)   
Receiving objects:  73% (333/456)   
Receiving objects:  74% (338/456)   
Receiving objects:  75% (342/456)   
Receiving objects:  76% (347/456)   
Receiving objects:  77% (352/456)   
Receiving objects:  78% (356/456)   
Receiving objects:  79% (361/456)   
Receiving objects:  80% (365/456)   
Receiving objects:  81% (370/456)   
Receiving objects:  82% (374/456)   
Receiving objects:  83% (379/456)   
Receiving objects:  84% (384/456)   
Receiving objects:  85% (388/456)   
Receiving objects:  86% (393/456)   
Receiving objects:  87% (397/456)   
Receiving objects:  88% (402/456)   
Receiving objects:  89% (406/456)   
Receiving objects:  90% (411/456)   
Receiving objects:  91% (415/456)   
Receiving objects:  92% (420/456)   
Receiving objects:  93% (425/456)   
Receiving objects:  94% (429/456)   
Receiving objects:  95% (434/456)   
Receiving objects:  96% (438/456)   
Receiving objects:  97% (443/456)   
Receiving objects:  98% (447/456)   
Receiving objects:  99% (452/456)   
remote: Total 456 (delta 1), reused 28 (delta 1), pack-reused 428        
Receiving objects: 100% (456/456)   
Receiving objects: 100% (456/456), 836.34 KiB | 4.59 MiB/s, done.
Resolving deltas:   0% (0/310)   
Resolving deltas:   1% (4/310)   
Resolving deltas:   2% (7/310)   
Resolving deltas:   4% (14/310)   
Resolving deltas:  14% (45/310)   
Resolving deltas:  16% (52/310)   
Resolving deltas:  21% (66/310)   
Resolving deltas:  31% (97/310)   
Resolving deltas:  38% (120/310)   
Resolving deltas:  43% (134/310)   
Resolving deltas:  45% (141/310)   
Resolving deltas:  57% (179/310)   
Resolving deltas:  59% (184/310)   
Resolving deltas:  60% (189/310)   
Resolving deltas:  66% (207/310)   
Resolving deltas:  69% (215/310)   
Resolving deltas:  77% (241/310)   
Resolving deltas:  83% (259/310)   
Resolving deltas:  84% (262/310)   
Resolving deltas:  89% (276/310)   
Resolving deltas:  95% (296/310)   
Resolving deltas:  96% (300/310)   
Resolving deltas:  97% (302/310)   
Resolving deltas:  98% (306/310)   
Resolving deltas: 100% (310/310)   
Resolving deltas: 100% (310/310), done.
+ '[' -f titan.TestPorts.IPL4asp/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.FrameRelay
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git titan.ProtocolModules.FrameRelay
Cloning into 'titan.ProtocolModules.FrameRelay'...
remote: Enumerating objects: 44, done.        
remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44        
+ '[' -f titan.ProtocolModules.FrameRelay/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.H248_v2.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.H248_v2.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.H248_v2
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.H248_v2.git titan.ProtocolModules.H248_v2
Cloning into 'titan.ProtocolModules.H248_v2'...
remote: Enumerating objects: 119, done.        
Receiving objects:   0% (1/119)   
Receiving objects:   1% (2/119)   
Receiving objects:   2% (3/119)   
Receiving objects:   3% (4/119)   
Receiving objects:   4% (5/119)   
Receiving objects:   5% (6/119)   
Receiving objects:   6% (8/119)   
Receiving objects:   7% (9/119)   
Receiving objects:   8% (10/119)   
Receiving objects:   9% (11/119)   
Receiving objects:  10% (12/119)   
Receiving objects:  11% (14/119)   
Receiving objects:  12% (15/119)   
Receiving objects:  13% (16/119)   
Receiving objects:  14% (17/119)   
Receiving objects:  15% (18/119)   
Receiving objects:  16% (20/119)   
Receiving objects:  17% (21/119)   
Receiving objects:  18% (22/119)   
Receiving objects:  19% (23/119)   
Receiving objects:  20% (24/119)   
Receiving objects:  21% (25/119)   
Receiving objects:  22% (27/119)   
Receiving objects:  23% (28/119)   
Receiving objects:  24% (29/119)   
Receiving objects:  25% (30/119)   
Receiving objects:  26% (31/119)   
Receiving objects:  27% (33/119)   
Receiving objects:  28% (34/119)   
Receiving objects:  29% (35/119)   
Receiving objects:  30% (36/119)   
Receiving objects:  31% (37/119)   
Receiving objects:  32% (39/119)   
Receiving objects:  33% (40/119)   
Receiving objects:  34% (41/119)   
Receiving objects:  35% (42/119)   
Receiving objects:  36% (43/119)   
Receiving objects:  37% (45/119)   
Receiving objects:  38% (46/119)   
Receiving objects:  39% (47/119)   
Receiving objects:  40% (48/119)   
Receiving objects:  41% (49/119)   
Receiving objects:  42% (50/119)   
Receiving objects:  43% (52/119)   
Receiving objects:  44% (53/119)   
Receiving objects:  45% (54/119)   
Receiving objects:  46% (55/119)   
Receiving objects:  47% (56/119)   
Receiving objects:  48% (58/119)   
Receiving objects:  49% (59/119)   
Receiving objects:  50% (60/119)   
Receiving objects:  51% (61/119)   
Receiving objects:  52% (62/119)   
Receiving objects:  53% (64/119)   
Receiving objects:  54% (65/119)   
Receiving objects:  55% (66/119)   
Receiving objects:  56% (67/119)   
Receiving objects:  57% (68/119)   
Receiving objects:  58% (70/119)   
Receiving objects:  59% (71/119)   
Receiving objects:  60% (72/119)   
Receiving objects:  61% (73/119)   
Receiving objects:  62% (74/119)   
Receiving objects:  63% (75/119)   
Receiving objects:  64% (77/119)   
Receiving objects:  65% (78/119)   
Receiving objects:  66% (79/119)   
Receiving objects:  67% (80/119)   
Receiving objects:  68% (81/119)   
Receiving objects:  69% (83/119)   
Receiving objects:  70% (84/119)   
Receiving objects:  71% (85/119)   
Receiving objects:  72% (86/119)   
Receiving objects:  73% (87/119)   
Receiving objects:  74% (89/119)   
Receiving objects:  75% (90/119)   
Receiving objects:  76% (91/119)   
Receiving objects:  77% (92/119)   
Receiving objects:  78% (93/119)   
Receiving objects:  79% (95/119)   
Receiving objects:  80% (96/119)   
Receiving objects:  81% (97/119)   
Receiving objects:  82% (98/119)   
remote: Total 119 (delta 0), reused 0 (delta 0), pack-reused 119        
Receiving objects:  83% (99/119)   
Receiving objects:  84% (100/119)   
Receiving objects:  85% (102/119)   
Receiving objects:  86% (103/119)   
Receiving objects:  87% (104/119)   
Receiving objects:  88% (105/119)   
Receiving objects:  89% (106/119)   
Receiving objects:  90% (108/119)   
Receiving objects:  91% (109/119)   
Receiving objects:  92% (110/119)   
Receiving objects:  93% (111/119)   
Receiving objects:  94% (112/119)   
Receiving objects:  95% (114/119)   
Receiving objects:  96% (115/119)   
Receiving objects:  97% (116/119)   
Receiving objects:  98% (117/119)   
Receiving objects:  99% (118/119)   
Receiving objects: 100% (119/119)   
Receiving objects: 100% (119/119), 441.80 KiB | 2.98 MiB/s, done.
Resolving deltas:   0% (0/70)   
Resolving deltas:   4% (3/70)   
Resolving deltas:   5% (4/70)   
Resolving deltas:   8% (6/70)   
Resolving deltas:  11% (8/70)   
Resolving deltas:  15% (11/70)   
Resolving deltas:  20% (14/70)   
Resolving deltas:  24% (17/70)   
Resolving deltas:  28% (20/70)   
Resolving deltas:  41% (29/70)   
Resolving deltas:  45% (32/70)   
Resolving deltas:  52% (37/70)   
Resolving deltas:  58% (41/70)   
Resolving deltas:  61% (43/70)   
Resolving deltas:  65% (46/70)   
Resolving deltas:  67% (47/70)   
Resolving deltas:  71% (50/70)   
Resolving deltas:  75% (53/70)   
Resolving deltas:  85% (60/70)   
Resolving deltas:  87% (61/70)   
Resolving deltas:  92% (65/70)   
Resolving deltas: 100% (70/70)   
Resolving deltas: 100% (70/70), done.
+ '[' -f titan.ProtocolModules.H248_v2/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IMAP_4rev1
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git titan.ProtocolModules.IMAP_4rev1
Cloning into 'titan.ProtocolModules.IMAP_4rev1'...
remote: Enumerating objects: 65, done.        
remote: Total 65 (delta 0), reused 0 (delta 0), pack-reused 65        
+ '[' -f titan.ProtocolModules.IMAP_4rev1/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICAP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICAP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.ICAP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ICAP.git titan.ProtocolModules.ICAP
Cloning into 'titan.ProtocolModules.ICAP'...
remote: Enumerating objects: 61, done.        
remote: Total 61 (delta 0), reused 0 (delta 0), pack-reused 61        
+ '[' -f titan.ProtocolModules.ICAP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IKEv2.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IKEv2.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IKEv2
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IKEv2.git titan.ProtocolModules.IKEv2
Cloning into 'titan.ProtocolModules.IKEv2'...
remote: Enumerating objects: 44, done.        
remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44        
+ '[' -f titan.ProtocolModules.IKEv2/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IPsec.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IPsec.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IPsec
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IPsec.git titan.ProtocolModules.IPsec
Cloning into 'titan.ProtocolModules.IPsec'...
remote: Enumerating objects: 44, done.        
remote: Total 44 (delta 0), reused 0 (delta 0), pack-reused 44        
+ '[' -f titan.ProtocolModules.IPsec/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IUA.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IUA.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.IUA
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IUA.git titan.ProtocolModules.IUA
Cloning into 'titan.ProtocolModules.IUA'...
remote: Enumerating objects: 45, done.        
remote: Total 45 (delta 0), reused 0 (delta 0), pack-reused 45        
+ '[' -f titan.ProtocolModules.IUA/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.JSON_v07_2006
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.JSON_v07_2006.git titan.ProtocolModules.JSON_v07_2006
Cloning into 'titan.ProtocolModules.JSON_v07_2006'...
remote: Enumerating objects: 50, done.        
remote: Total 50 (delta 0), reused 0 (delta 0), pack-reused 50        
+ '[' -f titan.ProtocolModules.JSON_v07_2006/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.L2TP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.L2TP.git titan.ProtocolModules.L2TP
Cloning into 'titan.ProtocolModules.L2TP'...
remote: Enumerating objects: 45, done.        
remote: Total 45 (delta 0), reused 0 (delta 0), pack-reused 45        
+ '[' -f titan.ProtocolModules.L2TP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ sed -e 's|.*/||g' -e 's|\.git||g'
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git
+ WS=titan.ProtocolModules.M3UA
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git titan.ProtocolModules.M3UA
Cloning into 'titan.ProtocolModules.M3UA'...
remote: Enumerating objects: 50, done.        
remote: Total 50 (delta 0), reused 0 (delta 0), pack-reused 50        
+ '[' -f titan.ProtocolModules.M3UA/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MIME.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MIME.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.MIME
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MIME.git titan.ProtocolModules.MIME
Cloning into 'titan.ProtocolModules.MIME'...
remote: Enumerating objects: 81, done.        
remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81        
+ '[' -f titan.ProtocolModules.MIME/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MSRP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MSRP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.MSRP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.MSRP.git titan.ProtocolModules.MSRP
Cloning into 'titan.ProtocolModules.MSRP'...
remote: Enumerating objects: 77, done.        
remote: Total 77 (delta 0), reused 0 (delta 0), pack-reused 77
+ '[' -f titan.ProtocolModules.MSRP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PPP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PPP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.PPP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.PPP.git titan.ProtocolModules.PPP
Cloning into 'titan.ProtocolModules.PPP'...
remote: Enumerating objects: 49, done.        
remote: Total 49 (delta 0), reused 0 (delta 0), pack-reused 49        
+ '[' -f titan.ProtocolModules.PPP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ProtoBuff.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ProtoBuff.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.ProtoBuff
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.ProtoBuff.git titan.ProtocolModules.ProtoBuff
Cloning into 'titan.ProtocolModules.ProtoBuff'...
remote: Enumerating objects: 57, done.        
remote: Total 57 (delta 0), reused 0 (delta 0), pack-reused 57        
+ '[' -f titan.ProtocolModules.ProtoBuff/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.RADIUS_ProtocolModule_Generator
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.RADIUS_ProtocolModule_Generator.git titan.ProtocolModules.RADIUS_ProtocolModule_Generator
Cloning into 'titan.ProtocolModules.RADIUS_ProtocolModule_Generator'...
remote: Enumerating objects: 183, done.        
Receiving objects:   0% (1/183)   
Receiving objects:   1% (2/183)   
Receiving objects:   2% (4/183)   
Receiving objects:   3% (6/183)   
Receiving objects:   4% (8/183)   
Receiving objects:   5% (10/183)   
Receiving objects:   6% (11/183)   
Receiving objects:   7% (13/183)   
Receiving objects:   8% (15/183)   
Receiving objects:   9% (17/183)   
Receiving objects:  10% (19/183)   
Receiving objects:  11% (21/183)   
Receiving objects:  12% (22/183)   
Receiving objects:  13% (24/183)   
Receiving objects:  14% (26/183)   
Receiving objects:  15% (28/183)   
Receiving objects:  16% (30/183)   
Receiving objects:  17% (32/183)   
Receiving objects:  18% (33/183)   
Receiving objects:  19% (35/183)   
Receiving objects:  20% (37/183)   
Receiving objects:  21% (39/183)   
Receiving objects:  22% (41/183)   
Receiving objects:  23% (43/183)   
Receiving objects:  24% (44/183)   
Receiving objects:  25% (46/183)   
Receiving objects:  26% (48/183)   
Receiving objects:  27% (50/183)   
Receiving objects:  28% (52/183)   
Receiving objects:  29% (54/183)   
Receiving objects:  30% (55/183)   
Receiving objects:  31% (57/183)   
Receiving objects:  32% (59/183)   
Receiving objects:  33% (61/183)   
Receiving objects:  34% (63/183)   
Receiving objects:  35% (65/183)   
Receiving objects:  36% (66/183)   
Receiving objects:  37% (68/183)   
Receiving objects:  38% (70/183)   
Receiving objects:  39% (72/183)   
Receiving objects:  40% (74/183)   
Receiving objects:  41% (76/183)   
Receiving objects:  42% (77/183)   
Receiving objects:  43% (79/183)   
Receiving objects:  44% (81/183)   
Receiving objects:  45% (83/183)   
Receiving objects:  46% (85/183)   
Receiving objects:  47% (87/183)   
Receiving objects:  48% (88/183)   
Receiving objects:  49% (90/183)   
Receiving objects:  50% (92/183)   
Receiving objects:  51% (94/183)   
Receiving objects:  52% (96/183)   
Receiving objects:  53% (97/183)   
Receiving objects:  54% (99/183)   
Receiving objects:  55% (101/183)   
Receiving objects:  56% (103/183)   
Receiving objects:  57% (105/183)   
Receiving objects:  58% (107/183)   
Receiving objects:  59% (108/183)   
Receiving objects:  60% (110/183)   
Receiving objects:  61% (112/183)   
Receiving objects:  62% (114/183)   
Receiving objects:  63% (116/183)   
Receiving objects:  64% (118/183)   
Receiving objects:  65% (119/183)   
Receiving objects:  66% (121/183)   
remote: Total 183 (delta 0), reused 0 (delta 0), pack-reused 183        
Receiving objects:  67% (123/183)   
Receiving objects:  68% (125/183)   
Receiving objects:  69% (127/183)   
Receiving objects:  70% (129/183)   
Receiving objects:  71% (130/183)   
Receiving objects:  72% (132/183)   
Receiving objects:  73% (134/183)   
Receiving objects:  74% (136/183)   
Receiving objects:  75% (138/183)   
Receiving objects:  76% (140/183)   
Receiving objects:  77% (141/183)   
Receiving objects:  78% (143/183)   
Receiving objects:  79% (145/183)   
Receiving objects:  80% (147/183)   
Receiving objects:  81% (149/183)   
Receiving objects:  82% (151/183)   
Receiving objects:  83% (152/183)   
Receiving objects:  84% (154/183)   
Receiving objects:  85% (156/183)   
Receiving objects:  86% (158/183)   
Receiving objects:  87% (160/183)   
Receiving objects:  88% (162/183)   
Receiving objects:  89% (163/183)   
Receiving objects:  90% (165/183)   
Receiving objects:  91% (167/183)   
Receiving objects:  92% (169/183)   
Receiving objects:  93% (171/183)   
Receiving objects:  94% (173/183)   
Receiving objects:  95% (174/183)   
Receiving objects:  96% (176/183)   
Receiving objects:  97% (178/183)   
Receiving objects:  98% (180/183)   
Receiving objects:  99% (182/183)   
Receiving objects: 100% (183/183)   
Receiving objects: 100% (183/183), 348.05 KiB | 2.49 MiB/s, done.
Resolving deltas:   0% (0/117)   
Resolving deltas:   2% (3/117)   
Resolving deltas:   3% (4/117)   
Resolving deltas:   5% (6/117)   
Resolving deltas:   6% (8/117)   
Resolving deltas:   8% (10/117)   
Resolving deltas:  11% (14/117)   
Resolving deltas:  23% (27/117)   
Resolving deltas:  27% (32/117)   
Resolving deltas:  33% (39/117)   
Resolving deltas:  39% (46/117)   
Resolving deltas:  41% (48/117)   
Resolving deltas:  43% (51/117)   
Resolving deltas:  44% (52/117)   
Resolving deltas:  45% (53/117)   
Resolving deltas:  47% (55/117)   
Resolving deltas:  50% (59/117)   
Resolving deltas:  52% (62/117)   
Resolving deltas:  55% (65/117)   
Resolving deltas:  57% (67/117)   
Resolving deltas:  65% (77/117)   
Resolving deltas:  66% (78/117)   
Resolving deltas:  70% (82/117)   
Resolving deltas:  76% (89/117)   
Resolving deltas:  77% (91/117)   
Resolving deltas:  81% (95/117)   
Resolving deltas:  84% (99/117)   
Resolving deltas:  88% (103/117)   
Resolving deltas:  90% (106/117)   
Resolving deltas:  91% (107/117)   
Resolving deltas:  95% (112/117)   
Resolving deltas:  96% (113/117)   
Resolving deltas:  97% (114/117)   
Resolving deltas: 100% (117/117)   
Resolving deltas: 100% (117/117), done.
+ '[' -f titan.ProtocolModules.RADIUS_ProtocolModule_Generator/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SRTP.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SRTP.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.SRTP
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SRTP.git titan.ProtocolModules.SRTP
Cloning into 'titan.ProtocolModules.SRTP'...
remote: Enumerating objects: 42, done.        
remote: Total 42 (delta 0), reused 0 (delta 0), pack-reused 42
+ '[' -f titan.ProtocolModules.SRTP/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.WebSocket.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.WebSocket.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.WebSocket
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.WebSocket.git titan.ProtocolModules.WebSocket
Cloning into 'titan.ProtocolModules.WebSocket'...
remote: Enumerating objects: 46, done.        
remote: Total 46 (delta 0), reused 0 (delta 0), pack-reused 46        
+ '[' -f titan.ProtocolModules.WebSocket/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.ProtocolModules.HTTP2.0
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git titan.ProtocolModules.HTTP2.0
Cloning into 'titan.ProtocolModules.HTTP2.0'...
remote: Enumerating objects: 74, done.        
remote: Total 74 (delta 0), reused 0 (delta 0), pack-reused 74        
+ '[' -f titan.ProtocolModules.HTTP2.0/Makefile ']'
+ read REPO
+ '[' -z '$' https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git ']'
/home/etsi/etc/init.d/10-titan.sh: line 43: [: $: binary operator expected
++ echo https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git
++ sed -e 's|.*/||g' -e 's|\.git||g'
+ WS=titan.Libraries.TCCUsefulFunctions
+ git clone --progress https://gitlab.eclipse.org/eclipse/titan/titan.Libraries.TCCUsefulFunctions.git titan.Libraries.TCCUsefulFunctions
Cloning into 'titan.Libraries.TCCUsefulFunctions'...
remote: Enumerating objects: 683, done.        
Receiving objects:   0% (1/683)   
Receiving objects:   1% (7/683)   
Receiving objects:   2% (14/683)   
Receiving objects:   3% (21/683)   
Receiving objects:   4% (28/683)   
Receiving objects:   5% (35/683)   
Receiving objects:   6% (41/683)   
Receiving objects:   7% (48/683)   
Receiving objects:   8% (55/683)   
Receiving objects:   9% (62/683)   
Receiving objects:  10% (69/683)   
Receiving objects:  11% (76/683)   
Receiving objects:  12% (82/683)   
Receiving objects:  13% (89/683)   
Receiving objects:  14% (96/683)   
Receiving objects:  15% (103/683)   
Receiving objects:  16% (110/683)   
Receiving objects:  17% (117/683)   
Receiving objects:  18% (123/683)   
Receiving objects:  19% (130/683)   
Receiving objects:  20% (137/683)   
Receiving objects:  21% (144/683)   
Receiving objects:  22% (151/683)   
Receiving objects:  23% (158/683)   
Receiving objects:  24% (164/683)   
Receiving objects:  25% (171/683)   
Receiving objects:  26% (178/683)   
Receiving objects:  27% (185/683)   
Receiving objects:  28% (192/683)   
Receiving objects:  29% (199/683)   
Receiving objects:  30% (205/683)   
Receiving objects:  31% (212/683)   
Receiving objects:  32% (219/683)   
Receiving objects:  33% (226/683)   
Receiving objects:  34% (233/683)   
Receiving objects:  35% (240/683)   
Receiving objects:  36% (246/683)   
Receiving objects:  37% (253/683)   
Receiving objects:  38% (260/683)   
Receiving objects:  39% (267/683)   
Receiving objects:  40% (274/683)   
Receiving objects:  41% (281/683)   
Receiving objects:  42% (287/683)   
Receiving objects:  43% (294/683)   
Receiving objects:  44% (301/683)   
Receiving objects:  45% (308/683)   
Receiving objects:  46% (315/683)   
Receiving objects:  47% (322/683)   
Receiving objects:  48% (328/683)   
Receiving objects:  49% (335/683)   
Receiving objects:  50% (342/683)   
Receiving objects:  51% (349/683)   
Receiving objects:  52% (356/683)   
Receiving objects:  53% (362/683)   
Receiving objects:  54% (369/683)   
Receiving objects:  55% (376/683)   
Receiving objects:  56% (383/683)   
Receiving objects:  57% (390/683)   
Receiving objects:  58% (397/683)   
Receiving objects:  59% (403/683)   
Receiving objects:  60% (410/683)   
Receiving objects:  61% (417/683)   
Receiving objects:  62% (424/683)   
Receiving objects:  63% (431/683)   
Receiving objects:  64% (438/683)   
Receiving objects:  65% (444/683)   
Receiving objects:  66% (451/683)   
Receiving objects:  67% (458/683)   
Receiving objects:  68% (465/683)   
Receiving objects:  69% (472/683)   
Receiving objects:  70% (479/683)   
Receiving objects:  71% (485/683)   
Receiving objects:  72% (492/683)   
Receiving objects:  73% (499/683)   
Receiving objects:  74% (506/683)   
Receiving objects:  75% (513/683)   
Receiving objects:  76% (520/683)   
Receiving objects:  77% (526/683)   
Receiving objects:  78% (533/683)   
Receiving objects:  79% (540/683)   
Receiving objects:  80% (547/683)   
Receiving objects:  81% (554/683)   
Receiving objects:  82% (561/683)   
Receiving objects:  83% (567/683)   
Receiving objects:  84% (574/683)   
Receiving objects:  85% (581/683)   
Receiving objects:  86% (588/683)   
Receiving objects:  87% (595/683)   
Receiving objects:  88% (602/683)   
Receiving objects:  89% (608/683)   
Receiving objects:  90% (615/683)   
Receiving objects:  91% (622/683)   
Receiving objects:  92% (629/683)   
Receiving objects:  93% (636/683)   
Receiving objects:  94% (643/683)   
Receiving objects:  95% (649/683)   
Receiving objects:  96% (656/683)   
Receiving objects:  97% (663/683)   
Receiving objects:  98% (670/683)   
Receiving objects:  99% (677/683)   
remote: Total 683 (delta 0), reused 0 (delta 0), pack-reused 683
Receiving objects: 100% (683/683)   
Receiving objects: 100% (683/683), 1.10 MiB | 5.69 MiB/s, done.
Resolving deltas:   0% (0/520)   
Resolving deltas:   1% (6/520)   
Resolving deltas:   2% (11/520)   
Resolving deltas:   8% (43/520)   
Resolving deltas:   9% (48/520)   
Resolving deltas:  11% (59/520)   
Resolving deltas:  12% (65/520)   
Resolving deltas:  13% (70/520)   
Resolving deltas:  16% (84/520)   
Resolving deltas:  17% (89/520)   
Resolving deltas:  18% (94/520)   
Resolving deltas:  19% (103/520)   
Resolving deltas:  20% (104/520)   
Resolving deltas:  21% (111/520)   
Resolving deltas:  22% (115/520)   
Resolving deltas:  23% (121/520)   
Resolving deltas:  25% (131/520)   
Resolving deltas:  27% (143/520)   
Resolving deltas:  28% (146/520)   
Resolving deltas:  30% (160/520)   
Resolving deltas:  32% (171/520)   
Resolving deltas:  35% (184/520)   
Resolving deltas:  36% (188/520)   
Resolving deltas:  39% (206/520)   
Resolving deltas:  40% (212/520)   
Resolving deltas:  45% (235/520)   
Resolving deltas:  47% (245/520)   
Resolving deltas:  49% (256/520)   
Resolving deltas:  50% (261/520)   
Resolving deltas:  51% (270/520)   
Resolving deltas:  52% (274/520)   
Resolving deltas:  53% (279/520)   
Resolving deltas:  55% (286/520)   
Resolving deltas:  56% (293/520)   
Resolving deltas:  57% (301/520)   
Resolving deltas:  59% (310/520)   
Resolving deltas:  60% (313/520)   
Resolving deltas:  61% (318/520)   
Resolving deltas:  62% (326/520)   
Resolving deltas:  64% (333/520)   
Resolving deltas:  66% (344/520)   
Resolving deltas:  67% (351/520)   
Resolving deltas:  69% (360/520)   
Resolving deltas:  71% (371/520)   
Resolving deltas:  72% (377/520)   
Resolving deltas:  73% (380/520)   
Resolving deltas:  75% (391/520)   
Resolving deltas:  77% (403/520)   
Resolving deltas:  78% (408/520)   
Resolving deltas:  80% (421/520)   
Resolving deltas:  81% (422/520)   
Resolving deltas:  82% (429/520)   
Resolving deltas:  85% (443/520)   
Resolving deltas:  86% (450/520)   
Resolving deltas:  87% (453/520)   
Resolving deltas:  89% (466/520)   
Resolving deltas:  91% (474/520)   
Resolving deltas:  92% (480/520)   
Resolving deltas:  93% (486/520)   
Resolving deltas:  94% (490/520)   
Resolving deltas:  95% (496/520)   
Resolving deltas:  96% (504/520)   
Resolving deltas:  97% (508/520)   
Resolving deltas:  98% (511/520)   
Resolving deltas:  99% (515/520)   
Resolving deltas: 100% (520/520)   
Resolving deltas: 100% (520/520), done.
+ '[' -f titan.Libraries.TCCUsefulFunctions/Makefile ']'
+ read REPO

cd $HOME
+ cd /home/etsi

echo -e "*****************************\n* Install eclipse\n*****************************\n"
+ echo -e '*****************************\n* Install eclipse\n*****************************\n'

mkdir -p ${HOME}/frameworks
+ mkdir -p /home/etsi/frameworks
*****************************
* Install eclipse
*****************************

cd ${HOME}/frameworks || exit 1
+ cd /home/etsi/frameworks
wget --progress=dot:mega 'http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz || exit 1
+ wget --progress=dot:mega http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz -Oeclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz
--2022-01-06 13:46:31--  http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2021-12/R/eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz
Resolving www.mirrorservice.org (www.mirrorservice.org)... 212.219.56.184, 2001:630:341:12::184
Connecting to www.mirrorservice.org (www.mirrorservice.org)|212.219.56.184|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 356088686 (340M) [application/x-gzip]
Saving to: 'eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz'

     0K ........ ........ ........ ........ ........ ........  0% 12.5M 27s
  3072K ........ ........ ........ ........ ........ ........  1% 93.0M 15s
  6144K ........ ........ ........ ........ ........ ........  2% 68.2M 12s
  9216K ........ ........ ........ ........ ........ ........  3%  101M 9s
 12288K ........ ........ ........ ........ ........ ........  4% 94.5M 8s
 15360K ........ ........ ........ ........ ........ ........  5% 92.4M 7s
 18432K ........ ........ ........ ........ ........ ........  6% 46.2M 7s
 21504K ........ ........ ........ ........ ........ ........  7% 46.4M 7s
 24576K ........ ........ ........ ........ ........ ........  7% 52.4M 7s
 27648K ........ ........ ........ ........ ........ ........  8% 46.3M 7s
 30720K ........ ........ ........ ........ ........ ........  9% 46.4M 7s
 33792K ........ ........ ........ ........ ........ ........ 10% 52.2M 7s
 36864K ........ ........ ........ ........ ........ ........ 11% 46.6M 7s
 39936K ........ ........ ........ ........ ........ ........ 12% 46.4M 6s
 43008K ........ ........ ........ ........ ........ ........ 13% 52.3M 6s
 46080K ........ ........ ........ ........ ........ ........ 14% 45.8M 6s
 49152K ........ ........ ........ ........ ........ ........ 15% 46.7M 6s
 52224K ........ ........ ........ ........ ........ ........ 15% 45.3M 6s
 55296K ........ ........ ........ ........ ........ ........ 16% 51.1M 6s
 58368K ........ ........ ........ ........ ........ ........ 17% 45.8M 6s
 61440K ........ ........ ........ ........ ........ ........ 18% 45.5M 6s
 64512K ........ ........ ........ ........ ........ ........ 19% 46.4M 6s
 67584K ........ ........ ........ ........ ........ ........ 20% 45.9M 6s
 70656K ........ ........ ........ ........ ........ ........ 21% 45.1M 6s
 73728K ........ ........ ........ ........ ........ ........ 22% 45.2M 6s
 76800K ........ ........ ........ ........ ........ ........ 22% 27.4M 6s
 79872K ........ ........ ........ ........ ........ ........ 23% 88.7M 6s
 82944K ........ ........ ........ ........ ........ ........ 24% 62.3M 6s
 86016K ........ ........ ........ ........ ........ ........ 25% 46.6M 5s
 89088K ........ ........ ........ ........ ........ ........ 26% 45.7M 5s
 92160K ........ ........ ........ ........ ........ ........ 27% 52.6M 5s
 95232K ........ ........ ........ ........ ........ ........ 28% 35.9M 5s
 98304K ........ ........ ........ ........ ........ ........ 29% 50.9M 5s
101376K ........ ........ ........ ........ ........ ........ 30% 56.5M 5s
104448K ........ ........ ........ ........ ........ ........ 30% 46.0M 5s
107520K ........ ........ ........ ........ ........ ........ 31% 51.4M 5s
110592K ........ ........ ........ ........ ........ ........ 32% 46.2M 5s
113664K ........ ........ ........ ........ ........ ........ 33% 28.2M 5s
116736K ........ ........ ........ ........ ........ ........ 34% 89.8M 5s
119808K ........ ........ ........ ........ ........ ........ 35% 49.5M 5s
122880K ........ ........ ........ ........ ........ ........ 36% 38.2M 5s
125952K ........ ........ ........ ........ ........ ........ 37% 33.0M 5s
129024K ........ ........ ........ ........ ........ ........ 37% 34.5M 5s
132096K ........ ........ ........ ........ ........ ........ 38% 34.5M 5s
135168K ........ ........ ........ ........ ........ ........ 39% 36.9M 5s
138240K ........ ........ ........ ........ ........ ........ 40% 37.9M 5s
141312K ........ ........ ........ ........ ........ ........ 41% 35.5M 4s
144384K ........ ........ ........ ........ ........ ........ 42% 35.6M 4s
147456K ........ ........ ........ ........ ........ ........ 43% 37.3M 4s
150528K ........ ........ ........ ........ ........ ........ 44% 37.7M 4s
153600K ........ ........ ........ ........ ........ ........ 45% 37.6M 4s
156672K ........ ........ ........ ........ ........ ........ 45% 35.9M 4s
159744K ........ ........ ........ ........ ........ ........ 46% 39.5M 4s
162816K ........ ........ ........ ........ ........ ........ 47% 38.7M 4s
165888K ........ ........ ........ ........ ........ ........ 48% 35.6M 4s
168960K ........ ........ ........ ........ ........ ........ 49% 40.6M 4s
172032K ........ ........ ........ ........ ........ ........ 50% 37.4M 4s
175104K ........ ........ ........ ........ ........ ........ 51% 37.4M 4s
178176K ........ ........ ........ ........ ........ ........ 52% 41.3M 4s
181248K ........ ........ ........ ........ ........ ........ 53% 36.7M 4s
184320K ........ ........ ........ ........ ........ ........ 53% 40.6M 4s
187392K ........ ........ ........ ........ ........ ........ 54% 38.3M 4s
190464K ........ ........ ........ ........ ........ ........ 55% 39.0M 4s
193536K ........ ........ ........ ........ ........ ........ 56% 39.9M 3s
196608K ........ ........ ........ ........ ........ ........ 57% 39.1M 3s
199680K ........ ........ ........ ........ ........ ........ 58% 41.2M 3s
202752K ........ ........ ........ ........ ........ ........ 59% 38.3M 3s
205824K ........ ........ ........ ........ ........ ........ 60% 41.2M 3s
208896K ........ ........ ........ ........ ........ ........ 60% 39.6M 3s
211968K ........ ........ ........ ........ ........ ........ 61% 40.2M 3s
215040K ........ ........ ........ ........ ........ ........ 62% 39.3M 3s
218112K ........ ........ ........ ........ ........ ........ 63% 41.3M 3s
221184K ........ ........ ........ ........ ........ ........ 64% 17.2M 3s
224256K ........ ........ ........ ........ ........ ........ 65% 34.9M 3s
227328K ........ ........ ........ ........ ........ ........ 66% 39.7M 3s
230400K ........ ........ ........ ........ ........ ........ 67% 35.3M 3s
233472K ........ ........ ........ ........ ........ ........ 68% 41.5M 3s
236544K ........ ........ ........ ........ ........ ........ 68% 40.9M 3s
239616K ........ ........ ........ ........ ........ ........ 69% 39.4M 2s
242688K ........ ........ ........ ........ ........ ........ 70% 40.8M 2s
245760K ........ ........ ........ ........ ........ ........ 71% 41.0M 2s
248832K ........ ........ ........ ........ ........ ........ 72% 41.0M 2s
251904K ........ ........ ........ ........ ........ ........ 73% 41.5M 2s
254976K ........ ........ ........ ........ ........ ........ 74% 40.2M 2s
258048K ........ ........ ........ ........ ........ ........ 75% 40.9M 2s
261120K ........ ........ ........ ........ ........ ........ 75% 41.6M 2s
264192K ........ ........ ........ ........ ........ ........ 76% 40.7M 2s
267264K ........ ........ ........ ........ ........ ........ 77% 41.1M 2s
270336K ........ ........ ........ ........ ........ ........ 78% 41.3M 2s
273408K ........ ........ ........ ........ ........ ........ 79% 42.5M 2s
276480K ........ ........ ........ ........ ........ ........ 80% 41.5M 2s
279552K ........ ........ ........ ........ ........ ........ 81% 35.8M 2s
282624K ........ ........ ........ ........ ........ ........ 82% 33.9M 1s
285696K ........ ........ ........ ........ ........ ........ 83% 31.0M 1s
288768K ........ ........ ........ ........ ........ ........ 83% 45.7M 1s
291840K ........ ........ ........ ........ ........ ........ 84% 36.5M 1s
294912K ........ ........ ........ ........ ........ ........ 85% 46.5M 1s
297984K ........ ........ ........ ........ ........ ........ 86% 37.3M 1s
301056K ........ ........ ........ ........ ........ ........ 87% 45.7M 1s
304128K ........ ........ ........ ........ ........ ........ 88% 45.5M 1s
307200K ........ ........ ........ ........ ........ ........ 89% 37.5M 1s
310272K ........ ........ ........ ........ ........ ........ 90% 43.7M 1s
313344K ........ ........ ........ ........ ........ ........ 90% 36.1M 1s
316416K ........ ........ ........ ........ ........ ........ 91% 45.5M 1s
319488K ........ ........ ........ ........ ........ ........ 92% 45.8M 1s
322560K ........ ........ ........ ........ ........ ........ 93% 35.0M 1s
325632K ........ ........ ........ ........ ........ ........ 94% 45.4M 0s
328704K ........ ........ ........ ........ ........ ........ 95% 42.3M 0s
331776K ........ ........ ........ ........ ........ ........ 96% 20.0M 0s
334848K ........ ........ ........ ........ ........ ........ 97% 33.6M 0s
337920K ........ ........ ........ ........ ........ ........ 98% 37.7M 0s
340992K ........ ........ ........ ........ ........ ........ 98% 44.5M 0s
344064K ........ ........ ........ ........ ........ ........ 99% 45.8M 0s
347136K ........ .                                           100% 30.1M=8.4s

2022-01-06 13:46:40 (40.5 MB/s) - 'eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz' saved [356088686/356088686]

tar -zxvf ./eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz || exit 1
+ tar -zxvf ./eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz
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/1638463362446.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/1638463362471.profile.gz
eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1638463378817.profile.gz
eclipse/p2/org.eclipse.equinox.p2.engine/profileRegistry/epp.package.cpp.profile/1638463380308.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/org.eclipse.cdt_root_10.5.0.202112012329
eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform.ide.executable.gtk.linux.x86_64_4.22.0.I20211124-1800
eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.platform_root_4.22.0.v20211124-1800
eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/org.eclipse.rcp_root_4.22.0.v20211124-1800
eclipse/p2/org.eclipse.equinox.p2.core/cache/binary/epp.package.cpp.executable.gtk.linux.x86_64_4.22.0.20211202-1200
eclipse/artifacts.xml
eclipse/plugins/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.xml
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.common/pom.properties
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/epp/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/epp/common/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/org/eclipse/epp/common/ContributeHandler.class
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/icons/
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/icons/star.png
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/icons/star@2x.png
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/about.html
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/plugin.properties
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/plugin.xml
eclipse/plugins/org.eclipse.epp.package.common_4.22.0.20211202-1200/splash.bmp
eclipse/plugins/com.fasterxml.jackson.core.jackson-annotations_2.12.1.v20210128-1726.jar
eclipse/plugins/com.fasterxml.jackson.core.jackson-core_2.12.1.v20210128-1726.jar
eclipse/plugins/com.fasterxml.jackson.core.jackson-databind_2.12.1.v20210128-1726.jar
eclipse/plugins/com.github.jnr.constants_0.9.15.v20200501-1917.jar
eclipse/plugins/com.github.jnr.enxio_0.25.0.v20200501-1917.jar
eclipse/plugins/com.github.jnr.ffi_2.1.12.v20200513-1859.jar
eclipse/plugins/com.github.jnr.jffi_1.2.23.v20211029-0121.jar
eclipse/plugins/com.github.jnr.jffi.native_1.2.23.v20211029-0121.jar
eclipse/plugins/com.github.jnr.posix_3.0.54.v20200501-1917.jar
eclipse/plugins/com.github.jnr.unixsocket_0.28.0.v20200501-1917.jar
eclipse/plugins/com.github.jnr.x86asm_1.0.2.v20200501-1917.jar
eclipse/plugins/com.google.auth.google-auth-library-credentials_0.20.0.v20200515-2048.jar
eclipse/plugins/com.google.auth.oauth2-http_0.20.0.v20200604-1524.jar
eclipse/plugins/com.google.auto.value.auto-value-annotations_1.7.0.v20200515-2048.jar
eclipse/plugins/com.google.gson_2.8.8.v20211029-0838.jar
eclipse/plugins/com.google.guava_30.1.0.v20210127-2300.jar
eclipse/plugins/com.google.http-client.google-http-client_1.34.2.v20200515-2048.jar
eclipse/plugins/com.google.http-client.google-http-client-jackson2_1.34.2.v20200515-2048.jar
eclipse/plugins/com.google.j2objc.j2objc-annotations_1.3.0.v20200515-2048.jar
eclipse/plugins/com.ibm.icu_67.1.0.v20200706-1749.jar
eclipse/plugins/com.jcraft.jsch_0.1.55.v20190404-1902.jar
eclipse/plugins/com.sun.el_2.2.0.v201303151357.jar
eclipse/plugins/com.sun.jna_5.8.0.v20210503-0343.jar
eclipse/plugins/com.sun.jna.platform_5.8.0.v20210406-1004.jar
eclipse/plugins/com.sun.xml.bind_2.2.0.v20201118-1845.jar
eclipse/plugins/com.sun.xml.bind_2.3.3.v20201118-1818.jar
eclipse/plugins/io.grpc.grpc-context_1.29.0.v20200515-2048.jar
eclipse/plugins/io.opencensus.opencensus-api_0.26.0.v20200515-2048.jar
eclipse/plugins/io.opencensus.opencensus-contrib-http-util_0.26.0.v20200515-2048.jar
eclipse/plugins/jakarta.servlet-api_4.0.0.jar
eclipse/plugins/jakarta.xml.bind_2.3.3.v20201118-1818.jar
eclipse/plugins/javaewah_1.1.13.v20211029-0839.jar
eclipse/plugins/javassist_3.13.0.GA_v201209210905.jar
eclipse/plugins/javax.activation_1.1.0.v201211130549.jar
eclipse/plugins/javax.activation_1.2.2.v20201119-1642.jar
eclipse/plugins/javax.annotation_1.3.5.v20200909-1856.jar
eclipse/plugins/javax.el_2.2.0.v201303151357.jar
eclipse/plugins/javax.inject_1.0.0.v20091030.jar
eclipse/plugins/javax.servlet.jsp_2.2.0.v201112011158.jar
eclipse/plugins/javax.ws.rs_2.1.6.v20200505-2127.jar
eclipse/plugins/javax.xml_1.3.4.v201005080400.jar
eclipse/plugins/javax.xml.bind_2.2.0.v201105210648.jar
eclipse/plugins/net.i2p.crypto.eddsa_0.3.0.v20210923-1401.jar
eclipse/plugins/org.antlr.runtime_3.2.0.v201101311130.jar
eclipse/plugins/org.aopalliance_1.0.0.v201105210816.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/MANIFEST.MF
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/ECLIPSE_.SF
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.xml
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/META-INF/maven/org.eclipse.orbit.bundles/org.apache.ant/pom.properties
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/OSGI-INF/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/OSGI-INF/l10n/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/OSGI-INF/l10n/bundle.properties
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/DOM-LICENSE.html
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/LICENSE
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/NOTICE
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/SAX-LICENSE.html
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about_files/THE_APACHE_SOFTWARE_LICENSE__VERSION_2.0.txt
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ant
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ant.bat
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/ant.cmd
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antRun
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antRun.bat
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antRun.pl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/antenv.cmd
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/complete-ant-cmd.pl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/envset.cmd
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/lcp.bat
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/runant.pl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/runant.py
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/bin/runrc.cmd
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-frames-sortby-check.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-frames.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-text.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/checkstyle/checkstyle-xdoc.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/changelog.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/coverage-frames.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/jdepend-frames.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/jdepend.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/junit-frames-xalan1.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/junit-frames.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/junit-noframes.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/log.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/maudit-frames.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/mmetrics-frames.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/etc/tagdiff.xsl
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-antlr.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-bcel.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-bsf.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-log4j.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-oro.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-regexp.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-resolver.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-apache-xalan2.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-commons-logging.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-commons-net.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-imageio.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jai.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-javamail.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jdepend.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jmf.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-jsch.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-junit.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-junitlauncher.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-junit4.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-launcher.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-netrexx.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-swing.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-testutil.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/lib/ant-xz.jar
eclipse/plugins/org.apache.ant_1.10.12.v20211102-1452/about.html
eclipse/plugins/org.apache.batik.constants_1.14.0.v20210324-0332.jar
eclipse/plugins/org.apache.batik.css_1.14.0.v20210324-0332.jar
eclipse/plugins/org.apache.batik.i18n_1.14.0.v20210324-0332.jar
eclipse/plugins/org.apache.batik.util_1.14.0.v20210324-0332.jar
eclipse/plugins/org.apache.commons.codec_1.14.0.v20200818-1422.jar
eclipse/plugins/org.apache.commons.compress_1.21.0.v20211103-2100.jar
eclipse/plugins/org.apache.commons.io_2.8.0.v20210415-0900.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.2.0.v20180409-1502.jar
eclipse/plugins/org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar
eclipse/plugins/org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar
eclipse/plugins/org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar
eclipse/plugins/org.apache.felix.scr_2.1.24.v20200924-1939.jar
eclipse/plugins/org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar
eclipse/plugins/org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar
eclipse/plugins/org.apache.jasper.glassfish_2.2.2.v201501141630.jar
eclipse/plugins/org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar
eclipse/plugins/org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar
eclipse/plugins/org.apache.lucene.core_8.4.1.v20200122-1459.jar
eclipse/plugins/org.apache.sshd.osgi_2.7.0.v20210623-0618.jar
eclipse/plugins/org.apache.sshd.sftp_2.7.0.v20210623-0618.jar
eclipse/plugins/org.apache.xerces_2.12.1.v20210115-0812.jar
eclipse/plugins/org.apache.xml.resolver_1.2.0.v201005080400.jar
eclipse/plugins/org.apache.xmlgraphics_2.6.0.v20210409-0748.jar
eclipse/plugins/org.bouncycastle.bcpg_1.69.0.v20210713-1924.jar
eclipse/plugins/org.bouncycastle.bcpkix_1.69.0.v20210713-1924.jar
eclipse/plugins/org.bouncycastle.bcprov_1.69.0.v20210923-1401.jar
eclipse/plugins/org.bouncycastle.bcutil_1.69.0.v20210713-1924.jar
eclipse/plugins/org.cyberneko.html_1.9.14.v201105210654.jar
eclipse/plugins/org.eclipse.ant.core_3.6.200.v20210907-1007.jar
eclipse/plugins/org.eclipse.cdt_10.5.0.202109270023.jar
eclipse/plugins/org.eclipse.cdt.autotools.core_2.1.100.202010121414.jar
eclipse/plugins/org.eclipse.cdt.autotools.docs_2.0.1000.202109270023.jar
eclipse/plugins/org.eclipse.cdt.autotools.ui_2.1.200.202104042017.jar
eclipse/plugins/org.eclipse.cdt.build.crossgcc_1.2.200.202102261947.jar
eclipse/plugins/org.eclipse.cdt.build.gcc.core_1.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.build.gcc.ui_1.1.100.202104042017.jar
eclipse/plugins/org.eclipse.cdt.cmake.core_1.4.300.202110311121.jar
eclipse/plugins/org.eclipse.cdt.cmake.ui_1.3.300.202110311121.jar
eclipse/plugins/org.eclipse.cdt.codan.checkers_3.4.100.202010121414.jar
eclipse/plugins/org.eclipse.cdt.codan.checkers.ui_3.3.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.codan.core_4.1.100.202010121414.jar
eclipse/plugins/org.eclipse.cdt.codan.core.cxx_3.5.100.202011201553.jar
eclipse/plugins/org.eclipse.cdt.codan.ui_3.4.100.202011201553.jar
eclipse/plugins/org.eclipse.cdt.codan.ui.cxx_3.6.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.core_7.4.0.202110252256.jar
eclipse/plugins/org.eclipse.cdt.core.linux_6.0.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.core.linux.x86_64_6.0.400.202112012329.jar
eclipse/plugins/org.eclipse.cdt.core.native_6.2.0.202111152032.jar
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.xml
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/META-INF/maven/org.eclipse.cdt/org.eclipse.cdt.debug.application/pom.properties
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$4.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$6.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$5.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$3.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableDialog$2.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/Activator.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/DummyPage.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$2.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$4.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableDialog$3.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$PostWindowCreateRunnable.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchWindowAdvisor$StartupException.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/RemoteExecutableInfo.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/Messages.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/NewExecutableInfo.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ICDTStandaloneDebugLaunchConstants.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$WorkbenchCommandAction.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$3.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$4.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationActionBarAdvisor$2.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$5.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$4.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$3.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog$2.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileDialog.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/CoreFileInfo.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ApplicationWorkbenchAdvisor.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/ConfigGenerator.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/GCCCompileOptionsParser.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/Application.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/debug/application/messages.properties
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/JobContainer.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugNewExecutableHandler.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/BuildOptionsParser.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutable.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/CustomizePerspectiveHandler.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugCoreFile.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugExecutable.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugExecutable$1.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugAttachedExecutableHandler.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutableHandler.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/CompilerOptionParser.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/CompilerOptionParser$CWDTracker.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugRemoteExecutable.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/org/eclipse/cdt/internal/debug/application/DebugCoreFileHandler.class
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/about.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.icns
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.ico
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc.xpm
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc128.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc16.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc32.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc48.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/icons/cc64.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/README
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/cdtdebug.sh
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/dev.properties
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/install.sh
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/scripts/config.ini
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.mappings
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.html
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.ini
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/about.properties
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/cdt_logo_icon32.png
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/plugin.properties
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/plugin.xml
eclipse/plugins/org.eclipse.cdt.debug.application_1.2.500.202109270023/plugin_customization.ini
eclipse/plugins/org.eclipse.cdt.debug.application.doc_1.1.1100.202109270023.jar
eclipse/plugins/org.eclipse.cdt.debug.core_8.7.100.202110201027.jar
eclipse/plugins/org.eclipse.cdt.debug.core.memory_0.1.200.202104061706.jar
eclipse/plugins/org.eclipse.cdt.debug.gdbjtag_7.0.600.202104030556.jar
eclipse/plugins/org.eclipse.cdt.debug.gdbjtag.core_10.5.100.202110211411.jar
eclipse/plugins/org.eclipse.cdt.debug.gdbjtag.ui_9.0.200.202111041518.jar
eclipse/plugins/org.eclipse.cdt.debug.ui_8.4.300.202110151709.jar
eclipse/plugins/org.eclipse.cdt.debug.ui.memory.floatingpoint_1.1.100.202110140133.jar
eclipse/plugins/org.eclipse.cdt.debug.ui.memory.memorybrowser_1.4.300.202110140133.jar
eclipse/plugins/org.eclipse.cdt.debug.ui.memory.search_1.4.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.debug.ui.memory.traditional_1.6.200.202109171121.jar
eclipse/plugins/org.eclipse.cdt.debug.ui.memory.transport_2.2.100.202104061706.jar
eclipse/plugins/org.eclipse.cdt.doc.user_5.4.1000.202109270023.jar
eclipse/plugins/org.eclipse.cdt.docker.launcher_1.3.200.202106071539.jar
eclipse/plugins/org.eclipse.cdt.dsf_2.11.0.202105311855.jar
eclipse/plugins/org.eclipse.cdt.dsf.gdb_6.5.0.202111031828.jar
eclipse/plugins/org.eclipse.cdt.dsf.gdb.ui_2.7.300.202111041518.jar
eclipse/plugins/org.eclipse.cdt.dsf.ui_2.6.300.202110140133.jar
eclipse/plugins/org.eclipse.cdt.flatpak.launcher_1.0.200.202106150220.jar
eclipse/plugins/org.eclipse.cdt.gdb_7.1.100.202104042017.jar
eclipse/plugins/org.eclipse.cdt.gdb.ui_7.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.jsoncdb.core_1.1.0.202109270023.jar
eclipse/plugins/org.eclipse.cdt.jsoncdb.core.doc_1.0.0.202107271925.jar
eclipse/plugins/org.eclipse.cdt.jsoncdb.core.ui_1.0.100.202109270023.jar
eclipse/plugins/org.eclipse.cdt.launch_10.3.100.202107280907.jar
eclipse/plugins/org.eclipse.cdt.launch.remote_2.6.100.202104042017.jar
eclipse/plugins/org.eclipse.cdt.launch.serial.core_1.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.launch.serial.ui_1.1.100.202103010740.jar
eclipse/plugins/org.eclipse.cdt.make.core_7.5.200.202108312208.jar
eclipse/plugins/org.eclipse.cdt.make.ui_8.1.0.202105191403.jar
eclipse/plugins/org.eclipse.cdt.managedbuilder.core_9.3.200.202111021145.jar
eclipse/plugins/org.eclipse.cdt.managedbuilder.gnu.ui_8.4.200.202110181930.jar
eclipse/plugins/org.eclipse.cdt.managedbuilder.headlessbuilderapp_1.0.100.202105281723.jar
eclipse/plugins/org.eclipse.cdt.managedbuilder.ui_9.3.100.202104251526.jar
eclipse/plugins/org.eclipse.cdt.meson.core_1.1.300.202110311121.jar
eclipse/plugins/org.eclipse.cdt.meson.docs_1.0.1000.202109270023.jar
eclipse/plugins/org.eclipse.cdt.meson.ui_1.1.300.202110311121.jar
eclipse/plugins/org.eclipse.cdt.meson.ui.editor_1.1.100.202010140151.jar
eclipse/plugins/org.eclipse.cdt.native.serial_1.2.400.202112012329.jar
eclipse/plugins/org.eclipse.cdt.platform.branding_10.5.0.202109270023.jar
eclipse/plugins/org.eclipse.cdt.remote.core_1.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.testsrunner_8.2.200.202104042017.jar
eclipse/plugins/org.eclipse.cdt.testsrunner.boost_7.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.testsrunner.gtest_7.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.testsrunner.qttest_7.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.testsrunner.tap_1.1.0.202008310002.jar
eclipse/plugins/org.eclipse.cdt.ui_7.3.100.202111091601.jar
eclipse/plugins/org.eclipse.compare_3.8.200.v20210910-1335.jar
eclipse/plugins/org.eclipse.compare.core_3.6.1000.v20201020-1107.jar
eclipse/plugins/org.eclipse.core.commands_3.10.100.v20210722-1426.jar
eclipse/plugins/org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar
eclipse/plugins/org.eclipse.core.databinding_1.10.100.v20200926-1123.jar
eclipse/plugins/org.eclipse.core.databinding.beans_1.8.0.v20210619-1111.jar
eclipse/plugins/org.eclipse.core.databinding.observable_1.11.0.v20210722-1426.jar
eclipse/plugins/org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar
eclipse/plugins/org.eclipse.core.expressions_3.8.100.v20210910-0640.jar
eclipse/plugins/org.eclipse.core.externaltools_1.2.100.v20210812-1118.jar
eclipse/plugins/org.eclipse.core.filebuffers_3.7.100.v20210909-1906.jar
eclipse/plugins/org.eclipse.core.filesystem_1.9.200.v20210912-1851.jar
eclipse/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar
eclipse/plugins/org.eclipse.core.jobs_3.12.0.v20210723-1034.jar
eclipse/plugins/org.eclipse.core.net_1.3.1100.v20210424-0724.jar
eclipse/plugins/org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar
eclipse/plugins/org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar
eclipse/plugins/org.eclipse.core.resources_3.16.0.v20211001-2032.jar
eclipse/plugins/org.eclipse.core.runtime_3.24.0.v20210910-0750.jar
eclipse/plugins/org.eclipse.core.variables_3.5.100.v20210721-1355.jar
eclipse/plugins/org.eclipse.debug.core_3.18.300.v20211117-1829.jar
eclipse/plugins/org.eclipse.debug.ui_3.15.200.v20211108-1752.jar
eclipse/plugins/org.eclipse.debug.ui.launchview_1.0.2.v20211115-1052.jar
eclipse/plugins/org.eclipse.draw2d_3.10.100.201606061308.jar
eclipse/plugins/org.eclipse.e4.core.commands_1.0.0.v20210507-1901.jar
eclipse/plugins/org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar
eclipse/plugins/org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar
eclipse/plugins/org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar
eclipse/plugins/org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar
eclipse/plugins/org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar
eclipse/plugins/org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar
eclipse/plugins/org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar
eclipse/plugins/org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar
eclipse/plugins/org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar
eclipse/plugins/org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar
eclipse/plugins/org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar
eclipse/plugins/org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar
eclipse/plugins/org.eclipse.e4.ui.dialogs_1.3.100.v20211103-1334.jar
eclipse/plugins/org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar
eclipse/plugins/org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar
eclipse/plugins/org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar
eclipse/plugins/org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar
eclipse/plugins/org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar
eclipse/plugins/org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar
eclipse/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar
eclipse/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.15.300.v20211102-1716.jar
eclipse/plugins/org.eclipse.e4.ui.workbench.swt_0.16.300.v20211102-0939.jar
eclipse/plugins/org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar
eclipse/plugins/org.eclipse.ecf_3.10.0.v20210925-0032.jar
eclipse/plugins/org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar
eclipse/plugins/org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar
eclipse/plugins/org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar
eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar
eclipse/plugins/org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar
eclipse/plugins/org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar
eclipse/plugins/org.eclipse.egit_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.egit.core_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.egit.doc_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.egit.ui_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.emf.common_2.23.0.v20210924-1718.jar
eclipse/plugins/org.eclipse.emf.common.ui_2.19.0.v20211110-0654.jar
eclipse/plugins/org.eclipse.emf.ecore_2.25.0.v20210816-0937.jar
eclipse/plugins/org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar
eclipse/plugins/org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar
eclipse/plugins/org.eclipse.emf.edit_2.16.0.v20190920-0401.jar
eclipse/plugins/org.eclipse.emf.edit.ui_2.20.0.v20210506-1232.jar
eclipse/plugins/org.eclipse.epp.mpc.core_1.9.2.v20210823-1346.jar
eclipse/plugins/org.eclipse.epp.mpc.help.ui_1.9.2.v20210823-1346.jar
eclipse/plugins/org.eclipse.epp.mpc.ui_1.9.2.v20210826-0851.jar
eclipse/plugins/org.eclipse.epp.mpc.ui.css_1.9.2.v20210823-1346.jar
eclipse/plugins/org.eclipse.equinox.app_1.6.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.common_3.15.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.console_1.4.500.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.event_1.6.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.frameworkadmin_2.2.0.v20210315-2042.jar
eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.2.100.v20210703-1540.jar
eclipse/plugins/org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/eclipse_11600.so
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/about.html
eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650/launcher.gtk.linux.x86_64.properties
eclipse/plugins/org.eclipse.equinox.p2.artifact.repository_1.4.300.v20211104-1311.jar
eclipse/plugins/org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar
eclipse/plugins/org.eclipse.equinox.p2.core_2.8.100.v20210908-0659.jar
eclipse/plugins/org.eclipse.equinox.p2.director_2.5.100.v20210813-0606.jar
eclipse/plugins/org.eclipse.equinox.p2.director.app_1.2.0.v20210315-2042.jar
eclipse/plugins/org.eclipse.jetty.http_10.0.6.jar
eclipse/plugins/org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar
eclipse/plugins/org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar
eclipse/plugins/org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209.jar
eclipse/plugins/org.eclipse.equinox.p2.engine_2.7.200.v20211104-1616.jar
eclipse/plugins/org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar
eclipse/plugins/org.eclipse.equinox.p2.garbagecollector_1.2.0.v20210316-1209.jar
eclipse/plugins/org.eclipse.equinox.p2.jarprocessor_1.2.100.v20210907-0854.jar
eclipse/plugins/org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar
eclipse/plugins/org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar
eclipse/plugins/org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar
eclipse/plugins/org.eclipse.equinox.p2.publisher_1.6.200.v20211013-0600.jar
eclipse/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.4.1.v20210812-1422.jar
eclipse/plugins/org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar
eclipse/plugins/org.eclipse.equinox.p2.repository_2.5.300.v20211006-1229.jar
eclipse/plugins/org.eclipse.equinox.p2.repository.tools_2.3.0.v20210325-0750.jar
eclipse/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.3.100.v20210615-1334.jar
eclipse/plugins/org.eclipse.equinox.p2.touchpoint.natives_1.4.200.v20211018-0955.jar
eclipse/plugins/org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar
eclipse/plugins/org.eclipse.equinox.p2.ui_2.7.300.v20211104-1311.jar
eclipse/plugins/org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar
eclipse/plugins/org.eclipse.equinox.p2.ui.importexport_1.3.200.v20210813-0818.jar
eclipse/plugins/org.eclipse.equinox.p2.ui.sdk_1.2.2.v20211104-1616.jar
eclipse/plugins/org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.200.v20210813-0818.jar
eclipse/plugins/org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar
eclipse/plugins/org.eclipse.equinox.p2.updatesite_1.2.200.v20211013-0600.jar
eclipse/plugins/org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.security_1.3.800.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/nls/
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/nls/LinuxPasswordProviderMessages.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/nls/messages.properties
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchema.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchemaFlags.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GList.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GList$ByReference.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibGio.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider$LibSecret.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/LinuxPasswordProvider.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GBusType.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/GError.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchemaAttribute.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretCollectionFlags.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretServiceFlags.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/org/eclipse/equinox/internal/security/linux/SecretSchemaAttributeType.class
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/.api_description
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/about.html
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/fragment.properties
eclipse/plugins/org.eclipse.equinox.security.linux_1.0.200.v20210616-0726/fragment.xml
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/META-INF/p2.inf
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/about.html
eclipse/plugins/org.eclipse.equinox.security.linux.x86_64_1.1.500.v20210125-1508/fragment.properties
eclipse/plugins/org.eclipse.equinox.security.ui_1.3.100.v20211021-1418.jar
eclipse/plugins/org.eclipse.equinox.simpleconfigurator_1.4.0.v20210315-2228.jar
eclipse/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.2.0.v20210315-2228.jar
eclipse/plugins/org.eclipse.help_3.9.100.v20210721-0601.jar
eclipse/plugins/org.eclipse.help.base_4.3.500.v20211124-1800.jar
eclipse/plugins/org.eclipse.help.ui_4.3.200.v20210922-1029.jar
eclipse/plugins/org.eclipse.help.webapp_3.10.500.v20210907-0721.jar
eclipse/plugins/org.eclipse.jetty.io_10.0.6.jar
eclipse/plugins/org.eclipse.jetty.security_10.0.6.jar
eclipse/plugins/org.eclipse.jetty.server_10.0.6.jar
eclipse/plugins/org.eclipse.jetty.servlet_10.0.6.jar
eclipse/plugins/org.eclipse.jetty.util_10.0.6.jar
eclipse/plugins/org.eclipse.jetty.util.ajax_10.0.6.jar
eclipse/plugins/org.eclipse.jface_3.24.0.v20211110-1517.jar
eclipse/plugins/org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar
eclipse/plugins/org.eclipse.jface.notifications_0.4.0.v20211004-0555.jar
eclipse/plugins/org.eclipse.jface.text_3.19.0.v20211026-2100.jar
eclipse/plugins/org.eclipse.jgit_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.jgit.archive_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.jgit.http.apache_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.jgit.ssh.apache.agent_6.0.0.202111291000-r.jar
eclipse/plugins/org.eclipse.jsch.core_1.3.900.v20200422-1935.jar
eclipse/plugins/org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657.jar
eclipse/plugins/org.eclipse.launchbar.core_2.4.200.202106071539.jar
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64/pom.xml
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/maven/org.eclipse.justj/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64/pom.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/eclipse.inf
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/META-INF/p2.inf
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/keytool
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/java
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/rmiregistry
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jrunscript
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/javac
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/serialver
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jhsdb
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jarsigner
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jar
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/javadoc
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jmap
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jinfo
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jps
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jcmd
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jstack
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jstat
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jconsole
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/javap
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jdeps
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jdeprscan
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jdb
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jfr
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jmod
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jlink
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jimage
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jpackage
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jshell
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/bin/jstatd
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/sdp/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/sdp/sdp.conf.template
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/default_local.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/default_US_export.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/limited/exempt_local.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/unlimited/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/unlimited/default_local.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/unlimited/default_US_export.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/policy/README.txt
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/java.security
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/security/java.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/management.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/jmxremote.access
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/management/jmxremote.password.template
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/net.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/sound.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/conf/logging.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/linux/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/linux/jni_md.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/linux/jawt_md.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jvmti.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jvmticmlr.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/classfile_constants.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jni.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jawt.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/include/jdwpTransport.h
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/mesa3d.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/lcms.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/colorimaging.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/xwd.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/harfbuzz.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/jpeg.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/libpng.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.desktop/giflib.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/jopt-simple.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.opt/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/pkcs11cryptotoken.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/pkcs11wrapper.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.cryptoki/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/bcel.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/jcup.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/xerces.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/xalan.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml/dom.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/aes.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/icu.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/c-libutl.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/cldr.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/asm.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/public_suffix.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.base/unicode.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.compiler/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.datatransfer/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.prefs/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.instrument/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.logging/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.sasl/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.naming/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.rmi/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.management.rmi/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.net.http/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.scripting/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.security.jgss/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.transaction.xa/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.sql.rowset/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/santuario.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.xml.crypto/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.se/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/pcsclite.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/java.smartcardio/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.accessibility/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.jvmstat/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.attach/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.charsets/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.compiler/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.crypto.ec/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/dynalink.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.dynalink/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.ed/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.editpad/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.hotspot.agent/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.httpserver/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/jline.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.le/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.ci/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.internal.vm.compiler.management/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jartool/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/jqueryUI.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.javadoc/jquery.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jcmd/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.agent/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jconsole/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdeps/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdwp.agent/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jdi/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jfr/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jlink/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jpackage/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jshell/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jsobject/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.jstatd/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/cldr.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.localedata/thaidict.md
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.management.jfr/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.dns/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.naming.rmi/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.net/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.nio.mapmode/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.random/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.sctp/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.auth/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.security.jgss/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.unsupported.desktop/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.xml.dom/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/ADDITIONAL_LICENSE_INFO
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/LICENSE
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/legal/jdk.zipfs/ASSEMBLY_EXCEPTION
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/server/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/server/libjvm.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/server/libjsig.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/blocked.certs
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/cacerts
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/public_suffix_list.dat
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/security/default.policy
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jfr/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jfr/default.jfc
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jfr/profile.jfc
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/modules
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libzip.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjimage.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/tzdb.dat
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jexec
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libverify.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libnio.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjsig.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/classlist
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjli.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jvm.cfg
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jspawnhelper
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libnet.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjava.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/psfontj2d.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libawt_headless.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libfontmanager.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjavajpeg.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libsplashscreen.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjsound.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/liblcms.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/psfont.properties.ja
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjawt.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libawt.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmlib_image.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libawt_xawt.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libinstrument.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmanagement.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libprefs.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/librmi.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libj2gss.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libj2pcsc.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libattach.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/ct.sym
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libj2pkcs11.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libsaproc.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libdt_socket.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjdwp.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmanagement_ext.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libmanagement_agent.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libextnet.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libsctp.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/libjaas.so
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/src.zip
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/lib/jrt-fs.jar
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/keytool.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/java.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/rmiregistry.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jrunscript.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/serialver.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/javac.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jhsdb.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jarsigner.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jar.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/javadoc.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jstat.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jstack.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jmap.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jcmd.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jps.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jinfo.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jconsole.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jdeps.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/javap.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jdeprscan.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jdb.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jfr.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jlink.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jmod.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jpackage.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jshell.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/man/man1/jstatd.1
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/org.eclipse.justj.properties
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/jre/release
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/about.mappings
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/about.html
eclipse/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_17.0.1.v20211116-1657/fragment.properties
eclipse/plugins/org.eclipse.launchbar.remote.core_1.1.0.202008310315.jar
eclipse/plugins/org.eclipse.launchbar.remote.ui_1.1.100.202104042017.jar
eclipse/plugins/org.eclipse.launchbar.ui_2.4.300.202111041518.jar
eclipse/plugins/org.eclipse.launchbar.ui.controls_1.1.100.202011181638.jar
eclipse/plugins/org.eclipse.linuxtools.binutils_6.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.callgraph_2.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.callgraph.core_3.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.callgraph.docs_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.callgraph.launch_2.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.cdt.libhover_1.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.devhelp_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.glibc_1.2.1.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.cdt.libhover.library.docs_1.0.2.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.changelog.core_3.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.changelog.cparser_2.7.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.changelog.doc_2.7.1.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.dataviewers_6.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.dataviewers.charts_7.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.dataviewers.piechart_3.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.docker.core_5.5.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.docker.ui_5.5.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.gcov.core_6.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.gcov.docs_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.gcov.launch_1.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.gprof_5.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.gprof.docs_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.gprof.launch_1.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.man.core_1.5.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.perf_1.3.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.perf.doc_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.profiling.docs_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.profiling.launch_3.3.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.profiling.ui_3.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.profiling.ui.capability_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpm.core_3.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpm.createrepo_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpm.rpmlint_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpm.ui_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor_4.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpm.ui.editor.doc_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.rpmstubby_1.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.core_2.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.systemtap.graphing.ui_4.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.systemtap.structures_4.2.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.consolelog_4.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.doc_2.6.5.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.systemtap.ui.ide_2.3.1.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.tools.launch.core_3.3.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.tools.launch.ui_2.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.cachegrind_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.core_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.doc_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.helgrind_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.launch_3.0.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.massif_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.memcheck_1.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.ui_2.1.0.202111301754.jar
eclipse/plugins/org.eclipse.linuxtools.valgrind.ui.editor_1.0.0.202111301754.jar
eclipse/plugins/org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar
eclipse/plugins/org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar
eclipse/plugins/org.eclipse.mylyn.wikitext_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.ant_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.asciidoc.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.confluence_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.confluence.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.help.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.html_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.markdown_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.markdown.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.mediawiki.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.osgi_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.textile_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.textile.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.tracwiki.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.twiki_3.0.41.20211110231712.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.twiki.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.mylyn.wikitext.ui_3.0.41.202111102318.jar
eclipse/plugins/org.eclipse.nebula.widgets.tablecombo_1.2.0.202111181749.jar
eclipse/plugins/org.eclipse.oomph.base_1.15.0.v20211026-1304.jar
eclipse/plugins/org.eclipse.oomph.base.edit_1.13.0.v20200720-0841.jar
eclipse/plugins/org.eclipse.oomph.extractor.lib_1.9.0.v20211026-1304.jar
eclipse/plugins/org.eclipse.oomph.jreinfo_1.15.0.v20211026-1326.jar
eclipse/plugins/org.eclipse.oomph.jreinfo.ui_1.13.0.v20211026-1304.jar
eclipse/plugins/org.eclipse.oomph.p2_1.15.0.v20210924-1427.jar
eclipse/plugins/org.eclipse.oomph.p2.core_1.20.0.v20211015-0620.jar
eclipse/plugins/org.eclipse.oomph.p2.doc_1.12.0.v20211116-0849.jar
eclipse/plugins/org.eclipse.oomph.p2.edit_1.15.0.v20211116-0849.jar
eclipse/plugins/org.eclipse.oomph.p2.ui_1.17.0.v20210618-0629.jar
eclipse/plugins/org.eclipse.oomph.predicates_1.13.0.v20211007-0506.jar
eclipse/plugins/org.eclipse.oomph.predicates.edit_1.11.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.preferences_1.12.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.resources_1.15.0.v20210211-0559.jar
eclipse/plugins/org.eclipse.oomph.resources.edit_1.11.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.setup_1.22.0.v20211015-0620.jar
eclipse/plugins/org.eclipse.oomph.setup.core_1.22.0.v20211021-1010.jar
eclipse/plugins/org.eclipse.oomph.setup.doc_1.12.0.v20211107-0906.jar
eclipse/plugins/org.eclipse.oomph.setup.edit_1.15.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.setup.editor_1.20.0.v20211116-0849.jar
eclipse/plugins/org.eclipse.oomph.setup.p2_1.17.0.v20210601-0619.jar
eclipse/plugins/org.eclipse.oomph.setup.p2.edit_1.13.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.setup.sync_1.13.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.setup.ui_1.22.0.v20211116-0849.jar
eclipse/plugins/org.eclipse.oomph.setup.ui.questionnaire_1.12.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.ui_1.15.0.v20210926-1052.jar
eclipse/plugins/org.eclipse.oomph.util_1.17.0.v20211026-1326.jar
eclipse/plugins/org.eclipse.oomph.workingsets_1.11.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.workingsets.edit_1.11.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.oomph.workingsets.editor_1.12.0.v20200624-1156.jar
eclipse/plugins/org.eclipse.osgi_3.17.100.v20211104-1730.jar
eclipse/plugins/org.eclipse.osgi.compatibility.state_1.2.500.v20210730-0750.jar
eclipse/plugins/org.eclipse.osgi.services_3.10.200.v20210723-0643.jar
eclipse/plugins/org.eclipse.osgi.util_3.6.100.v20210723-1119.jar
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/arrow.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/arrow_light.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/ov_wbbasics48.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_eclcommunity48.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_eclplatform48.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_migrate48.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/topiclabel/wn_updates48.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/dragHandle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/gtkHandle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/gtkTSFrame.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/macGrey.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/macHandle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/macTSFrame.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/win7.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/win7Handle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/win7TSFrame.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winClassicHandle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winClassicTSFrame.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPBluHandle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPBluTSFrame.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPBlue.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPHandle.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPOlive.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/images/winXPTSFrame.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/migrate.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/migrate.properties
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/overview.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/overview.properties
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/whatsnew.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/css/whatsnew.properties
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/migrateExtensionContent.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/overviewExtensionContent.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/whatsnewExtensionContent1.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/whatsnewExtensionContent2.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro/whatsnewExtensionContent3.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/org.eclipse.ui.intro.universal.solstice/
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.mappings
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/LegacyIDE.e4xmi
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.html
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.ini
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/about.properties
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/book.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/disabled_book.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse1024.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse128.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse16.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse22.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse24.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse256.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse32.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse48.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse512.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse64.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse_lg.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/eclipse_lg@2x.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/helpData.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/intro-eclipse.svg
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/introData.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/macosx_narrow_book.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/narrow_book.css
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin.properties
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin.xml
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin_customization.ini
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/plugin_customization.properties
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/splash.png
eclipse/plugins/org.eclipse.platform_4.22.0.v20211124-1800/platform.jar
eclipse/plugins/org.eclipse.platform.doc.user_4.22.0.v20211123-1648.jar
eclipse/plugins/org.eclipse.rcp_4.22.0.v20211124-1800.jar
eclipse/plugins/org.eclipse.remote.console_1.2.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.core_4.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.doc.isv_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.jsch.core_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.jsch.ui_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.serial.core_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.serial.ui_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.telnet.core_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.telnet.ui_1.0.0.202109011318.jar
eclipse/plugins/org.eclipse.remote.ui_2.1.1.202109011318.jar
eclipse/plugins/org.eclipse.search_3.14.0.v20211108-0804.jar
eclipse/plugins/org.eclipse.swt_3.118.0.v20211123-0851.jar
eclipse/plugins/org.eclipse.swt.gtk.linux.x86_64_3.118.0.v20211123-0851.jar
eclipse/plugins/org.eclipse.swtchart_0.13.0.202109100616.jar
eclipse/plugins/org.eclipse.swtchart.extensions_0.13.0.202109100616.jar
eclipse/plugins/org.eclipse.team.core_3.9.200.v20211013-1022.jar
eclipse/plugins/org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar
eclipse/plugins/org.eclipse.team.ui_3.9.100.v20210721-1306.jar
eclipse/plugins/org.eclipse.text_3.12.0.v20210512-1644.jar
eclipse/plugins/org.eclipse.text.quicksearch_1.1.200.v20210616-1255.jar
eclipse/plugins/org.eclipse.tm.terminal.connector.cdtserial_4.7.100.202008310315.jar
eclipse/plugins/org.eclipse.tm.terminal.connector.local_4.7.200.202106171937.jar
eclipse/plugins/org.eclipse.tm.terminal.connector.process_4.8.0.202105240430.jar
eclipse/plugins/org.eclipse.tm.terminal.connector.ssh_4.7.100.202104042017.jar
eclipse/plugins/org.eclipse.tm.terminal.connector.telnet_4.7.100.202010121414.jar
eclipse/plugins/org.eclipse.tm.terminal.control_5.3.0.202107100131.jar
eclipse/plugins/org.eclipse.tm.terminal.view.core_4.8.100.202110051557.jar
eclipse/plugins/org.eclipse.tm.terminal.view.ui_4.10.100.202110140133.jar
eclipse/plugins/org.eclipse.tm4e.core_0.4.3.202110141401.jar
eclipse/plugins/org.eclipse.tm4e.registry_0.5.0.202111180858.jar
eclipse/plugins/org.eclipse.tm4e.ui_0.5.0.202111180858.jar
eclipse/plugins/org.eclipse.tools.templates.core_1.2.0.202008310315.jar
eclipse/plugins/org.eclipse.tools.templates.freemarker_1.2.200.202110311121.jar
eclipse/plugins/org.eclipse.tools.templates.ui_1.3.0.202110311121.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.counters.core_2.0.6.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.counters.ui_2.0.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.graph.core_3.1.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.graph.ui_1.0.12.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.lami.core_1.1.3.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.lami.ui_1.1.5.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.core_6.0.2.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.os.linux.ui_4.0.4.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.profiling.core_2.1.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.profiling.ui_3.0.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.timing.core_5.2.3.202112011607.jar
eclipse/plugins/org.eclipse.ui_3.200.0.v20211026-0701.jar
eclipse/plugins/org.eclipse.tracecompass.analysis.timing.ui_5.0.1.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.common.core_4.3.1.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.ctf.core_4.0.6.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.ctf.parser_1.0.6.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.datastore.core_1.2.2.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.doc.dev_7.2.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.doc.user_7.2.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.gdbtrace.core_1.0.7.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.gdbtrace.doc.user_7.2.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.gdbtrace.ui_1.1.4.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.common.core_1.1.3.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.control.core_1.2.5.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.control.ui_1.2.13.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.core_3.0.5.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.kernel.ui_2.0.2.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.core_5.0.3.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.lttng2.ust.ui_3.0.10.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.segmentstore.core_3.0.1.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.statesystem.core_5.1.0.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.core_4.0.4.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.analysis.xml.ui_2.1.16.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.chart.core_1.0.4.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.chart.ui_1.0.11.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.core_7.1.1.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.ctf.core_4.2.3.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.filter.parser_1.0.6.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.remote.core_2.0.5.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.remote.ui_1.0.9.202112011607.jar
eclipse/plugins/org.eclipse.tracecompass.tmf.ui_7.1.1.202112011607.jar
eclipse/plugins/org.eclipse.ui.browser_3.7.100.v20211105-1434.jar
eclipse/plugins/org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar
eclipse/plugins/org.eclipse.ui.console_3.11.100.v20210721-1355.jar
eclipse/plugins/org.eclipse.ui.editors_3.14.300.v20210913-0815.jar
eclipse/plugins/org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar
eclipse/plugins/org.eclipse.ui.forms_3.11.300.v20211022-1451.jar
eclipse/plugins/org.eclipse.ui.genericeditor_1.2.100.v20211021-1148.jar
eclipse/plugins/org.eclipse.ui.ide_3.18.400.v20211026-0701.jar
eclipse/plugins/org.eclipse.ui.ide.application_1.4.200.v20211026-0701.jar
eclipse/plugins/org.eclipse.ui.intro_3.6.400.v20211015-1317.jar
eclipse/plugins/org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar
eclipse/plugins/org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar
eclipse/plugins/org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar
eclipse/plugins/org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar
eclipse/plugins/org.eclipse.ui.navigator.resources_3.8.300.v20210914-2004.jar
eclipse/plugins/org.eclipse.ui.net_1.4.0.v20210426-0838.jar
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/common/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/common/e4_globalstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark-drag-styling.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_globalstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_ide_colorextensions.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_partstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_preferencestyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/dark/e4-dark_tabstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light-drag-styling.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_globalstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_ide_colorextensions.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_partstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/light/e4-light_tabstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light-drag-styling.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_globalstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_ide_colorextensions.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_partstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/system/e4-light_tabstyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_linux.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_mac.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_mac1013.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4-dark_win.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_basestyle.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_classic.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_default_gtk.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_default_mac.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_default_win.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/e4_system.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/css/high-contrast.css
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/.api_description
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/about.html
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/plugin.properties
eclipse/plugins/org.eclipse.ui.themes_1.2.1600.v20211001-1357/plugin.xml
eclipse/plugins/org.eclipse.ui.views_3.11.100.v20210816-0811.jar
eclipse/plugins/org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar
eclipse/plugins/org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar
eclipse/plugins/org.eclipse.ui.workbench_3.124.0.v20211116-0651.jar
eclipse/plugins/org.eclipse.ui.workbench.texteditor_3.16.300.v20211119-1032.jar
eclipse/plugins/org.eclipse.update.configurator_3.4.800.v20210415-1314.jar
eclipse/plugins/org.eclipse.urischeme_1.2.100.v20211001-1648.jar
eclipse/plugins/org.eclipse.userstorage_1.2.0.v20210517-0327.jar
eclipse/plugins/org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar
eclipse/plugins/org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar
eclipse/plugins/org.eclipse.wst.common.core_1.4.100.v202103232321.jar
eclipse/plugins/org.eclipse.wst.common.environment_1.0.401.v202007142017.jar
eclipse/plugins/org.eclipse.wst.common.frameworks_1.2.202.v202108200212.jar
eclipse/plugins/org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar
eclipse/plugins/org.eclipse.wst.common.project.facet.core_1.4.402.v202111212041.jar
eclipse/plugins/org.eclipse.wst.common.ui_1.2.100.v202101112327.jar
eclipse/plugins/org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar
eclipse/plugins/org.eclipse.wst.sse.core_1.2.700.v202107272335.jar
eclipse/plugins/org.eclipse.wst.sse.ui_1.7.300.v202111190506.jar
eclipse/plugins/org.eclipse.wst.validation_1.2.801.v202007142017.jar
eclipse/plugins/org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar
eclipse/plugins/org.eclipse.wst.xml.core_1.2.400.v202107272335.jar
eclipse/plugins/org.eclipse.wst.xml.ui_1.2.600.v202102222242.jar
eclipse/plugins/org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar
eclipse/plugins/org.eclipse.xsd_2.18.0.v20210924-1719.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.glassfish.hk2.api_2.6.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.hk2.locator_2.6.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.hk2.osgi-resource-locator_1.0.3.v20200509-0149.jar
eclipse/plugins/org.glassfish.hk2.utils_2.6.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.apache.connector_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.containers.servlet_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.containers.servlet.core_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.core.jersey-client_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.core.jersey-common_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.core.jersey-server_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.ext.entityfiltering_2.30.1.v20200513-1859.jar
eclipse/plugins/org.glassfish.jersey.inject.jersey-hk2_2.30.1.v20200512-1802.jar
eclipse/plugins/org.glassfish.jersey.media.jersey-media-json-jackson_2.30.1.v20200513-1859.jar
eclipse/plugins/org.jcodings_1.0.18.v20170306-1742.jar
eclipse/plugins/org.joni_2.1.11.v20170306-1742.jar
eclipse/plugins/org.json_1.0.0.v201011060100.jar
eclipse/plugins/org.jsoup_1.14.3.v20211012-1727.jar
eclipse/plugins/org.mandas.docker-client_3.2.1.v20200519-1937.jar
eclipse/plugins/org.objectweb.asm_9.2.0.v20210813-1119.jar
eclipse/plugins/org.objectweb.asm.analysis_9.2.0.v20210813-1119.jar
eclipse/plugins/org.objectweb.asm.tree_9.2.0.v20210813-1119.jar
eclipse/plugins/org.objectweb.asm.util_9.2.0.v20210813-1119.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.30.v20200204-2150.jar
eclipse/plugins/org.tukaani.xz_1.9.0.v20210624-1259.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.yaml.snakeyaml_1.27.0.v20201111-1638.jar
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/MANIFEST.MF
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.xml
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/META-INF/maven/org.eclipse.epp/org.eclipse.epp.package.cpp/pom.properties
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/org.eclipse.ui.intro.universal.solstice/
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/org.eclipse.ui.intro.universal.solstice/intro-eclipse.svg
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.mappings
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.html
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.ini
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/about.properties
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse16.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse16@2x.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse256.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse256@2x.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse32.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse32@2x.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse48.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse48@2x.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse_lg.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/eclipse_lg@2x.png
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/intro-eclipse.svg
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/plugin.properties
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/plugin.xml
eclipse/plugins/org.eclipse.epp.package.cpp_4.22.0.20211202-1200/plugin_customization.ini
eclipse/features/
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/p2.inf
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.autotools_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.build.crossgcc_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/epl-2.0.html
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/license.html
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/feature.xml
eclipse/features/org.eclipse.cdt.cmake_10.5.0.202110311121/feature.properties
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/epl-2.0.html
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/license.html
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/feature.xml
eclipse/features/org.eclipse.cdt.debug.gdbjtag_10.5.0.202111041518/feature.properties
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.debug.standalone_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/epl-2.0.html
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/license.html
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/feature.xml
eclipse/features/org.eclipse.cdt.debug.ui.memory_10.5.0.202110140133/feature.properties
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.docker.launcher_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/epl-2.0.html
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/license.html
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/p2.inf
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/feature.xml
eclipse/features/org.eclipse.cdt_10.5.0.202112012329/feature.properties
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.gdb_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/epl-2.0.html
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/license.html
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/feature.xml
eclipse/features/org.eclipse.cdt.gnu.build_10.5.0.202110181930/feature.properties
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.gnu.debug_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/epl-2.0.html
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/license.html
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/feature.xml
eclipse/features/org.eclipse.cdt.gnu.dsf_10.5.0.202111041518/feature.properties
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.launch.remote_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.launch.serial.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/epl-2.0.html
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/license.html
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/feature.xml
eclipse/features/org.eclipse.cdt.meson_10.5.0.202110311121/feature.properties
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/epl-2.0.html
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/license.html
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/feature.xml
eclipse/features/org.eclipse.cdt.native_10.5.0.202112012329/feature.properties
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/epl-2.0.html
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/license.html
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/feature.xml
eclipse/features/org.eclipse.cdt.platform_10.5.0.202112012329/feature.properties
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.cdt.testsrunner.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/epl-2.0.html
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/license.html
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/feature.xml
eclipse/features/org.eclipse.e4.rcp_4.22.0.v20211123-0851/feature.properties
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/epl-2.0.html
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/license.html
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/about.html
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/feature.xml
eclipse/features/org.eclipse.ecf.core.feature_1.6.1.v20211005-1944/feature.properties
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/epl-2.0.html
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/license.html
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/about.html
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.xml
eclipse/features/org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301/feature.properties
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/epl-2.0.html
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/license.html
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/about.html
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/asl-v20.txt
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/feature.xml
eclipse/features/org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642/feature.properties
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/epl-2.0.html
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/license.html
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/about.html
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/asl-v20.txt
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/feature.xml
eclipse/features/org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034/feature.properties
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/epl-2.0.html
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/license.html
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/about.html
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.xml
eclipse/features/org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301/feature.properties
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/epl-2.0.html
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/license.html
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/feature.xml
eclipse/features/org.eclipse.egit_6.0.0.202111291000-r/feature.properties
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/feature.properties
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/license.html
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/feature.xml
eclipse/features/org.eclipse.emf.common_2.24.0.v20210924-1718/epl-2.0.html
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/feature.properties
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/license.html
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/feature.xml
eclipse/features/org.eclipse.emf.ecore_2.26.0.v20210924-1718/epl-2.0.html
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/epl-2.0.html
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/license.html
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/about.html
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/p2.inf
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/feature.xml
eclipse/features/org.eclipse.epp.mpc_1.9.2.v20210826-0851/feature.properties
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/epl-2.0.html
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/license.html
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/feature.xml
eclipse/features/org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616/feature.properties
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/epl-2.0.html
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/license.html
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/feature.xml
eclipse/features/org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655/feature.properties
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/epl-2.0.html
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/license.html
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/feature.xml
eclipse/features/org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616/feature.properties
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/epl-2.0.html
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/license.html
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/feature.xml
eclipse/features/org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616/feature.properties
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/epl-2.0.html
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/license.html
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/feature.xml
eclipse/features/org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616/feature.properties
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/epl-2.0.html
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/license.html
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/feature.xml
eclipse/features/org.eclipse.help_2.3.800.v20211124-1800/feature.properties
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/edl-v10.html
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/license.html
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/feature.xml
eclipse/features/org.eclipse.jgit_6.0.0.202111291000-r/feature.properties
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/edl-v10.html
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/license.html
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/feature.xml
eclipse/features/org.eclipse.jgit.gpg.bc_6.0.0.202111291000-r/feature.properties
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/edl-v10.html
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/license.html
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/feature.xml
eclipse/features/org.eclipse.jgit.http.apache_6.0.0.202111291000-r/feature.properties
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/edl-v10.html
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/license.html
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/feature.xml
eclipse/features/org.eclipse.jgit.ssh.apache_6.0.0.202111291000-r/feature.properties
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/epl-2.0.html
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/license.html
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/p2.inf
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/feature.xml
eclipse/features/org.eclipse.justj.openjdk.hotspot.jre.full_17.0.1.v20211116-1657/feature.properties
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/epl-2.0.html
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/license.html
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/feature.xml
eclipse/features/org.eclipse.launchbar_10.5.0.202111041518/feature.properties
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/about.html
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.launchbar.remote_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.callgraph.feature_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.cdt.libhover.devhelp.feature_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.cdt.libhover.feature_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.changelog.c_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.gcov_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.gprof.feature_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.perf.feature_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.profiling_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.rpm_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.systemtap_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/epl-2.0.html
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/license.html
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/p2.inf
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/feature.xml
eclipse/features/org.eclipse.linuxtools.valgrind_8.5.0.202111301754/feature.properties
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/epl-2.0.html
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/license.html
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/feature.xml
eclipse/features/org.eclipse.mylyn.wikitext.editors_feature_3.0.41.202111102318/feature.properties
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/epl-2.0.html
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/license.html
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/feature.xml
eclipse/features/org.eclipse.mylyn.wikitext_feature_3.0.41.202111102318/feature.properties
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/epl-v20.html
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/feature.properties
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/license.html
eclipse/features/org.eclipse.oomph.p2_1.21.0.v20211116-0849/feature.xml
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/epl-v20.html
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/feature.properties
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/license.html
eclipse/features/org.eclipse.oomph.setup.core_1.22.0.v20211026-1326/feature.xml
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/epl-v20.html
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/feature.properties
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/license.html
eclipse/features/org.eclipse.oomph.setup_1.23.0.v20211116-0849/feature.xml
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/epl-2.0.html
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/license.html
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/feature.xml
eclipse/features/org.eclipse.platform_4.22.0.v20211124-1800/feature.properties
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/epl-2.0.html
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/license.html
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/feature.xml
eclipse/features/org.eclipse.rcp_4.22.0.v20211124-1800/feature.properties
eclipse/features/org.eclipse.remote_3.0.2.202109011318/
eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/
eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.remote_3.0.2.202109011318/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.remote_3.0.2.202109011318/epl-2.0.html
eclipse/features/org.eclipse.remote_3.0.2.202109011318/license.html
eclipse/features/org.eclipse.remote_3.0.2.202109011318/eclipse_update_120.jpg
eclipse/features/org.eclipse.remote_3.0.2.202109011318/epl-v10.html
eclipse/features/org.eclipse.remote_3.0.2.202109011318/feature.xml
eclipse/features/org.eclipse.remote_3.0.2.202109011318/feature.properties
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/about.ini
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/about.mappings
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/about.properties
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/cdt_logo_icon32.png
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.tm.terminal.connector.local.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/about.ini
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/about.mappings
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/about.properties
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/cdt_logo_icon32.png
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.tm.terminal.connector.cdtserial.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.tm.terminal.connector.ssh.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/about.ini
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/about.mappings
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/about.properties
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/cdt_logo_icon32.png
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.tm.terminal.connector.telnet.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.tm.terminal.control.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/license.html
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/p2.inf
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/feature.xml
eclipse/features/org.eclipse.tm.terminal.feature_10.5.0.202109270023/feature.properties
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/epl-2.0.html
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/license.html
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/feature.xml
eclipse/features/org.eclipse.tm.terminal.view.feature_10.5.0.202110140133/feature.properties
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/p2.inf
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.ctf_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.gdbtrace_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.lttng2.control_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.lttng2.kernel_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.lttng2.ust_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.tmf.ctf_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/epl-2.0.html
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/license.html
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/p2.inf
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/feature.xml
eclipse/features/org.eclipse.tracecompass.tmf_7.2.0.202112011607/feature.properties
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/epl-2.0.html
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/license.html
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/feature.xml
eclipse/features/org.eclipse.userstorage_1.2.0.v20210517-0327/feature.properties
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/epl-2.0.html
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/license.html
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/p2.inf
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/feature.xml
eclipse/features/org.eclipse.epp.package.cpp.feature_4.22.0.20211202-1200/feature.properties
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/MANIFEST.MF
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.SF
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/META-INF/ECLIPSE_.RSA
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/epl-2.0.html
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/license.html
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/p2.inf
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/feature.xml
eclipse/features/org.eclipse.epp.package.common.feature_4.22.0.20211202-1200/feature.properties
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
ln -sf ${HOME}/frameworks/eclipse/eclipse ${HOME}/bin/eclipse
+ ln -sf /home/etsi/frameworks/eclipse/eclipse /home/etsi/bin/eclipse
rm -f ./eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz
+ rm -f ./eclipse-cpp-2021-12-R-linux-gtk-x86_64.tar.gz

if wget --progress=dot:mega 'https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip' -OTITAN_Designer_and_Executor_plugin.zip; then
  eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director \
    -destination /home/etsi/frameworks/eclipse \
    -repository 'jar:file:///home/etsi/frameworks/TITAN_Designer_and_Executor_plugin.zip!/' \
    -installIU TITAN_Designer.feature.group,TITAN_Executor.feature.group,TITAN_Log_Viewer.feature.group,Titan_external_dependencies.feature.group,Titanium.feature.group,Titanium_external_dependencies.feature.group
  rm -f TITAN_Designer_and_Executor_plugin.zip
fi
+ wget --progress=dot:mega 'https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip' -OTITAN_Designer_and_Executor_plugin.zip
--2022-01-06 13:46:44--  https://www.eclipse.org/downloads/download.php?file=/titan/TITAN_Designer_and_Executor_plugin-8.1.0.zip
Resolving www.eclipse.org (www.eclipse.org)... 198.41.30.198
Connecting to www.eclipse.org (www.eclipse.org)|198.41.30.198|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: 'TITAN_Designer_and_Executor_plugin.zip'

     0K                                                        105M=0s

2022-01-06 13:47:10 (105 MB/s) - 'TITAN_Designer_and_Executor_plugin.zip' saved [25922]

+ eclipse/eclipse -noSplash -application org.eclipse.equinox.p2.director -destination /home/etsi/frameworks/eclipse -repository 'jar:file:///home/etsi/frameworks/TITAN_Designer_and_Executor_plugin.zip!/' -installIU TITAN_Designer.feature.group,TITAN_Executor.feature.group,TITAN_Log_Viewer.feature.group,Titan_external_dependencies.feature.group,Titanium.feature.group,Titanium_external_dependencies.feature.group
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Installation failed.
Unable to load repositories.
There were errors. See log file: /home/etsi/frameworks/eclipse/configuration/1641476831060.log
+ rm -f TITAN_Designer_and_Executor_plugin.zip

cd ${HOME}
+ cd /home/etsi

echo -e "*****************************\n* Install asn1c\n*****************************\n"
+ echo -e '*****************************\n* Install asn1c\n*****************************\n'
mkdir -p ${HOME}/src || exit 1
+ mkdir -p /home/etsi/src
*****************************
* Install asn1c
*****************************

git clone https://github.com/fillabs/asn1c.git ${HOME}/src/asn1c || exit 1
+ git clone https://github.com/fillabs/asn1c.git /home/etsi/src/asn1c
Cloning into '/home/etsi/src/asn1c'...
cd ${HOME}/src/asn1c
+ cd /home/etsi/src/asn1c
autoreconf -iv && ./configure --prefix=${HOME} && make install || exit 1
+ autoreconf -iv
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:31: installing 'config/config.guess'
configure.ac:31: installing 'config/config.sub'
configure.ac:5: installing 'config/install-sh'
configure.ac:5: installing 'config/missing'
parallel-tests: installing 'config/test-driver'
asn1-tools/enber/Makefile.am: installing 'config/depcomp'
configure.ac: installing 'config/ylwrap'
autoreconf: Leaving directory `.'
+ ./configure --prefix=/home/etsi
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 how to create a pax tar archive... gnutar
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 for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
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 netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.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 for random... 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 asn1-tools/enber/Makefile
config.status: creating asn1-tools/unber/Makefile
config.status: creating asn1-tools/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 install
Making install in libasn1common
make[1]: Entering directory '/home/etsi/src/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]: Entering directory '/home/etsi/src/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/src/asn1c/libasn1common'
make[1]: Leaving directory '/home/etsi/src/asn1c/libasn1common'
Making install in libasn1parser
make[1]: Entering directory '/home/etsi/src/asn1c/libasn1parser'
make[2]: Entering directory '/home/etsi/src/asn1c/libasn1parser'
  YACC     asn1p_y.c
/home/etsi/src/asn1c/libasn1parser/asn1p_y.y: warning: 4 shift/reduce conflicts [-Wconflicts-sr]
/home/etsi/src/asn1c/libasn1parser/asn1p_y.y: warning: 2 reduce/reduce conflicts [-Wconflicts-rr]
updating asn1p_y.h
make[2]: Leaving directory '/home/etsi/src/asn1c/libasn1parser'
make  install-am
make[2]: Entering directory '/home/etsi/src/asn1c/libasn1parser'
  CC       asn1parser.lo
  CC       asn1p_y.lo
  LEX      asn1p_l.c
%option yylineno entails a performance penalty ONLY on rules that can match newline characters
REJECT entails a large performance penalty
  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[3]: Entering directory '/home/etsi/src/asn1c/libasn1parser'
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/src/asn1c/libasn1parser'
make[2]: Leaving directory '/home/etsi/src/asn1c/libasn1parser'
make[1]: Leaving directory '/home/etsi/src/asn1c/libasn1parser'
Making install in libasn1fix
make[1]: Entering directory '/home/etsi/src/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/src/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/src/asn1c/libasn1fix'
make[1]: Leaving directory '/home/etsi/src/asn1c/libasn1fix'
Making install in libasn1print
make[1]: Entering directory '/home/etsi/src/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/src/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/src/asn1c/libasn1print'
make[1]: Leaving directory '/home/etsi/src/asn1c/libasn1print'
Making install in libasn1compiler
make[1]: Entering directory '/home/etsi/src/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
  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/src/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/src/asn1c/libasn1compiler'
make[1]: Leaving directory '/home/etsi/src/asn1c/libasn1compiler'
Making install in asn1-tools
make[1]: Entering directory '/home/etsi/src/asn1c/asn1-tools'
Making install in unber
make[2]: Entering directory '/home/etsi/src/asn1c/asn1-tools/unber'
  CC       libasn1_unber_tool.lo
In file included from libasn1_unber_tool.c:42:0:
../../skeletons/INTEGER_ber.c: In function 'INTEGER_encode_der':
../../skeletons/INTEGER_ber.c:42:24: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             case 0x00: if((buf[1] & 0x80) == 0)
                        ^~
../../skeletons/INTEGER_ber.c:44:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 break;
                 ^~~~~
../../skeletons/INTEGER_ber.c:45:24: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
             case 0xff: if((buf[1] & 0x80))
                        ^~
../../skeletons/INTEGER_ber.c:47:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
                 break;
                 ^~~~~
  CCLD     libasn1-unber-tool.la
ar: `u' modifier ignored since `D' is the default (see `U')
  CC       unber.o
  CCLD     unber
make[3]: Entering directory '/home/etsi/src/asn1c/asn1-tools/unber'
 /bin/mkdir -p '/home/etsi/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c unber '/home/etsi/bin'
libtool: install: /usr/bin/install -c unber /home/etsi/bin/unber
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/etsi/src/asn1c/asn1-tools/unber'
make[2]: Leaving directory '/home/etsi/src/asn1c/asn1-tools/unber'
Making install in enber
make[2]: Entering directory '/home/etsi/src/asn1c/asn1-tools/enber'
  CC       enber.o
  CCLD     enber
make[3]: Entering directory '/home/etsi/src/asn1c/asn1-tools/enber'
 /bin/mkdir -p '/home/etsi/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c enber '/home/etsi/bin'
libtool: install: /usr/bin/install -c enber /home/etsi/bin/enber
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/etsi/src/asn1c/asn1-tools/enber'
make[2]: Leaving directory '/home/etsi/src/asn1c/asn1-tools/enber'
make[2]: Entering directory '/home/etsi/src/asn1c/asn1-tools'
make[3]: Entering directory '/home/etsi/src/asn1c/asn1-tools'
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/src/asn1c/asn1-tools'
make[2]: Leaving directory '/home/etsi/src/asn1c/asn1-tools'
make[1]: Leaving directory '/home/etsi/src/asn1c/asn1-tools'
Making install in asn1c
make[1]: Entering directory '/home/etsi/src/asn1c/asn1c'
  CC       asn1c.o
  CCLD     asn1c
make[2]: Entering directory '/home/etsi/src/asn1c/asn1c'
 /bin/mkdir -p '/home/etsi/bin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c asn1c '/home/etsi/bin'
libtool: install: /usr/bin/install -c asn1c /home/etsi/bin/asn1c
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/etsi/src/asn1c/asn1c'
make[1]: Leaving directory '/home/etsi/src/asn1c/asn1c'
Making install in skeletons
make[1]: Entering directory '/home/etsi/src/asn1c/skeletons'
make[2]: Entering directory '/home/etsi/src/asn1c/skeletons'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./README ./ANY.c ./ANY.h ./ANY_aper.c ./ANY_ber.c ./ANY_uper.c ./ANY_xer.c ./BIT_STRING.c ./BIT_STRING.h ./BIT_STRING_oer.c ./BIT_STRING_print.c ./BIT_STRING_rfill.c ./BIT_STRING_uper.c ./BIT_STRING_xer.c ./BMPString.c ./BMPString.h ./BMPString_print.c ./BMPString_xer.c ./BOOLEAN.c ./BOOLEAN.h ./BOOLEAN_aper.c ./BOOLEAN_ber.c ./BOOLEAN_oer.c ./BOOLEAN_print.c ./BOOLEAN_rfill.c ./BOOLEAN_uper.c ./BOOLEAN_xer.c ./ENUMERATED.c ./ENUMERATED.h ./ENUMERATED_aper.c ./ENUMERATED_oer.c ./ENUMERATED_uper.c ./GeneralString.c ./GeneralString.h ./GeneralizedTime.c ./GeneralizedTime.h ./GeneralizedTime_ber.c ./GeneralizedTime_print.c ./GeneralizedTime_rfill.c ./GeneralizedTime_xer.c '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./GraphicString.c ./GraphicString.h ./IA5String.c ./IA5String.h ./INTEGER.c ./INTEGER.h ./INTEGER_aper.c ./INTEGER_ber.c ./INTEGER_oer.c ./INTEGER_print.c ./INTEGER_rfill.c ./INTEGER_uper.c ./INTEGER_xer.c ./ISO646String.c ./ISO646String.h ./NULL.c ./NULL.h ./NULL_aper.c ./NULL_ber.c ./NULL_oer.c ./NULL_print.c ./NULL_rfill.c ./NULL_uper.c ./NULL_xer.c ./NativeEnumerated.c ./NativeEnumerated.h ./NativeEnumerated_aper.c ./NativeEnumerated_oer.c ./NativeEnumerated_uper.c ./NativeEnumerated_xer.c ./NativeInteger.c ./NativeInteger.h ./NativeInteger_aper.c ./NativeInteger_ber.c ./NativeInteger_oer.c ./NativeInteger_print.c ./NativeInteger_rfill.c ./NativeInteger_uper.c ./NativeInteger_xer.c ./NativeReal.c '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./NativeReal.h ./NativeReal_aper.c ./NativeReal_ber.c ./NativeReal_oer.c ./NativeReal_print.c ./NativeReal_rfill.c ./NativeReal_uper.c ./NativeReal_xer.c ./NumericString.c ./NumericString.h ./OBJECT_IDENTIFIER.c ./OBJECT_IDENTIFIER.h ./OBJECT_IDENTIFIER_print.c ./OBJECT_IDENTIFIER_rfill.c ./OBJECT_IDENTIFIER_xer.c ./OCTET_STRING.c ./OCTET_STRING.h ./OCTET_STRING_aper.c ./OCTET_STRING_ber.c ./OCTET_STRING_oer.c ./OCTET_STRING_print.c ./OCTET_STRING_rfill.c ./OCTET_STRING_uper.c ./OCTET_STRING_xer.c ./OPEN_TYPE.c ./OPEN_TYPE.h ./OPEN_TYPE_aper.c ./OPEN_TYPE_ber.c ./OPEN_TYPE_oer.c ./OPEN_TYPE_uper.c ./OPEN_TYPE_xer.c ./ObjectDescriptor.c ./ObjectDescriptor.h ./PrintableString.c ./PrintableString.h ./REAL.c ./REAL.h ./REAL_aper.c ./REAL_oer.c ./REAL_print.c '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./REAL_rfill.c ./REAL_uper.c ./REAL_xer.c ./RELATIVE-OID.c ./RELATIVE-OID.h ./RELATIVE-OID_print.c ./RELATIVE-OID_rfill.c ./RELATIVE-OID_xer.c ./T61String.c ./T61String.h ./TeletexString.c ./TeletexString.h ./UTCTime.c ./UTCTime.h ./UTCTime_print.c ./UTCTime_rfill.c ./UTCTime_xer.c ./UTF8String.c ./UTF8String.h ./UTF8String_print.c ./UTF8String_rfill.c ./UniversalString.c ./UniversalString.h ./UniversalString_print.c ./UniversalString_xer.c ./VideotexString.c ./VideotexString.h ./VisibleString.c ./VisibleString.h ./aper_decoder.c ./aper_decoder.h ./aper_encoder.c ./aper_encoder.h ./aper_opentype.c ./aper_opentype.h ./aper_support.c ./aper_support.h ./asn_SEQUENCE_OF.c ./asn_SEQUENCE_OF.h ./asn_SET_OF.c '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./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_codecs_prim_ber.c ./asn_codecs_prim_xer.c ./asn_config.h ./asn_internal.c ./asn_internal.h ./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_aper.c ./constr_CHOICE_ber.c ./constr_CHOICE_oer.c ./constr_CHOICE_print.c ./constr_CHOICE_rfill.c ./constr_CHOICE_uper.c ./constr_CHOICE_xer.c ./constr_SEQUENCE.c ./constr_SEQUENCE.h ./constr_SEQUENCE_OF.c ./constr_SEQUENCE_OF.h ./constr_SEQUENCE_OF_aper.c ./constr_SEQUENCE_OF_ber.c ./constr_SEQUENCE_OF_uper.c ./constr_SEQUENCE_OF_xer.c '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./constr_SEQUENCE_aper.c ./constr_SEQUENCE_ber.c ./constr_SEQUENCE_oer.c ./constr_SEQUENCE_print.c ./constr_SEQUENCE_rfill.c ./constr_SEQUENCE_uper.c ./constr_SEQUENCE_xer.c ./constr_SET.c ./constr_SET.h ./constr_SET_OF.c ./constr_SET_OF.h ./constr_SET_OF_aper.c ./constr_SET_OF_ber.c ./constr_SET_OF_oer.c ./constr_SET_OF_print.c ./constr_SET_OF_rfill.c ./constr_SET_OF_uper.c ./constr_SET_OF_xer.c ./constr_SET_ber.c ./constr_SET_print.c ./constr_SET_rfill.c ./constr_SET_xer.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 ./per_opentype.c '/home/etsi/share/asn1c'
 /usr/bin/install -c -m 644 ./per_opentype.h ./per_support.c ./per_support.h ./uper_decoder.c ./uper_decoder.h ./uper_encoder.c ./uper_encoder.h ./uper_opentype.c ./uper_opentype.h ./uper_support.c ./uper_support.h ./xer_decoder.c ./xer_decoder.h ./xer_encoder.c ./xer_encoder.h ./xer_support.c ./xer_support.h ./file-dependencies '/home/etsi/share/asn1c'
 /bin/mkdir -p '/home/etsi/share/asn1c'
 /bin/mkdir -p '/home/etsi/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 '/home/etsi/share/asn1c/standard-modules'
make[2]: Leaving directory '/home/etsi/src/asn1c/skeletons'
make[1]: Leaving directory '/home/etsi/src/asn1c/skeletons'
Making install in tests
make[1]: Entering directory '/home/etsi/src/asn1c/tests'
Making install in tests-asn1c-compiler
make[2]: Entering directory '/home/etsi/src/asn1c/tests/tests-asn1c-compiler'
make[3]: Entering directory '/home/etsi/src/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/src/asn1c/tests/tests-asn1c-compiler'
make[2]: Leaving directory '/home/etsi/src/asn1c/tests/tests-asn1c-compiler'
Making install in tests-skeletons
make[2]: Entering directory '/home/etsi/src/asn1c/tests/tests-skeletons'
make[3]: Entering directory '/home/etsi/src/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/src/asn1c/tests/tests-skeletons'
make[2]: Leaving directory '/home/etsi/src/asn1c/tests/tests-skeletons'
Making install in tests-asn1c-smoke
make[2]: Entering directory '/home/etsi/src/asn1c/tests/tests-asn1c-smoke'
make[3]: Entering directory '/home/etsi/src/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/src/asn1c/tests/tests-asn1c-smoke'
make[2]: Leaving directory '/home/etsi/src/asn1c/tests/tests-asn1c-smoke'
Making install in tests-c-compiler
make[2]: Entering directory '/home/etsi/src/asn1c/tests/tests-c-compiler'
Making install in check-src
make[3]: Entering directory '/home/etsi/src/asn1c/tests/tests-c-compiler/check-src'
make[4]: Entering directory '/home/etsi/src/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/src/asn1c/tests/tests-c-compiler/check-src'
make[3]: Leaving directory '/home/etsi/src/asn1c/tests/tests-c-compiler/check-src'
make[3]: Entering directory '/home/etsi/src/asn1c/tests/tests-c-compiler'
make[4]: Entering directory '/home/etsi/src/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/src/asn1c/tests/tests-c-compiler'
make[3]: Leaving directory '/home/etsi/src/asn1c/tests/tests-c-compiler'
make[2]: Leaving directory '/home/etsi/src/asn1c/tests/tests-c-compiler'
Making install in tests-randomized
make[2]: Entering directory '/home/etsi/src/asn1c/tests/tests-randomized'
make[3]: Entering directory '/home/etsi/src/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/src/asn1c/tests/tests-randomized'
make[2]: Leaving directory '/home/etsi/src/asn1c/tests/tests-randomized'
make[2]: Entering directory '/home/etsi/src/asn1c/tests'
make[3]: Entering directory '/home/etsi/src/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/src/asn1c/tests'
make[2]: Leaving directory '/home/etsi/src/asn1c/tests'
make[1]: Leaving directory '/home/etsi/src/asn1c/tests'
Making install in examples
make[1]: Entering directory '/home/etsi/src/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  install-am
make[2]: Entering directory '/home/etsi/src/asn1c/examples'
make[3]: Entering directory '/home/etsi/src/asn1c/examples'
 /bin/mkdir -p '/home/etsi/bin'
 /usr/bin/install -c crfc2asn1.pl '/home/etsi/bin'
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/home/etsi/src/asn1c/examples'
make[2]: Leaving directory '/home/etsi/src/asn1c/examples'
make[1]: Leaving directory '/home/etsi/src/asn1c/examples'
Making install in doc
make[1]: Entering directory '/home/etsi/src/asn1c/doc'
Making install in docsrc
make[2]: Entering directory '/home/etsi/src/asn1c/doc/docsrc'
make[3]: Entering directory '/home/etsi/src/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/src/asn1c/doc/docsrc'
make[2]: Leaving directory '/home/etsi/src/asn1c/doc/docsrc'
Making install in man
make[2]: Entering directory '/home/etsi/src/asn1c/doc/man'
make[3]: Entering directory '/home/etsi/src/asn1c/doc/man'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/etsi/share/man/man1'
 /usr/bin/install -c -m 644 asn1c.1 unber.1 enber.1 '/home/etsi/share/man/man1'
make[3]: Leaving directory '/home/etsi/src/asn1c/doc/man'
make[2]: Leaving directory '/home/etsi/src/asn1c/doc/man'
make[2]: Entering directory '/home/etsi/src/asn1c/doc'
make[3]: Entering directory '/home/etsi/src/asn1c/doc'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/etsi/share/doc/asn1c'
 /usr/bin/install -c -m 644 ./asn1c-quick.pdf ./asn1c-usage.pdf '/home/etsi/share/doc/asn1c'
make[3]: Leaving directory '/home/etsi/src/asn1c/doc'
make[2]: Leaving directory '/home/etsi/src/asn1c/doc'
make[1]: Leaving directory '/home/etsi/src/asn1c/doc'
make[1]: Entering directory '/home/etsi/src/asn1c'
make[2]: Entering directory '/home/etsi/src/asn1c'
make[2]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/home/etsi/share/doc/asn1c'
 /usr/bin/install -c -m 644 README.md INSTALL.md REQUIREMENTS.md FAQ ChangeLog BUGS '/home/etsi/share/doc/asn1c'
make[2]: Leaving directory '/home/etsi/src/asn1c'
make[1]: Leaving directory '/home/etsi/src/asn1c'

cd ${HOME}
+ cd /home/etsi

exit 0
+ exit 0

echo -e "*****************************\n* Checkout TTF011 sources\n*****************************\n"
+ echo -e '*****************************\n* Checkout TTF011 sources\n*****************************\n'
cd ${HOME}/dev || exit 1
+ cd /home/etsi/dev
*****************************
* Checkout TTF011 sources
*****************************


git clone --recurse-submodules --single-branch https://forge.etsi.org/rep/ITS/TS.ITS.git TTF011_Its
+ git clone --recurse-submodules --single-branch https://forge.etsi.org/rep/ITS/TS.ITS.git TTF011_Its
Cloning into 'TTF011_Its'...
fatal: could not read Username for 'https://forge.etsi.org': No such device or address
cd ./TTF011_Its
+ cd ./TTF011_Its
/home/etsi/etc/init.d/40-ttf011.sh: line 10: cd: ./TTF011_Its: No such file or directory
for i in `find ./ttcn -type d -name "Ats*"`
do
    cd $i
    git checkout devel
    cd -
done
++ find ./ttcn -type d -name 'Ats*'
find: './ttcn': No such file or directory
for i in `find ./ttcn/Ats* -type d -name "asn1"`
do
    cd $i
    git checkout testing
    SUB_DIRS=`find . -type d`
    if [ "SUB_DIRS" != "" ]
    then
        for j in $SUB_DIRS
        do
            cd $j
            git checkout testing
            cd -
        done
    fi
    cd -
done
++ find './ttcn/Ats*' -type d -name asn1
find: './ttcn/Ats*': No such file or directory
cd /home/etsi/dev/TTF011_Its/ttcn/LibIts
+ cd /home/etsi/dev/TTF011_Its/ttcn/LibIts
/home/etsi/etc/init.d/40-ttf011.sh: line 33: cd: /home/etsi/dev/TTF011_Its/ttcn/LibIts: No such file or directory
git checkout TTF011
+ git checkout TTF011
fatal: not a git repository (or any of the parent directories): .git
cd /home/etsi/dev/TTF011_Its/scripts
+ cd /home/etsi/dev/TTF011_Its/scripts
/home/etsi/etc/init.d/40-ttf011.sh: line 35: cd: /home/etsi/dev/TTF011_Its/scripts: No such file or directory
chmod 775 *.bash devenv.bash.*
+ chmod 775 '*.bash' 'devenv.bash.*'
chmod: cannot access '*.bash': No such file or directory
chmod: cannot access 'devenv.bash.*': No such file or directory
cd /home/etsi
+ cd /home/etsi
ln -sf /home/etsi/dev/TTF011_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash
+ ln -sf /home/etsi/dev/TTF011_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash
ls -ltr /home/etsi
+ ls -ltr /home/etsi
total 44
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:37 tmp
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:37 man
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:37 lib
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:37 include
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:37 docs
drwxrwxr-x 4 etsi etsi 4096 Jan  6 13:38 etc
drwxr-xr-x 4 etsi etsi 4096 Jan  6 13:47 frameworks
drwxr-xr-x 3 etsi etsi 4096 Jan  6 13:47 src
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:48 bin
drwxr-xr-x 5 etsi etsi 4096 Jan  6 13:48 share
drwxr-xr-x 2 etsi etsi 4096 Jan  6 13:48 dev
lrwxrwxrwx 1 etsi etsi   52 Jan  6 13:48 devenv.bash -> /home/etsi/dev/TTF011_Its/scripts/devenv.bash.ubuntu

echo -e "*****************************\n* Init Workspace\n*****************************\n"
+ echo -e '*****************************\n* Init Workspace\n*****************************\n'
*****************************
* Init Workspace
*****************************

mkdir -p ${HOME}/dev/Workspace/TTF011/bin/asn1
+ mkdir -p /home/etsi/dev/Workspace/TTF011/bin/asn1
cd ${HOME}/dev/Workspace/TTF011
+ cd /home/etsi/dev/Workspace/TTF011
ln -s ../../TTF011_Its/testdata
+ ln -s ../../TTF011_Its/testdata
ln -s ../../TTF011_Its/data
+ ln -s ../../TTF011_Its/data

echo -e "*****************************\n* Make Certificate generator \n*****************************\n"
+ echo -e '*****************************\n* Make Certificate generator \n*****************************\n'
# make V3 certificate generators
cd ${HOME}/dev/TTF011_Its/tools/itscertgen/asn1certgen
+ cd /home/etsi/dev/TTF011_Its/tools/itscertgen/asn1certgen
*****************************
* Make Certificate generator 
*****************************

/home/etsi/etc/init.d/40-ttf011.sh: line 49: cd: /home/etsi/dev/TTF011_Its/tools/itscertgen/asn1certgen: No such file or directory
make
+ make
make: *** No targets specified and no makefile found.  Stop.

# generate certificates
cd ${HOME}/dev/TTF011_Its/data/v3
+ cd /home/etsi/dev/TTF011_Its/data/v3
/home/etsi/etc/init.d/40-ttf011.sh: line 53: cd: /home/etsi/dev/TTF011_Its/data/v3: No such file or directory
make
+ make
make: *** No targets specified and no makefile found.  Stop.

echo -e "*****************************\n* Install latest ETSI ITS plugtest certificates\n*****************************\n"
+ echo -e '*****************************\n* Install latest ETSI ITS plugtest certificates\n*****************************\n'
cp /home/etsi/dev/TTF011_Its/data/v3/asn1c_cert.tar.bz2 /home/etsi/tmp
+ cp /home/etsi/dev/TTF011_Its/data/v3/asn1c_cert.tar.bz2 /home/etsi/tmp
*****************************
* Install latest ETSI ITS plugtest certificates
*****************************

cp: cannot stat '/home/etsi/dev/TTF011_Its/data/v3/asn1c_cert.tar.bz2': No such file or directory
cd /home/etsi/tmp
+ cd /home/etsi/tmp
tar xvjf ./asn1c_cert.tar.bz2
+ tar xvjf ./asn1c_cert.tar.bz2
tar (child): ./asn1c_cert.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

cd ${HOME}
+ cd /home/etsi

exit 0
+ exit 0
*****************************
* Change user in cfg files
*****************************


echo -e "*****************************\n* Change user in cfg files\n*****************************\n"
+ echo -e '*****************************\n* Change user in cfg files\n*****************************\n'
. /home/etsi/devenv.bash
+ . /home/etsi/devenv.bash
/home/etsi/etc/init.d/50-ats.sh: line 7: /home/etsi/devenv.bash: No such file or directory
cd ${HOME}/dev/TTF011_Its/scripts || exit 1
+ cd /home/etsi/dev/TTF011_Its/scripts
/home/etsi/etc/init.d/50-ats.sh: line 8: cd: /home/etsi/dev/TTF011_Its/scripts: No such file or directory
+ exit 1
Removing intermediate container dcae42449555
The command '/bin/sh -c cd ${HOME}     && export PATH=$HOME/bin:$PATH     && ls ${HOME}/etc/init.d/*.sh | while read S; do /bin/bash -c "$S" || exit 1; done     && rm -fr ${HOME}/etc' returned a non-zero code: 1
+ echo 'Docker build failed: 1'
Docker build failed: 1
+ exit 1
#./run.sh
Build step 'Execute shell' marked build as failure
Finished: FAILURE