diff --git a/README.md b/README.md index 48e3f8ddb3aae31355495a871d41b06b078cd516..81f108ee125400fe7dec91a3c108c5f34b60b601 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,13 @@ Frédéric Lemoine, Hub-CBD, Institut Pasteur, Paris Bertrand Néron, Hub-CBD, Institut Pasteur, Paris +Eric Deveaud, DSI, Institut Pasteur, Paris + Docker developers Gitlab developers -Hub-CDB and Institut Pasteur +Hub-CDB Institut Pasteur & DSI Institut Pasteur @@ -69,6 +71,14 @@ Hub-CDB and Institut Pasteur Use the gitlab tag of the docker image (e.g., gitlab_v5.0) to get the description of the modifications below +### v8.5 + +Dockerfiles added: <br /> +ubuntu\v16.04\base at date 20220422 +ubuntu\v20.04\base at date 20220422 +ubuntu\v20.04\alohomora_merlin\v1.0 at date 20220422 + + ### v8.4 Dockerfiles added: <br /> diff --git a/ubuntu/v16.04/base/Dockerfile b/ubuntu/v16.04/base/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..c19a18c9fb854f5bb2db2854248db4b3caf031ee --- /dev/null +++ b/ubuntu/v16.04/base/Dockerfile @@ -0,0 +1,32 @@ +######################################################################### +## ## +## Dockerfile ## +## Ubuntu base ## +## ## +## Gael A. Millot ## +## Bioinformatics and Biostatistics Hub ## +## Computational Biology Department ## +## Institut Pasteur Paris ## +## ## +######################################################################### + + +# to see the log of the building: +# sudo docker run -ti --entrypoint bash <IMAGE_NAME> +# cat building.log + +# to export the log file of the image building from the container: +# sudo docker images +# sudo docker run -ti --entrypoint bash <IMAGE_NAME> +# exit +# sudo docker container ls -a # to get all the active containers +# sudo docker cp <containerNAMES>:/building.log </host/path/target> + + +FROM ubuntu:16.04 + + +LABEL Gael.Millot=gael.millot@pasteur.fr +LABEL gitlab.dockerfiles="https://gitlab.pasteur.fr/gmillot/dockerfiles" + +ENTRYPOINT ["/bin/bash"] diff --git a/ubuntu/v16.04/base/building2.log b/ubuntu/v16.04/base/building2.log new file mode 100644 index 0000000000000000000000000000000000000000..b27207e75a99a36248b4413cdde6b4adcd2e8048 --- /dev/null +++ b/ubuntu/v16.04/base/building2.log @@ -0,0 +1,108 @@ +#1 [internal] load build definition from Dockerfile +#1 sha256:78112bedfc50c406ba60ad00edddf922f5636b4d5bb8f7b0fb9b7f2e9c494b9c +#1 transferring dockerfile: 38B done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:d763553d466037bcbd02b726f86ed59de55224f005df16a3dad386d479be94a3 +#2 transferring context: 2B done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:16.04 +#3 sha256:8dff2c23d5907ba94f7c361d130cc16c98c9f3ad54aa1c116e150ea96355a327 +#3 DONE 0.4s + +#4 [1/1] FROM docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 +#4 sha256:c583886c0e5cc6b57b222a83e64e51f73c8b185617adbad229e52216d4d3af6f +#4 resolve docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 done +#4 CACHED + +#5 exporting to image +#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 +#5 exporting layers done +#5 writing image sha256:29cf1ba36c194a4a9764ba7849204a71c69ed8627ea0e97dd68f1a9c2efea57a done +#5 naming to docker.io/gmillot/ubuntu-base_v16.04:gitlab_v8.5 done +#5 DONE 0.0s +#1 [internal] load build definition from Dockerfile +#1 sha256:b77263529dd74ccaed66f87805a2fe590d600e148577bdcaa04c9468f51080a7 +#1 DONE 0.0s + +#1 [internal] load build definition from Dockerfile +#1 sha256:b77263529dd74ccaed66f87805a2fe590d600e148577bdcaa04c9468f51080a7 +#1 transferring dockerfile: 38B done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:324e711a90f9f5c1f0c60e26b182df58009108944edf3bdcec0280804a05465e +#2 transferring context: 2B done +#2 DONE 0.0s + +#4 [auth] library/ubuntu:pull token for registry-1.docker.io +#4 sha256:69546f9ec34c35db2eef3efb7aa694f703449f2953b265a5a6c95e1ec9d6af9a +#4 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:16.04 +#3 sha256:8dff2c23d5907ba94f7c361d130cc16c98c9f3ad54aa1c116e150ea96355a327 +#3 DONE 0.8s + +#5 [1/1] FROM docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 +#5 sha256:c583886c0e5cc6b57b222a83e64e51f73c8b185617adbad229e52216d4d3af6f +#5 resolve docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 done +#5 CACHED + +#6 exporting to image +#6 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 +#6 exporting layers done +#6 writing image sha256:29cf1ba36c194a4a9764ba7849204a71c69ed8627ea0e97dd68f1a9c2efea57a done +#6 naming to docker.io/gmillot/ubuntu-base_v16.04:gitlab_v8.5 done +#6 DONE 0.0s +#1 [internal] load build definition from Dockerfile +#1 sha256:165e1b793fcd259b89da159612e8d3c1c210f4bc1ff463873bd88d597462a8ed +#1 transferring dockerfile: 38B done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:17e51640dbbf9f243ded9f00f96b05264580b99ccbd9431d450f933e6448fd5b +#2 transferring context: 2B done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:16.04 +#3 sha256:8dff2c23d5907ba94f7c361d130cc16c98c9f3ad54aa1c116e150ea96355a327 +#3 DONE 0.4s + +#4 [1/1] FROM docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 +#4 sha256:c583886c0e5cc6b57b222a83e64e51f73c8b185617adbad229e52216d4d3af6f +#4 resolve docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 done +#4 CACHED + +#5 exporting to image +#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 +#5 exporting layers done +#5 writing image sha256:29cf1ba36c194a4a9764ba7849204a71c69ed8627ea0e97dd68f1a9c2efea57a done +#5 naming to docker.io/gmillot/ubuntu-base_v16.04:gitlab_v8.5 done +#5 DONE 0.0s +#1 [internal] load build definition from Dockerfile +#1 sha256:f748dde42a2e745869414116391519f086fb6455329d00ac6567bcd55758f96f +#1 transferring dockerfile: 38B done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:dc6c09f0aaef2890278079ee7b8bf5a62b7298d6f47e250ff168701621e5251f +#2 transferring context: 2B done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:16.04 +#3 sha256:8dff2c23d5907ba94f7c361d130cc16c98c9f3ad54aa1c116e150ea96355a327 +#3 DONE 0.4s + +#4 [1/1] FROM docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 +#4 sha256:c583886c0e5cc6b57b222a83e64e51f73c8b185617adbad229e52216d4d3af6f +#4 resolve docker.io/library/ubuntu:16.04@sha256:20858ebbc96215d6c3c574f781133ebffdc7c18d98af4f294cc4c04871a6fe61 done +#4 CACHED + +#5 exporting to image +#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 +#5 exporting layers done +#5 writing image sha256:29cf1ba36c194a4a9764ba7849204a71c69ed8627ea0e97dd68f1a9c2efea57a done +#5 naming to docker.io/gmillot/ubuntu-base_v16.04:gitlab_v8.5 done +#5 DONE 0.0s diff --git a/ubuntu/v20.04/alohomora_merlin/v1.0/Dockerfile b/ubuntu/v20.04/alohomora_merlin/v1.0/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..6c12c275499daeb5c9a07f9f0349389f269a88d8 --- /dev/null +++ b/ubuntu/v20.04/alohomora_merlin/v1.0/Dockerfile @@ -0,0 +1,112 @@ +######################################################################### +## ## +## Dockerfile ## +## Alohomora and Merlin ## +## ## +## Eric Deveaud ## +## Direction of the Information systems ## +## Computational Biology Department ## +## Institut Pasteur Paris ## +## ## +## Gael A. Millot ## +## Bioinformatics and Biostatistics Hub ## +## Computational Biology Department ## +## Institut Pasteur Paris ## +## ## +######################################################################### + + + +# to see the log of the building: +# sudo docker run -ti --entrypoint bash <IMAGE_NAME> +# cat building.log + +# to export the log file of the image building from the container: +# sudo docker images +# sudo docker run -ti --entrypoint bash <IMAGE_NAME> +# exit +# sudo docker container ls -a # to get all the active containers +# sudo docker cp <containerNAMES>:/building.log </host/path/target> + + +# base image: ubuntu:20.04 +FROM ubuntu:20.04 +# Warning: the name must be exactly what is written in the docker images interface, or sudo docker image ls. But here, since the image is not present locally, docker will search it on docker hub. Thus, gmillot/ubuntu:16.04 iw not correct + +LABEL Gael.Millot=gael.millot@pasteur.fr +LABEL gitlab.dockerfiles="https://gitlab.pasteur.fr/gmillot/dockerfiles" + + +# add gensoft deb repo pgp public key to apt trusted ones +# and install modules +WORKDIR /etc/apt/trusted.gpg.d/ +# to avoid cd. All the following commands will occurs here. In addition, opening a container will be at this node. + + +# update apt-get +RUN echo "\n\n\n\n================\n\napt-get update\n\n================\n\n\n\n" > /building.log \ + && apt-get update --fix-missing \ + | tee -a /building.log \ + # install the ubuntu packages + && echo "\n\n\n\n================\n\napt-get install\n\n================\n\n\n\n" >> /building.log \ + && DEBIAN_FRONTEND="noninteractive" apt-get install -y \ + wget \ + build-essential \ + | tee -a /building.log + + +RUN echo "\n\n\n\n================\n\nalohomora preinstall\n\n================\n\n\n\n" >> /building.log \ + && wget http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb/public.pgp \ + | tee -a /building.log \ + && echo "deb http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb/ /" >> /etc/apt/sources.list.d/gensoft.list | tee -a /building.log \ + && echo "deb http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private/ /" >> /etc/apt/sources.list.d/gensoft.list | tee -a /building.log \ + && apt-key add public.pgp +# define where the debian repo are. The reason why that must be done before any update and install. +# public.pgp: key to allow install of the gensoft packages (debian repo are always signed) +# deb in /etc/apt/sources.list.d/gensoft.list indicates the url where debian packages are +# apt-key add public.pgp : install the key + + +# COPY gensoft.repo.ubuntu /etc/apt/sources.list.d/gensoft.list +# COPY gpg_key.ubuntu /tmp +# COPY instruction copies the file from the host into the docker image. + + +RUN echo "\n\n\n\n================\n\nalohomora installation\n\n================\n\n\n\n" >> /building.log \ + && apt-get update \ + && DEBIAN_FRONTEND="noninteractive" apt-get install -y \ + gensoft-modules-4.4.0 \ + gensoft-alohomora-v0.36 \ + && apt-get clean \ + # cleaning + && echo "\n\n\n\n================\n\napt-get autoremove\n\n================\n\n\n\n" >> /building.log \ + && apt-get autoremove -y \ + | tee -a /building.log ; echo "\n\n\n\n================\n\napt-get clean\n\n================\n\n\n\n" >> /building.log \ + && apt-get clean \ + | tee -a /building.log ; echo "\n\n\n\n================\n\nrm\n\n================\n\n\n\n" >> /building.log \ + && rm -rf /var/lib/apt/lists/* \ + | tee -a /building.log \ + && echo "\n\n\n\n================\n\ninstalled packages\n\n================\n\n\n\n" >> /building.log \ + && apt-cache policy \ + locales \ + locales-all \ + >> /building.log +# https://askubuntu.com/questions/179955/var-lib-apt-lists-is-huge +# folder filled after running sudo apt-get update (or use the Refresh button in a package manager), a list of packages will get downloaded from the Ubuntu servers. These files are then stored in /var/lib/apt/lists/. You can safely remove the contents of that directory as it is recreated when you refresh the package lists. If you remove the files, but do not run apt-get update to fetch the lists, commands like apt-cache will fail to provide information (since the cache is empty) +# apt-cache policy print all the indicated package info +# end cleaning + + +# RUN echo ". /opt/gensoft/adm/etc/profile.d/modules.sh" > /etc/profile.d/pasteur_modules.sh +# to have the modules already active when the container is activated +# . /opt/gensoft/adm/etc/profile.d/modules.sh source the file module.sh +# Then echo of this print that into /etc/profile.d/pasteur_modules.sh +# During container boot, this is read in order to initialize modules env. + +ENV LC_ALL en_US.UTF-8 +ENV LANG en_US.UTF-8 +ENV LANGUAGE en_US.UTF-8 +ENV LC_NUMERIC en_US.UTF-8 + +ENTRYPOINT ["/usr/bin/bash" , "-l"] +# The -l option (according to the man page) makes "bash act as if it had been invoked as a login shell". Login shells read certain initialization files from your home directory, such as .bash_profile. Variables set in .bash_profile override when bash launches. \ No newline at end of file diff --git a/ubuntu/v20.04/alohomora_merlin/v1.0/building.log b/ubuntu/v20.04/alohomora_merlin/v1.0/building.log new file mode 100644 index 0000000000000000000000000000000000000000..23bf0d526eb04cbabb90ccb3cb1b1056d246e483 --- /dev/null +++ b/ubuntu/v20.04/alohomora_merlin/v1.0/building.log @@ -0,0 +1,662 @@ + + + + +================ + +apt-get update + +================ + + + + +Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] +Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] +Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] +Get:4 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] +Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] +Get:6 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] +Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] +Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1771 kB] +Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] +Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1153 kB] +Get:11 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [30.3 kB] +Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1214 kB] +Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2186 kB] +Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [870 kB] +Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [25.8 kB] +Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1139 kB] +Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [51.2 kB] +Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [26.0 kB] +Fetched 21.9 MB in 6s (3891 kB/s) +Reading package lists... + + + + +================ + +apt-get install + +================ + + + + +Reading package lists... +Building dependency tree... +Reading state information... +The following additional packages will be installed: + binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp cpp-9 + dirmngr dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gcc-9-base gnupg gnupg-l10n + gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm + libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl + libasan5 libasn1-8-heimdal libassuan0 libatomic1 libbinutils libc-dev-bin + libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl + libfakeroot libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 + libgomp1 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal + libheimntlm0-heimdal libhx509-5-heimdal libisl22 libitm1 libkrb5-26-heimdal + libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 + libmpc3 libmpfr6 libnpth0 libperl5.30 libpsl5 libquadmath0 libreadline8 + libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db + libsqlite3-0 libssl1.1 libstdc++-9-dev libtsan0 libubsan1 libwind0-heimdal + linux-libc-dev make manpages manpages-dev netbase openssl patch perl + perl-modules-5.30 pinentry-curses publicsuffix readline-common xz-utils +Suggested packages: + binutils-doc cpp-doc gcc-9-locales dbus-user-session libpam-systemd + pinentry-gnome3 tor debian-keyring g++-multilib g++-9-multilib gcc-9-doc + gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib + parcimonie xloadimage scdaemon glibc-doc git bzr gdbm-l10n + libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal + libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql + libstdc++-9-doc make-doc man-browser ed diffutils-doc perl-doc + libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl + liblocale-codes-perl pinentry-doc readline-doc +The following NEW packages will be installed: + binutils binutils-common binutils-x86-64-linux-gnu build-essential + ca-certificates cpp cpp-9 dirmngr dpkg-dev fakeroot g++ g++-9 gcc gcc-9 + gcc-9-base gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client + gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl + libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libasn1-8-heimdal + libassuan0 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 + libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libfakeroot + libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 libgomp1 + libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal + libheimntlm0-heimdal libhx509-5-heimdal libisl22 libitm1 libkrb5-26-heimdal + libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 + libmpc3 libmpfr6 libnpth0 libperl5.30 libpsl5 libquadmath0 libreadline8 + libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db + libsqlite3-0 libssl1.1 libstdc++-9-dev libtsan0 libubsan1 libwind0-heimdal + linux-libc-dev make manpages manpages-dev netbase openssl patch perl + perl-modules-5.30 pinentry-curses publicsuffix readline-common wget xz-utils +0 upgraded, 89 newly installed, 0 to remove and 5 not upgraded. +Need to get 61.1 MB of archives. +After this operation, 273 MB of additional disk space will be used. +Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB] +Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] +Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] +Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] +Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] +Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] +Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] +Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] +Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] +Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] +Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] +Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] +Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] +Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] +Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] +Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB] +Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] +Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] +Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] +Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] +Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] +Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] +Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] +Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] +Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] +Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-109.123 [1111 kB] +Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] +Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] +Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] +Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] +Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] +Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] +Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] +Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] +Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] +Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] +Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] +Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] +Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] +Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] +Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] +Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] +Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] +Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] +Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] +Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] +Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] +Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] +Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] +Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] +Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] +Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] +Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] +Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] +Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] +Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] +Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] +Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] +Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] +Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] +Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] +Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] +Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] +Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] +Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] +Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] +Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] +Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] +Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] +Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] +Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] +Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] +Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] +Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] +Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB] +Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB] +Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] +Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] +Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] +Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB] +Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB] +Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB] +Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB] +Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] +Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] +Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] +Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] +Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] +Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] +Fetched 61.1 MB in 11s (5721 kB/s) +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 ... 4127 files and directories currently installed.) +Preparing to unpack .../00-liblocale-gettext-perl_1.07-4_amd64.deb ... +Unpacking liblocale-gettext-perl (1.07-4) ... +Selecting previously unselected package perl-modules-5.30. +Preparing to unpack .../01-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... +Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ... +Selecting previously unselected package libgdbm6:amd64. +Preparing to unpack .../02-libgdbm6_1.18.1-5_amd64.deb ... +Unpacking libgdbm6:amd64 (1.18.1-5) ... +Selecting previously unselected package libgdbm-compat4:amd64. +Preparing to unpack .../03-libgdbm-compat4_1.18.1-5_amd64.deb ... +Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... +Selecting previously unselected package libperl5.30:amd64. +Preparing to unpack .../04-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... +Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... +Selecting previously unselected package perl. +Preparing to unpack .../05-perl_5.30.0-9ubuntu0.2_amd64.deb ... +Unpacking perl (5.30.0-9ubuntu0.2) ... +Selecting previously unselected package libssl1.1:amd64. +Preparing to unpack .../06-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... +Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... +Selecting previously unselected package openssl. +Preparing to unpack .../07-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... +Unpacking openssl (1.1.1f-1ubuntu2.12) ... +Selecting previously unselected package ca-certificates. +Preparing to unpack .../08-ca-certificates_20210119~20.04.2_all.deb ... +Unpacking ca-certificates (20210119~20.04.2) ... +Selecting previously unselected package readline-common. +Preparing to unpack .../09-readline-common_8.0-4_all.deb ... +Unpacking readline-common (8.0-4) ... +Selecting previously unselected package libreadline8:amd64. +Preparing to unpack .../10-libreadline8_8.0-4_amd64.deb ... +Unpacking libreadline8:amd64 (8.0-4) ... +Selecting previously unselected package libsqlite3-0:amd64. +Preparing to unpack .../11-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... +Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... +Selecting previously unselected package netbase. +Preparing to unpack .../12-netbase_6.1_all.deb ... +Unpacking netbase (6.1) ... +Selecting previously unselected package xz-utils. +Preparing to unpack .../13-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... +Unpacking xz-utils (5.2.4-1ubuntu1.1) ... +Selecting previously unselected package libpsl5:amd64. +Preparing to unpack .../14-libpsl5_0.21.0-1ubuntu1_amd64.deb ... +Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... +Selecting previously unselected package manpages. +Preparing to unpack .../15-manpages_5.05-1_all.deb ... +Unpacking manpages (5.05-1) ... +Selecting previously unselected package publicsuffix. +Preparing to unpack .../16-publicsuffix_20200303.0012-1_all.deb ... +Unpacking publicsuffix (20200303.0012-1) ... +Selecting previously unselected package wget. +Preparing to unpack .../17-wget_1.20.3-1ubuntu2_amd64.deb ... +Unpacking wget (1.20.3-1ubuntu2) ... +Selecting previously unselected package binutils-common:amd64. +Preparing to unpack .../18-binutils-common_2.34-6ubuntu1.3_amd64.deb ... +Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) ... +Selecting previously unselected package libbinutils:amd64. +Preparing to unpack .../19-libbinutils_2.34-6ubuntu1.3_amd64.deb ... +Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) ... +Selecting previously unselected package libctf-nobfd0:amd64. +Preparing to unpack .../20-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... +Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... +Selecting previously unselected package libctf0:amd64. +Preparing to unpack .../21-libctf0_2.34-6ubuntu1.3_amd64.deb ... +Unpacking libctf0:amd64 (2.34-6ubuntu1.3) ... +Selecting previously unselected package binutils-x86-64-linux-gnu. +Preparing to unpack .../22-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... +Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... +Selecting previously unselected package binutils. +Preparing to unpack .../23-binutils_2.34-6ubuntu1.3_amd64.deb ... +Unpacking binutils (2.34-6ubuntu1.3) ... +Selecting previously unselected package libc-dev-bin. +Preparing to unpack .../24-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... +Unpacking libc-dev-bin (2.31-0ubuntu9.7) ... +Selecting previously unselected package linux-libc-dev:amd64. +Preparing to unpack .../25-linux-libc-dev_5.4.0-109.123_amd64.deb ... +Unpacking linux-libc-dev:amd64 (5.4.0-109.123) ... +Selecting previously unselected package libcrypt-dev:amd64. +Preparing to unpack .../26-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... +Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... +Selecting previously unselected package libc6-dev:amd64. +Preparing to unpack .../27-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... +Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) ... +Selecting previously unselected package gcc-9-base:amd64. +Preparing to unpack .../28-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package libisl22:amd64. +Preparing to unpack .../29-libisl22_0.22.1-1_amd64.deb ... +Unpacking libisl22:amd64 (0.22.1-1) ... +Selecting previously unselected package libmpfr6:amd64. +Preparing to unpack .../30-libmpfr6_4.0.2-1_amd64.deb ... +Unpacking libmpfr6:amd64 (4.0.2-1) ... +Selecting previously unselected package libmpc3:amd64. +Preparing to unpack .../31-libmpc3_1.1.0-1_amd64.deb ... +Unpacking libmpc3:amd64 (1.1.0-1) ... +Selecting previously unselected package cpp-9. +Preparing to unpack .../32-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package cpp. +Preparing to unpack .../33-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... +Unpacking cpp (4:9.3.0-1ubuntu2) ... +Selecting previously unselected package libcc1-0:amd64. +Preparing to unpack .../34-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libgomp1:amd64. +Preparing to unpack .../35-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libitm1:amd64. +Preparing to unpack .../36-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libatomic1:amd64. +Preparing to unpack .../37-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libasan5:amd64. +Preparing to unpack .../38-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package liblsan0:amd64. +Preparing to unpack .../39-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libtsan0:amd64. +Preparing to unpack .../40-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libubsan1:amd64. +Preparing to unpack .../41-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libquadmath0:amd64. +Preparing to unpack .../42-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... +Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... +Selecting previously unselected package libgcc-9-dev:amd64. +Preparing to unpack .../43-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package gcc-9. +Preparing to unpack .../44-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package gcc. +Preparing to unpack .../45-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... +Unpacking gcc (4:9.3.0-1ubuntu2) ... +Selecting previously unselected package libstdc++-9-dev:amd64. +Preparing to unpack .../46-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package g++-9. +Preparing to unpack .../47-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ... +Selecting previously unselected package g++. +Preparing to unpack .../48-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... +Unpacking g++ (4:9.3.0-1ubuntu2) ... +Selecting previously unselected package make. +Preparing to unpack .../49-make_4.2.1-1.2_amd64.deb ... +Unpacking make (4.2.1-1.2) ... +Selecting previously unselected package libdpkg-perl. +Preparing to unpack .../50-libdpkg-perl_1.19.7ubuntu3_all.deb ... +Unpacking libdpkg-perl (1.19.7ubuntu3) ... +Selecting previously unselected package patch. +Preparing to unpack .../51-patch_2.7.6-6_amd64.deb ... +Unpacking patch (2.7.6-6) ... +Selecting previously unselected package dpkg-dev. +Preparing to unpack .../52-dpkg-dev_1.19.7ubuntu3_all.deb ... +Unpacking dpkg-dev (1.19.7ubuntu3) ... +Selecting previously unselected package build-essential. +Preparing to unpack .../53-build-essential_12.8ubuntu1.1_amd64.deb ... +Unpacking build-essential (12.8ubuntu1.1) ... +Selecting previously unselected package libassuan0:amd64. +Preparing to unpack .../54-libassuan0_2.5.3-7ubuntu2_amd64.deb ... +Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... +Selecting previously unselected package gpgconf. +Preparing to unpack .../55-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gpgconf (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package libksba8:amd64. +Preparing to unpack .../56-libksba8_1.3.5-2_amd64.deb ... +Unpacking libksba8:amd64 (1.3.5-2) ... +Selecting previously unselected package libroken18-heimdal:amd64. +Preparing to unpack .../57-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libasn1-8-heimdal:amd64. +Preparing to unpack .../58-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libheimbase1-heimdal:amd64. +Preparing to unpack .../59-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libhcrypto4-heimdal:amd64. +Preparing to unpack .../60-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libwind0-heimdal:amd64. +Preparing to unpack .../61-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libhx509-5-heimdal:amd64. +Preparing to unpack .../62-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libkrb5-26-heimdal:amd64. +Preparing to unpack .../63-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libheimntlm0-heimdal:amd64. +Preparing to unpack .../64-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libgssapi3-heimdal:amd64. +Preparing to unpack .../65-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Selecting previously unselected package libsasl2-modules-db:amd64. +Preparing to unpack .../66-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Selecting previously unselected package libsasl2-2:amd64. +Preparing to unpack .../67-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Selecting previously unselected package libldap-common. +Preparing to unpack .../68-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... +Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... +Selecting previously unselected package libldap-2.4-2:amd64. +Preparing to unpack .../69-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... +Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... +Selecting previously unselected package libnpth0:amd64. +Preparing to unpack .../70-libnpth0_1.6-1_amd64.deb ... +Unpacking libnpth0:amd64 (1.6-1) ... +Selecting previously unselected package dirmngr. +Preparing to unpack .../71-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking dirmngr (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package libfakeroot:amd64. +Preparing to unpack .../72-libfakeroot_1.24-1_amd64.deb ... +Unpacking libfakeroot:amd64 (1.24-1) ... +Selecting previously unselected package fakeroot. +Preparing to unpack .../73-fakeroot_1.24-1_amd64.deb ... +Unpacking fakeroot (1.24-1) ... +Selecting previously unselected package gnupg-l10n. +Preparing to unpack .../74-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ... +Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package gnupg-utils. +Preparing to unpack .../75-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package gpg. +Preparing to unpack .../76-gpg_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gpg (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package pinentry-curses. +Preparing to unpack .../77-pinentry-curses_1.1.0-3build1_amd64.deb ... +Unpacking pinentry-curses (1.1.0-3build1) ... +Selecting previously unselected package gpg-agent. +Preparing to unpack .../78-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gpg-agent (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package gpg-wks-client. +Preparing to unpack .../79-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package gpg-wks-server. +Preparing to unpack .../80-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package gpgsm. +Preparing to unpack .../81-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ... +Unpacking gpgsm (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package gnupg. +Preparing to unpack .../82-gnupg_2.2.19-3ubuntu2.1_all.deb ... +Unpacking gnupg (2.2.19-3ubuntu2.1) ... +Selecting previously unselected package libalgorithm-diff-perl. +Preparing to unpack .../83-libalgorithm-diff-perl_1.19.03-2_all.deb ... +Unpacking libalgorithm-diff-perl (1.19.03-2) ... +Selecting previously unselected package libalgorithm-diff-xs-perl. +Preparing to unpack .../84-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... +Unpacking libalgorithm-diff-xs-perl (0.04-6) ... +Selecting previously unselected package libalgorithm-merge-perl. +Preparing to unpack .../85-libalgorithm-merge-perl_0.08-3_all.deb ... +Unpacking libalgorithm-merge-perl (0.08-3) ... +Selecting previously unselected package libfile-fcntllock-perl. +Preparing to unpack .../86-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... +Unpacking libfile-fcntllock-perl (0.22-3build4) ... +Selecting previously unselected package libsasl2-modules:amd64. +Preparing to unpack .../87-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Selecting previously unselected package manpages-dev. +Preparing to unpack .../88-manpages-dev_5.05-1_all.deb ... +Unpacking manpages-dev (5.05-1) ... +Setting up libksba8:amd64 (1.3.5-2) ... +Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... +Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... +Setting up manpages (5.05-1) ... +Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... +Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... +Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... +Setting up linux-libc-dev:amd64 (5.4.0-109.123) ... +Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... +Setting up libnpth0:amd64 (1.6-1) ... +Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... +Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... +Setting up libfakeroot:amd64 (1.24-1) ... +Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Setting up fakeroot (1.24-1) ... +update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode +update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist +Setting up make (4.2.1-1.2) ... +Setting up libmpfr6:amd64 (4.0.2-1) ... +Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ... +Setting up xz-utils (5.2.4-1ubuntu1.1) ... +update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode +update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist +update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist +Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up libmpc3:amd64 (1.1.0-1) ... +Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up patch (2.7.6-6) ... +Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... +Setting up libisl22:amd64 (0.22.1-1) ... +Setting up netbase (6.1) ... +Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... +Setting up libc-dev-bin (2.31-0ubuntu9.7) ... +Setting up openssl (1.1.1f-1ubuntu2.12) ... +Setting up readline-common (8.0-4) ... +Setting up publicsuffix (20200303.0012-1) ... +Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up liblocale-gettext-perl (1.07-4) ... +Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up libgdbm6:amd64 (1.18.1-5) ... +Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... +Setting up pinentry-curses (1.1.0-3build1) ... +Setting up manpages-dev (5.05-1) ... +Setting up wget (1.20.3-1ubuntu2) ... +Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up libreadline8:amd64 (8.0-4) ... +Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up ca-certificates (20210119~20.04.2) ... +Updating certificates in /etc/ssl/certs... +128 added, 0 removed; done. +Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up libgdbm-compat4:amd64 (1.18.1-5) ... +Setting up gpgconf (2.2.19-3ubuntu2.1) ... +Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... +Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... +Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... +Setting up gpg (2.2.19-3ubuntu2.1) ... +Setting up gnupg-utils (2.2.19-3ubuntu2.1) ... +Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... +Setting up gpg-agent (2.2.19-3ubuntu2.1) ... +Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up gpgsm (2.2.19-3ubuntu2.1) ... +Setting up binutils (2.34-6ubuntu1.3) ... +Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Setting up perl (5.30.0-9ubuntu0.2) ... +Setting up libdpkg-perl (1.19.7ubuntu3) ... +Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ... +Setting up cpp (4:9.3.0-1ubuntu2) ... +Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... +Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +Setting up libfile-fcntllock-perl (0.22-3build4) ... +Setting up libalgorithm-diff-perl (1.19.03-2) ... +Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up gcc (4:9.3.0-1ubuntu2) ... +Setting up dpkg-dev (1.19.7ubuntu3) ... +Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... +Setting up g++ (4:9.3.0-1ubuntu2) ... +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 build-essential (12.8ubuntu1.1) ... +Setting up libalgorithm-diff-xs-perl (0.04-6) ... +Setting up libalgorithm-merge-perl (0.08-3) ... +Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... +Setting up dirmngr (2.2.19-3ubuntu2.1) ... +Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ... +Setting up gnupg (2.2.19-3ubuntu2.1) ... +Processing triggers for libc-bin (2.31-0ubuntu9.7) ... +Processing triggers for ca-certificates (20210119~20.04.2) ... +Updating certificates in /etc/ssl/certs... +0 added, 0 removed; done. +Running hooks in /etc/ca-certificates/update.d... +done. + + + + +================ + +alohomora preinstall + +================ + + + + + + + + +================ + +alohomora installation + +================ + + + + + + + + +================ + +apt-get autoremove + +================ + + + + +Reading package lists... +Building dependency tree... +Reading state information... +0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. + + + + +================ + +apt-get clean + +================ + + + + + + + + +================ + +rm + +================ + + + + + + + + +================ + +installed packages + +================ + + + + +locales: + Installed: (none) + Candidate: (none) + Version table: +locales-all: + Installed: (none) + Candidate: (none) + Version table: diff --git a/ubuntu/v20.04/alohomora_merlin/v1.0/building2.log b/ubuntu/v20.04/alohomora_merlin/v1.0/building2.log new file mode 100644 index 0000000000000000000000000000000000000000..5ca19eb830928099d0b24cffb259839a0d9490c5 --- /dev/null +++ b/ubuntu/v20.04/alohomora_merlin/v1.0/building2.log @@ -0,0 +1,968 @@ +#1 [internal] load build definition from Dockerfile +#1 sha256:b6f572d23ae3c6b7433d27ddbc83eb9a739a9689fe69ee765e54aeabc03de03f +#1 DONE 0.0s + +#1 [internal] load build definition from Dockerfile +#1 sha256:b6f572d23ae3c6b7433d27ddbc83eb9a739a9689fe69ee765e54aeabc03de03f +#1 transferring dockerfile: 5.54kB done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:b609fda2daa1c9ce17b65de653272016a47415dd9055a6f70f1ea2f69cb2a41a +#2 transferring context: 2B done +#2 DONE 0.0s + +#4 [auth] library/ubuntu:pull token for registry-1.docker.io +#4 sha256:5767ed0cdd0d2e1b23cd6da7d15fbf2fa85c7aabee423f7030f985cc372a7c2e +#4 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:20.04 +#3 sha256:8e67b796a66f85f06793e026943184e32d365c77929e94d2ac98b34a1e1cb30e +#3 DONE 0.8s + +#5 [1/5] FROM docker.io/library/ubuntu:20.04@sha256:9101220a875cee98b016668342c489ff0674f247f6ca20dfc91b91c0f28581ae +#5 sha256:38146a072e833ef37467d2c88f11d2c4942e52ebfe5b02290fa9ced46af5f55e +#5 DONE 0.0s + +#6 [2/5] WORKDIR /etc/apt/trusted.gpg.d/ +#6 sha256:f220d1a973d2e1d6910e804bcd60c56000b91b35d9656b4eb287eb55f5899613 +#6 CACHED + +#7 [3/5] RUN echo "\n\n\n\n================\n\napt-get update\n\n================\n\n\n\n" > /building.log && apt-get update --fix-missing | tee -a /building.log && echo "\n\n\n\n================\n\napt-get install\n\n================\n\n\n\n" >> /building.log && DEBIAN_FRONTEND="noninteractive" apt-get install -y wget build-essential | tee -a /building.log +#7 sha256:32be0c208d9a2fc301448fe94091e6ee8ae0b8a8fa2a2e3f67a039ab77bc5f32 +#7 0.655 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] +#7 0.825 Get:2 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [25.8 kB] +#7 0.857 Get:3 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] +#7 1.057 Get:4 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] +#7 1.250 Get:5 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] +#7 1.283 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [870 kB] +#7 1.308 Get:7 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1139 kB] +#7 1.440 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1771 kB] +#7 1.601 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] +#7 1.635 Get:10 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] +#7 1.635 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] +#7 16.61 Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] +#1 [internal] load build definition from Dockerfile +#1 sha256:b243bedb7ae85bdaa89c9c3e07ec8c6709e4acc51bf5e84c701c533e6aea6667 +#1 transferring dockerfile: 5.54kB 0.0s done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:2ff9fe6825e79aa454e42a780f119bd5a7d10d54d7525ae8295cb656b5f47316 +#2 transferring context: 2B done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:20.04 +#3 sha256:8e67b796a66f85f06793e026943184e32d365c77929e94d2ac98b34a1e1cb30e +#3 DONE 0.4s + +#4 [1/5] FROM docker.io/library/ubuntu:20.04@sha256:9101220a875cee98b016668342c489ff0674f247f6ca20dfc91b91c0f28581ae +#4 sha256:38146a072e833ef37467d2c88f11d2c4942e52ebfe5b02290fa9ced46af5f55e +#4 DONE 0.0s + +#5 [2/5] WORKDIR /etc/apt/trusted.gpg.d/ +#5 sha256:f220d1a973d2e1d6910e804bcd60c56000b91b35d9656b4eb287eb55f5899613 +#5 CACHED + +#6 [3/5] RUN echo "\n\n\n\n================\n\napt-get update\n\n================\n\n\n\n" > /building.log && apt-get update --fix-missing | tee -a /building.log && echo "\n\n\n\n================\n\napt-get install\n\n================\n\n\n\n" >> /building.log && DEBIAN_FRONTEND="noninteractive" apt-get install -y wget build-essential | tee -a /building.log +#6 sha256:32be0c208d9a2fc301448fe94091e6ee8ae0b8a8fa2a2e3f67a039ab77bc5f32 +#6 0.273 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] +#6 0.306 Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] +#6 0.334 Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] +#6 0.370 Get:4 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] +#6 0.396 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] +#6 0.618 Get:6 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] +#6 0.714 Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] +#6 0.763 Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1771 kB] +#6 3.473 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] +#6 3.476 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1153 kB] +#6 3.774 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [30.3 kB] +#6 3.775 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [1214 kB] +#6 4.057 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [2186 kB] +#6 4.135 Get:14 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [870 kB] +#6 4.288 Get:15 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [25.8 kB] +#6 4.289 Get:16 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [1139 kB] +#6 4.600 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [51.2 kB] +#6 4.613 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [26.0 kB] +#6 5.822 Fetched 21.9 MB in 6s (3891 kB/s) +#6 5.822 Reading package lists... +#6 6.457 Reading package lists... +#6 7.098 Building dependency tree... +#6 7.254 Reading state information... +#6 7.435 The following additional packages will be installed: +#6 7.435 binutils binutils-common binutils-x86-64-linux-gnu ca-certificates cpp cpp-9 +#6 7.435 dirmngr dpkg-dev fakeroot g++ g++-9 gcc gcc-9 gcc-9-base gnupg gnupg-l10n +#6 7.435 gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm +#6 7.435 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl +#6 7.435 libasan5 libasn1-8-heimdal libassuan0 libatomic1 libbinutils libc-dev-bin +#6 7.435 libc6-dev libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl +#6 7.435 libfakeroot libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 +#6 7.435 libgomp1 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal +#6 7.435 libheimntlm0-heimdal libhx509-5-heimdal libisl22 libitm1 libkrb5-26-heimdal +#6 7.435 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 +#6 7.435 libmpc3 libmpfr6 libnpth0 libperl5.30 libpsl5 libquadmath0 libreadline8 +#6 7.435 libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db +#6 7.435 libsqlite3-0 libssl1.1 libstdc++-9-dev libtsan0 libubsan1 libwind0-heimdal +#6 7.435 linux-libc-dev make manpages manpages-dev netbase openssl patch perl +#6 7.435 perl-modules-5.30 pinentry-curses publicsuffix readline-common xz-utils +#6 7.436 Suggested packages: +#6 7.436 binutils-doc cpp-doc gcc-9-locales dbus-user-session libpam-systemd +#6 7.436 pinentry-gnome3 tor debian-keyring g++-multilib g++-9-multilib gcc-9-doc +#6 7.436 gcc-multilib autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib +#6 7.436 parcimonie xloadimage scdaemon glibc-doc git bzr gdbm-l10n +#6 7.436 libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal +#6 7.436 libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql +#6 7.436 libstdc++-9-doc make-doc man-browser ed diffutils-doc perl-doc +#6 7.436 libterm-readline-gnu-perl | libterm-readline-perl-perl libb-debug-perl +#6 7.436 liblocale-codes-perl pinentry-doc readline-doc +#6 7.527 The following NEW packages will be installed: +#6 7.527 binutils binutils-common binutils-x86-64-linux-gnu build-essential +#6 7.527 ca-certificates cpp cpp-9 dirmngr dpkg-dev fakeroot g++ g++-9 gcc gcc-9 +#6 7.527 gcc-9-base gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client +#6 7.527 gpg-wks-server gpgconf gpgsm libalgorithm-diff-perl +#6 7.527 libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan5 libasn1-8-heimdal +#6 7.527 libassuan0 libatomic1 libbinutils libc-dev-bin libc6-dev libcc1-0 +#6 7.527 libcrypt-dev libctf-nobfd0 libctf0 libdpkg-perl libfakeroot +#6 7.527 libfile-fcntllock-perl libgcc-9-dev libgdbm-compat4 libgdbm6 libgomp1 +#6 7.527 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal +#6 7.527 libheimntlm0-heimdal libhx509-5-heimdal libisl22 libitm1 libkrb5-26-heimdal +#6 7.527 libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0 +#6 7.527 libmpc3 libmpfr6 libnpth0 libperl5.30 libpsl5 libquadmath0 libreadline8 +#6 7.527 libroken18-heimdal libsasl2-2 libsasl2-modules libsasl2-modules-db +#6 7.527 libsqlite3-0 libssl1.1 libstdc++-9-dev libtsan0 libubsan1 libwind0-heimdal +#6 7.528 linux-libc-dev make manpages manpages-dev netbase openssl patch perl +#6 7.528 perl-modules-5.30 pinentry-curses publicsuffix readline-common wget xz-utils +#6 7.638 0 upgraded, 89 newly installed, 0 to remove and 5 not upgraded. +#6 7.638 Need to get 61.1 MB of archives. +#6 7.638 After this operation, 273 MB of additional disk space will be used. +#6 7.638 Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblocale-gettext-perl amd64 1.07-4 [17.1 kB] +#6 7.652 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.2 [2738 kB] +#6 7.812 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] +#6 7.850 Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] +#6 7.851 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.2 [3952 kB] +#6 8.310 Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.2 [224 kB] +#6 8.314 Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.12 [1322 kB] +#6 8.992 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.12 [620 kB] +#6 9.917 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20210119~20.04.2 [145 kB] +#6 9.995 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] +#6 10.10 Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] +#6 10.20 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.2 [549 kB] +#6 10.26 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 netbase all 6.1 [13.1 kB] +#6 10.40 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] +#6 10.45 Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] +#6 10.45 Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages all 5.05-1 [1314 kB] +#6 10.54 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 publicsuffix all 20200303.0012-1 [111 kB] +#6 10.67 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2 [348 kB] +#6 10.95 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] +#6 11.05 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] +#6 11.10 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] +#6 11.15 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] +#6 11.15 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1613 kB] +#6 11.21 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.3 [3380 B] +#6 11.31 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.7 [71.6 kB] +#6 11.31 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-109.123 [1111 kB] +#6 11.54 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] +#6 11.54 Get:28 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.7 [2518 kB] +#6 11.66 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] +#6 11.79 Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] +#6 11.90 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] +#6 11.95 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] +#6 11.95 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7500 kB] +#6 12.12 Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] +#6 12.17 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] +#6 12.22 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] +#6 12.26 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] +#6 12.30 Get:38 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9284 B] +#6 12.30 Get:39 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2751 kB] +#6 12.45 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] +#6 12.47 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2009 kB] +#6 12.58 Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] +#6 12.64 Get:43 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] +#6 12.64 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2359 kB] +#6 12.69 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8274 kB] +#6 12.90 Get:46 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] +#6 12.90 Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [1722 kB] +#6 12.93 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.1 [8420 kB] +#6 13.09 Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] +#6 13.09 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] +#6 13.77 Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 libdpkg-perl all 1.19.7ubuntu3 [230 kB] +#6 13.84 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] +#6 15.23 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 dpkg-dev all 1.19.7ubuntu3 [679 kB] +#6 15.28 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] +#6 15.33 Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] +#6 15.42 Get:56 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.1 [124 kB] +#6 15.50 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] +#6 15.56 Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1 [41.8 kB] +#6 15.63 Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1 [181 kB] +#6 15.68 Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1 [29.7 kB] +#6 15.74 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1 [87.9 kB] +#6 15.80 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [48.0 kB] +#6 15.86 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1 [107 kB] +#6 15.94 Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1 [208 kB] +#6 15.99 Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1 [15.1 kB] +#6 16.05 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1 [96.1 kB] +#6 16.09 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] +#6 16.14 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] +#6 16.19 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.8 [16.6 kB] +#6 16.28 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.8 [155 kB] +#6 16.32 Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] +#6 16.48 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dirmngr amd64 2.2.19-3ubuntu2.1 [329 kB] +#6 16.55 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libfakeroot amd64 1.24-1 [25.7 kB] +#6 16.73 Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 fakeroot amd64 1.24-1 [62.6 kB] +#6 16.89 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-l10n all 2.2.19-3ubuntu2.1 [51.7 kB] +#6 17.10 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg-utils amd64 2.2.19-3ubuntu2.1 [480 kB] +#6 17.19 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.1 [483 kB] +#6 17.27 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] +#6 17.41 Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.1 [232 kB] +#6 17.46 Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-client amd64 2.2.19-3ubuntu2.1 [97.6 kB] +#6 17.51 Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-wks-server amd64 2.2.19-3ubuntu2.1 [90.3 kB] +#6 17.59 Get:82 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgsm amd64 2.2.19-3ubuntu2.1 [217 kB] +#6 17.79 Get:83 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gnupg all 2.2.19-3ubuntu2.1 [259 kB] +#6 17.88 Get:84 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-perl all 1.19.03-2 [46.6 kB] +#6 17.93 Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-diff-xs-perl amd64 0.04-6 [11.3 kB] +#6 17.98 Get:86 http://archive.ubuntu.com/ubuntu focal/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] +#6 18.09 Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 libfile-fcntllock-perl amd64 0.22-3build4 [33.1 kB] +#6 18.17 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules amd64 2.1.27+dfsg-2ubuntu0.1 [48.8 kB] +#6 18.17 Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 manpages-dev all 5.05-1 [2266 kB] +#6 18.30 debconf: delaying package configuration, since apt-utils is not installed +#6 18.32 Fetched 61.1 MB in 11s (5721 kB/s) +#6 18.33 Selecting previously unselected package liblocale-gettext-perl. +#6 18.33 (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 ... 4127 files and directories currently installed.) +#6 18.34 Preparing to unpack .../00-liblocale-gettext-perl_1.07-4_amd64.deb ... +#6 18.34 Unpacking liblocale-gettext-perl (1.07-4) ... +#6 18.36 Selecting previously unselected package perl-modules-5.30. +#6 18.36 Preparing to unpack .../01-perl-modules-5.30_5.30.0-9ubuntu0.2_all.deb ... +#6 18.36 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.2) ... +#6 18.66 Selecting previously unselected package libgdbm6:amd64. +#6 18.66 Preparing to unpack .../02-libgdbm6_1.18.1-5_amd64.deb ... +#6 18.66 Unpacking libgdbm6:amd64 (1.18.1-5) ... +#6 18.69 Selecting previously unselected package libgdbm-compat4:amd64. +#6 18.69 Preparing to unpack .../03-libgdbm-compat4_1.18.1-5_amd64.deb ... +#6 18.69 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... +#6 18.71 Selecting previously unselected package libperl5.30:amd64. +#6 18.71 Preparing to unpack .../04-libperl5.30_5.30.0-9ubuntu0.2_amd64.deb ... +#6 18.72 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... +#6 19.12 Selecting previously unselected package perl. +#6 19.12 Preparing to unpack .../05-perl_5.30.0-9ubuntu0.2_amd64.deb ... +#6 19.12 Unpacking perl (5.30.0-9ubuntu0.2) ... +#6 19.17 Selecting previously unselected package libssl1.1:amd64. +#6 19.17 Preparing to unpack .../06-libssl1.1_1.1.1f-1ubuntu2.12_amd64.deb ... +#6 19.17 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... +#6 19.28 Selecting previously unselected package openssl. +#6 19.28 Preparing to unpack .../07-openssl_1.1.1f-1ubuntu2.12_amd64.deb ... +#6 19.29 Unpacking openssl (1.1.1f-1ubuntu2.12) ... +#6 19.35 Selecting previously unselected package ca-certificates. +#6 19.35 Preparing to unpack .../08-ca-certificates_20210119~20.04.2_all.deb ... +#6 19.36 Unpacking ca-certificates (20210119~20.04.2) ... +#6 19.39 Selecting previously unselected package readline-common. +#6 19.39 Preparing to unpack .../09-readline-common_8.0-4_all.deb ... +#6 19.39 Unpacking readline-common (8.0-4) ... +#6 19.42 Selecting previously unselected package libreadline8:amd64. +#6 19.42 Preparing to unpack .../10-libreadline8_8.0-4_amd64.deb ... +#6 19.42 Unpacking libreadline8:amd64 (8.0-4) ... +#6 19.45 Selecting previously unselected package libsqlite3-0:amd64. +#6 19.45 Preparing to unpack .../11-libsqlite3-0_3.31.1-4ubuntu0.2_amd64.deb ... +#6 19.46 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... +#6 19.51 Selecting previously unselected package netbase. +#6 19.52 Preparing to unpack .../12-netbase_6.1_all.deb ... +#6 19.52 Unpacking netbase (6.1) ... +#6 19.54 Selecting previously unselected package xz-utils. +#6 19.54 Preparing to unpack .../13-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... +#6 19.54 Unpacking xz-utils (5.2.4-1ubuntu1.1) ... +#6 19.57 Selecting previously unselected package libpsl5:amd64. +#6 19.57 Preparing to unpack .../14-libpsl5_0.21.0-1ubuntu1_amd64.deb ... +#6 19.57 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... +#6 19.59 Selecting previously unselected package manpages. +#6 19.59 Preparing to unpack .../15-manpages_5.05-1_all.deb ... +#6 19.59 Unpacking manpages (5.05-1) ... +#6 19.69 Selecting previously unselected package publicsuffix. +#6 19.69 Preparing to unpack .../16-publicsuffix_20200303.0012-1_all.deb ... +#6 19.69 Unpacking publicsuffix (20200303.0012-1) ... +#6 19.72 Selecting previously unselected package wget. +#6 19.72 Preparing to unpack .../17-wget_1.20.3-1ubuntu2_amd64.deb ... +#6 19.72 Unpacking wget (1.20.3-1ubuntu2) ... +#6 19.76 Selecting previously unselected package binutils-common:amd64. +#6 19.76 Preparing to unpack .../18-binutils-common_2.34-6ubuntu1.3_amd64.deb ... +#6 19.76 Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) ... +#6 19.80 Selecting previously unselected package libbinutils:amd64. +#6 19.80 Preparing to unpack .../19-libbinutils_2.34-6ubuntu1.3_amd64.deb ... +#6 19.80 Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) ... +#6 19.86 Selecting previously unselected package libctf-nobfd0:amd64. +#6 19.86 Preparing to unpack .../20-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... +#6 19.86 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... +#6 19.88 Selecting previously unselected package libctf0:amd64. +#6 19.88 Preparing to unpack .../21-libctf0_2.34-6ubuntu1.3_amd64.deb ... +#6 19.89 Unpacking libctf0:amd64 (2.34-6ubuntu1.3) ... +#6 19.91 Selecting previously unselected package binutils-x86-64-linux-gnu. +#6 19.91 Preparing to unpack .../22-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... +#6 19.91 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... +#6 20.09 Selecting previously unselected package binutils. +#6 20.09 Preparing to unpack .../23-binutils_2.34-6ubuntu1.3_amd64.deb ... +#6 20.09 Unpacking binutils (2.34-6ubuntu1.3) ... +#6 20.11 Selecting previously unselected package libc-dev-bin. +#6 20.11 Preparing to unpack .../24-libc-dev-bin_2.31-0ubuntu9.7_amd64.deb ... +#6 20.11 Unpacking libc-dev-bin (2.31-0ubuntu9.7) ... +#6 20.13 Selecting previously unselected package linux-libc-dev:amd64. +#6 20.13 Preparing to unpack .../25-linux-libc-dev_5.4.0-109.123_amd64.deb ... +#6 20.14 Unpacking linux-libc-dev:amd64 (5.4.0-109.123) ... +#6 20.25 Selecting previously unselected package libcrypt-dev:amd64. +#6 20.25 Preparing to unpack .../26-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... +#6 20.25 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... +#6 20.28 Selecting previously unselected package libc6-dev:amd64. +#6 20.28 Preparing to unpack .../27-libc6-dev_2.31-0ubuntu9.7_amd64.deb ... +#6 20.28 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.7) ... +#6 20.55 Selecting previously unselected package gcc-9-base:amd64. +#6 20.55 Preparing to unpack .../28-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 20.55 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 20.57 Selecting previously unselected package libisl22:amd64. +#6 20.57 Preparing to unpack .../29-libisl22_0.22.1-1_amd64.deb ... +#6 20.57 Unpacking libisl22:amd64 (0.22.1-1) ... +#6 20.64 Selecting previously unselected package libmpfr6:amd64. +#6 20.64 Preparing to unpack .../30-libmpfr6_4.0.2-1_amd64.deb ... +#6 20.64 Unpacking libmpfr6:amd64 (4.0.2-1) ... +#6 20.68 Selecting previously unselected package libmpc3:amd64. +#6 20.68 Preparing to unpack .../31-libmpc3_1.1.0-1_amd64.deb ... +#6 20.68 Unpacking libmpc3:amd64 (1.1.0-1) ... +#6 20.70 Selecting previously unselected package cpp-9. +#6 20.70 Preparing to unpack .../32-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 20.70 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ... +#6 21.31 Selecting previously unselected package cpp. +#6 21.31 Preparing to unpack .../33-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... +#6 21.31 Unpacking cpp (4:9.3.0-1ubuntu2) ... +#6 21.33 Selecting previously unselected package libcc1-0:amd64. +#6 21.34 Preparing to unpack .../34-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 21.34 Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 21.36 Selecting previously unselected package libgomp1:amd64. +#6 21.36 Preparing to unpack .../35-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 21.36 Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 21.39 Selecting previously unselected package libitm1:amd64. +#6 21.39 Preparing to unpack .../36-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 21.39 Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 21.42 Selecting previously unselected package libatomic1:amd64. +#6 21.42 Preparing to unpack .../37-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 21.42 Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 21.44 Selecting previously unselected package libasan5:amd64. +#6 21.44 Preparing to unpack .../38-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 21.44 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 21.72 Selecting previously unselected package liblsan0:amd64. +#6 21.72 Preparing to unpack .../39-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 21.72 Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 21.81 Selecting previously unselected package libtsan0:amd64. +#6 21.81 Preparing to unpack .../40-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 21.82 Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 22.01 Selecting previously unselected package libubsan1:amd64. +#6 22.01 Preparing to unpack .../41-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 22.01 Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 22.10 Selecting previously unselected package libquadmath0:amd64. +#6 22.10 Preparing to unpack .../42-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... +#6 22.10 Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 22.13 Selecting previously unselected package libgcc-9-dev:amd64. +#6 22.13 Preparing to unpack .../43-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 22.13 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 22.32 Selecting previously unselected package gcc-9. +#6 22.32 Preparing to unpack .../44-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 22.33 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ... +#6 22.98 Selecting previously unselected package gcc. +#6 22.99 Preparing to unpack .../45-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... +#6 22.99 Unpacking gcc (4:9.3.0-1ubuntu2) ... +#6 23.01 Selecting previously unselected package libstdc++-9-dev:amd64. +#6 23.01 Preparing to unpack .../46-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 23.01 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 23.21 Selecting previously unselected package g++-9. +#6 23.21 Preparing to unpack .../47-g++-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... +#6 23.22 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.1) ... +#6 23.90 Selecting previously unselected package g++. +#6 23.90 Preparing to unpack .../48-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... +#6 23.90 Unpacking g++ (4:9.3.0-1ubuntu2) ... +#6 23.92 Selecting previously unselected package make. +#6 23.92 Preparing to unpack .../49-make_4.2.1-1.2_amd64.deb ... +#6 23.92 Unpacking make (4.2.1-1.2) ... +#6 23.95 Selecting previously unselected package libdpkg-perl. +#6 23.95 Preparing to unpack .../50-libdpkg-perl_1.19.7ubuntu3_all.deb ... +#6 23.96 Unpacking libdpkg-perl (1.19.7ubuntu3) ... +#6 23.99 Selecting previously unselected package patch. +#6 23.99 Preparing to unpack .../51-patch_2.7.6-6_amd64.deb ... +#6 24.00 Unpacking patch (2.7.6-6) ... +#6 24.02 Selecting previously unselected package dpkg-dev. +#6 24.03 Preparing to unpack .../52-dpkg-dev_1.19.7ubuntu3_all.deb ... +#6 24.03 Unpacking dpkg-dev (1.19.7ubuntu3) ... +#6 24.10 Selecting previously unselected package build-essential. +#6 24.10 Preparing to unpack .../53-build-essential_12.8ubuntu1.1_amd64.deb ... +#6 24.10 Unpacking build-essential (12.8ubuntu1.1) ... +#6 24.13 Selecting previously unselected package libassuan0:amd64. +#6 24.13 Preparing to unpack .../54-libassuan0_2.5.3-7ubuntu2_amd64.deb ... +#6 24.13 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... +#6 24.15 Selecting previously unselected package gpgconf. +#6 24.15 Preparing to unpack .../55-gpgconf_2.2.19-3ubuntu2.1_amd64.deb ... +#6 24.15 Unpacking gpgconf (2.2.19-3ubuntu2.1) ... +#6 24.19 Selecting previously unselected package libksba8:amd64. +#6 24.19 Preparing to unpack .../56-libksba8_1.3.5-2_amd64.deb ... +#6 24.19 Unpacking libksba8:amd64 (1.3.5-2) ... +#6 24.22 Selecting previously unselected package libroken18-heimdal:amd64. +#6 24.23 Preparing to unpack .../57-libroken18-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.23 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.26 Selecting previously unselected package libasn1-8-heimdal:amd64. +#6 24.26 Preparing to unpack .../58-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.26 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.30 Selecting previously unselected package libheimbase1-heimdal:amd64. +#6 24.30 Preparing to unpack .../59-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.30 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.33 Selecting previously unselected package libhcrypto4-heimdal:amd64. +#6 24.33 Preparing to unpack .../60-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.33 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.36 Selecting previously unselected package libwind0-heimdal:amd64. +#6 24.36 Preparing to unpack .../61-libwind0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.37 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.39 Selecting previously unselected package libhx509-5-heimdal:amd64. +#6 24.39 Preparing to unpack .../62-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.40 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.42 Selecting previously unselected package libkrb5-26-heimdal:amd64. +#6 24.43 Preparing to unpack .../63-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.43 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.47 Selecting previously unselected package libheimntlm0-heimdal:amd64. +#6 24.47 Preparing to unpack .../64-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.47 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.49 Selecting previously unselected package libgssapi3-heimdal:amd64. +#6 24.49 Preparing to unpack .../65-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1_amd64.deb ... +#6 24.49 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 24.52 Selecting previously unselected package libsasl2-modules-db:amd64. +#6 24.52 Preparing to unpack .../66-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +#6 24.52 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +#6 24.54 Selecting previously unselected package libsasl2-2:amd64. +#6 24.55 Preparing to unpack .../67-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +#6 24.55 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +#6 24.57 Selecting previously unselected package libldap-common. +#6 24.57 Preparing to unpack .../68-libldap-common_2.4.49+dfsg-2ubuntu1.8_all.deb ... +#6 24.58 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.8) ... +#6 24.60 Selecting previously unselected package libldap-2.4-2:amd64. +#6 24.60 Preparing to unpack .../69-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.8_amd64.deb ... +#6 24.60 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... +#6 24.64 Selecting previously unselected package libnpth0:amd64. +#6 24.64 Preparing to unpack .../70-libnpth0_1.6-1_amd64.deb ... +#6 24.64 Unpacking libnpth0:amd64 (1.6-1) ... +#6 24.66 Selecting previously unselected package dirmngr. +#6 24.66 Preparing to unpack .../71-dirmngr_2.2.19-3ubuntu2.1_amd64.deb ... +#6 24.67 Unpacking dirmngr (2.2.19-3ubuntu2.1) ... +#6 24.72 Selecting previously unselected package libfakeroot:amd64. +#6 24.72 Preparing to unpack .../72-libfakeroot_1.24-1_amd64.deb ... +#6 24.72 Unpacking libfakeroot:amd64 (1.24-1) ... +#6 24.75 Selecting previously unselected package fakeroot. +#6 24.75 Preparing to unpack .../73-fakeroot_1.24-1_amd64.deb ... +#6 24.75 Unpacking fakeroot (1.24-1) ... +#6 24.77 Selecting previously unselected package gnupg-l10n. +#6 24.77 Preparing to unpack .../74-gnupg-l10n_2.2.19-3ubuntu2.1_all.deb ... +#6 24.78 Unpacking gnupg-l10n (2.2.19-3ubuntu2.1) ... +#6 24.80 Selecting previously unselected package gnupg-utils. +#6 24.80 Preparing to unpack .../75-gnupg-utils_2.2.19-3ubuntu2.1_amd64.deb ... +#6 24.80 Unpacking gnupg-utils (2.2.19-3ubuntu2.1) ... +#6 24.86 Selecting previously unselected package gpg. +#6 24.86 Preparing to unpack .../76-gpg_2.2.19-3ubuntu2.1_amd64.deb ... +#6 24.86 Unpacking gpg (2.2.19-3ubuntu2.1) ... +#6 24.92 Selecting previously unselected package pinentry-curses. +#6 24.92 Preparing to unpack .../77-pinentry-curses_1.1.0-3build1_amd64.deb ... +#6 24.92 Unpacking pinentry-curses (1.1.0-3build1) ... +#6 24.95 Selecting previously unselected package gpg-agent. +#6 24.95 Preparing to unpack .../78-gpg-agent_2.2.19-3ubuntu2.1_amd64.deb ... +#6 24.95 Unpacking gpg-agent (2.2.19-3ubuntu2.1) ... +#6 24.99 Selecting previously unselected package gpg-wks-client. +#6 24.99 Preparing to unpack .../79-gpg-wks-client_2.2.19-3ubuntu2.1_amd64.deb ... +#6 24.99 Unpacking gpg-wks-client (2.2.19-3ubuntu2.1) ... +#6 25.02 Selecting previously unselected package gpg-wks-server. +#6 25.02 Preparing to unpack .../80-gpg-wks-server_2.2.19-3ubuntu2.1_amd64.deb ... +#6 25.02 Unpacking gpg-wks-server (2.2.19-3ubuntu2.1) ... +#6 25.04 Selecting previously unselected package gpgsm. +#6 25.04 Preparing to unpack .../81-gpgsm_2.2.19-3ubuntu2.1_amd64.deb ... +#6 25.04 Unpacking gpgsm (2.2.19-3ubuntu2.1) ... +#6 25.08 Selecting previously unselected package gnupg. +#6 25.08 Preparing to unpack .../82-gnupg_2.2.19-3ubuntu2.1_all.deb ... +#6 25.08 Unpacking gnupg (2.2.19-3ubuntu2.1) ... +#6 25.11 Selecting previously unselected package libalgorithm-diff-perl. +#6 25.11 Preparing to unpack .../83-libalgorithm-diff-perl_1.19.03-2_all.deb ... +#6 25.13 Unpacking libalgorithm-diff-perl (1.19.03-2) ... +#6 25.15 Selecting previously unselected package libalgorithm-diff-xs-perl. +#6 25.15 Preparing to unpack .../84-libalgorithm-diff-xs-perl_0.04-6_amd64.deb ... +#6 25.16 Unpacking libalgorithm-diff-xs-perl (0.04-6) ... +#6 25.18 Selecting previously unselected package libalgorithm-merge-perl. +#6 25.18 Preparing to unpack .../85-libalgorithm-merge-perl_0.08-3_all.deb ... +#6 25.18 Unpacking libalgorithm-merge-perl (0.08-3) ... +#6 25.20 Selecting previously unselected package libfile-fcntllock-perl. +#6 25.21 Preparing to unpack .../86-libfile-fcntllock-perl_0.22-3build4_amd64.deb ... +#6 25.21 Unpacking libfile-fcntllock-perl (0.22-3build4) ... +#6 25.23 Selecting previously unselected package libsasl2-modules:amd64. +#6 25.23 Preparing to unpack .../87-libsasl2-modules_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... +#6 25.24 Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +#6 25.26 Selecting previously unselected package manpages-dev. +#6 25.26 Preparing to unpack .../88-manpages-dev_5.05-1_all.deb ... +#6 25.26 Unpacking manpages-dev (5.05-1) ... +#6 25.46 Setting up libksba8:amd64 (1.3.5-2) ... +#6 25.47 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... +#6 25.47 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.2) ... +#6 25.48 Setting up manpages (5.05-1) ... +#6 25.49 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.12) ... +#6 25.56 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.2) ... +#6 25.56 Setting up libsasl2-modules:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +#6 25.58 Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... +#6 25.58 Setting up linux-libc-dev:amd64 (5.4.0-109.123) ... +#6 25.59 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... +#6 25.60 Setting up libnpth0:amd64 (1.6-1) ... +#6 25.60 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... +#6 25.61 Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.62 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.8) ... +#6 25.63 Setting up libfakeroot:amd64 (1.24-1) ... +#6 25.64 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +#6 25.64 Setting up fakeroot (1.24-1) ... +#6 25.65 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode +#6 25.65 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 +#6 25.65 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 +#6 25.65 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 +#6 25.65 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 +#6 25.65 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 +#6 25.65 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 +#6 25.65 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 +#6 25.65 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 +#6 25.66 Setting up make (4.2.1-1.2) ... +#6 25.66 Setting up libmpfr6:amd64 (4.0.2-1) ... +#6 25.67 Setting up gnupg-l10n (2.2.19-3ubuntu2.1) ... +#6 25.68 Setting up xz-utils (5.2.4-1ubuntu1.1) ... +#6 25.68 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.68 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 +#6 25.69 Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.69 Setting up libmpc3:amd64 (1.1.0-1) ... +#6 25.70 Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.71 Setting up patch (2.7.6-6) ... +#6 25.72 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... +#6 25.72 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 25.73 Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.74 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... +#6 25.74 Setting up libisl22:amd64 (0.22.1-1) ... +#6 25.75 Setting up netbase (6.1) ... +#6 25.77 Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... +#6 25.78 Setting up libc-dev-bin (2.31-0ubuntu9.7) ... +#6 25.79 Setting up openssl (1.1.1f-1ubuntu2.12) ... +#6 25.80 Setting up readline-common (8.0-4) ... +#6 25.80 Setting up publicsuffix (20200303.0012-1) ... +#6 25.81 Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.82 Setting up liblocale-gettext-perl (1.07-4) ... +#6 25.83 Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.83 Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.84 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 25.85 Setting up libgdbm6:amd64 (1.18.1-5) ... +#6 25.86 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 25.86 Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... +#6 25.87 Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... +#6 25.88 Setting up pinentry-curses (1.1.0-3build1) ... +#6 25.89 Setting up manpages-dev (5.05-1) ... +#6 25.90 Setting up wget (1.20.3-1ubuntu2) ... +#6 25.90 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 25.91 Setting up libreadline8:amd64 (8.0-4) ... +#6 25.92 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 25.93 Setting up ca-certificates (20210119~20.04.2) ... +#6 26.23 Updating certificates in /etc/ssl/certs... +#6 26.61 128 added, 0 removed; done. +#6 26.62 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 26.63 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 26.64 Setting up libgdbm-compat4:amd64 (1.18.1-5) ... +#6 26.65 Setting up gpgconf (2.2.19-3ubuntu2.1) ... +#6 26.65 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... +#6 26.66 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.2) ... +#6 26.67 Setting up libc6-dev:amd64 (2.31-0ubuntu9.7) ... +#6 26.68 Setting up gpg (2.2.19-3ubuntu2.1) ... +#6 26.69 Setting up gnupg-utils (2.2.19-3ubuntu2.1) ... +#6 26.69 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... +#6 26.70 Setting up gpg-agent (2.2.19-3ubuntu2.1) ... +#6 27.09 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 27.10 Setting up gpgsm (2.2.19-3ubuntu2.1) ... +#6 27.11 Setting up binutils (2.34-6ubuntu1.3) ... +#6 27.11 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 27.12 Setting up perl (5.30.0-9ubuntu0.2) ... +#6 27.14 Setting up libdpkg-perl (1.19.7ubuntu3) ... +#6 27.14 Setting up gpg-wks-server (2.2.19-3ubuntu2.1) ... +#6 27.15 Setting up cpp (4:9.3.0-1ubuntu2) ... +#6 27.16 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 27.17 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... +#6 27.18 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... +#6 27.18 Setting up libfile-fcntllock-perl (0.22-3build4) ... +#6 27.19 Setting up libalgorithm-diff-perl (1.19.03-2) ... +#6 27.20 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 27.20 Setting up gcc (4:9.3.0-1ubuntu2) ... +#6 27.22 Setting up dpkg-dev (1.19.7ubuntu3) ... +#6 27.24 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1) ... +#6 27.25 Setting up g++-9 (9.4.0-1ubuntu1~20.04.1) ... +#6 27.25 Setting up g++ (4:9.3.0-1ubuntu2) ... +#6 27.26 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode +#6 27.26 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 +#6 27.27 Setting up build-essential (12.8ubuntu1.1) ... +#6 27.28 Setting up libalgorithm-diff-xs-perl (0.04-6) ... +#6 27.28 Setting up libalgorithm-merge-perl (0.08-3) ... +#6 27.29 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.8) ... +#6 27.30 Setting up dirmngr (2.2.19-3ubuntu2.1) ... +#6 27.40 Setting up gpg-wks-client (2.2.19-3ubuntu2.1) ... +#6 27.41 Setting up gnupg (2.2.19-3ubuntu2.1) ... +#6 27.42 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... +#6 27.43 Processing triggers for ca-certificates (20210119~20.04.2) ... +#6 27.44 Updating certificates in /etc/ssl/certs... +#6 27.70 0 added, 0 removed; done. +#6 27.70 Running hooks in /etc/ca-certificates/update.d... +#6 27.70 done. +#6 DONE 28.0s + +#7 [4/5] RUN echo "\n\n\n\n================\n\nalohomora preinstall\n\n================\n\n\n\n" >> /building.log && wget http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb/public.pgp | tee -a /building.log && echo "deb http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb/ /" >> /etc/apt/sources.list.d/gensoft.list | tee -a /building.log && echo "deb http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private/ /" >> /etc/apt/sources.list.d/gensoft.list | tee -a /building.log && apt-key add public.pgp +#7 sha256:913634daf35f0df764cc3344b6fd912474e87c13b5210fc1f02bbcc9eb2452a6 +#7 0.324 --2022-04-21 09:18:51-- http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb/public.pgp +#7 0.324 Resolving mirrors.web.pasteur.fr (mirrors.web.pasteur.fr)... 157.99.210.30 +#7 0.329 Connecting to mirrors.web.pasteur.fr (mirrors.web.pasteur.fr)|157.99.210.30|:80... connected. +#7 0.331 HTTP request sent, awaiting response... 200 OK +#7 0.350 Length: 1187 (1.2K) [application/octet-stream] +#7 0.351 Saving to: 'public.pgp' +#7 0.351 +#7 0.351 0K . 100% 189M=0s +#7 0.351 +#7 0.351 2022-04-21 09:18:51 (189 MB/s) - 'public.pgp' saved [1187/1187] +#7 0.351 +#7 0.387 Warning: apt-key output should not be parsed (stdout is not a terminal) +#7 0.463 OK +#7 DONE 0.5s + +#8 [5/5] RUN echo "\n\n\n\n================\n\nalohomora installation\n\n================\n\n\n\n" >> /building.log && apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y gensoft-modules-4.4.0 gensoft-alohomora-v0.36 && apt-get clean && echo "\n\n\n\n================\n\napt-get autoremove\n\n================\n\n\n\n" >> /building.log && apt-get autoremove -y | tee -a /building.log ; echo "\n\n\n\n================\n\napt-get clean\n\n================\n\n\n\n" >> /building.log && apt-get clean | tee -a /building.log ; echo "\n\n\n\n================\n\nrm\n\n================\n\n\n\n" >> /building.log && rm -rf /var/lib/apt/lists/* | tee -a /building.log && echo "\n\n\n\n================\n\ninstalled packages\n\n================\n\n\n\n" >> /building.log && apt-cache policy locales locales-all >> /building.log +#8 sha256:220d4723da7b10168d914cd3abece20974f2e0a983a970942f8cc798ae1a68f1 +#8 0.573 Ign:1 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb InRelease +#8 0.581 Ign:2 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private InRelease +#8 0.589 Get:3 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb Release [470 B] +#8 0.608 Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease +#8 0.608 Get:5 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private Release [461 B] +#8 0.609 Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease +#8 0.617 Get:7 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb Release.gpg [488 B] +#8 0.622 Hit:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease +#8 0.624 Get:9 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private Release.gpg [488 B] +#8 0.741 Hit:10 http://security.ubuntu.com/ubuntu focal-security InRelease +#8 0.834 Get:11 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb Packages [254 kB] +#8 0.931 Get:12 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private Packages [8815 B] +#8 0.963 Fetched 265 kB in 0s (643 kB/s) +#8 0.963 Reading package lists... +#8 1.614 Reading package lists... +#8 2.246 Building dependency tree... +#8 2.377 Reading state information... +#8 2.488 The following additional packages will be installed: +#8 2.488 gensoft-adm-perl-5.30.1 gensoft-adm-python-2.7.17 gensoft-atk-2.9.4 +#8 2.488 gensoft-cairo-1.16.0 gensoft-db-18.1.32 gensoft-expat-2.2.9 +#8 2.488 gensoft-fontconfig-2.13.91 gensoft-freeglut-3.2.1 gensoft-freetype-2.10.1 +#8 2.488 gensoft-gcc-9.2.0 gensoft-gdbm-1.18.1 gensoft-gdk-pixbuf-2.36.12 +#8 2.488 gensoft-genehunter-2.1-r2 gensoft-glib-2.58.3 gensoft-glu-9.0.1 +#8 2.488 gensoft-gnuplot-5.2.8 gensoft-gtk+-2.24.32 gensoft-harfbuzz-2.6.4 +#8 2.488 gensoft-help2man-1.47.12 gensoft-libcerf-1.13 gensoft-libdrm-2.4.100 +#8 2.488 gensoft-libffi-3.3 gensoft-libgd-gd-2.2.5 gensoft-libjpeg-turbo-2.0.4 +#8 2.488 gensoft-libpng-1.6.37 gensoft-libtiff-4.1.0 gensoft-merlin-1.1.2 +#8 2.488 gensoft-mesa-19.0.8 gensoft-pango-1.42.4 gensoft-pcre2-10.34 +#8 2.488 gensoft-pedcheck-1.1 gensoft-pedstats-0.6.12 gensoft-pixman-0.38.4 +#8 2.488 gensoft-plink-1.90b6.16 gensoft-simwalk2-2.91 gensoft-sqlite-3.31.0 +#8 2.488 gensoft-tcl-8.6.10 gensoft-tk-8.6.10 gensoft-wxwidgets-3.1.3 +#8 2.488 gensoft-xorg-libs-1.1 gensoft-xz-5.2.4 less libblkid-dev libfribidi-dev +#8 2.489 libfribidi0 libgpm2 libmount-dev libncurses5 libtinfo5 uuid-dev +#8 2.489 Suggested packages: +#8 2.489 gpm +#8 2.564 The following NEW packages will be installed: +#8 2.564 gensoft-adm-perl-5.30.1 gensoft-adm-python-2.7.17 gensoft-alohomora-v0.36 +#8 2.564 gensoft-atk-2.9.4 gensoft-cairo-1.16.0 gensoft-db-18.1.32 +#8 2.564 gensoft-expat-2.2.9 gensoft-fontconfig-2.13.91 gensoft-freeglut-3.2.1 +#8 2.564 gensoft-freetype-2.10.1 gensoft-gcc-9.2.0 gensoft-gdbm-1.18.1 +#8 2.564 gensoft-gdk-pixbuf-2.36.12 gensoft-genehunter-2.1-r2 gensoft-glib-2.58.3 +#8 2.564 gensoft-glu-9.0.1 gensoft-gnuplot-5.2.8 gensoft-gtk+-2.24.32 +#8 2.564 gensoft-harfbuzz-2.6.4 gensoft-help2man-1.47.12 gensoft-libcerf-1.13 +#8 2.564 gensoft-libdrm-2.4.100 gensoft-libffi-3.3 gensoft-libgd-gd-2.2.5 +#8 2.564 gensoft-libjpeg-turbo-2.0.4 gensoft-libpng-1.6.37 gensoft-libtiff-4.1.0 +#8 2.564 gensoft-merlin-1.1.2 gensoft-mesa-19.0.8 gensoft-modules-4.4.0 +#8 2.564 gensoft-pango-1.42.4 gensoft-pcre2-10.34 gensoft-pedcheck-1.1 +#8 2.564 gensoft-pedstats-0.6.12 gensoft-pixman-0.38.4 gensoft-plink-1.90b6.16 +#8 2.564 gensoft-simwalk2-2.91 gensoft-sqlite-3.31.0 gensoft-tcl-8.6.10 +#8 2.564 gensoft-tk-8.6.10 gensoft-wxwidgets-3.1.3 gensoft-xorg-libs-1.1 +#8 2.564 gensoft-xz-5.2.4 less libblkid-dev libfribidi-dev libfribidi0 libgpm2 +#8 2.565 libmount-dev libncurses5 libtinfo5 uuid-dev +#8 2.596 0 upgraded, 52 newly installed, 0 to remove and 5 not upgraded. +#8 2.596 Need to get 852 MB of archives. +#8 2.596 After this operation, 3490 MB of additional disk space will be used. +#8 2.596 Get:1 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-gcc-9.2.0 1.0 [457 MB] +#8 2.871 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 less amd64 551-1ubuntu0.1 [123 kB] +#8 2.983 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu0.1 [24.2 kB] +#8 3.502 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfribidi-dev amd64 1.0.8-2ubuntu0.1 [62.3 kB] +#8 3.571 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB] +#8 3.665 Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 libtinfo5 amd64 6.2-0ubuntu2 [83.0 kB] +#8 3.755 Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 libncurses5 amd64 6.2-0ubuntu2 [96.9 kB] +#8 3.980 Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.3 [33.6 kB] +#8 4.700 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libblkid-dev amd64 2.34-0.1ubuntu9.3 [167 kB] +#8 5.001 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmount-dev amd64 2.34-0.1ubuntu9.3 [176 kB] +#8 12.24 Get:11 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-db-18.1.32 1.0 [35.8 MB] +#8 13.01 Get:12 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-adm-perl-5.30.1 1.0 [18.7 MB] +#8 13.43 Get:13 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libpng-1.6.37 1.0 [1140 kB] +#8 13.45 Get:14 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-freetype-2.10.1 1.0 [3808 kB] +#8 13.65 Get:15 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-expat-2.2.9 1.0 [540 kB] +#8 13.66 Get:16 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-fontconfig-2.13.91 1.0 [1289 kB] +#8 13.69 Get:17 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-xorg-libs-1.1 1.0 [39.5 MB] +#8 14.60 Get:18 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-tcl-8.6.10 1.0 [5939 kB] +#8 14.73 Get:19 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-tk-8.6.10 1.0 [1636 kB] +#8 14.77 Get:20 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-sqlite-3.31.0 1.0 [1998 kB] +#8 15.00 Get:21 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-gdbm-1.18.1 1.0 [597 kB] +#8 15.01 Get:22 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-adm-python-2.7.17 1.0 [40.6 MB] +#8 15.88 Get:23 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-pedstats-0.6.12 1.0 [230 kB] +#8 15.89 Get:24 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-merlin-1.1.2 1.0 [2177 kB] +#8 15.99 Get:25 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-genehunter-2.1-r2 1.0 [248 kB] +#8 16.04 Get:26 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb_private gensoft-pedcheck-1.1 1.0 [119 kB] +#8 16.39 Get:27 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-simwalk2-2.91 1.0 [931 kB] +#8 16.41 Get:28 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-plink-1.90b6.16 1.0 [8898 kB] +#8 17.33 Get:29 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libjpeg-turbo-2.0.4 1.0 [781 kB] +#8 17.35 Get:30 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-xz-5.2.4 1.0 [1132 kB] +#8 17.69 Get:31 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libdrm-2.4.100 1.0 [663 kB] +#8 17.71 Get:32 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-mesa-19.0.8 1.0 [94.7 MB] +#8 19.91 Get:33 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-freeglut-3.2.1 1.0 [307 kB] +#8 19.91 Get:34 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-glu-9.0.1 1.0 [2772 kB] +#8 19.98 Get:35 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libtiff-4.1.0 1.0 [2719 kB] +#8 20.15 Get:36 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libffi-3.3 1.0 [234 kB] +#8 20.16 Get:37 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-pcre2-10.34 1.0 [1474 kB] +#8 20.20 Get:38 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-glib-2.58.3 1.0 [9264 kB] +#8 20.40 Get:39 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-pixman-0.38.4 1.0 [5003 kB] +#8 20.49 Get:40 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-cairo-1.16.0 1.0 [9360 kB] +#8 20.66 Get:41 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-harfbuzz-2.6.4 1.0 [15.9 MB] +#8 21.40 Get:42 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-atk-2.9.4 1.0 [366 kB] +#8 21.41 Get:43 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-gdk-pixbuf-2.36.12 1.0 [1469 kB] +#8 21.47 Get:44 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-help2man-1.47.12 1.0 [16.6 kB] +#8 21.47 Get:45 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-pango-1.42.4 1.0 [1266 kB] +#8 21.50 Get:46 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-gtk+-2.24.32 1.0 [14.8 MB] +#8 21.80 Get:47 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-wxwidgets-3.1.3 1.0 [10.5 MB] +#8 22.02 Get:48 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libgd-gd-2.2.5 1.0 [1084 kB] +#8 22.15 Get:49 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-libcerf-1.13 1.0 [47.7 kB] +#8 22.15 Get:50 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-gnuplot-5.2.8 1.0 [3255 kB] +#8 22.23 Get:51 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-alohomora-v0.36 1.0 [52.8 MB] +#8 23.53 Get:52 http://mirrors.web.pasteur.fr/gensoft/ubuntu/deb gensoft-modules-4.4.0 1.0 [419 kB] +#8 23.63 debconf: delaying package configuration, since apt-utils is not installed +#8 23.65 Fetched 852 MB in 21s (40.6 MB/s) +#8 23.66 Selecting previously unselected package less. +#8 23.66 (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 ... 12747 files and directories currently installed.) +#8 23.67 Preparing to unpack .../00-less_551-1ubuntu0.1_amd64.deb ... +#8 23.67 Unpacking less (551-1ubuntu0.1) ... +#8 23.70 Selecting previously unselected package libfribidi0:amd64. +#8 23.71 Preparing to unpack .../01-libfribidi0_1.0.8-2ubuntu0.1_amd64.deb ... +#8 23.71 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu0.1) ... +#8 23.73 Selecting previously unselected package libfribidi-dev:amd64. +#8 23.73 Preparing to unpack .../02-libfribidi-dev_1.0.8-2ubuntu0.1_amd64.deb ... +#8 23.73 Unpacking libfribidi-dev:amd64 (1.0.8-2ubuntu0.1) ... +#8 23.75 Selecting previously unselected package libgpm2:amd64. +#8 23.76 Preparing to unpack .../03-libgpm2_1.20.7-5_amd64.deb ... +#8 23.76 Unpacking libgpm2:amd64 (1.20.7-5) ... +#8 23.79 Selecting previously unselected package libtinfo5:amd64. +#8 23.79 Preparing to unpack .../04-libtinfo5_6.2-0ubuntu2_amd64.deb ... +#8 23.79 Unpacking libtinfo5:amd64 (6.2-0ubuntu2) ... +#8 23.81 Selecting previously unselected package libncurses5:amd64. +#8 23.82 Preparing to unpack .../05-libncurses5_6.2-0ubuntu2_amd64.deb ... +#8 23.82 Unpacking libncurses5:amd64 (6.2-0ubuntu2) ... +#8 23.84 Selecting previously unselected package gensoft-gcc-9.2.0. +#8 23.84 Preparing to unpack .../06-gensoft-gcc-9.2.0_1.0_amd64.deb ... +#8 23.88 Unpacking gensoft-gcc-9.2.0 (1.0) ... +#8 31.03 Selecting previously unselected package gensoft-db-18.1.32. +#8 31.04 Preparing to unpack .../07-gensoft-db-18.1.32_1.0_amd64.deb ... +#8 31.04 Unpacking gensoft-db-18.1.32 (1.0) ... +#8 32.08 Selecting previously unselected package gensoft-adm-perl-5.30.1. +#8 32.09 Preparing to unpack .../08-gensoft-adm-perl-5.30.1_1.0_amd64.deb ... +#8 32.09 Unpacking gensoft-adm-perl-5.30.1 (1.0) ... +#8 32.59 Selecting previously unselected package gensoft-libpng-1.6.37. +#8 32.60 Preparing to unpack .../09-gensoft-libpng-1.6.37_1.0_amd64.deb ... +#8 32.60 Unpacking gensoft-libpng-1.6.37 (1.0) ... +#8 32.64 Selecting previously unselected package gensoft-freetype-2.10.1. +#8 32.64 Preparing to unpack .../10-gensoft-freetype-2.10.1_1.0_amd64.deb ... +#8 32.65 Unpacking gensoft-freetype-2.10.1 (1.0) ... +#8 32.74 Selecting previously unselected package gensoft-expat-2.2.9. +#8 32.74 Preparing to unpack .../11-gensoft-expat-2.2.9_1.0_amd64.deb ... +#8 32.75 Unpacking gensoft-expat-2.2.9 (1.0) ... +#8 32.77 Selecting previously unselected package gensoft-fontconfig-2.13.91. +#8 32.77 Preparing to unpack .../12-gensoft-fontconfig-2.13.91_1.0_amd64.deb ... +#8 32.78 Unpacking gensoft-fontconfig-2.13.91 (1.0) ... +#8 32.86 Selecting previously unselected package gensoft-xorg-libs-1.1. +#8 32.86 Preparing to unpack .../13-gensoft-xorg-libs-1.1_1.0_amd64.deb ... +#8 32.87 Unpacking gensoft-xorg-libs-1.1 (1.0) ... +#8 33.99 Selecting previously unselected package gensoft-tcl-8.6.10. +#8 33.99 Preparing to unpack .../14-gensoft-tcl-8.6.10_1.0_amd64.deb ... +#8 34.00 Unpacking gensoft-tcl-8.6.10 (1.0) ... +#8 34.20 Selecting previously unselected package gensoft-tk-8.6.10. +#8 34.21 Preparing to unpack .../15-gensoft-tk-8.6.10_1.0_amd64.deb ... +#8 34.21 Unpacking gensoft-tk-8.6.10 (1.0) ... +#8 34.30 Selecting previously unselected package gensoft-sqlite-3.31.0. +#8 34.30 Preparing to unpack .../16-gensoft-sqlite-3.31.0_1.0_amd64.deb ... +#8 34.31 Unpacking gensoft-sqlite-3.31.0 (1.0) ... +#8 34.36 Selecting previously unselected package gensoft-gdbm-1.18.1. +#8 34.36 Preparing to unpack .../17-gensoft-gdbm-1.18.1_1.0_amd64.deb ... +#8 34.37 Unpacking gensoft-gdbm-1.18.1 (1.0) ... +#8 34.40 Selecting previously unselected package gensoft-adm-python-2.7.17. +#8 34.40 Preparing to unpack .../18-gensoft-adm-python-2.7.17_1.0_amd64.deb ... +#8 34.41 Unpacking gensoft-adm-python-2.7.17 (1.0) ... +#8 35.48 Selecting previously unselected package gensoft-pedstats-0.6.12. +#8 35.49 Preparing to unpack .../19-gensoft-pedstats-0.6.12_1.0_amd64.deb ... +#8 35.49 Unpacking gensoft-pedstats-0.6.12 (1.0) ... +#8 35.51 Selecting previously unselected package gensoft-merlin-1.1.2. +#8 35.52 Preparing to unpack .../20-gensoft-merlin-1.1.2_1.0_amd64.deb ... +#8 35.52 Unpacking gensoft-merlin-1.1.2 (1.0) ... +#8 35.57 Selecting previously unselected package gensoft-genehunter-2.1-r2. +#8 35.58 Preparing to unpack .../21-gensoft-genehunter-2.1-r2_1.0_amd64.deb ... +#8 35.58 Unpacking gensoft-genehunter-2.1-r2 (1.0) ... +#8 35.60 Selecting previously unselected package gensoft-pedcheck-1.1. +#8 35.60 Preparing to unpack .../22-gensoft-pedcheck-1.1_1.0_amd64.deb ... +#8 35.61 Unpacking gensoft-pedcheck-1.1 (1.0) ... +#8 35.63 Selecting previously unselected package gensoft-simwalk2-2.91. +#8 35.63 Preparing to unpack .../23-gensoft-simwalk2-2.91_1.0_amd64.deb ... +#8 35.63 Unpacking gensoft-simwalk2-2.91 (1.0) ... +#8 35.68 Selecting previously unselected package gensoft-plink-1.90b6.16. +#8 35.68 Preparing to unpack .../24-gensoft-plink-1.90b6.16_1.0_amd64.deb ... +#8 35.69 Unpacking gensoft-plink-1.90b6.16 (1.0) ... +#8 35.87 Selecting previously unselected package gensoft-libjpeg-turbo-2.0.4. +#8 35.87 Preparing to unpack .../25-gensoft-libjpeg-turbo-2.0.4_1.0_amd64.deb ... +#8 35.88 Unpacking gensoft-libjpeg-turbo-2.0.4 (1.0) ... +#8 35.92 Selecting previously unselected package gensoft-xz-5.2.4. +#8 35.92 Preparing to unpack .../26-gensoft-xz-5.2.4_1.0_amd64.deb ... +#8 35.93 Unpacking gensoft-xz-5.2.4 (1.0) ... +#8 35.97 Selecting previously unselected package gensoft-libdrm-2.4.100. +#8 35.97 Preparing to unpack .../27-gensoft-libdrm-2.4.100_1.0_amd64.deb ... +#8 35.98 Unpacking gensoft-libdrm-2.4.100 (1.0) ... +#8 36.01 Selecting previously unselected package gensoft-mesa-19.0.8. +#8 36.02 Preparing to unpack .../28-gensoft-mesa-19.0.8_1.0_amd64.deb ... +#8 36.02 Unpacking gensoft-mesa-19.0.8 (1.0) ... +#8 37.51 Selecting previously unselected package gensoft-freeglut-3.2.1. +#8 37.52 Preparing to unpack .../29-gensoft-freeglut-3.2.1_1.0_amd64.deb ... +#8 37.52 Unpacking gensoft-freeglut-3.2.1 (1.0) ... +#8 37.54 Selecting previously unselected package gensoft-glu-9.0.1. +#8 37.55 Preparing to unpack .../30-gensoft-glu-9.0.1_1.0_amd64.deb ... +#8 37.55 Unpacking gensoft-glu-9.0.1 (1.0) ... +#8 37.62 Selecting previously unselected package gensoft-libtiff-4.1.0. +#8 37.62 Preparing to unpack .../31-gensoft-libtiff-4.1.0_1.0_amd64.deb ... +#8 37.62 Unpacking gensoft-libtiff-4.1.0 (1.0) ... +#8 37.71 Selecting previously unselected package gensoft-libffi-3.3. +#8 37.72 Preparing to unpack .../32-gensoft-libffi-3.3_1.0_amd64.deb ... +#8 37.72 Unpacking gensoft-libffi-3.3 (1.0) ... +#8 37.74 Selecting previously unselected package uuid-dev:amd64. +#8 37.74 Preparing to unpack .../33-uuid-dev_2.34-0.1ubuntu9.3_amd64.deb ... +#8 37.75 Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... +#8 37.77 Selecting previously unselected package libblkid-dev:amd64. +#8 37.77 Preparing to unpack .../34-libblkid-dev_2.34-0.1ubuntu9.3_amd64.deb ... +#8 37.78 Unpacking libblkid-dev:amd64 (2.34-0.1ubuntu9.3) ... +#8 37.81 Selecting previously unselected package libmount-dev:amd64. +#8 37.81 Preparing to unpack .../35-libmount-dev_2.34-0.1ubuntu9.3_amd64.deb ... +#8 37.81 Unpacking libmount-dev:amd64 (2.34-0.1ubuntu9.3) ... +#8 37.85 Selecting previously unselected package gensoft-pcre2-10.34. +#8 37.85 Preparing to unpack .../36-gensoft-pcre2-10.34_1.0_amd64.deb ... +#8 37.85 Unpacking gensoft-pcre2-10.34 (1.0) ... +#8 37.92 Selecting previously unselected package gensoft-glib-2.58.3. +#8 37.92 Preparing to unpack .../37-gensoft-glib-2.58.3_1.0_amd64.deb ... +#8 37.92 Unpacking gensoft-glib-2.58.3 (1.0) ... +#8 38.14 Selecting previously unselected package gensoft-pixman-0.38.4. +#8 38.14 Preparing to unpack .../38-gensoft-pixman-0.38.4_1.0_amd64.deb ... +#8 38.15 Unpacking gensoft-pixman-0.38.4 (1.0) ... +#8 38.26 Selecting previously unselected package gensoft-cairo-1.16.0. +#8 38.26 Preparing to unpack .../39-gensoft-cairo-1.16.0_1.0_amd64.deb ... +#8 38.27 Unpacking gensoft-cairo-1.16.0 (1.0) ... +#8 38.46 Selecting previously unselected package gensoft-harfbuzz-2.6.4. +#8 38.46 Preparing to unpack .../40-gensoft-harfbuzz-2.6.4_1.0_amd64.deb ... +#8 38.47 Unpacking gensoft-harfbuzz-2.6.4 (1.0) ... +#8 38.77 Selecting previously unselected package gensoft-atk-2.9.4. +#8 38.77 Preparing to unpack .../41-gensoft-atk-2.9.4_1.0_amd64.deb ... +#8 38.77 Unpacking gensoft-atk-2.9.4 (1.0) ... +#8 38.81 Selecting previously unselected package gensoft-gdk-pixbuf-2.36.12. +#8 38.81 Preparing to unpack .../42-gensoft-gdk-pixbuf-2.36.12_1.0_amd64.deb ... +#8 38.81 Unpacking gensoft-gdk-pixbuf-2.36.12 (1.0) ... +#8 38.88 Selecting previously unselected package gensoft-help2man-1.47.12. +#8 38.89 Preparing to unpack .../43-gensoft-help2man-1.47.12_1.0_amd64.deb ... +#8 38.89 Unpacking gensoft-help2man-1.47.12 (1.0) ... +#8 38.91 Selecting previously unselected package gensoft-pango-1.42.4. +#8 38.91 Preparing to unpack .../44-gensoft-pango-1.42.4_1.0_amd64.deb ... +#8 38.92 Unpacking gensoft-pango-1.42.4 (1.0) ... +#8 38.96 Selecting previously unselected package gensoft-gtk+-2.24.32. +#8 38.97 Preparing to unpack .../45-gensoft-gtk+-2.24.32_1.0_amd64.deb ... +#8 38.97 Unpacking gensoft-gtk+-2.24.32 (1.0) ... +#8 39.32 Selecting previously unselected package gensoft-wxwidgets-3.1.3. +#8 39.32 Preparing to unpack .../46-gensoft-wxwidgets-3.1.3_1.0_amd64.deb ... +#8 39.33 Unpacking gensoft-wxwidgets-3.1.3 (1.0) ... +#8 39.59 Selecting previously unselected package gensoft-libgd-gd-2.2.5. +#8 39.59 Preparing to unpack .../47-gensoft-libgd-gd-2.2.5_1.0_amd64.deb ... +#8 39.60 Unpacking gensoft-libgd-gd-2.2.5 (1.0) ... +#8 39.64 Selecting previously unselected package gensoft-libcerf-1.13. +#8 39.64 Preparing to unpack .../48-gensoft-libcerf-1.13_1.0_amd64.deb ... +#8 39.65 Unpacking gensoft-libcerf-1.13 (1.0) ... +#8 39.67 Selecting previously unselected package gensoft-gnuplot-5.2.8. +#8 39.67 Preparing to unpack .../49-gensoft-gnuplot-5.2.8_1.0_amd64.deb ... +#8 39.68 Unpacking gensoft-gnuplot-5.2.8 (1.0) ... +#8 39.75 Selecting previously unselected package gensoft-alohomora-v0.36. +#8 39.75 Preparing to unpack .../50-gensoft-alohomora-v0.36_1.0_amd64.deb ... +#8 39.76 Unpacking gensoft-alohomora-v0.36 (1.0) ... +#8 40.72 Selecting previously unselected package gensoft-modules-4.4.0. +#8 40.72 Preparing to unpack .../51-gensoft-modules-4.4.0_1.0_amd64.deb ... +#8 40.73 Unpacking gensoft-modules-4.4.0 (1.0) ... +#8 40.77 Setting up gensoft-libffi-3.3 (1.0) ... +#8 40.78 Setting up libgpm2:amd64 (1.20.7-5) ... +#8 40.78 Setting up gensoft-genehunter-2.1-r2 (1.0) ... +#8 40.79 Setting up less (551-1ubuntu0.1) ... +#8 40.80 Setting up gensoft-tcl-8.6.10 (1.0) ... +#8 40.81 Setting up gensoft-gdbm-1.18.1 (1.0) ... +#8 40.81 Setting up gensoft-pedcheck-1.1 (1.0) ... +#8 40.82 Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.3) ... +#8 40.83 Setting up libfribidi0:amd64 (1.0.8-2ubuntu0.1) ... +#8 40.83 Setting up gensoft-xz-5.2.4 (1.0) ... +#8 40.84 Setting up gensoft-pixman-0.38.4 (1.0) ... +#8 40.85 Setting up gensoft-libjpeg-turbo-2.0.4 (1.0) ... +#8 40.85 Setting up gensoft-plink-1.90b6.16 (1.0) ... +#8 40.86 Setting up gensoft-gcc-9.2.0 (1.0) ... +#8 40.87 Setting up gensoft-expat-2.2.9 (1.0) ... +#8 40.87 Setting up libtinfo5:amd64 (6.2-0ubuntu2) ... +#8 40.88 Setting up gensoft-libcerf-1.13 (1.0) ... +#8 40.89 Setting up gensoft-libpng-1.6.37 (1.0) ... +#8 40.89 Setting up libblkid-dev:amd64 (2.34-0.1ubuntu9.3) ... +#8 40.90 Setting up libfribidi-dev:amd64 (1.0.8-2ubuntu0.1) ... +#8 40.91 Setting up gensoft-pcre2-10.34 (1.0) ... +#8 40.92 Setting up gensoft-modules-4.4.0 (1.0) ... +#8 40.93 Setting up libncurses5:amd64 (6.2-0ubuntu2) ... +#8 40.93 Setting up gensoft-simwalk2-2.91 (1.0) ... +#8 40.94 Setting up gensoft-pedstats-0.6.12 (1.0) ... +#8 40.95 Setting up gensoft-freetype-2.10.1 (1.0) ... +#8 40.95 Setting up gensoft-db-18.1.32 (1.0) ... +#8 40.96 Setting up libmount-dev:amd64 (2.34-0.1ubuntu9.3) ... +#8 40.97 Setting up gensoft-glib-2.58.3 (1.0) ... +#8 40.97 Setting up gensoft-atk-2.9.4 (1.0) ... +#8 40.98 Setting up gensoft-merlin-1.1.2 (1.0) ... +#8 40.99 Setting up gensoft-sqlite-3.31.0 (1.0) ... +#8 40.99 Setting up gensoft-fontconfig-2.13.91 (1.0) ... +#8 41.00 Setting up gensoft-xorg-libs-1.1 (1.0) ... +#8 41.01 Setting up gensoft-adm-perl-5.30.1 (1.0) ... +#8 41.01 Setting up gensoft-tk-8.6.10 (1.0) ... +#8 41.02 Setting up gensoft-help2man-1.47.12 (1.0) ... +#8 41.03 Setting up gensoft-cairo-1.16.0 (1.0) ... +#8 41.03 Setting up gensoft-libdrm-2.4.100 (1.0) ... +#8 41.04 Setting up gensoft-adm-python-2.7.17 (1.0) ... +#8 41.05 Setting up gensoft-mesa-19.0.8 (1.0) ... +#8 41.05 Setting up gensoft-harfbuzz-2.6.4 (1.0) ... +#8 41.06 Setting up gensoft-glu-9.0.1 (1.0) ... +#8 41.07 Setting up gensoft-pango-1.42.4 (1.0) ... +#8 41.07 Setting up gensoft-freeglut-3.2.1 (1.0) ... +#8 41.08 Setting up gensoft-libtiff-4.1.0 (1.0) ... +#8 41.09 Setting up gensoft-libgd-gd-2.2.5 (1.0) ... +#8 41.09 Setting up gensoft-gdk-pixbuf-2.36.12 (1.0) ... +#8 41.10 Setting up gensoft-gtk+-2.24.32 (1.0) ... +#8 41.11 Setting up gensoft-wxwidgets-3.1.3 (1.0) ... +#8 41.11 Setting up gensoft-gnuplot-5.2.8 (1.0) ... +#8 41.12 Setting up gensoft-alohomora-v0.36 (1.0) ... +#8 41.13 Processing triggers for libc-bin (2.31-0ubuntu9.7) ... +#8 41.24 Reading package lists... +#8 41.86 Building dependency tree... +#8 42.02 Reading state information... +#8 42.18 0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded. +#8 DONE 43.4s + +#9 exporting to image +#9 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 +#9 exporting layers +#9 exporting layers 11.0s done +#9 writing image sha256:d6e1595795cfcb6fc23548ad119d10f5a3fdc03943d7f750b0f8047cf87b790d done +#9 naming to docker.io/gmillot/alohomora_merlin_v1.0:gitlab_v8.5 done +#9 DONE 11.0s diff --git a/ubuntu/v20.04/alohomora_merlin/v1.0/installed_modules.log b/ubuntu/v20.04/alohomora_merlin/v1.0/installed_modules.log new file mode 100644 index 0000000000000000000000000000000000000000..0a0ffb3864ecd6973bdc3a52b410ac6fd06b2733 --- /dev/null +++ b/ubuntu/v20.04/alohomora_merlin/v1.0/installed_modules.log @@ -0,0 +1,14 @@ +-------------------------------------- /opt/gensoft/adm/Modules/4.4.0/modulefiles -------------------------------------- +use.own + +------------------------------------------------- /opt/gensoft/modules ------------------------------------------------- +alohomora/v0.36(default) merlin/1.1.2(default) pedstats/0.6.12(default) simwalk2/2.91(default) +genehunter/2.1_r2(default) pedcheck/1.1(default) plink/1.90b6.16(default) + +----------------------------------------------- /opt/gensoft/devmodules ------------------------------------------------ +atk/2.9.4 freetype/2.10.1 gnuplot/5.2.8 libffi/3.3 pango/1.42.4 wxWidgets/3.1.3 +cairo/1.16.0 gcc/9.2.0(default) gtk+/2.24.32 libgd-gd/2.2.5 pcre2/10.34 xorg-libs/1.1 +db/18.1.32 gdbm/1.18.1 harfbuzz/2.6.4 libjpeg-turbo/2.0.4 pixman/0.38.4 xz/5.2.4 +expat/2.2.9 gdk-pixbuf/2.36.12 help2man/1.47.12 libpng/1.6.37 SQLite/3.31.0 +fontconfig/2.13.91 glib/2.58.3 libcerf/1.13 libtiff/4.1.0 tcl/8.6.10 +freeglut/3.2.1 glu/9.0.1 libdrm/2.4.100 mesa/19.0.8 tk/8.6.10 diff --git a/ubuntu/v20.04/base/Dockerfile b/ubuntu/v20.04/base/Dockerfile new file mode 100644 index 0000000000000000000000000000000000000000..02f6568948637adb388adb1ba9ace0e3dab110b7 --- /dev/null +++ b/ubuntu/v20.04/base/Dockerfile @@ -0,0 +1,32 @@ +######################################################################### +## ## +## Dockerfile ## +## Ubuntu base ## +## ## +## Gael A. Millot ## +## Bioinformatics and Biostatistics Hub ## +## Computational Biology Department ## +## Institut Pasteur Paris ## +## ## +######################################################################### + + +# to see the log of the building: +# sudo docker run -ti --entrypoint bash <IMAGE_NAME> +# cat building.log + +# to export the log file of the image building from the container: +# sudo docker images +# sudo docker run -ti --entrypoint bash <IMAGE_NAME> +# exit +# sudo docker container ls -a # to get all the active containers +# sudo docker cp <containerNAMES>:/building.log </host/path/target> + + +FROM ubuntu:20.04 + + +LABEL Gael.Millot=gael.millot@pasteur.fr +LABEL gitlab.dockerfiles="https://gitlab.pasteur.fr/gmillot/dockerfiles" + +ENTRYPOINT ["/bin/bash"] diff --git a/ubuntu/v20.04/base/building2.log b/ubuntu/v20.04/base/building2.log new file mode 100644 index 0000000000000000000000000000000000000000..a40c3273f6383838bae650dba28755a1878f39f1 --- /dev/null +++ b/ubuntu/v20.04/base/building2.log @@ -0,0 +1,24 @@ +#1 [internal] load build definition from Dockerfile +#1 sha256:30ee4fdd32294b133296b9fd30920053b6a86b6cf6e457f430758872ae8045d4 +#1 transferring dockerfile: 1.41kB done +#1 DONE 0.0s + +#2 [internal] load .dockerignore +#2 sha256:7a456f2413f45bcb30efdbb068c39ca82456563173c8b884a217ac3d75113029 +#2 transferring context: 2B done +#2 DONE 0.0s + +#3 [internal] load metadata for docker.io/library/ubuntu:20.04 +#3 sha256:8e67b796a66f85f06793e026943184e32d365c77929e94d2ac98b34a1e1cb30e +#3 DONE 0.4s + +#4 [1/1] FROM docker.io/library/ubuntu:20.04@sha256:9101220a875cee98b016668342c489ff0674f247f6ca20dfc91b91c0f28581ae +#4 sha256:38146a072e833ef37467d2c88f11d2c4942e52ebfe5b02290fa9ced46af5f55e +#4 CACHED + +#5 exporting to image +#5 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 +#5 exporting layers done +#5 writing image sha256:832394bb737c9991f349f3976b2e53f7333110ebae747e235ec4e5bf16162175 done +#5 naming to docker.io/gmillot/ubuntu-base_v20.04:gitlab_v8.5 done +#5 DONE 0.0s