Started by GitLab push by Yann Garcia [EnvInject] - Loading node environment variables. Building remotely on build.forge.etsi.org (docker) in workspace /home/jenkins/workspace/emergency-communications/NG112 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:emtel/NG112.git # timeout=10 Fetching upstream changes from git@forge.etsi.org:emtel/NG112.git > git --version # timeout=10 using GIT_SSH to set credentials > git fetch --tags --progress git@forge.etsi.org:emtel/NG112.git +refs/heads/*:refs/remotes/origin/* > git rev-parse remotes/origin/ttf_t009^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains 362988e0595f60a24c19e3b913b05b4cc15af01e # timeout=10 Checking out Revision 362988e0595f60a24c19e3b913b05b4cc15af01e (origin/ttf_t009) > git config core.sparsecheckout # timeout=10 > git checkout -f 362988e0595f60a24c19e3b913b05b4cc15af01e Commit message: "Move to java-17" > git rev-list --no-walk 858651641b29fd57224c51f318431a6ad29d7bcc # timeout=10 [NG112] $ /bin/bash /tmp/jenkins7412946077975381691.sh #set -e cd $(dirname $0) dirname $0 ++ dirname .jenkins.sh + cd . run_dir=`pwd` pwd ++ pwd + run_dir=/home/jenkins/workspace/emergency-communications/NG112 # Docker version 2 cd virtualization/docker + cd virtualization/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 28.67kB Step 1/7 : FROM ubuntu:18.04 ---> 886eca19e611 Step 2/7 : MAINTAINER ETSI STF ---> Running in 4f2a4021ad0e ---> 0e2f18a935ab Removing intermediate container 4f2a4021ad0e Step 3/7 : LABEL description "STF Docker Ubuntu image" ---> Running in 3e887fc20962 ---> 73e5d8c9833e Removing intermediate container 3e887fc20962 Step 4/7 : ENV TERM linux HOSTNAME docker-STF ---> Running in d60afc413b44 ---> 929b33bfde67 Removing intermediate container d60afc413b44 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 d4945708ef68 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://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.8 kB] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1463 kB] Get:7 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [2517 kB] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [738 kB] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2242 kB] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2954 kB] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [34.5 kB] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [771 kB] Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [12.6 kB] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.6 kB] Fetched 24.1 MB in 3s (9171 kB/s) Reading package lists... Reading package lists... Building dependency tree... Reading state information... Calculating upgrade... The following packages will be upgraded: login passwd 2 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Need to get 1126 kB of archives. After this operation, 17.4 kB of additional disk space will be used. Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2.2 [308 kB] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2.2 [818 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1126 kB in 0s (4034 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 .../login_1%3a4.5-1ubuntu2.2_amd64.deb ... Unpacking login (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu2) ... Setting up login (1:4.5-1ubuntu2.2) ... (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 4051 files and directories currently installed.) Preparing to unpack .../passwd_1%3a4.5-1ubuntu2.2_amd64.deb ... Unpacking passwd (1:4.5-1ubuntu2.2) over (1:4.5-1ubuntu2) ... Setting up passwd (1:4.5-1ubuntu2.2) ... 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.7 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) ... Get:1 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic InRelease [15.9 kB] 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 Get:6 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 Packages [2143 B] Fetched 18.0 kB in 1s (25.4 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://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcap2 amd64 1:2.25-1.2 [13.0 kB] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libargon2-0 amd64 0~20161029-1.1 [19.9 kB] Get:6 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:7 http://ppa.launchpad.net/linuxuprising/java/ubuntu bionic/main amd64 oracle-java17-set-default all 17.0.1-1~linuxuprising5 [2540 B] 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-updates/main amd64 libqt5svg5 amd64 5.9.5-0ubuntu1.1 [129 kB] Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libqt5svg5-dev amd64 5.9.5-0ubuntu1.1 [9892 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.8 [49.9 kB] Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim-common all 2:8.0.1453-1ubuntu1.8 [71.1 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.15 [5092 kB] Get:326 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.18.04.15 [2265 kB] Get:327 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.18.04.15 [51.4 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.11 [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.11 [3072 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.8 [5435 kB] Get:626 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 vim amd64 2:8.0.1453-1ubuntu1.8 [1154 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 12s (41.3 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.1_amd64.deb ... Unpacking libqt5svg5:amd64 (5.9.5-0ubuntu1.1) ... Selecting previously unselected package libqt5svg5-dev:amd64. Preparing to unpack .../094-libqt5svg5-dev_5.9.5-0ubuntu1.1_amd64.deb ... Unpacking libqt5svg5-dev:amd64 (5.9.5-0ubuntu1.1) ... 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-28 13:27:24-- 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-28 13:27:24-- 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% 43.6M 3s 32768K ........ ........ ........ ........ 37% 48.9M 2s 65536K ........ ........ ........ ........ 55% 49.1M 2s 98304K ........ ........ ........ ........ 74% 49.1M 1s 131072K ........ ........ ........ ........ 92% 49.5M 0s 163840K ........ .... 100% 48.8M=3.6s 2022-01-28 13:27:28 (48.0 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.8_amd64.deb ... Unpacking xxd (2:8.0.1453-1ubuntu1.8) ... Selecting previously unselected package vim-common. Preparing to unpack .../017-vim-common_2%3a8.0.1453-1ubuntu1.8_all.deb ... Unpacking vim-common (2:8.0.1453-1ubuntu1.8) ... 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.15_all.deb ... Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.15) ... Selecting previously unselected package libgs9:amd64. Preparing to unpack .../180-libgs9_9.26~dfsg+0-0ubuntu0.18.04.15_amd64.deb ... Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.15) ... Selecting previously unselected package ghostscript. Preparing to unpack .../181-ghostscript_9.26~dfsg+0-0ubuntu0.18.04.15_amd64.deb ... Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.18.04.15) ... 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.11_amd64.deb ... Unpacking ruby2.5 (2.5.1-1ubuntu1.11) ... 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.11_amd64.deb ... Unpacking libruby2.5:amd64 (2.5.1-1ubuntu1.11) ... 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.8_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.8) ... Selecting previously unselected package vim. Preparing to unpack .../480-vim_2%3a8.0.1453-1ubuntu1.8_amd64.deb ... Unpacking vim (2:8.0.1453-1ubuntu1.8) ... 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.15) ... 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.8) ... 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: Fri Jan 28 13:28:57 UTC 2022. Universal Time is now: Fri Jan 28 13:28:57 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.8) ... 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.8) ... 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.8) ... 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.15) ... 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.15) ... 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:NSGSX9r9o3eiXrQfILYix885Df9QaH4dszbew7tZYeo root@d4945708ef68 (RSA) Creating SSH2 ECDSA key; this may take some time ... 256 SHA256:PNfudzlmgOLoUSB/f5IoHKWShcli8BSqA3G3UVha/cA root@d4945708ef68 (ECDSA) Creating SSH2 ED25519 key; this may take some time ... 256 SHA256:Nms/EcCqCJ2dZd/deY9as+npi4kSHmQui/HACr+GZBE root@d4945708ef68 (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.1) ... 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.1) ... 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.11) ... 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.11) ... 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. ---> 0ece5a26755c Removing intermediate container d4945708ef68 Step 6/7 : EXPOSE 22 ---> Running in d4c02b43d936 ---> f2e5e103d51d Removing intermediate container d4c02b43d936 Step 7/7 : CMD /bin/bash ---> Running in 0fe95a473138 ---> f1643a8064d9 Removing intermediate container 0fe95a473138 Successfully built f1643a8064d9 Successfully tagged stfubuntu:18.04 docker build --no-cache --tag ttf_t009_ng112 --force-rm . || ( echo "Docker build failed: $?"; exit 1 ) + docker build --no-cache --tag ttf_t009_ng112 --force-rm . Sending build context to Docker daemon 28.67kB Step 1/10 : FROM stfubuntu:18.04 ---> f1643a8064d9 Step 2/10 : MAINTAINER ETSI NG112 ---> Running in e5a130caa860 ---> ac4d3abf53d4 Removing intermediate container e5a130caa860 Step 3/10 : LABEL description "ETSI NG112 Docker Image" ---> Running in b1edf8d3ed87 ---> 9b2b8a537793 Removing intermediate container b1edf8d3ed87 Step 4/10 : ENV TERM linux HOME /home/etsi HOSTNAME docker-etsi-ng112 ---> Running in 75802fdfca7b ---> fe55f57b188c Removing intermediate container 75802fdfca7b Step 5/10 : COPY home /home/etsi ---> 9703d090aa15 Removing intermediate container 840380bb7c20 Step 6/10 : RUN /etc/init.d/ssh start ---> Running in 1e1100f02a5d * Starting OpenBSD Secure Shell server sshd ...done. ---> 1860223c728f Removing intermediate container 1e1100f02a5d Step 7/10 : 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 ec673a978f3c ---> a332f7b2b31a Removing intermediate container ec673a978f3c Step 8/10 : USER etsi ---> Running in 6fb6b753c420 ---> 65f468e8c916 Removing intermediate container 6fb6b753c420 Step 9/10 : RUN cd ${HOME} && ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 && 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 276848a044c5 Enter passphrase (empty for no passphrase): Enter same passphrase again: Generating public/private ed25519 key pair. Created directory '/home/etsi/.ssh'. Your identification has been saved in /home/etsi/.ssh/id_ed25519. Your public key has been saved in /home/etsi/.ssh/id_ed25519.pub. The key fingerprint is: SHA256:ADt5beuMEvxJFUJ2DcWZK7H9a1yjtnNEpO45EOmd+CE etsi@276848a044c5 The key's randomart image is: +--[ED25519 256]--+ | ..+ +=.o | | = +..= . | | + o ++ o o | | . o +o.= . . | | o . So * o | | + = E * + | | . + o * B . | | . % . | | o.= | +----[SHA256]-----+  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 ***************************** ++ sed s:bin/java:: ++ readlink -f /usr/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 ++ grep 'titan\.core\.git' ++ head -n 1 + 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) Receiving objects: 21% (15911/75763) Receiving objects: 22% (16668/75763) Receiving objects: 23% (17426/75763) Receiving objects: 24% (18184/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 25% (18941/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 26% (19699/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 27% (20457/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 28% (21214/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 29% (21972/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 30% (22729/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 31% (23487/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 32% (24245/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 33% (25002/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 34% (25760/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 35% (26518/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 36% (27275/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 37% (28033/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 38% (28790/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 39% (29548/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 40% (30306/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 41% (31063/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 42% (31821/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 42% (32554/75763), 7.45 MiB | 14.88 MiB/s Receiving objects: 43% (32579/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 44% (33336/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 45% (34094/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 46% (34851/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 47% (35609/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 48% (36367/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 49% (37124/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 50% (37882/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 51% (38640/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 52% (39397/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 53% (40155/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 54% (40913/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 55% (41670/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 56% (42428/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 57% (43185/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 58% (43943/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 59% (44701/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 60% (45458/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 61% (46216/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 62% (46974/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 63% (47731/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 64% (48489/75763), 19.55 MiB | 19.54 MiB/s Receiving objects: 65% (49246/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 66% (50004/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 67% (50762/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 68% (51519/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 69% (52277/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 70% (53035/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 71% (53792/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 72% (54550/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 73% (55307/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 74% (56065/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 75% (56823/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 76% (57580/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 77% (58338/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 78% (59096/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 79% (59853/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 80% (60611/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 81% (61369/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 82% (62126/75763), 32.05 MiB | 21.37 MiB/s Receiving objects: 82% (62798/75763), 45.93 MiB | 22.96 MiB/s Receiving objects: 83% (62884/75763), 45.93 MiB | 22.96 MiB/s Receiving objects: 84% (63641/75763), 45.93 MiB | 22.96 MiB/s Receiving objects: 85% (64399/75763), 45.93 MiB | 22.96 MiB/s Receiving objects: 86% (65157/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 87% (65914/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 88% (66672/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 89% (67430/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 90% (68187/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 91% (68945/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 92% (69702/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 92% (69705/75763), 56.87 MiB | 22.75 MiB/s Receiving objects: 93% (70460/75763), 78.97 MiB | 26.32 MiB/s Receiving objects: 94% (71218/75763), 78.97 MiB | 26.32 MiB/s Receiving objects: 95% (71975/75763), 78.97 MiB | 26.32 MiB/s Receiving objects: 96% (72733/75763), 78.97 MiB | 26.32 MiB/s Receiving objects: 97% (73491/75763), 78.97 MiB | 26.32 MiB/s Receiving objects: 98% (74248/75763), 98.11 MiB | 28.03 MiB/s Receiving objects: 99% (75006/75763), 98.11 MiB | 28.03 MiB/s remote: Total 75763 (delta 483), reused 808 (delta 483), pack-reused 74955 Receiving objects: 100% (75763/75763), 98.11 MiB | 28.03 MiB/s Receiving objects: 100% (75763/75763), 104.51 MiB | 27.86 MiB/s, done. Resolving deltas: 0% (0/60405) Resolving deltas: 1% (670/60405) Resolving deltas: 2% (1210/60405) Resolving deltas: 3% (1824/60405) Resolving deltas: 4% (2419/60405) Resolving deltas: 5% (3024/60405) Resolving deltas: 6% (3666/60405) Resolving deltas: 7% (4250/60405) Resolving deltas: 8% (4836/60405) Resolving deltas: 9% (5438/60405) Resolving deltas: 10% (6081/60405) Resolving deltas: 11% (6650/60405) Resolving deltas: 12% (7253/60405) Resolving deltas: 13% (7881/60405) Resolving deltas: 14% (8461/60405) Resolving deltas: 15% (9064/60405) Resolving deltas: 16% (9689/60405) Resolving deltas: 17% (10272/60405) Resolving deltas: 18% (10886/60405) Resolving deltas: 19% (11766/60405) Resolving deltas: 20% (12102/60405) Resolving deltas: 21% (12707/60405) Resolving deltas: 22% (13306/60405) Resolving deltas: 23% (13920/60405) Resolving deltas: 24% (14511/60405) Resolving deltas: 25% (15123/60405) Resolving deltas: 26% (15752/60405) Resolving deltas: 27% (16314/60405) Resolving deltas: 28% (16921/60405) Resolving deltas: 29% (17518/60405) Resolving deltas: 30% (18130/60405) Resolving deltas: 31% (18742/60405) Resolving deltas: 32% (19332/60405) Resolving deltas: 33% (19938/60405) Resolving deltas: 34% (20538/60405) Resolving deltas: 35% (21307/60405) Resolving deltas: 36% (21758/60405) Resolving deltas: 37% (22384/60405) Resolving deltas: 38% (22962/60405) Resolving deltas: 39% (23558/60405) Resolving deltas: 40% (24216/60405) Resolving deltas: 41% (24769/60405) Resolving deltas: 42% (25378/60405) Resolving deltas: 43% (26009/60405) Resolving deltas: 44% (26587/60405) Resolving deltas: 45% (27183/60405) Resolving deltas: 45% (27374/60405) Resolving deltas: 46% (27787/60405) Resolving deltas: 47% (28391/60405) Resolving deltas: 48% (28996/60405) Resolving deltas: 49% (29602/60405) Resolving deltas: 50% (30231/60405) Resolving deltas: 51% (30825/60405) Resolving deltas: 52% (31426/60405) Resolving deltas: 53% (32033/60405) Resolving deltas: 54% (32752/60405) Resolving deltas: 55% (33240/60405) Resolving deltas: 56% (33827/60405) Resolving deltas: 57% (34469/60405) Resolving deltas: 58% (35056/60405) Resolving deltas: 59% (35642/60405) Resolving deltas: 60% (36303/60405) Resolving deltas: 61% (36924/60405) Resolving deltas: 62% (37458/60405) Resolving deltas: 63% (38061/60405) Resolving deltas: 64% (38665/60405) Resolving deltas: 65% (39270/60405) Resolving deltas: 66% (39868/60405) Resolving deltas: 67% (40473/60405) Resolving deltas: 68% (41086/60405) Resolving deltas: 69% (41685/60405) Resolving deltas: 70% (42406/60405) Resolving deltas: 71% (42891/60405) Resolving deltas: 72% (43492/60405) Resolving deltas: 73% (44486/60405) Resolving deltas: 74% (44710/60405) Resolving deltas: 75% (45386/60405) Resolving deltas: 75% (45878/60405) Resolving deltas: 76% (45908/60405) Resolving deltas: 77% (46548/60405) Resolving deltas: 78% (47205/60405) Resolving deltas: 79% (47745/60405) Resolving deltas: 80% (48604/60405) Resolving deltas: 81% (48939/60405) Resolving deltas: 82% (49579/60405) Resolving deltas: 83% (50167/60405) Resolving deltas: 84% (50744/60405) Resolving deltas: 85% (51364/60405) Resolving deltas: 86% (51953/60405) Resolving deltas: 87% (52558/60405) Resolving deltas: 88% (53159/60405) Resolving deltas: 89% (53806/60405) Resolving deltas: 90% (54367/60405) Resolving deltas: 91% (54976/60405) Resolving deltas: 92% (55573/60405) Resolving deltas: 93% (56178/60405) Resolving deltas: 94% (56782/60405) Resolving deltas: 95% (57390/60405) Resolving deltas: 96% (57989/60405) Resolving deltas: 97% (58593/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: 72% (7691/10657) Checking out files: 73% (7780/10657) Checking out files: 74% (7887/10657) Checking out files: 75% (7993/10657) Checking out files: 76% (8100/10657) Checking out files: 77% (8206/10657) Checking out files: 78% (8313/10657) Checking out files: 79% (8420/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 < 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(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(\"  %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 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((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((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((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((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@276848a044c5: Unix server socket created successfully. MC@276848a044c5: Listening on TCP port 44976. MC2> >>> Branch 1 spawn ./MyExample 127.0.0.1 44976 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@276848a044c5: New HC connected from 127.0.0.1 [127.0.0.1]. 276848a044c5: Linux 4.4.0-210-generic on x86_64. cmtc MC@276848a044c5: Downloading configuration file to all HCs. MC@276848a044c5: Configuration file was processed on all HCs. MC@276848a044c5: Creating MTC on host 127.0.0.1. MC@276848a044c5: MTC is created. MC2> smtc Executing all items of [EXECUTE] section. MC2> MTC@276848a044c5: Execution of control part in module MyExample started. MTC@276848a044c5: Test case HelloW started. Hello, world! MTC@276848a044c5: Test case HelloW finished. Verdict: pass MTC@276848a044c5: Test case HelloW2 started. Hello, world! MTC@276848a044c5: Test case HelloW2 finished. Verdict: pass MTC@276848a044c5: Execution of control part in module MyExample finished. MC@276848a044c5: Test execution finished. Execution of [EXECUTE] section finished. emtc MC@276848a044c5: Terminating MTC. MTC@276848a044c5: Verdict statistics: 0 none (0.00 %), 2 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 error (0.00 %). MTC@276848a044c5: Test execution summary: 2 test cases were executed. Overall verdict: pass MC@276848a044c5: MTC terminated. MC2> exit MC@276848a044c5: Shutting down session. MC@276848a044c5: 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 + grep -v -e '^\s*#' -e 'titan\.core' + read REPO + '[' -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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.Common_Components.Abstract_Socket.git + 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) 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) remote: Total 112 (delta 5), reused 36 (delta 5), pack-reused 76 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.73 MiB/s, done. Resolving deltas: 0% (0/39) Resolving deltas: 12% (5/39) Resolving deltas: 15% (6/39) Resolving deltas: 20% (8/39) Resolving deltas: 30% (12/39) Resolving deltas: 33% (13/39) Resolving deltas: 35% (14/39) Resolving deltas: 43% (17/39) Resolving deltas: 46% (18/39) Resolving deltas: 56% (22/39) Resolving deltas: 71% (28/39) Resolving deltas: 79% (31/39) Resolving deltas: 82% (32/39) Resolving deltas: 87% (34/39) Resolving deltas: 97% (38/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) remote: Total 132 (delta 2), reused 20 (delta 2), pack-reused 112 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) Receiving objects: 98% (130/132) Receiving objects: 99% (131/132) Receiving objects: 100% (132/132) Receiving objects: 100% (132/132), 608.27 KiB | 4.17 MiB/s, done. Resolving deltas: 0% (0/54) Resolving deltas: 1% (1/54) Resolving deltas: 5% (3/54) Resolving deltas: 7% (4/54) Resolving deltas: 16% (9/54) Resolving deltas: 18% (10/54) Resolving deltas: 22% (12/54) Resolving deltas: 29% (16/54) Resolving deltas: 33% (18/54) Resolving deltas: 51% (28/54) Resolving deltas: 64% (35/54) Resolving deltas: 74% (40/54) Resolving deltas: 81% (44/54) Resolving deltas: 85% (46/54) Resolving deltas: 92% (50/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 ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.LANL2asp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + 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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.SCTPasp.git + 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: 90, done. remote: Counting objects: 6% (1/16) remote: Counting objects: 12% (2/16) remote: Counting objects: 18% (3/16) remote: Counting objects: 25% (4/16) remote: Counting objects: 31% (5/16) remote: Counting objects: 37% (6/16) remote: Counting objects: 43% (7/16) remote: Counting objects: 50% (8/16) remote: Counting objects: 56% (9/16) remote: Counting objects: 62% (10/16) remote: Counting objects: 68% (11/16) remote: Counting objects: 75% (12/16) remote: Counting objects: 81% (13/16) remote: Counting objects: 87% (14/16) remote: Counting objects: 93% (15/16) remote: Counting objects: 100% (16/16) remote: Counting objects: 100% (16/16), done. remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. remote: Total 90 (delta 9), reused 16 (delta 9), 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.99 MiB/s, done. Resolving deltas: 0% (0/74) Resolving deltas: 2% (2/74) Resolving deltas: 5% (4/74) Resolving deltas: 6% (5/74) Resolving deltas: 8% (6/74) Resolving deltas: 10% (8/74) Resolving deltas: 17% (13/74) Resolving deltas: 21% (16/74) Resolving deltas: 24% (18/74) Resolving deltas: 31% (23/74) Resolving deltas: 35% (26/74) Resolving deltas: 47% (35/74) Resolving deltas: 50% (37/74) Resolving deltas: 52% (39/74) Resolving deltas: 64% (48/74) Resolving deltas: 71% (53/74) Resolving deltas: 75% (56/74) Resolving deltas: 77% (57/74) Resolving deltas: 85% (63/74) Resolving deltas: 86% (64/74) Resolving deltas: 90% (67/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) remote: Total 132 (delta 0), reused 0 (delta 0), pack-reused 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) Receiving objects: 98% (130/132) Receiving objects: 99% (131/132) Receiving objects: 100% (132/132) Receiving objects: 100% (132/132), 307.94 KiB | 2.59 MiB/s, done. Resolving deltas: 0% (0/71) Resolving deltas: 5% (4/71) Resolving deltas: 7% (5/71) Resolving deltas: 8% (6/71) Resolving deltas: 12% (9/71) Resolving deltas: 14% (10/71) Resolving deltas: 15% (11/71) Resolving deltas: 16% (12/71) Resolving deltas: 18% (13/71) Resolving deltas: 23% (17/71) Resolving deltas: 29% (21/71) Resolving deltas: 36% (26/71) Resolving deltas: 42% (30/71) Resolving deltas: 47% (34/71) Resolving deltas: 53% (38/71) Resolving deltas: 59% (42/71) Resolving deltas: 64% (46/71) Resolving deltas: 66% (47/71) Resolving deltas: 76% (54/71) Resolving deltas: 83% (59/71) Resolving deltas: 85% (61/71) Resolving deltas: 87% (62/71) Resolving deltas: 92% (66/71) Resolving deltas: 94% (67/71) Resolving deltas: 98% (70/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 ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.TestPorts.UDPasp.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + 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) 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) remote: Total 861 (delta 0), reused 0 (delta 0), pack-reused 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.49 MiB/s, done. Resolving deltas: 0% (0/733) Resolving deltas: 1% (8/733) Resolving deltas: 2% (16/733) Resolving deltas: 4% (31/733) Resolving deltas: 7% (54/733) Resolving deltas: 8% (64/733) Resolving deltas: 10% (79/733) Resolving deltas: 11% (82/733) Resolving deltas: 12% (90/733) Resolving deltas: 13% (96/733) Resolving deltas: 14% (106/733) Resolving deltas: 15% (116/733) Resolving deltas: 17% (127/733) Resolving deltas: 21% (158/733) Resolving deltas: 22% (163/733) Resolving deltas: 23% (173/733) Resolving deltas: 24% (179/733) Resolving deltas: 25% (188/733) Resolving deltas: 27% (201/733) Resolving deltas: 28% (212/733) Resolving deltas: 30% (223/733) Resolving deltas: 31% (232/733) Resolving deltas: 33% (243/733) Resolving deltas: 34% (250/733) Resolving deltas: 35% (257/733) Resolving deltas: 37% (273/733) Resolving deltas: 38% (285/733) Resolving deltas: 39% (291/733) Resolving deltas: 40% (295/733) Resolving deltas: 42% (308/733) Resolving deltas: 43% (316/733) Resolving deltas: 44% (323/733) Resolving deltas: 45% (335/733) Resolving deltas: 49% (365/733) Resolving deltas: 54% (400/733) Resolving deltas: 56% (412/733) Resolving deltas: 60% (445/733) Resolving deltas: 61% (448/733) Resolving deltas: 63% (468/733) Resolving deltas: 64% (474/733) Resolving deltas: 66% (488/733) Resolving deltas: 67% (494/733) Resolving deltas: 68% (500/733) Resolving deltas: 69% (511/733) Resolving deltas: 71% (526/733) Resolving deltas: 72% (531/733) Resolving deltas: 73% (542/733) Resolving deltas: 74% (544/733) Resolving deltas: 77% (568/733) Resolving deltas: 78% (579/733) Resolving deltas: 80% (588/733) Resolving deltas: 82% (605/733) Resolving deltas: 83% (612/733) Resolving deltas: 85% (625/733) Resolving deltas: 87% (640/733) Resolving deltas: 88% (646/733) Resolving deltas: 89% (655/733) Resolving deltas: 90% (661/733) Resolving deltas: 95% (699/733) Resolving deltas: 96% (706/733) Resolving deltas: 97% (713/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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.DNS.git + 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) 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) remote: Total 102 (delta 0), reused 0 (delta 0), pack-reused 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.73 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: 20% (11/55) Resolving deltas: 32% (18/55) Resolving deltas: 34% (19/55) Resolving deltas: 38% (21/55) Resolving deltas: 40% (22/55) Resolving deltas: 43% (24/55) Resolving deltas: 52% (29/55) Resolving deltas: 54% (30/55) Resolving deltas: 63% (35/55) Resolving deltas: 74% (41/55) Resolving deltas: 81% (45/55) Resolving deltas: 89% (49/55) Resolving deltas: 92% (51/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 ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.SMPP.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + 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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.UDP.git + 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) remote: Total 109 (delta 0), reused 0 (delta 0), pack-reused 109 Receiving objects: 70% (77/109) Receiving objects: 71% (78/109) Receiving objects: 72% (79/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.18 MiB/s, done. Resolving deltas: 0% (0/75) Resolving deltas: 2% (2/75) Resolving deltas: 4% (3/75) Resolving deltas: 6% (5/75) Resolving deltas: 10% (8/75) Resolving deltas: 13% (10/75) Resolving deltas: 16% (12/75) Resolving deltas: 24% (18/75) Resolving deltas: 32% (24/75) Resolving deltas: 45% (34/75) Resolving deltas: 49% (37/75) Resolving deltas: 60% (45/75) Resolving deltas: 86% (65/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.34 MiB/s, done. Resolving deltas: 0% (0/974) Resolving deltas: 1% (14/974) Resolving deltas: 2% (20/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% (91/974) Resolving deltas: 10% (103/974) Resolving deltas: 11% (108/974) Resolving deltas: 12% (117/974) Resolving deltas: 13% (128/974) Resolving deltas: 14% (137/974) Resolving deltas: 16% (156/974) Resolving deltas: 17% (168/974) Resolving deltas: 18% (178/974) Resolving deltas: 19% (193/974) Resolving deltas: 20% (200/974) Resolving deltas: 21% (207/974) Resolving deltas: 22% (215/974) Resolving deltas: 23% (225/974) Resolving deltas: 24% (234/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% (344/974) Resolving deltas: 36% (356/974) Resolving deltas: 37% (362/974) Resolving deltas: 39% (381/974) Resolving deltas: 40% (392/974) Resolving deltas: 41% (402/974) Resolving deltas: 42% (411/974) Resolving deltas: 43% (420/974) Resolving deltas: 44% (429/974) Resolving deltas: 45% (442/974) Resolving deltas: 46% (454/974) Resolving deltas: 47% (458/974) Resolving deltas: 48% (468/974) Resolving deltas: 49% (483/974) Resolving deltas: 50% (487/974) Resolving deltas: 51% (505/974) Resolving deltas: 52% (507/974) Resolving deltas: 53% (521/974) Resolving deltas: 54% (530/974) Resolving deltas: 55% (537/974) Resolving deltas: 56% (548/974) Resolving deltas: 58% (568/974) Resolving deltas: 59% (583/974) Resolving deltas: 60% (585/974) Resolving deltas: 61% (602/974) Resolving deltas: 68% (668/974) Resolving deltas: 70% (686/974) Resolving deltas: 71% (700/974) Resolving deltas: 72% (706/974) Resolving deltas: 73% (716/974) Resolving deltas: 80% (785/974) Resolving deltas: 81% (795/974) Resolving deltas: 82% (802/974) Resolving deltas: 83% (809/974) Resolving deltas: 92% (899/974) Resolving deltas: 94% (920/974) Resolving deltas: 95% (928/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.87 MiB/s, done. Resolving deltas: 0% (0/57) Resolving deltas: 3% (2/57) Resolving deltas: 8% (5/57) Resolving deltas: 12% (7/57) Resolving deltas: 15% (9/57) Resolving deltas: 22% (13/57) Resolving deltas: 29% (17/57) Resolving deltas: 40% (23/57) Resolving deltas: 47% (27/57) Resolving deltas: 50% (29/57) Resolving deltas: 63% (36/57) Resolving deltas: 71% (41/57) Resolving deltas: 73% (42/57) Resolving deltas: 75% (43/57) Resolving deltas: 78% (45/57) Resolving deltas: 84% (48/57) Resolving deltas: 92% (53/57) Resolving deltas: 94% (54/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 | 4.11 MiB/s, done. Resolving deltas: 0% (0/52) Resolving deltas: 13% (7/52) Resolving deltas: 15% (8/52) Resolving deltas: 25% (13/52) Resolving deltas: 36% (19/52) Resolving deltas: 53% (28/52) Resolving deltas: 55% (29/52) Resolving deltas: 59% (31/52) Resolving deltas: 71% (37/52) Resolving deltas: 82% (43/52) Resolving deltas: 92% (48/52) Resolving deltas: 98% (51/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: 473, done. remote: Counting objects: 2% (1/45) remote: Counting objects: 4% (2/45) remote: Counting objects: 6% (3/45) remote: Counting objects: 8% (4/45) remote: Counting objects: 11% (5/45) remote: Counting objects: 13% (6/45) remote: Counting objects: 15% (7/45) remote: Counting objects: 17% (8/45) remote: Counting objects: 20% (9/45) remote: Counting objects: 22% (10/45) remote: Counting objects: 24% (11/45) remote: Counting objects: 26% (12/45) remote: Counting objects: 28% (13/45) remote: Counting objects: 31% (14/45) remote: Counting objects: 33% (15/45) remote: Counting objects: 35% (16/45) remote: Counting objects: 37% (17/45) remote: Counting objects: 40% (18/45) remote: Counting objects: 42% (19/45) remote: Counting objects: 44% (20/45) remote: Counting objects: 46% (21/45) remote: Counting objects: 48% (22/45) remote: Counting objects: 51% (23/45) remote: Counting objects: 53% (24/45) remote: Counting objects: 55% (25/45) remote: Counting objects: 57% (26/45) remote: Counting objects: 60% (27/45) remote: Counting objects: 62% (28/45) remote: Counting objects: 64% (29/45) remote: Counting objects: 66% (30/45) remote: Counting objects: 68% (31/45) remote: Counting objects: 71% (32/45) remote: Counting objects: 73% (33/45) remote: Counting objects: 75% (34/45) remote: Counting objects: 77% (35/45) remote: Counting objects: 80% (36/45) remote: Counting objects: 82% (37/45) remote: Counting objects: 84% (38/45) remote: Counting objects: 86% (39/45) remote: Counting objects: 88% (40/45) remote: Counting objects: 91% (41/45) remote: Counting objects: 93% (42/45) remote: Counting objects: 95% (43/45) remote: Counting objects: 97% (44/45) remote: Counting objects: 100% (45/45) remote: Counting objects: 100% (45/45), done. remote: Compressing objects: 3% (1/29) remote: Compressing objects: 6% (2/29) remote: Compressing objects: 10% (3/29) remote: Compressing objects: 13% (4/29) remote: Compressing objects: 17% (5/29) remote: Compressing objects: 20% (6/29) remote: Compressing objects: 24% (7/29) remote: Compressing objects: 27% (8/29) remote: Compressing objects: 31% (9/29) remote: Compressing objects: 34% (10/29) remote: Compressing objects: 37% (11/29) remote: Compressing objects: 41% (12/29) remote: Compressing objects: 44% (13/29) remote: Compressing objects: 48% (14/29) remote: Compressing objects: 51% (15/29) remote: Compressing objects: 55% (16/29) remote: Compressing objects: 58% (17/29) remote: Compressing objects: 62% (18/29) remote: Compressing objects: 65% (19/29) remote: Compressing objects: 68% (20/29) remote: Compressing objects: 72% (21/29) remote: Compressing objects: 75% (22/29) remote: Compressing objects: 79% (23/29) remote: Compressing objects: 82% (24/29) remote: Compressing objects: 86% (25/29) remote: Compressing objects: 89% (26/29) remote: Compressing objects: 93% (27/29) remote: Compressing objects: 96% (28/29) remote: Compressing objects: 100% (29/29) remote: Compressing objects: 100% (29/29), done. Receiving objects: 0% (1/473) Receiving objects: 1% (5/473) Receiving objects: 2% (10/473) Receiving objects: 3% (15/473) Receiving objects: 4% (19/473) Receiving objects: 5% (24/473) Receiving objects: 6% (29/473) Receiving objects: 7% (34/473) Receiving objects: 8% (38/473) Receiving objects: 9% (43/473) Receiving objects: 10% (48/473) Receiving objects: 11% (53/473) Receiving objects: 12% (57/473) Receiving objects: 13% (62/473) Receiving objects: 14% (67/473) Receiving objects: 15% (71/473) Receiving objects: 16% (76/473) Receiving objects: 17% (81/473) Receiving objects: 18% (86/473) Receiving objects: 19% (90/473) Receiving objects: 20% (95/473) Receiving objects: 21% (100/473) Receiving objects: 22% (105/473) Receiving objects: 23% (109/473) Receiving objects: 24% (114/473) Receiving objects: 25% (119/473) Receiving objects: 26% (123/473) Receiving objects: 27% (128/473) Receiving objects: 28% (133/473) Receiving objects: 29% (138/473) Receiving objects: 30% (142/473) Receiving objects: 31% (147/473) Receiving objects: 32% (152/473) Receiving objects: 33% (157/473) Receiving objects: 34% (161/473) Receiving objects: 35% (166/473) Receiving objects: 36% (171/473) Receiving objects: 37% (176/473) Receiving objects: 38% (180/473) Receiving objects: 39% (185/473) Receiving objects: 40% (190/473) Receiving objects: 41% (194/473) Receiving objects: 42% (199/473) Receiving objects: 43% (204/473) Receiving objects: 44% (209/473) Receiving objects: 45% (213/473) Receiving objects: 46% (218/473) Receiving objects: 47% (223/473) Receiving objects: 48% (228/473) Receiving objects: 49% (232/473) Receiving objects: 50% (237/473) Receiving objects: 51% (242/473) Receiving objects: 52% (246/473) Receiving objects: 53% (251/473) Receiving objects: 54% (256/473) Receiving objects: 55% (261/473) Receiving objects: 56% (265/473) Receiving objects: 57% (270/473) Receiving objects: 58% (275/473) Receiving objects: 59% (280/473) Receiving objects: 60% (284/473) Receiving objects: 61% (289/473) Receiving objects: 62% (294/473) Receiving objects: 63% (298/473) Receiving objects: 64% (303/473) Receiving objects: 65% (308/473) Receiving objects: 66% (313/473) Receiving objects: 67% (317/473) Receiving objects: 68% (322/473) Receiving objects: 69% (327/473) Receiving objects: 70% (332/473) Receiving objects: 71% (336/473) Receiving objects: 72% (341/473) Receiving objects: 73% (346/473) Receiving objects: 74% (351/473) Receiving objects: 75% (355/473) Receiving objects: 76% (360/473) Receiving objects: 77% (365/473) Receiving objects: 78% (369/473) Receiving objects: 79% (374/473) Receiving objects: 80% (379/473) Receiving objects: 81% (384/473) Receiving objects: 82% (388/473) Receiving objects: 83% (393/473) Receiving objects: 84% (398/473) Receiving objects: 85% (403/473) Receiving objects: 86% (407/473) Receiving objects: 87% (412/473) Receiving objects: 88% (417/473) Receiving objects: 89% (421/473) Receiving objects: 90% (426/473) Receiving objects: 91% (431/473) Receiving objects: 92% (436/473) Receiving objects: 93% (440/473) Receiving objects: 94% (445/473) Receiving objects: 95% (450/473) remote: Total 473 (delta 11), reused 45 (delta 11), pack-reused 428 Receiving objects: 96% (455/473) Receiving objects: 97% (459/473) Receiving objects: 98% (464/473) Receiving objects: 99% (469/473) Receiving objects: 100% (473/473) Receiving objects: 100% (473/473), 899.81 KiB | 5.17 MiB/s, done. Resolving deltas: 0% (0/320) Resolving deltas: 1% (4/320) Resolving deltas: 2% (7/320) Resolving deltas: 3% (11/320) Resolving deltas: 4% (14/320) Resolving deltas: 10% (35/320) Resolving deltas: 15% (51/320) Resolving deltas: 19% (63/320) Resolving deltas: 21% (69/320) Resolving deltas: 31% (101/320) Resolving deltas: 37% (119/320) Resolving deltas: 44% (143/320) Resolving deltas: 47% (151/320) Resolving deltas: 54% (173/320) Resolving deltas: 55% (179/320) Resolving deltas: 58% (187/320) Resolving deltas: 65% (211/320) Resolving deltas: 68% (218/320) Resolving deltas: 75% (241/320) Resolving deltas: 81% (260/320) Resolving deltas: 85% (275/320) Resolving deltas: 92% (296/320) Resolving deltas: 93% (300/320) Resolving deltas: 95% (304/320) Resolving deltas: 97% (312/320) Resolving deltas: 98% (316/320) Resolving deltas: 100% (320/320) Resolving deltas: 100% (320/320), 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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.FrameRelay.git + 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) 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) remote: Total 119 (delta 0), reused 0 (delta 0), pack-reused 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 | 3.11 MiB/s, done. Resolving deltas: 0% (0/70) Resolving deltas: 4% (3/70) Resolving deltas: 5% (4/70) Resolving deltas: 7% (5/70) Resolving deltas: 11% (8/70) Resolving deltas: 12% (9/70) Resolving deltas: 17% (12/70) Resolving deltas: 32% (23/70) Resolving deltas: 37% (26/70) Resolving deltas: 38% (27/70) Resolving deltas: 44% (31/70) Resolving deltas: 48% (34/70) Resolving deltas: 51% (36/70) Resolving deltas: 60% (42/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: 91% (64/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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.IMAP_4rev1.git + 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 ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.M3UA.git ++ sed -e 's|.*/||g' -e 's|\.git||g' + 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) 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) remote: Total 183 (delta 0), reused 0 (delta 0), pack-reused 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.64 MiB/s, done. Resolving deltas: 0% (0/117) Resolving deltas: 2% (3/117) Resolving deltas: 3% (4/117) Resolving deltas: 5% (7/117) Resolving deltas: 9% (11/117) Resolving deltas: 10% (12/117) Resolving deltas: 11% (14/117) Resolving deltas: 28% (33/117) Resolving deltas: 33% (39/117) Resolving deltas: 34% (40/117) Resolving deltas: 35% (41/117) Resolving deltas: 36% (43/117) Resolving deltas: 38% (45/117) Resolving deltas: 41% (48/117) Resolving deltas: 43% (51/117) Resolving deltas: 47% (55/117) Resolving deltas: 51% (60/117) Resolving deltas: 55% (65/117) Resolving deltas: 56% (66/117) Resolving deltas: 58% (68/117) Resolving deltas: 62% (73/117) Resolving deltas: 66% (78/117) Resolving deltas: 70% (83/117) Resolving deltas: 73% (86/117) Resolving deltas: 74% (87/117) Resolving deltas: 78% (92/117) Resolving deltas: 80% (94/117) Resolving deltas: 83% (98/117) Resolving deltas: 88% (103/117) Resolving deltas: 94% (110/117) Resolving deltas: 96% (113/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 ++ sed -e 's|.*/||g' -e 's|\.git||g' ++ echo https://gitlab.eclipse.org/eclipse/titan/titan.ProtocolModules.HTTP2.0.git + 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.86 MiB/s, done. Resolving deltas: 0% (0/520) Resolving deltas: 1% (6/520) Resolving deltas: 2% (11/520) Resolving deltas: 4% (21/520) Resolving deltas: 5% (31/520) Resolving deltas: 6% (34/520) Resolving deltas: 9% (51/520) Resolving deltas: 11% (60/520) Resolving deltas: 14% (74/520) Resolving deltas: 15% (79/520) Resolving deltas: 17% (89/520) Resolving deltas: 18% (95/520) Resolving deltas: 19% (100/520) Resolving deltas: 20% (107/520) Resolving deltas: 21% (114/520) Resolving deltas: 23% (124/520) Resolving deltas: 24% (126/520) Resolving deltas: 27% (143/520) Resolving deltas: 32% (171/520) Resolving deltas: 33% (172/520) Resolving deltas: 34% (180/520) Resolving deltas: 36% (190/520) Resolving deltas: 38% (200/520) Resolving deltas: 39% (203/520) Resolving deltas: 42% (219/520) Resolving deltas: 47% (246/520) Resolving deltas: 49% (255/520) Resolving deltas: 50% (263/520) Resolving deltas: 51% (267/520) Resolving deltas: 52% (272/520) Resolving deltas: 54% (281/520) Resolving deltas: 57% (297/520) Resolving deltas: 59% (311/520) Resolving deltas: 60% (313/520) Resolving deltas: 61% (319/520) Resolving deltas: 63% (330/520) Resolving deltas: 64% (336/520) Resolving deltas: 67% (351/520) Resolving deltas: 70% (367/520) Resolving deltas: 72% (375/520) Resolving deltas: 73% (380/520) Resolving deltas: 74% (387/520) Resolving deltas: 75% (390/520) Resolving deltas: 78% (407/520) Resolving deltas: 79% (411/520) Resolving deltas: 80% (417/520) Resolving deltas: 81% (425/520) Resolving deltas: 82% (427/520) Resolving deltas: 84% (440/520) Resolving deltas: 85% (443/520) Resolving deltas: 87% (454/520) Resolving deltas: 88% (458/520) Resolving deltas: 90% (472/520) Resolving deltas: 91% (474/520) Resolving deltas: 93% (484/520) Resolving deltas: 94% (490/520) Resolving deltas: 95% (496/520) Resolving deltas: 97% (505/520) Resolving deltas: 98% (512/520) Resolving deltas: 99% (516/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/2020-06/R/eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz' -Oeclipse-cpp-2020-06-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/2020-06/R/eclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz -Oeclipse-cpp-2020-06-R-linux-gtk-x86_64.tar.gz --2022-01-28 13:38:37-- http://www.mirrorservice.org/sites/download.eclipse.org/eclipseMirror/technology/epp/downloads/release/2020-06/R/eclipse-cpp-2020-06-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... 404 Not Found 2022-01-28 13:38:37 ERROR 404: Not Found. + exit 1 Removing intermediate container 276848a044c5 The command '/bin/sh -c cd ${HOME} && ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 && 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 ret_code=`echo $?` echo $? ++ echo 1 + ret_code=1 if [ $ret_code != 0 ] then cd $run_dir exit -1 fi + '[' 1 '!=' 0 ']' + cd /home/jenkins/workspace/emergency-communications/NG112 + exit -1 Build step 'Execute shell' marked build as failure Finished: FAILURE