Sending build context to Docker daemon 45.04MB Step 1/24 : FROM python:2.7 2.7: Pulling from library/python 55cbf04beb70: Pulling fs layer 1607093a898c: Pulling fs layer 9a8ea045c926: Pulling fs layer d4eee24d4dac: Pulling fs layer b59856e9f0ab: Pulling fs layer 27a58ded158c: Pulling fs layer d3605d4d5a57: Pulling fs layer 7cf96e36db79: Pulling fs layer 010e69b0c00e: Pulling fs layer d4eee24d4dac: Waiting b59856e9f0ab: Waiting 27a58ded158c: Waiting d3605d4d5a57: Waiting 7cf96e36db79: Waiting 010e69b0c00e: Waiting 9a8ea045c926: Verifying Checksum 9a8ea045c926: Download complete 1607093a898c: Verifying Checksum 1607093a898c: Download complete 55cbf04beb70: Verifying Checksum 55cbf04beb70: Download complete d4eee24d4dac: Verifying Checksum d4eee24d4dac: Download complete 27a58ded158c: Verifying Checksum 27a58ded158c: Download complete 7cf96e36db79: Verifying Checksum 7cf96e36db79: Download complete d3605d4d5a57: Verifying Checksum d3605d4d5a57: Download complete 010e69b0c00e: Verifying Checksum 010e69b0c00e: Download complete b59856e9f0ab: Verifying Checksum b59856e9f0ab: Download complete 55cbf04beb70: Pull complete 1607093a898c: Pull complete 9a8ea045c926: Pull complete d4eee24d4dac: Pull complete b59856e9f0ab: Pull complete 27a58ded158c: Pull complete d3605d4d5a57: Pull complete 7cf96e36db79: Pull complete 010e69b0c00e: Pull complete Digest: sha256:b6d426927f5a2558e373e53a9f6c5d931b21644928e284fc6388a08e9adeaa81 Status: Downloaded newer image for python:2.7 ---> 17c0fe4e76a5 Step 2/24 : ENV PYTHONUNBUFFERED 1 ---> Running in 02e9e689d893 Removing intermediate container 02e9e689d893 ---> c135043f34eb Step 3/24 : RUN echo "* installing dependencies" ---> Running in f70559e49564 * installing dependencies Removing intermediate container f70559e49564 ---> 0f42f260dd4e Step 4/24 : RUN apt-get update ---> Running in ca743ed1557d Get:1 http://security.debian.org/debian-security stretch/updates InRelease [94.3 kB] Ign:2 http://deb.debian.org/debian stretch InRelease Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] Get:4 http://deb.debian.org/debian stretch Release [118 kB] Get:5 http://deb.debian.org/debian stretch Release.gpg [2434 B] Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 Packages [384 kB] Get:7 http://deb.debian.org/debian stretch-updates/main amd64 Packages [5148 B] Get:8 http://deb.debian.org/debian stretch/main amd64 Packages [7099 kB] Fetched 7794 kB in 2s (2809 kB/s) Reading package lists... Removing intermediate container ca743ed1557d ---> 24b67a172b21 Step 5/24 : RUN apt-get install -y git ---> Running in 3d9a9efcec89 Reading package lists... Building dependency tree... Reading state information... git is already the newest version (1:2.11.0-3+deb9u3). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container 3d9a9efcec89 ---> 241c4346cde5 Step 6/24 : RUN apt-get install -y python-pip ---> Running in 79d3cdabbc3f Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: build-essential dbus libapparmor1 libdbus-glib-1-2 libpython-all-dev libpython-dev libpython2.7 libpython2.7-dev python-all python-all-dev python-cffi-backend python-crypto python-cryptography python-dbus python-dev python-enum34 python-gi python-idna python-ipaddress python-keyring python-keyrings.alt python-pip-whl python-pkg-resources python-pyasn1 python-secretstorage python-setuptools python-wheel python-xdg python2.7-dev Suggested packages: default-dbus-session-bus | dbus-session-bus python-crypto-dbg python-crypto-doc python-cryptography-doc python-cryptography-vectors python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-fs python-gdata python-kde4 python-keyczar doc-base python-secretstorage-doc python-setuptools-doc The following NEW packages will be installed: build-essential dbus libapparmor1 libdbus-glib-1-2 libpython-all-dev libpython-dev libpython2.7 libpython2.7-dev python-all python-all-dev python-cffi-backend python-crypto python-cryptography python-dbus python-dev python-enum34 python-gi python-idna python-ipaddress python-keyring python-keyrings.alt python-pip python-pip-whl python-pkg-resources python-pyasn1 python-secretstorage python-setuptools python-wheel python-xdg python2.7-dev 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. Need to get 33.7 MB of archives. After this operation, 56.8 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 libapparmor1 amd64 2.11.0-3+deb9u2 [78.9 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 dbus amd64 1.10.26-0+deb9u1 [210 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 build-essential amd64 12.3 [7346 B] Get:4 http://deb.debian.org/debian stretch/main amd64 libdbus-glib-1-2 amd64 0.108-2 [206 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 libpython2.7 amd64 2.7.13-2+deb9u2 [1072 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 libpython2.7-dev amd64 2.7.13-2+deb9u2 [28.2 MB] Get:7 http://deb.debian.org/debian stretch/main amd64 libpython-dev amd64 2.7.13-2 [20.1 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 libpython-all-dev amd64 2.7.13-2 [960 B] Get:9 http://deb.debian.org/debian stretch/main amd64 python-all amd64 2.7.13-2 [942 B] Get:10 http://deb.debian.org/debian stretch/main amd64 python2.7-dev amd64 2.7.13-2+deb9u2 [290 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 python-dev amd64 2.7.13-2 [1126 B] Get:12 http://deb.debian.org/debian stretch/main amd64 python-all-dev amd64 2.7.13-2 [962 B] Get:13 http://deb.debian.org/debian stretch/main amd64 python-cffi-backend amd64 1.9.1-2 [69.0 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 python-crypto amd64 2.6.1-7 [259 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 python-enum34 all 1.1.6-1 [35.0 kB] Get:16 http://deb.debian.org/debian stretch/main amd64 python-idna all 2.2-1 [32.6 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 python-ipaddress all 1.0.17-1 [18.1 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 python-pyasn1 all 0.1.9-2 [51.8 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 python-pkg-resources all 33.1.1-1 [166 kB] Get:20 http://deb.debian.org/debian stretch/main amd64 python-setuptools all 33.1.1-1 [297 kB] Get:21 http://deb.debian.org/debian stretch/main amd64 python-cryptography amd64 1.7.1-3 [211 kB] Get:22 http://deb.debian.org/debian stretch/main amd64 python-dbus amd64 1.2.4-1+b1 [185 kB] Get:23 http://deb.debian.org/debian stretch/main amd64 python-gi amd64 3.22.0-2 [515 kB] Get:24 http://deb.debian.org/debian stretch/main amd64 python-secretstorage all 2.3.1-2 [13.8 kB] Get:25 http://deb.debian.org/debian stretch/main amd64 python-keyring all 10.1-1 [40.7 kB] Get:26 http://deb.debian.org/debian stretch/main amd64 python-keyrings.alt all 1.3-1 [16.4 kB] Get:27 http://deb.debian.org/debian stretch/main amd64 python-pip-whl all 9.0.1-2 [1406 kB] Get:28 http://deb.debian.org/debian stretch/main amd64 python-pip all 9.0.1-2 [179 kB] Get:29 http://deb.debian.org/debian stretch/main amd64 python-wheel all 0.29.0-2 [51.7 kB] Get:30 http://deb.debian.org/debian stretch/main amd64 python-xdg all 0.25-4 [35.8 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 33.7 MB in 1s (19.4 MB/s) Selecting previously unselected package libapparmor1:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30223 files and directories currently installed.) Preparing to unpack .../00-libapparmor1_2.11.0-3+deb9u2_amd64.deb ... Unpacking libapparmor1:amd64 (2.11.0-3+deb9u2) ... Selecting previously unselected package dbus. Preparing to unpack .../01-dbus_1.10.26-0+deb9u1_amd64.deb ... Unpacking dbus (1.10.26-0+deb9u1) ... Selecting previously unselected package build-essential. Preparing to unpack .../02-build-essential_12.3_amd64.deb ... Unpacking build-essential (12.3) ... Selecting previously unselected package libdbus-glib-1-2:amd64. Preparing to unpack .../03-libdbus-glib-1-2_0.108-2_amd64.deb ... Unpacking libdbus-glib-1-2:amd64 (0.108-2) ... Selecting previously unselected package libpython2.7:amd64. Preparing to unpack .../04-libpython2.7_2.7.13-2+deb9u2_amd64.deb ... Unpacking libpython2.7:amd64 (2.7.13-2+deb9u2) ... Selecting previously unselected package libpython2.7-dev:amd64. Preparing to unpack .../05-libpython2.7-dev_2.7.13-2+deb9u2_amd64.deb ... Unpacking libpython2.7-dev:amd64 (2.7.13-2+deb9u2) ... Selecting previously unselected package libpython-dev:amd64. Preparing to unpack .../06-libpython-dev_2.7.13-2_amd64.deb ... Unpacking libpython-dev:amd64 (2.7.13-2) ... Selecting previously unselected package libpython-all-dev:amd64. Preparing to unpack .../07-libpython-all-dev_2.7.13-2_amd64.deb ... Unpacking libpython-all-dev:amd64 (2.7.13-2) ... Selecting previously unselected package python-all. Preparing to unpack .../08-python-all_2.7.13-2_amd64.deb ... Unpacking python-all (2.7.13-2) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../09-python2.7-dev_2.7.13-2+deb9u2_amd64.deb ... Unpacking python2.7-dev (2.7.13-2+deb9u2) ... Selecting previously unselected package python-dev. Preparing to unpack .../10-python-dev_2.7.13-2_amd64.deb ... Unpacking python-dev (2.7.13-2) ... Selecting previously unselected package python-all-dev. Preparing to unpack .../11-python-all-dev_2.7.13-2_amd64.deb ... Unpacking python-all-dev (2.7.13-2) ... Selecting previously unselected package python-cffi-backend. Preparing to unpack .../12-python-cffi-backend_1.9.1-2_amd64.deb ... Unpacking python-cffi-backend (1.9.1-2) ... Selecting previously unselected package python-crypto. Preparing to unpack .../13-python-crypto_2.6.1-7_amd64.deb ... Unpacking python-crypto (2.6.1-7) ... Selecting previously unselected package python-enum34. Preparing to unpack .../14-python-enum34_1.1.6-1_all.deb ... Unpacking python-enum34 (1.1.6-1) ... Selecting previously unselected package python-idna. Preparing to unpack .../15-python-idna_2.2-1_all.deb ... Unpacking python-idna (2.2-1) ... Selecting previously unselected package python-ipaddress. Preparing to unpack .../16-python-ipaddress_1.0.17-1_all.deb ... Unpacking python-ipaddress (1.0.17-1) ... Selecting previously unselected package python-pyasn1. Preparing to unpack .../17-python-pyasn1_0.1.9-2_all.deb ... Unpacking python-pyasn1 (0.1.9-2) ... Selecting previously unselected package python-pkg-resources. Preparing to unpack .../18-python-pkg-resources_33.1.1-1_all.deb ... Unpacking python-pkg-resources (33.1.1-1) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../19-python-setuptools_33.1.1-1_all.deb ... Unpacking python-setuptools (33.1.1-1) ... Selecting previously unselected package python-cryptography. Preparing to unpack .../20-python-cryptography_1.7.1-3_amd64.deb ... Unpacking python-cryptography (1.7.1-3) ... Selecting previously unselected package python-dbus. Preparing to unpack .../21-python-dbus_1.2.4-1+b1_amd64.deb ... Unpacking python-dbus (1.2.4-1+b1) ... Selecting previously unselected package python-gi. Preparing to unpack .../22-python-gi_3.22.0-2_amd64.deb ... Unpacking python-gi (3.22.0-2) ... Selecting previously unselected package python-secretstorage. Preparing to unpack .../23-python-secretstorage_2.3.1-2_all.deb ... Unpacking python-secretstorage (2.3.1-2) ... Selecting previously unselected package python-keyring. Preparing to unpack .../24-python-keyring_10.1-1_all.deb ... Unpacking python-keyring (10.1-1) ... Selecting previously unselected package python-keyrings.alt. Preparing to unpack .../25-python-keyrings.alt_1.3-1_all.deb ... Unpacking python-keyrings.alt (1.3-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../26-python-pip-whl_9.0.1-2_all.deb ... Unpacking python-pip-whl (9.0.1-2) ... Selecting previously unselected package python-pip. Preparing to unpack .../27-python-pip_9.0.1-2_all.deb ... Unpacking python-pip (9.0.1-2) ... Selecting previously unselected package python-wheel. Preparing to unpack .../28-python-wheel_0.29.0-2_all.deb ... Unpacking python-wheel (0.29.0-2) ... Selecting previously unselected package python-xdg. Preparing to unpack .../29-python-xdg_0.25-4_all.deb ... Unpacking python-xdg (0.25-4) ... Setting up python-idna (2.2-1) ... Setting up python-pip-whl (9.0.1-2) ... Setting up python-crypto (2.6.1-7) ... Setting up build-essential (12.3) ... Setting up libdbus-glib-1-2:amd64 (0.108-2) ... Setting up python-pyasn1 (0.1.9-2) ... Setting up python-wheel (0.29.0-2) ... Setting up python-pkg-resources (33.1.1-1) ... Setting up python-keyrings.alt (1.3-1) ... Setting up python-cffi-backend (1.9.1-2) ... Setting up python-gi (3.22.0-2) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up libapparmor1:amd64 (2.11.0-3+deb9u2) ... Setting up python-enum34 (1.1.6-1) ... Setting up libpython2.7:amd64 (2.7.13-2+deb9u2) ... Setting up libpython2.7-dev:amd64 (2.7.13-2+deb9u2) ... Setting up dbus (1.10.26-0+deb9u1) ... invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up python-dbus (1.2.4-1+b1) ... Remove stale byte-compiled files... Setting up python-ipaddress (1.0.17-1) ... Setting up python-pip (9.0.1-2) ... Setting up python2.7-dev (2.7.13-2+deb9u2) ... Setting up python-all (2.7.13-2) ... Setting up python-xdg (0.25-4) ... Setting up libpython-dev:amd64 (2.7.13-2) ... Setting up python-setuptools (33.1.1-1) ... Setting up python-dev (2.7.13-2) ... Setting up libpython-all-dev:amd64 (2.7.13-2) ... Setting up python-all-dev (2.7.13-2) ... Setting up python-cryptography (1.7.1-3) ... Setting up python-secretstorage (2.3.1-2) ... Setting up python-keyring (10.1-1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 79d3cdabbc3f ---> a775f57b9110 Step 7/24 : RUN apt-get install -y python-dev ---> Running in 0f6ce0b2d9c5 Reading package lists... Building dependency tree... Reading state information... python-dev is already the newest version (2.7.13-2). python-dev set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container 0f6ce0b2d9c5 ---> 6575c7c54ee6 Step 8/24 : RUN apt-get install -y libpq-dev ---> Running in 8ef9e3625743 Reading package lists... Building dependency tree... Reading state information... libpq-dev is already the newest version (9.6.9-0+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container 8ef9e3625743 ---> 39b7c1915935 Step 9/24 : RUN apt-get install -y postgresql ---> Running in 89a54f303042 Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: cron distro-info-data exim4 exim4-base exim4-config exim4-daemon-light guile-2.0-libs libc-l10n libfribidi0 libgc1c2 libgsasl7 libkyotocabinet16v5 libmailutils5 libntlm0 libpopt0 libsensors4 libwrap0 locales logrotate lsb-release mailutils mailutils-common postgresql-9.6 postgresql-client-9.6 postgresql-client-common postgresql-common postgresql-contrib-9.6 psmisc ssl-cert sysstat tcpd Suggested packages: anacron checksecurity eximon4 exim4-doc-html | exim4-doc-info spf-tools-perl swaks lm-sensors lsb mailutils-mh mailutils-doc postgresql-doc locales-all postgresql-doc-9.6 libdbd-pg-perl openssl-blacklist isag The following NEW packages will be installed: cron distro-info-data exim4 exim4-base exim4-config exim4-daemon-light guile-2.0-libs libc-l10n libfribidi0 libgc1c2 libgsasl7 libkyotocabinet16v5 libmailutils5 libntlm0 libpopt0 libsensors4 libwrap0 locales logrotate lsb-release mailutils mailutils-common postgresql postgresql-9.6 postgresql-client-9.6 postgresql-client-common postgresql-common postgresql-contrib-9.6 psmisc ssl-cert sysstat tcpd 0 upgraded, 32 newly installed, 0 to remove and 0 not upgraded. Need to get 18.3 MB of archives. After this operation, 68.5 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 cron amd64 3.0pl1-128+deb9u1 [95.4 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 libpopt0 amd64 1.16-10+b2 [49.4 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 logrotate amd64 3.11.0-0.1 [58.7 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 libc-l10n all 2.24-11+deb9u3 [820 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 libgc1c2 amd64 1:7.4.2-8 [208 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 libwrap0 amd64 7.6.q-26 [58.2 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 locales all 2.24-11+deb9u3 [3287 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 distro-info-data all 0.36 [5810 B] Get:9 http://deb.debian.org/debian stretch/main amd64 exim4-config all 4.89-2+deb9u3 [377 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 exim4-base amd64 4.89-2+deb9u3 [1093 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 exim4-daemon-light amd64 4.89-2+deb9u3 [542 kB] Get:12 http://deb.debian.org/debian stretch/main amd64 exim4 all 4.89-2+deb9u3 [7852 B] Get:13 http://deb.debian.org/debian stretch/main amd64 guile-2.0-libs amd64 2.0.13+1-4 [2232 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 libfribidi0 amd64 0.19.7-1+b1 [45.7 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 libntlm0 amd64 1.4-8 [20.9 kB] Get:16 http://deb.debian.org/debian stretch/main amd64 libgsasl7 amd64 1.8.0-8+b2 [207 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 mailutils-common all 1:3.1.1-1 [642 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 libmailutils5 amd64 1:3.1.1-1 [817 kB] Get:20 http://deb.debian.org/debian stretch/main amd64 libsensors4 amd64 1:3.4.0-4 [53.3 kB] Get:21 http://deb.debian.org/debian stretch/main amd64 lsb-release all 9.20161125 [27.1 kB] Get:22 http://deb.debian.org/debian stretch/main amd64 mailutils amd64 1:3.1.1-1 [573 kB] Get:23 http://deb.debian.org/debian stretch/main amd64 postgresql-client-common all 181+deb9u2 [79.2 kB] Get:24 http://deb.debian.org/debian stretch/main amd64 postgresql-client-9.6 amd64 9.6.9-0+deb9u1 [1239 kB] Get:25 http://deb.debian.org/debian stretch/main amd64 ssl-cert all 1.0.39 [20.8 kB] Get:26 http://deb.debian.org/debian stretch/main amd64 postgresql-common all 181+deb9u2 [217 kB] Get:27 http://deb.debian.org/debian stretch/main amd64 postgresql-9.6 amd64 9.6.9-0+deb9u1 [4150 kB] Get:28 http://deb.debian.org/debian stretch/main amd64 postgresql all 9.6+181+deb9u2 [55.8 kB] Get:29 http://deb.debian.org/debian stretch/main amd64 postgresql-contrib-9.6 amd64 9.6.9-0+deb9u1 [498 kB] Get:30 http://deb.debian.org/debian stretch/main amd64 psmisc amd64 22.21-2.1+b2 [123 kB] Get:31 http://deb.debian.org/debian stretch/main amd64 sysstat amd64 11.4.3-2 [360 kB] Get:32 http://deb.debian.org/debian stretch/main amd64 tcpd amd64 7.6.q-26 [23.3 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 18.3 MB in 1s (12.8 MB/s) Selecting previously unselected package cron. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 31303 files and directories currently installed.) Preparing to unpack .../00-cron_3.0pl1-128+deb9u1_amd64.deb ... Unpacking cron (3.0pl1-128+deb9u1) ... Selecting previously unselected package libpopt0:amd64. Preparing to unpack .../01-libpopt0_1.16-10+b2_amd64.deb ... Unpacking libpopt0:amd64 (1.16-10+b2) ... Selecting previously unselected package logrotate. Preparing to unpack .../02-logrotate_3.11.0-0.1_amd64.deb ... Unpacking logrotate (3.11.0-0.1) ... Selecting previously unselected package libc-l10n. Preparing to unpack .../03-libc-l10n_2.24-11+deb9u3_all.deb ... Unpacking libc-l10n (2.24-11+deb9u3) ... Selecting previously unselected package libgc1c2:amd64. Preparing to unpack .../04-libgc1c2_1%3a7.4.2-8_amd64.deb ... Unpacking libgc1c2:amd64 (1:7.4.2-8) ... Selecting previously unselected package libwrap0:amd64. Preparing to unpack .../05-libwrap0_7.6.q-26_amd64.deb ... Unpacking libwrap0:amd64 (7.6.q-26) ... Selecting previously unselected package locales. Preparing to unpack .../06-locales_2.24-11+deb9u3_all.deb ... Unpacking locales (2.24-11+deb9u3) ... Selecting previously unselected package distro-info-data. Preparing to unpack .../07-distro-info-data_0.36_all.deb ... Unpacking distro-info-data (0.36) ... Selecting previously unselected package exim4-config. Preparing to unpack .../08-exim4-config_4.89-2+deb9u3_all.deb ... Unpacking exim4-config (4.89-2+deb9u3) ... Selecting previously unselected package exim4-base. Preparing to unpack .../09-exim4-base_4.89-2+deb9u3_amd64.deb ... Unpacking exim4-base (4.89-2+deb9u3) ... Selecting previously unselected package exim4-daemon-light. Preparing to unpack .../10-exim4-daemon-light_4.89-2+deb9u3_amd64.deb ... Unpacking exim4-daemon-light (4.89-2+deb9u3) ... Selecting previously unselected package exim4. Preparing to unpack .../11-exim4_4.89-2+deb9u3_all.deb ... Unpacking exim4 (4.89-2+deb9u3) ... Selecting previously unselected package guile-2.0-libs:amd64. Preparing to unpack .../12-guile-2.0-libs_2.0.13+1-4_amd64.deb ... Unpacking guile-2.0-libs:amd64 (2.0.13+1-4) ... Selecting previously unselected package libfribidi0:amd64. Preparing to unpack .../13-libfribidi0_0.19.7-1+b1_amd64.deb ... Unpacking libfribidi0:amd64 (0.19.7-1+b1) ... Selecting previously unselected package libntlm0:amd64. Preparing to unpack .../14-libntlm0_1.4-8_amd64.deb ... Unpacking libntlm0:amd64 (1.4-8) ... Selecting previously unselected package libgsasl7. Preparing to unpack .../15-libgsasl7_1.8.0-8+b2_amd64.deb ... Unpacking libgsasl7 (1.8.0-8+b2) ... Selecting previously unselected package libkyotocabinet16v5:amd64. Preparing to unpack .../16-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ... Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ... Selecting previously unselected package mailutils-common. Preparing to unpack .../17-mailutils-common_1%3a3.1.1-1_all.deb ... Unpacking mailutils-common (1:3.1.1-1) ... Selecting previously unselected package libmailutils5:amd64. Preparing to unpack .../18-libmailutils5_1%3a3.1.1-1_amd64.deb ... Unpacking libmailutils5:amd64 (1:3.1.1-1) ... Selecting previously unselected package libsensors4:amd64. Preparing to unpack .../19-libsensors4_1%3a3.4.0-4_amd64.deb ... Unpacking libsensors4:amd64 (1:3.4.0-4) ... Selecting previously unselected package lsb-release. Preparing to unpack .../20-lsb-release_9.20161125_all.deb ... Unpacking lsb-release (9.20161125) ... Selecting previously unselected package mailutils. Preparing to unpack .../21-mailutils_1%3a3.1.1-1_amd64.deb ... Unpacking mailutils (1:3.1.1-1) ... Selecting previously unselected package postgresql-client-common. Preparing to unpack .../22-postgresql-client-common_181+deb9u2_all.deb ... Unpacking postgresql-client-common (181+deb9u2) ... Selecting previously unselected package postgresql-client-9.6. Preparing to unpack .../23-postgresql-client-9.6_9.6.9-0+deb9u1_amd64.deb ... Unpacking postgresql-client-9.6 (9.6.9-0+deb9u1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../24-ssl-cert_1.0.39_all.deb ... Unpacking ssl-cert (1.0.39) ... Selecting previously unselected package postgresql-common. Preparing to unpack .../25-postgresql-common_181+deb9u2_all.deb ... Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' Unpacking postgresql-common (181+deb9u2) ... Selecting previously unselected package postgresql-9.6. Preparing to unpack .../26-postgresql-9.6_9.6.9-0+deb9u1_amd64.deb ... Unpacking postgresql-9.6 (9.6.9-0+deb9u1) ... Selecting previously unselected package postgresql. Preparing to unpack .../27-postgresql_9.6+181+deb9u2_all.deb ... Unpacking postgresql (9.6+181+deb9u2) ... Selecting previously unselected package postgresql-contrib-9.6. Preparing to unpack .../28-postgresql-contrib-9.6_9.6.9-0+deb9u1_amd64.deb ... Unpacking postgresql-contrib-9.6 (9.6.9-0+deb9u1) ... Selecting previously unselected package psmisc. Preparing to unpack .../29-psmisc_22.21-2.1+b2_amd64.deb ... Unpacking psmisc (22.21-2.1+b2) ... Selecting previously unselected package sysstat. Preparing to unpack .../30-sysstat_11.4.3-2_amd64.deb ... Unpacking sysstat (11.4.3-2) ... Selecting previously unselected package tcpd. Preparing to unpack .../31-tcpd_7.6.q-26_amd64.deb ... Unpacking tcpd (7.6.q-26) ... Setting up libpopt0:amd64 (1.16-10+b2) ... Setting up psmisc (22.21-2.1+b2) ... Setting up exim4-config (4.89-2+deb9u3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Adding system-user for exim (v4) Setting up libgc1c2:amd64 (1:7.4.2-8) ... Setting up distro-info-data (0.36) ... Setting up ssl-cert (1.0.39) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up lsb-release (9.20161125) ... Setting up libntlm0:amd64 (1.4-8) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up postgresql-client-common (181+deb9u2) ... Setting up libc-l10n (2.24-11+deb9u3) ... Setting up guile-2.0-libs:amd64 (2.0.13+1-4) ... Setting up postgresql-common (181+deb9u2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Adding user postgres to group ssl-cert Creating config file /etc/postgresql-common/createcluster.conf with new version Creating config file /etc/logrotate.d/postgresql-common with new version Building PostgreSQL dictionaries from installed myspell/hunspell packages... Removing obsolete dictionary files: invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libfribidi0:amd64 (0.19.7-1+b1) ... Setting up libsensors4:amd64 (1:3.4.0-4) ... Setting up cron (3.0pl1-128+deb9u1) ... Adding group `crontab' (GID 106) ... Done. update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ... Setting up locales (2.24-11+deb9u3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Generating locales (this might take a while)... Generation complete. Setting up logrotate (3.11.0-0.1) ... Setting up libwrap0:amd64 (7.6.q-26) ... Setting up mailutils-common (1:3.1.1-1) ... Setting up libgsasl7 (1.8.0-8+b2) ... Setting up libmailutils5:amd64 (1:3.1.1-1) ... Setting up sysstat (11.4.3-2) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Creating config file /etc/default/sysstat with new version update-alternatives: using /usr/bin/sar.sysstat to provide /usr/bin/sar (sar) in auto mode Setting up postgresql-client-9.6 (9.6.9-0+deb9u1) ... update-alternatives: using /usr/share/postgresql/9.6/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode Setting up exim4-base (4.89-2+deb9u3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline exim: DB upgrade, deleting hints-db Setting up tcpd (7.6.q-26) ... Setting up postgresql-9.6 (9.6.9-0+deb9u1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Creating new cluster 9.6/main ... config /etc/postgresql/9.6/main data /var/lib/postgresql/9.6/main locale C.UTF-8 socket /var/run/postgresql port 5432 update-alternatives: using /usr/share/postgresql/9.6/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Setting up postgresql (9.6+181+deb9u2) ... Setting up exim4-daemon-light (4.89-2+deb9u3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Initializing GnuTLS DH parameter file Setting up mailutils (1:3.1.1-1) ... update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode Setting up postgresql-contrib-9.6 (9.6.9-0+deb9u1) ... Setting up exim4 (4.89-2+deb9u3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 89a54f303042 ---> e9b36bf9e1e7 Step 10/24 : RUN apt-get install -y postgresql-contrib ---> Running in 2f36ba858bbb Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: postgresql-contrib 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 55.8 kB of archives. After this operation, 61.4 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 postgresql-contrib all 9.6+181+deb9u2 [55.8 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 55.8 kB in 0s (352 kB/s) Selecting previously unselected package postgresql-contrib. (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 ... 34079 files and directories currently installed.) Preparing to unpack .../postgresql-contrib_9.6+181+deb9u2_all.deb ... Unpacking postgresql-contrib (9.6+181+deb9u2) ... Setting up postgresql-contrib (9.6+181+deb9u2) ... Removing intermediate container 2f36ba858bbb ---> f0bcf900c2d4 Step 11/24 : RUN apt-get install -y postgresql-client ---> Running in 30f9c924e8c5 Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: postgresql-client 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 55.8 kB of archives. After this operation, 61.4 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 postgresql-client all 9.6+181+deb9u2 [55.8 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 55.8 kB in 0s (321 kB/s) Selecting previously unselected package postgresql-client. (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 ... 34082 files and directories currently installed.) Preparing to unpack .../postgresql-client_9.6+181+deb9u2_all.deb ... Unpacking postgresql-client (9.6+181+deb9u2) ... Setting up postgresql-client (9.6+181+deb9u2) ... Removing intermediate container 30f9c924e8c5 ---> 0c66f10ce324 Step 12/24 : RUN apt-get install -y rabbitmq-server ---> Running in 5fbfee70aa4d Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 libsctp1 Suggested packages: erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java libmyodbc odbc-postgresql tdsodbc unixodbc-bin lksctp-tools The following NEW packages will be installed: erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools erlang-xmerl libodbc1 libsctp1 rabbitmq-server 0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded. Need to get 25.6 MB of archives. After this operation, 42.9 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 erlang-base amd64 1:19.2.1+dfsg-2+deb9u1 [7173 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 erlang-asn1 amd64 1:19.2.1+dfsg-2+deb9u1 [740 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 erlang-mnesia amd64 1:19.2.1+dfsg-2+deb9u1 [747 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 erlang-runtime-tools amd64 1:19.2.1+dfsg-2+deb9u1 [208 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 erlang-crypto amd64 1:19.2.1+dfsg-2+deb9u1 [125 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 erlang-public-key amd64 1:19.2.1+dfsg-2+deb9u1 [559 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 erlang-ssl amd64 1:19.2.1+dfsg-2+deb9u1 [751 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 erlang-inets amd64 1:19.2.1+dfsg-2+deb9u1 [742 kB] Get:9 http://deb.debian.org/debian stretch/main amd64 erlang-corba amd64 1:19.2.1+dfsg-2+deb9u1 [2257 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 erlang-syntax-tools amd64 1:19.2.1+dfsg-2+deb9u1 [374 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 erlang-diameter amd64 1:19.2.1+dfsg-2+deb9u1 [679 kB] Get:12 http://deb.debian.org/debian stretch/main amd64 erlang-xmerl amd64 1:19.2.1+dfsg-2+deb9u1 [986 kB] Get:13 http://deb.debian.org/debian stretch/main amd64 erlang-edoc amd64 1:19.2.1+dfsg-2+deb9u1 [326 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 erlang-eldap amd64 1:19.2.1+dfsg-2+deb9u1 [130 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 erlang-erl-docgen amd64 1:19.2.1+dfsg-2+deb9u1 [167 kB] Get:16 http://deb.debian.org/debian stretch/main amd64 erlang-eunit amd64 1:19.2.1+dfsg-2+deb9u1 [165 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 erlang-ic amd64 1:19.2.1+dfsg-2+deb9u1 [847 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 libodbc1 amd64 2.3.4-1 [214 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 erlang-odbc amd64 1:19.2.1+dfsg-2+deb9u1 [77.7 kB] Get:20 http://deb.debian.org/debian stretch/main amd64 erlang-snmp amd64 1:19.2.1+dfsg-2+deb9u1 [1554 kB] Get:21 http://deb.debian.org/debian stretch/main amd64 erlang-os-mon amd64 1:19.2.1+dfsg-2+deb9u1 [120 kB] Get:22 http://deb.debian.org/debian stretch/main amd64 erlang-parsetools amd64 1:19.2.1+dfsg-2+deb9u1 [184 kB] Get:23 http://deb.debian.org/debian stretch/main amd64 erlang-percept amd64 1:19.2.1+dfsg-2+deb9u1 [164 kB] Get:24 http://deb.debian.org/debian stretch/main amd64 erlang-ssh amd64 1:19.2.1+dfsg-2+deb9u1 [478 kB] Get:25 http://deb.debian.org/debian stretch/main amd64 erlang-tools amd64 1:19.2.1+dfsg-2+deb9u1 [529 kB] Get:26 http://deb.debian.org/debian stretch/main amd64 erlang-nox all 1:19.2.1+dfsg-2+deb9u1 [35.4 kB] Get:27 http://deb.debian.org/debian stretch/main amd64 libsctp1 amd64 1.0.17+dfsg-1+b1 [28.1 kB] Get:28 http://deb.debian.org/debian stretch/main amd64 rabbitmq-server all 3.6.6-1 [5234 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 25.6 MB in 1s (16.6 MB/s) Selecting previously unselected package erlang-base. (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 ... 34085 files and directories currently installed.) Preparing to unpack .../00-erlang-base_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-base (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-asn1. Preparing to unpack .../01-erlang-asn1_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-asn1 (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-mnesia. Preparing to unpack .../02-erlang-mnesia_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-mnesia (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-runtime-tools. Preparing to unpack .../03-erlang-runtime-tools_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-crypto. Preparing to unpack .../04-erlang-crypto_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-crypto (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-public-key. Preparing to unpack .../05-erlang-public-key_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-public-key (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-ssl. Preparing to unpack .../06-erlang-ssl_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-ssl (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-inets. Preparing to unpack .../07-erlang-inets_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-inets (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-corba. Preparing to unpack .../08-erlang-corba_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-corba (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-syntax-tools. Preparing to unpack .../09-erlang-syntax-tools_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-diameter. Preparing to unpack .../10-erlang-diameter_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-diameter (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-xmerl. Preparing to unpack .../11-erlang-xmerl_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-xmerl (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-edoc. Preparing to unpack .../12-erlang-edoc_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-edoc (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-eldap. Preparing to unpack .../13-erlang-eldap_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-eldap (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-erl-docgen. Preparing to unpack .../14-erlang-erl-docgen_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-eunit. Preparing to unpack .../15-erlang-eunit_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-eunit (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-ic. Preparing to unpack .../16-erlang-ic_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-ic (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package libodbc1:amd64. Preparing to unpack .../17-libodbc1_2.3.4-1_amd64.deb ... Unpacking libodbc1:amd64 (2.3.4-1) ... Selecting previously unselected package erlang-odbc. Preparing to unpack .../18-erlang-odbc_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-odbc (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-snmp. Preparing to unpack .../19-erlang-snmp_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-snmp (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-os-mon. Preparing to unpack .../20-erlang-os-mon_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-os-mon (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-parsetools. Preparing to unpack .../21-erlang-parsetools_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-parsetools (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-percept. Preparing to unpack .../22-erlang-percept_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-percept (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-ssh. Preparing to unpack .../23-erlang-ssh_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-ssh (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-tools. Preparing to unpack .../24-erlang-tools_1%3a19.2.1+dfsg-2+deb9u1_amd64.deb ... Unpacking erlang-tools (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package erlang-nox. Preparing to unpack .../25-erlang-nox_1%3a19.2.1+dfsg-2+deb9u1_all.deb ... Unpacking erlang-nox (1:19.2.1+dfsg-2+deb9u1) ... Selecting previously unselected package libsctp1:amd64. Preparing to unpack .../26-libsctp1_1.0.17+dfsg-1+b1_amd64.deb ... Unpacking libsctp1:amd64 (1.0.17+dfsg-1+b1) ... Selecting previously unselected package rabbitmq-server. Preparing to unpack .../27-rabbitmq-server_3.6.6-1_all.deb ... Unpacking rabbitmq-server (3.6.6-1) ... Setting up libodbc1:amd64 (2.3.4-1) ... Setting up erlang-base (1:19.2.1+dfsg-2+deb9u1) ... Searching for services which depend on erlang and should be started...none found. Setting up libsctp1:amd64 (1.0.17+dfsg-1+b1) ... Setting up erlang-ic (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-xmerl (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-crypto (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-asn1 (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-mnesia (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-eunit (1:19.2.1+dfsg-2+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up erlang-runtime-tools (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-syntax-tools (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-odbc (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-parsetools (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-public-key (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-snmp (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-ssl (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-inets (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-tools (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-percept (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-diameter (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-ssh (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-os-mon (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-eldap (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-edoc (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-corba (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-erl-docgen (1:19.2.1+dfsg-2+deb9u1) ... Setting up erlang-nox (1:19.2.1+dfsg-2+deb9u1) ... Setting up rabbitmq-server (3.6.6-1) ... Adding group `rabbitmq' (GID 108) ... Done. Adding system user `rabbitmq' (UID 105) ... Adding new user `rabbitmq' (UID 105) with group `rabbitmq' ... Not creating home directory `/var/lib/rabbitmq'. invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. Removing intermediate container 5fbfee70aa4d ---> c8b0a305fc73 Step 13/24 : RUN apt-get install -y libdb-dev ---> Running in 40ecb9e25bf6 Reading package lists... Building dependency tree... Reading state information... libdb-dev is already the newest version (5.3.1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container 40ecb9e25bf6 ---> 9fb856ba525e Step 14/24 : RUN apt-get install -y fp-compiler fp-units-base fp-units-math ---> Running in 87c121424f4a Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: fp-compiler-3.0.0 fp-units-base-3.0.0 fp-units-math-3.0.0 fp-units-rtl-3.0.0 fp-utils-3.0.0 fpc-source-3.0.0 libgmp-dev libgmpxx4ldbl Suggested packages: fp-docs-3.0.0 mingw32-binutils uuid-dev gmp-doc libgmp10-doc libmpfr-dev The following NEW packages will be installed: fp-compiler fp-compiler-3.0.0 fp-units-base fp-units-base-3.0.0 fp-units-math fp-units-math-3.0.0 fp-units-rtl-3.0.0 fp-utils-3.0.0 fpc-source-3.0.0 libgmp-dev libgmpxx4ldbl 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. Need to get 24.0 MB of archives. After this operation, 225 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 fp-units-rtl-3.0.0 amd64 3.0.0+dfsg-11+deb9u1 [1924 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 fp-compiler-3.0.0 amd64 3.0.0+dfsg-11+deb9u1 [1960 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 fp-compiler amd64 3.0.0+dfsg-11+deb9u1 [41.5 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 fp-units-base-3.0.0 amd64 3.0.0+dfsg-11+deb9u1 [1033 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 fp-units-base amd64 3.0.0+dfsg-11+deb9u1 [41.5 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 fp-units-math-3.0.0 amd64 3.0.0+dfsg-11+deb9u1 [373 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 fp-units-math amd64 3.0.0+dfsg-11+deb9u1 [41.6 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 fpc-source-3.0.0 all 3.0.0+dfsg-11+deb9u1 [15.6 MB] Get:9 http://deb.debian.org/debian stretch/main amd64 fp-utils-3.0.0 amd64 3.0.0+dfsg-11+deb9u1 [2301 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 libgmpxx4ldbl amd64 2:6.1.2+dfsg-1 [22.2 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 libgmp-dev amd64 2:6.1.2+dfsg-1 [631 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 24.0 MB in 1s (17.9 MB/s) Selecting previously unselected package fp-units-rtl-3.0.0. (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 ... 36119 files and directories currently installed.) Preparing to unpack .../00-fp-units-rtl-3.0.0_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-units-rtl-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-compiler-3.0.0. Preparing to unpack .../01-fp-compiler-3.0.0_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-compiler-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-compiler:amd64. Preparing to unpack .../02-fp-compiler_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-compiler:amd64 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-units-base-3.0.0. Preparing to unpack .../03-fp-units-base-3.0.0_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-units-base-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-units-base:amd64. Preparing to unpack .../04-fp-units-base_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-units-base:amd64 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-units-math-3.0.0. Preparing to unpack .../05-fp-units-math-3.0.0_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-units-math-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-units-math:amd64. Preparing to unpack .../06-fp-units-math_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-units-math:amd64 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fpc-source-3.0.0. Preparing to unpack .../07-fpc-source-3.0.0_3.0.0+dfsg-11+deb9u1_all.deb ... Unpacking fpc-source-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package fp-utils-3.0.0. Preparing to unpack .../08-fp-utils-3.0.0_3.0.0+dfsg-11+deb9u1_amd64.deb ... Unpacking fp-utils-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Selecting previously unselected package libgmpxx4ldbl:amd64. Preparing to unpack .../09-libgmpxx4ldbl_2%3a6.1.2+dfsg-1_amd64.deb ... Unpacking libgmpxx4ldbl:amd64 (2:6.1.2+dfsg-1) ... Selecting previously unselected package libgmp-dev:amd64. Preparing to unpack .../10-libgmp-dev_2%3a6.1.2+dfsg-1_amd64.deb ... Unpacking libgmp-dev:amd64 (2:6.1.2+dfsg-1) ... Setting up fp-units-rtl-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up fp-units-base-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Setting up fp-units-math-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Setting up fpc-source-3.0.0 (3.0.0+dfsg-11+deb9u1) ... Setting up fp-units-base:amd64 (3.0.0+dfsg-11+deb9u1) ... Setting up libgmpxx4ldbl:amd64 (2:6.1.2+dfsg-1) ... Setting up libgmp-dev:amd64 (2:6.1.2+dfsg-1) ... Setting up fp-units-math:amd64 (3.0.0+dfsg-11+deb9u1) ... Setting up fp-compiler-3.0.0 (3.0.0+dfsg-11+deb9u1) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline update-alternatives: using /usr/bin/fpc-3.0.0 to provide /usr/bin/fpc (fpc) in auto mode update-alternatives: using /etc/fpc-3.0.0.cfg to provide /etc/fpc.cfg (fpc.cfg) in auto mode update-alternatives: using /usr/bin/fpc-3.0.0 to provide /usr/bin/pc (pc) in auto mode Setting up fp-utils-3.0.0 (3.0.0+dfsg-11+deb9u1) ... update-alternatives: using /usr/lib/fpc/3.0.0 to provide /usr/lib/fpc/default (fp-utils) in auto mode Setting up fp-compiler:amd64 (3.0.0+dfsg-11+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 87c121424f4a ---> 197649cd8e61 Step 15/24 : RUN apt-get install -y texlive-latex-base ---> Running in 71d687cac256 Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: fonts-droid-fallback fonts-lato fonts-lmodern fonts-noto-mono libauthen-sasl-perl libcupsfilters1 libcupsimage2 libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libencode-locale-perl libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libfont-afm-perl libfontenc1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgs9 libgs9-common libharfbuzz-icu0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libijs-0.35 libio-html-perl libio-socket-ssl-perl libipc-system-simple-perl libjbig2dec0 libkpathsea6 libllvm3.9 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnspr4 libnss3 libpaper-utils libpaper1 libpciaccess0 libpoppler64 libpotrace0 libptexenc1 libruby2.3 libsynctex1 libtexlua52 libtexluajit2 libtext-iconv-perl libtie-ixhash-perl libtimedate-perl libtxc-dxtn-s2tc liburi-perl libwww-perl libwww-robotrules-perl libx11-protocol-perl libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1 libxshmfence1 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 libzzip-0-13 lmodern perl-openssl-defaults poppler-data rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration t1utils tex-common texlive-base texlive-binaries texlive-latex-base-doc unzip x11-utils x11-xserver-utils xdg-utils zip Suggested packages: fonts-noto libdigest-hmac-perl libgssapi-perl libdata-dump-perl libcrypt-ssleay-perl pciutils libauthen-ntlm-perl libunicode-map8-perl libunicode-string-perl xml-twig-tools poppler-utils ghostscript fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum ri ruby-dev bundler debhelper gv | postscript-viewer perl-tk xpdf-reader | pdf-viewer mesa-utils nickle cairo-5c xorg-docs-core gvfs-bin The following NEW packages will be installed: fonts-droid-fallback fonts-lato fonts-lmodern fonts-noto-mono libauthen-sasl-perl libcupsfilters1 libcupsimage2 libdrm-amdgpu1 libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libencode-locale-perl libfile-basedir-perl libfile-desktopentry-perl libfile-listing-perl libfile-mimeinfo-perl libfont-afm-perl libfontenc1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgs9 libgs9-common libharfbuzz-icu0 libhtml-form-perl libhtml-format-perl libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl libhttp-message-perl libhttp-negotiate-perl libijs-0.35 libio-html-perl libio-socket-ssl-perl libipc-system-simple-perl libjbig2dec0 libkpathsea6 libllvm3.9 liblwp-mediatypes-perl liblwp-protocol-https-perl libmailtools-perl libnet-dbus-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl libnspr4 libnss3 libpaper-utils libpaper1 libpciaccess0 libpoppler64 libpotrace0 libptexenc1 libruby2.3 libsynctex1 libtexlua52 libtexluajit2 libtext-iconv-perl libtie-ixhash-perl libtimedate-perl libtxc-dxtn-s2tc liburi-perl libwww-perl libwww-robotrules-perl libx11-protocol-perl libx11-xcb1 libxaw7 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-shape0 libxcb-sync1 libxml-parser-perl libxml-twig-perl libxml-xpathengine-perl libxmu6 libxmuu1 libxshmfence1 libxtst6 libxv1 libxxf86dga1 libxxf86vm1 libzzip-0-13 lmodern perl-openssl-defaults poppler-data rake ruby ruby-did-you-mean ruby-minitest ruby-net-telnet ruby-power-assert ruby-test-unit ruby2.3 rubygems-integration t1utils tex-common texlive-base texlive-binaries texlive-latex-base texlive-latex-base-doc unzip x11-utils x11-xserver-utils xdg-utils zip 0 upgraded, 111 newly installed, 0 to remove and 0 not upgraded. Need to get 126 MB of archives. After this operation, 445 MB of additional disk space will be used. Get:1 http://security.debian.org/debian-security stretch/updates/main amd64 libcupsimage2 amd64 2.2.1-8+deb9u2 [122 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1807 kB] Get:3 http://security.debian.org/debian-security stretch/updates/main amd64 libruby2.3 amd64 2.3.3-1+deb9u3 [3108 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 fonts-lato all 2.0-1 [2684 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 poppler-data all 0.4.7-8 [1451 kB] Get:6 http://security.debian.org/debian-security stretch/updates/main amd64 ruby2.3 amd64 2.3.3-1+deb9u3 [188 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 fonts-lmodern all 2.004.5-3 [4540 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 fonts-noto-mono all 20161116-1 [79.2 kB] Get:9 http://deb.debian.org/debian stretch/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 libcupsfilters1 amd64 1.11.6-3 [129 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 libdrm2 amd64 2.4.74-1 [36.2 kB] Get:12 http://deb.debian.org/debian stretch/main amd64 libdrm-amdgpu1 amd64 2.4.74-1 [26.4 kB] Get:13 http://deb.debian.org/debian stretch/main amd64 libpciaccess0 amd64 0.13.4-1+b2 [50.0 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 libdrm-intel1 amd64 2.4.74-1 [68.7 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 libdrm-nouveau2 amd64 2.4.74-1 [25.1 kB] Get:16 http://deb.debian.org/debian stretch/main amd64 libdrm-radeon1 amd64 2.4.74-1 [30.2 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 libipc-system-simple-perl all 1.25-3 [26.9 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 libfile-basedir-perl all 0.07-1 [17.5 kB] Get:20 http://deb.debian.org/debian stretch/main amd64 liburi-perl all 1.71-1 [88.6 kB] Get:21 http://deb.debian.org/debian stretch/main amd64 libfile-desktopentry-perl all 0.22-1 [19.2 kB] Get:22 http://deb.debian.org/debian stretch/main amd64 libtimedate-perl all 2.3000-2 [42.2 kB] Get:23 http://deb.debian.org/debian stretch/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB] Get:24 http://deb.debian.org/debian stretch/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB] Get:25 http://deb.debian.org/debian stretch/main amd64 libfile-mimeinfo-perl all 0.27-1 [50.2 kB] Get:26 http://deb.debian.org/debian stretch/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB] Get:27 http://deb.debian.org/debian stretch/main amd64 libfontenc1 amd64 1:1.1.3-1+b2 [24.4 kB] Get:28 http://deb.debian.org/debian stretch/main amd64 libllvm3.9 amd64 1:3.9.1-9 [11.3 MB] Get:29 http://deb.debian.org/debian stretch/main amd64 libgl1-mesa-dri amd64 13.0.6-1+b2 [4536 kB] Get:30 http://deb.debian.org/debian stretch/main amd64 libglapi-mesa amd64 13.0.6-1+b2 [58.9 kB] Get:31 http://deb.debian.org/debian stretch/main amd64 libx11-xcb1 amd64 2:1.6.4-3 [183 kB] Get:32 http://deb.debian.org/debian stretch/main amd64 libxcb-dri2-0 amd64 1.12-1 [97.2 kB] Get:33 http://deb.debian.org/debian stretch/main amd64 libxcb-dri3-0 amd64 1.12-1 [95.6 kB] Get:34 http://deb.debian.org/debian stretch/main amd64 libxcb-glx0 amd64 1.12-1 [113 kB] Get:35 http://deb.debian.org/debian stretch/main amd64 libxcb-present0 amd64 1.12-1 [95.8 kB] Get:36 http://deb.debian.org/debian stretch/main amd64 libxcb-sync1 amd64 1.12-1 [99.2 kB] Get:37 http://deb.debian.org/debian stretch/main amd64 libxshmfence1 amd64 1.2-1+b2 [7922 B] Get:38 http://deb.debian.org/debian stretch/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB] Get:39 http://deb.debian.org/debian stretch/main amd64 libgl1-mesa-glx amd64 13.0.6-1+b2 [167 kB] Get:40 http://deb.debian.org/debian stretch/main amd64 libijs-0.35 amd64 0.35-12 [18.4 kB] Get:41 http://deb.debian.org/debian stretch/main amd64 libjbig2dec0 amd64 0.13-4.1 [60.1 kB] Get:42 http://deb.debian.org/debian stretch/main amd64 libpaper1 amd64 1.1.24+nmu5 [21.6 kB] Get:43 http://deb.debian.org/debian stretch/main amd64 libgs9-common all 9.20~dfsg-3.2+deb9u2 [5161 kB] Get:44 http://deb.debian.org/debian stretch/main amd64 libgs9 amd64 9.20~dfsg-3.2+deb9u2 [2064 kB] Get:45 http://deb.debian.org/debian stretch/main amd64 libharfbuzz-icu0 amd64 1.4.2-1 [466 kB] Get:46 http://deb.debian.org/debian stretch/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB] Get:47 http://deb.debian.org/debian stretch/main amd64 libhtml-parser-perl amd64 3.72-3 [104 kB] Get:48 http://deb.debian.org/debian stretch/main amd64 libio-html-perl all 1.001-1 [17.6 kB] Get:49 http://deb.debian.org/debian stretch/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB] Get:50 http://deb.debian.org/debian stretch/main amd64 libhttp-message-perl all 6.11-1 [75.9 kB] Get:51 http://deb.debian.org/debian stretch/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB] Get:52 http://deb.debian.org/debian stretch/main amd64 libhtml-tree-perl all 5.03-2 [210 kB] Get:53 http://deb.debian.org/debian stretch/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB] Get:54 http://deb.debian.org/debian stretch/main amd64 libhttp-cookies-perl all 6.01-1 [17.4 kB] Get:55 http://deb.debian.org/debian stretch/main amd64 libhttp-daemon-perl all 6.01-1 [17.3 kB] Get:56 http://deb.debian.org/debian stretch/main amd64 libhttp-negotiate-perl all 6.00-2 [13.6 kB] Get:57 http://deb.debian.org/debian stretch/main amd64 perl-openssl-defaults amd64 3 [6782 B] Get:58 http://deb.debian.org/debian stretch/main amd64 libnet-ssleay-perl amd64 1.80-1 [285 kB] Get:59 http://deb.debian.org/debian stretch/main amd64 libio-socket-ssl-perl all 2.044-1 [195 kB] Get:60 http://deb.debian.org/debian stretch/main amd64 libkpathsea6 amd64 2016.20160513.41080.dfsg-2 [159 kB] Get:61 http://deb.debian.org/debian stretch/main amd64 libnet-http-perl all 6.12-1 [23.8 kB] Get:62 http://deb.debian.org/debian stretch/main amd64 libwww-robotrules-perl all 6.01-1 [14.3 kB] Get:63 http://deb.debian.org/debian stretch/main amd64 libwww-perl all 6.15-1 [195 kB] Get:64 http://deb.debian.org/debian stretch/main amd64 liblwp-protocol-https-perl all 6.06-2 [9582 B] Get:65 http://deb.debian.org/debian stretch/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B] Get:66 http://deb.debian.org/debian stretch/main amd64 libmailtools-perl all 2.18-1 [88.5 kB] Get:67 http://deb.debian.org/debian stretch/main amd64 libxml-parser-perl amd64 2.44-2+b1 [212 kB] Get:68 http://deb.debian.org/debian stretch/main amd64 libxml-twig-perl all 1:3.50-1 [179 kB] Get:69 http://deb.debian.org/debian stretch/main amd64 libnet-dbus-perl amd64 1.1.0-4+b1 [179 kB] Get:70 http://deb.debian.org/debian stretch/main amd64 libnspr4 amd64 2:4.12-6 [117 kB] Get:71 http://deb.debian.org/debian stretch/main amd64 libnss3 amd64 2:3.26.2-1.1+deb9u1 [1161 kB] Get:72 http://deb.debian.org/debian stretch/main amd64 libpaper-utils amd64 1.1.24+nmu5 [17.6 kB] Get:73 http://deb.debian.org/debian stretch/main amd64 libpoppler64 amd64 0.48.0-2+deb9u2 [1287 kB] Get:74 http://deb.debian.org/debian stretch/main amd64 libpotrace0 amd64 1.13-3 [24.9 kB] Get:75 http://deb.debian.org/debian stretch/main amd64 libptexenc1 amd64 2016.20160513.41080.dfsg-2 [58.0 kB] Get:76 http://deb.debian.org/debian stretch/main amd64 libsynctex1 amd64 2016.20160513.41080.dfsg-2 [64.8 kB] Get:77 http://deb.debian.org/debian stretch/main amd64 libtexlua52 amd64 2016.20160513.41080.dfsg-2 [111 kB] Get:78 http://deb.debian.org/debian stretch/main amd64 libtexluajit2 amd64 2016.20160513.41080.dfsg-2 [250 kB] Get:79 http://deb.debian.org/debian stretch/main amd64 libtext-iconv-perl amd64 1.7-5+b4 [15.3 kB] Get:80 http://deb.debian.org/debian stretch/main amd64 libtie-ixhash-perl all 1.23-2 [11.7 kB] Get:81 http://deb.debian.org/debian stretch/main amd64 libx11-protocol-perl all 0.56-7 [150 kB] Get:82 http://deb.debian.org/debian stretch/main amd64 libxmu6 amd64 2:1.1.2-2 [60.3 kB] Get:83 http://deb.debian.org/debian stretch/main amd64 libxaw7 amd64 2:1.0.13-1+b2 [201 kB] Get:84 http://deb.debian.org/debian stretch/main amd64 libxcb-shape0 amd64 1.12-1 [96.2 kB] Get:85 http://deb.debian.org/debian stretch/main amd64 libxml-xpathengine-perl all 0.13-1 [39.1 kB] Get:86 http://deb.debian.org/debian stretch/main amd64 libxmuu1 amd64 2:1.1.2-2 [23.5 kB] Get:87 http://deb.debian.org/debian stretch/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB] Get:88 http://deb.debian.org/debian stretch/main amd64 libxv1 amd64 2:1.0.11-1 [24.6 kB] Get:89 http://deb.debian.org/debian stretch/main amd64 libxxf86dga1 amd64 2:1.1.4-1+b3 [22.1 kB] Get:90 http://deb.debian.org/debian stretch/main amd64 libzzip-0-13 amd64 0.13.62-3.1 [55.4 kB] Get:91 http://deb.debian.org/debian stretch/main amd64 tex-common all 6.06 [566 kB] Get:92 http://deb.debian.org/debian stretch/main amd64 lmodern all 2.004.5-3 [9461 kB] Get:93 http://deb.debian.org/debian stretch/main amd64 rubygems-integration all 1.11 [4994 B] Get:94 http://deb.debian.org/debian stretch/main amd64 ruby-did-you-mean all 1.0.0-2 [11.2 kB] Get:95 http://deb.debian.org/debian stretch/main amd64 ruby-minitest all 5.9.0-1 [51.1 kB] Get:96 http://deb.debian.org/debian stretch/main amd64 ruby-net-telnet all 0.1.1-2 [12.5 kB] Get:97 http://deb.debian.org/debian stretch/main amd64 ruby-power-assert all 0.3.0-1 [7902 B] Get:98 http://deb.debian.org/debian stretch/main amd64 ruby-test-unit all 3.1.7-2 [69.6 kB] Get:99 http://deb.debian.org/debian stretch/main amd64 ruby amd64 1:2.3.3 [10.8 kB] Get:100 http://deb.debian.org/debian stretch/main amd64 rake all 10.5.0-2 [49.4 kB] Get:101 http://deb.debian.org/debian stretch/main amd64 t1utils amd64 1.39-2 [59.0 kB] Get:102 http://deb.debian.org/debian stretch/main amd64 texlive-binaries amd64 2016.20160513.41080.dfsg-2 [7404 kB] Get:103 http://deb.debian.org/debian stretch/main amd64 xdg-utils all 1.1.1-1+deb9u1 [71.2 kB] Get:104 http://deb.debian.org/debian stretch/main amd64 texlive-base all 2016.20170123-5 [15.8 MB] Get:105 http://deb.debian.org/debian stretch/main amd64 texlive-latex-base all 2016.20170123-5 [861 kB] Get:106 http://deb.debian.org/debian stretch/main amd64 texlive-latex-base-doc all 2016.20170123-5 [45.6 MB] Get:107 http://deb.debian.org/debian stretch/main amd64 unzip amd64 6.0-21 [170 kB] Get:108 http://deb.debian.org/debian stretch/main amd64 x11-utils amd64 7.7+3+b1 [202 kB] Get:109 http://deb.debian.org/debian stretch/main amd64 x11-xserver-utils amd64 7.7+7+b1 [167 kB] Get:110 http://deb.debian.org/debian stretch/main amd64 zip amd64 3.0-11+b1 [234 kB] Get:111 http://deb.debian.org/debian stretch/main amd64 libtxc-dxtn-s2tc amd64 1.0+git20151227-2 [48.4 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 126 MB in 3s (41.3 MB/s) Selecting previously unselected package fonts-droid-fallback. (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 ... 45354 files and directories currently installed.) Preparing to unpack .../000-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ... Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ... Selecting previously unselected package fonts-lato. Preparing to unpack .../001-fonts-lato_2.0-1_all.deb ... Unpacking fonts-lato (2.0-1) ... Selecting previously unselected package poppler-data. Preparing to unpack .../002-poppler-data_0.4.7-8_all.deb ... Unpacking poppler-data (0.4.7-8) ... Selecting previously unselected package fonts-lmodern. Preparing to unpack .../003-fonts-lmodern_2.004.5-3_all.deb ... Unpacking fonts-lmodern (2.004.5-3) ... Selecting previously unselected package fonts-noto-mono. Preparing to unpack .../004-fonts-noto-mono_20161116-1_all.deb ... Unpacking fonts-noto-mono (20161116-1) ... Selecting previously unselected package libauthen-sasl-perl. Preparing to unpack .../005-libauthen-sasl-perl_2.1600-1_all.deb ... Unpacking libauthen-sasl-perl (2.1600-1) ... Selecting previously unselected package libcupsimage2:amd64. Preparing to unpack .../006-libcupsimage2_2.2.1-8+deb9u2_amd64.deb ... Unpacking libcupsimage2:amd64 (2.2.1-8+deb9u2) ... Selecting previously unselected package libcupsfilters1:amd64. Preparing to unpack .../007-libcupsfilters1_1.11.6-3_amd64.deb ... Unpacking libcupsfilters1:amd64 (1.11.6-3) ... Selecting previously unselected package libdrm2:amd64. Preparing to unpack .../008-libdrm2_2.4.74-1_amd64.deb ... Unpacking libdrm2:amd64 (2.4.74-1) ... Selecting previously unselected package libdrm-amdgpu1:amd64. Preparing to unpack .../009-libdrm-amdgpu1_2.4.74-1_amd64.deb ... Unpacking libdrm-amdgpu1:amd64 (2.4.74-1) ... Selecting previously unselected package libpciaccess0:amd64. Preparing to unpack .../010-libpciaccess0_0.13.4-1+b2_amd64.deb ... Unpacking libpciaccess0:amd64 (0.13.4-1+b2) ... Selecting previously unselected package libdrm-intel1:amd64. Preparing to unpack .../011-libdrm-intel1_2.4.74-1_amd64.deb ... Unpacking libdrm-intel1:amd64 (2.4.74-1) ... Selecting previously unselected package libdrm-nouveau2:amd64. Preparing to unpack .../012-libdrm-nouveau2_2.4.74-1_amd64.deb ... Unpacking libdrm-nouveau2:amd64 (2.4.74-1) ... Selecting previously unselected package libdrm-radeon1:amd64. Preparing to unpack .../013-libdrm-radeon1_2.4.74-1_amd64.deb ... Unpacking libdrm-radeon1:amd64 (2.4.74-1) ... Selecting previously unselected package libencode-locale-perl. Preparing to unpack .../014-libencode-locale-perl_1.05-1_all.deb ... Unpacking libencode-locale-perl (1.05-1) ... Selecting previously unselected package libipc-system-simple-perl. Preparing to unpack .../015-libipc-system-simple-perl_1.25-3_all.deb ... Unpacking libipc-system-simple-perl (1.25-3) ... Selecting previously unselected package libfile-basedir-perl. Preparing to unpack .../016-libfile-basedir-perl_0.07-1_all.deb ... Unpacking libfile-basedir-perl (0.07-1) ... Selecting previously unselected package liburi-perl. Preparing to unpack .../017-liburi-perl_1.71-1_all.deb ... Unpacking liburi-perl (1.71-1) ... Selecting previously unselected package libfile-desktopentry-perl. Preparing to unpack .../018-libfile-desktopentry-perl_0.22-1_all.deb ... Unpacking libfile-desktopentry-perl (0.22-1) ... Selecting previously unselected package libtimedate-perl. Preparing to unpack .../019-libtimedate-perl_2.3000-2_all.deb ... Unpacking libtimedate-perl (2.3000-2) ... Selecting previously unselected package libhttp-date-perl. Preparing to unpack .../020-libhttp-date-perl_6.02-1_all.deb ... Unpacking libhttp-date-perl (6.02-1) ... Selecting previously unselected package libfile-listing-perl. Preparing to unpack .../021-libfile-listing-perl_6.04-1_all.deb ... Unpacking libfile-listing-perl (6.04-1) ... Selecting previously unselected package libfile-mimeinfo-perl. Preparing to unpack .../022-libfile-mimeinfo-perl_0.27-1_all.deb ... Unpacking libfile-mimeinfo-perl (0.27-1) ... Selecting previously unselected package libfont-afm-perl. Preparing to unpack .../023-libfont-afm-perl_1.20-2_all.deb ... Unpacking libfont-afm-perl (1.20-2) ... Selecting previously unselected package libfontenc1:amd64. Preparing to unpack .../024-libfontenc1_1%3a1.1.3-1+b2_amd64.deb ... Unpacking libfontenc1:amd64 (1:1.1.3-1+b2) ... Selecting previously unselected package libllvm3.9:amd64. Preparing to unpack .../025-libllvm3.9_1%3a3.9.1-9_amd64.deb ... Unpacking libllvm3.9:amd64 (1:3.9.1-9) ... Selecting previously unselected package libgl1-mesa-dri:amd64. Preparing to unpack .../026-libgl1-mesa-dri_13.0.6-1+b2_amd64.deb ... Unpacking libgl1-mesa-dri:amd64 (13.0.6-1+b2) ... Selecting previously unselected package libglapi-mesa:amd64. Preparing to unpack .../027-libglapi-mesa_13.0.6-1+b2_amd64.deb ... Unpacking libglapi-mesa:amd64 (13.0.6-1+b2) ... Selecting previously unselected package libx11-xcb1:amd64. Preparing to unpack .../028-libx11-xcb1_2%3a1.6.4-3_amd64.deb ... Unpacking libx11-xcb1:amd64 (2:1.6.4-3) ... Selecting previously unselected package libxcb-dri2-0:amd64. Preparing to unpack .../029-libxcb-dri2-0_1.12-1_amd64.deb ... Unpacking libxcb-dri2-0:amd64 (1.12-1) ... Selecting previously unselected package libxcb-dri3-0:amd64. Preparing to unpack .../030-libxcb-dri3-0_1.12-1_amd64.deb ... Unpacking libxcb-dri3-0:amd64 (1.12-1) ... Selecting previously unselected package libxcb-glx0:amd64. Preparing to unpack .../031-libxcb-glx0_1.12-1_amd64.deb ... Unpacking libxcb-glx0:amd64 (1.12-1) ... Selecting previously unselected package libxcb-present0:amd64. Preparing to unpack .../032-libxcb-present0_1.12-1_amd64.deb ... Unpacking libxcb-present0:amd64 (1.12-1) ... Selecting previously unselected package libxcb-sync1:amd64. Preparing to unpack .../033-libxcb-sync1_1.12-1_amd64.deb ... Unpacking libxcb-sync1:amd64 (1.12-1) ... Selecting previously unselected package libxshmfence1:amd64. Preparing to unpack .../034-libxshmfence1_1.2-1+b2_amd64.deb ... Unpacking libxshmfence1:amd64 (1.2-1+b2) ... Selecting previously unselected package libxxf86vm1:amd64. Preparing to unpack .../035-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ... Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ... Selecting previously unselected package libgl1-mesa-glx:amd64. Preparing to unpack .../036-libgl1-mesa-glx_13.0.6-1+b2_amd64.deb ... Unpacking libgl1-mesa-glx:amd64 (13.0.6-1+b2) ... Selecting previously unselected package libijs-0.35:amd64. Preparing to unpack .../037-libijs-0.35_0.35-12_amd64.deb ... Unpacking libijs-0.35:amd64 (0.35-12) ... Selecting previously unselected package libjbig2dec0:amd64. Preparing to unpack .../038-libjbig2dec0_0.13-4.1_amd64.deb ... Unpacking libjbig2dec0:amd64 (0.13-4.1) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../039-libpaper1_1.1.24+nmu5_amd64.deb ... Unpacking libpaper1:amd64 (1.1.24+nmu5) ... Selecting previously unselected package libgs9-common. Preparing to unpack .../040-libgs9-common_9.20~dfsg-3.2+deb9u2_all.deb ... Unpacking libgs9-common (9.20~dfsg-3.2+deb9u2) ... Selecting previously unselected package libgs9:amd64. Preparing to unpack .../041-libgs9_9.20~dfsg-3.2+deb9u2_amd64.deb ... Unpacking libgs9:amd64 (9.20~dfsg-3.2+deb9u2) ... Selecting previously unselected package libharfbuzz-icu0:amd64. Preparing to unpack .../042-libharfbuzz-icu0_1.4.2-1_amd64.deb ... Unpacking libharfbuzz-icu0:amd64 (1.4.2-1) ... Selecting previously unselected package libhtml-tagset-perl. Preparing to unpack .../043-libhtml-tagset-perl_3.20-3_all.deb ... Unpacking libhtml-tagset-perl (3.20-3) ... Selecting previously unselected package libhtml-parser-perl. Preparing to unpack .../044-libhtml-parser-perl_3.72-3_amd64.deb ... Unpacking libhtml-parser-perl (3.72-3) ... Selecting previously unselected package libio-html-perl. Preparing to unpack .../045-libio-html-perl_1.001-1_all.deb ... Unpacking libio-html-perl (1.001-1) ... Selecting previously unselected package liblwp-mediatypes-perl. Preparing to unpack .../046-liblwp-mediatypes-perl_6.02-1_all.deb ... Unpacking liblwp-mediatypes-perl (6.02-1) ... Selecting previously unselected package libhttp-message-perl. Preparing to unpack .../047-libhttp-message-perl_6.11-1_all.deb ... Unpacking libhttp-message-perl (6.11-1) ... Selecting previously unselected package libhtml-form-perl. Preparing to unpack .../048-libhtml-form-perl_6.03-1_all.deb ... Unpacking libhtml-form-perl (6.03-1) ... Selecting previously unselected package libhtml-tree-perl. Preparing to unpack .../049-libhtml-tree-perl_5.03-2_all.deb ... Unpacking libhtml-tree-perl (5.03-2) ... Selecting previously unselected package libhtml-format-perl. Preparing to unpack .../050-libhtml-format-perl_2.12-1_all.deb ... Unpacking libhtml-format-perl (2.12-1) ... Selecting previously unselected package libhttp-cookies-perl. Preparing to unpack .../051-libhttp-cookies-perl_6.01-1_all.deb ... Unpacking libhttp-cookies-perl (6.01-1) ... Selecting previously unselected package libhttp-daemon-perl. Preparing to unpack .../052-libhttp-daemon-perl_6.01-1_all.deb ... Unpacking libhttp-daemon-perl (6.01-1) ... Selecting previously unselected package libhttp-negotiate-perl. Preparing to unpack .../053-libhttp-negotiate-perl_6.00-2_all.deb ... Unpacking libhttp-negotiate-perl (6.00-2) ... Selecting previously unselected package perl-openssl-defaults:amd64. Preparing to unpack .../054-perl-openssl-defaults_3_amd64.deb ... Unpacking perl-openssl-defaults:amd64 (3) ... Selecting previously unselected package libnet-ssleay-perl. Preparing to unpack .../055-libnet-ssleay-perl_1.80-1_amd64.deb ... Unpacking libnet-ssleay-perl (1.80-1) ... Selecting previously unselected package libio-socket-ssl-perl. Preparing to unpack .../056-libio-socket-ssl-perl_2.044-1_all.deb ... Unpacking libio-socket-ssl-perl (2.044-1) ... Selecting previously unselected package libkpathsea6:amd64. Preparing to unpack .../057-libkpathsea6_2016.20160513.41080.dfsg-2_amd64.deb ... Unpacking libkpathsea6:amd64 (2016.20160513.41080.dfsg-2) ... Selecting previously unselected package libnet-http-perl. Preparing to unpack .../058-libnet-http-perl_6.12-1_all.deb ... Unpacking libnet-http-perl (6.12-1) ... Selecting previously unselected package libwww-robotrules-perl. Preparing to unpack .../059-libwww-robotrules-perl_6.01-1_all.deb ... Unpacking libwww-robotrules-perl (6.01-1) ... Selecting previously unselected package libwww-perl. Preparing to unpack .../060-libwww-perl_6.15-1_all.deb ... Unpacking libwww-perl (6.15-1) ... Selecting previously unselected package liblwp-protocol-https-perl. Preparing to unpack .../061-liblwp-protocol-https-perl_6.06-2_all.deb ... Unpacking liblwp-protocol-https-perl (6.06-2) ... Selecting previously unselected package libnet-smtp-ssl-perl. Preparing to unpack .../062-libnet-smtp-ssl-perl_1.04-1_all.deb ... Unpacking libnet-smtp-ssl-perl (1.04-1) ... Selecting previously unselected package libmailtools-perl. Preparing to unpack .../063-libmailtools-perl_2.18-1_all.deb ... Unpacking libmailtools-perl (2.18-1) ... Selecting previously unselected package libxml-parser-perl. Preparing to unpack .../064-libxml-parser-perl_2.44-2+b1_amd64.deb ... Unpacking libxml-parser-perl (2.44-2+b1) ... Selecting previously unselected package libxml-twig-perl. Preparing to unpack .../065-libxml-twig-perl_1%3a3.50-1_all.deb ... Unpacking libxml-twig-perl (1:3.50-1) ... Selecting previously unselected package libnet-dbus-perl. Preparing to unpack .../066-libnet-dbus-perl_1.1.0-4+b1_amd64.deb ... Unpacking libnet-dbus-perl (1.1.0-4+b1) ... Selecting previously unselected package libnspr4:amd64. Preparing to unpack .../067-libnspr4_2%3a4.12-6_amd64.deb ... Unpacking libnspr4:amd64 (2:4.12-6) ... Selecting previously unselected package libnss3:amd64. Preparing to unpack .../068-libnss3_2%3a3.26.2-1.1+deb9u1_amd64.deb ... Unpacking libnss3:amd64 (2:3.26.2-1.1+deb9u1) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../069-libpaper-utils_1.1.24+nmu5_amd64.deb ... Unpacking libpaper-utils (1.1.24+nmu5) ... Selecting previously unselected package libpoppler64:amd64. Preparing to unpack .../070-libpoppler64_0.48.0-2+deb9u2_amd64.deb ... Unpacking libpoppler64:amd64 (0.48.0-2+deb9u2) ... Selecting previously unselected package libpotrace0. Preparing to unpack .../071-libpotrace0_1.13-3_amd64.deb ... Unpacking libpotrace0 (1.13-3) ... Selecting previously unselected package libptexenc1:amd64. Preparing to unpack .../072-libptexenc1_2016.20160513.41080.dfsg-2_amd64.deb ... Unpacking libptexenc1:amd64 (2016.20160513.41080.dfsg-2) ... Selecting previously unselected package libsynctex1:amd64. Preparing to unpack .../073-libsynctex1_2016.20160513.41080.dfsg-2_amd64.deb ... Unpacking libsynctex1:amd64 (2016.20160513.41080.dfsg-2) ... Selecting previously unselected package libtexlua52:amd64. Preparing to unpack .../074-libtexlua52_2016.20160513.41080.dfsg-2_amd64.deb ... Unpacking libtexlua52:amd64 (2016.20160513.41080.dfsg-2) ... Selecting previously unselected package libtexluajit2:amd64. Preparing to unpack .../075-libtexluajit2_2016.20160513.41080.dfsg-2_amd64.deb ... Unpacking libtexluajit2:amd64 (2016.20160513.41080.dfsg-2) ... Selecting previously unselected package libtext-iconv-perl. Preparing to unpack .../076-libtext-iconv-perl_1.7-5+b4_amd64.deb ... Unpacking libtext-iconv-perl (1.7-5+b4) ... Selecting previously unselected package libtie-ixhash-perl. Preparing to unpack .../077-libtie-ixhash-perl_1.23-2_all.deb ... Unpacking libtie-ixhash-perl (1.23-2) ... Selecting previously unselected package libx11-protocol-perl. Preparing to unpack .../078-libx11-protocol-perl_0.56-7_all.deb ... Unpacking libx11-protocol-perl (0.56-7) ... Selecting previously unselected package libxmu6:amd64. Preparing to unpack .../079-libxmu6_2%3a1.1.2-2_amd64.deb ... Unpacking libxmu6:amd64 (2:1.1.2-2) ... Selecting previously unselected package libxaw7:amd64. Preparing to unpack .../080-libxaw7_2%3a1.0.13-1+b2_amd64.deb ... Unpacking libxaw7:amd64 (2:1.0.13-1+b2) ... Selecting previously unselected package libxcb-shape0:amd64. Preparing to unpack .../081-libxcb-shape0_1.12-1_amd64.deb ... Unpacking libxcb-shape0:amd64 (1.12-1) ... Selecting previously unselected package libxml-xpathengine-perl. Preparing to unpack .../082-libxml-xpathengine-perl_0.13-1_all.deb ... Unpacking libxml-xpathengine-perl (0.13-1) ... Selecting previously unselected package libxmuu1:amd64. Preparing to unpack .../083-libxmuu1_2%3a1.1.2-2_amd64.deb ... Unpacking libxmuu1:amd64 (2:1.1.2-2) ... Selecting previously unselected package libxtst6:amd64. Preparing to unpack .../084-libxtst6_2%3a1.2.3-1_amd64.deb ... Unpacking libxtst6:amd64 (2:1.2.3-1) ... Selecting previously unselected package libxv1:amd64. Preparing to unpack .../085-libxv1_2%3a1.0.11-1_amd64.deb ... Unpacking libxv1:amd64 (2:1.0.11-1) ... Selecting previously unselected package libxxf86dga1:amd64. Preparing to unpack .../086-libxxf86dga1_2%3a1.1.4-1+b3_amd64.deb ... Unpacking libxxf86dga1:amd64 (2:1.1.4-1+b3) ... Selecting previously unselected package libzzip-0-13:amd64. Preparing to unpack .../087-libzzip-0-13_0.13.62-3.1_amd64.deb ... Unpacking libzzip-0-13:amd64 (0.13.62-3.1) ... Selecting previously unselected package tex-common. Preparing to unpack .../088-tex-common_6.06_all.deb ... Unpacking tex-common (6.06) ... Selecting previously unselected package lmodern. Preparing to unpack .../089-lmodern_2.004.5-3_all.deb ... Unpacking lmodern (2.004.5-3) ... Selecting previously unselected package rubygems-integration. Preparing to unpack .../090-rubygems-integration_1.11_all.deb ... Unpacking rubygems-integration (1.11) ... Selecting previously unselected package ruby-did-you-mean. Preparing to unpack .../091-ruby-did-you-mean_1.0.0-2_all.deb ... Unpacking ruby-did-you-mean (1.0.0-2) ... Selecting previously unselected package ruby-minitest. Preparing to unpack .../092-ruby-minitest_5.9.0-1_all.deb ... Unpacking ruby-minitest (5.9.0-1) ... Selecting previously unselected package ruby-net-telnet. Preparing to unpack .../093-ruby-net-telnet_0.1.1-2_all.deb ... Unpacking ruby-net-telnet (0.1.1-2) ... Selecting previously unselected package ruby-power-assert. Preparing to unpack .../094-ruby-power-assert_0.3.0-1_all.deb ... Unpacking ruby-power-assert (0.3.0-1) ... Selecting previously unselected package ruby-test-unit. Preparing to unpack .../095-ruby-test-unit_3.1.7-2_all.deb ... Unpacking ruby-test-unit (3.1.7-2) ... Selecting previously unselected package libruby2.3:amd64. Preparing to unpack .../096-libruby2.3_2.3.3-1+deb9u3_amd64.deb ... Unpacking libruby2.3:amd64 (2.3.3-1+deb9u3) ... Selecting previously unselected package ruby2.3. Preparing to unpack .../097-ruby2.3_2.3.3-1+deb9u3_amd64.deb ... Unpacking ruby2.3 (2.3.3-1+deb9u3) ... Selecting previously unselected package ruby. Preparing to unpack .../098-ruby_1%3a2.3.3_amd64.deb ... Unpacking ruby (1:2.3.3) ... Selecting previously unselected package rake. Preparing to unpack .../099-rake_10.5.0-2_all.deb ... Unpacking rake (10.5.0-2) ... Selecting previously unselected package t1utils. Preparing to unpack .../100-t1utils_1.39-2_amd64.deb ... Unpacking t1utils (1.39-2) ... Selecting previously unselected package texlive-binaries. Preparing to unpack .../101-texlive-binaries_2016.20160513.41080.dfsg-2_amd64.deb ... Unpacking texlive-binaries (2016.20160513.41080.dfsg-2) ... Selecting previously unselected package xdg-utils. Preparing to unpack .../102-xdg-utils_1.1.1-1+deb9u1_all.deb ... Unpacking xdg-utils (1.1.1-1+deb9u1) ... Selecting previously unselected package texlive-base. Preparing to unpack .../103-texlive-base_2016.20170123-5_all.deb ... Unpacking texlive-base (2016.20170123-5) ... Selecting previously unselected package texlive-latex-base. Preparing to unpack .../104-texlive-latex-base_2016.20170123-5_all.deb ... Unpacking texlive-latex-base (2016.20170123-5) ... Selecting previously unselected package texlive-latex-base-doc. Preparing to unpack .../105-texlive-latex-base-doc_2016.20170123-5_all.deb ... Unpacking texlive-latex-base-doc (2016.20170123-5) ... Selecting previously unselected package unzip. Preparing to unpack .../106-unzip_6.0-21_amd64.deb ... Unpacking unzip (6.0-21) ... Selecting previously unselected package x11-utils. Preparing to unpack .../107-x11-utils_7.7+3+b1_amd64.deb ... Unpacking x11-utils (7.7+3+b1) ... Selecting previously unselected package x11-xserver-utils. Preparing to unpack .../108-x11-xserver-utils_7.7+7+b1_amd64.deb ... Unpacking x11-xserver-utils (7.7+7+b1) ... Selecting previously unselected package zip. Preparing to unpack .../109-zip_3.0-11+b1_amd64.deb ... Unpacking zip (3.0-11+b1) ... Selecting previously unselected package libtxc-dxtn-s2tc:amd64. Preparing to unpack .../110-libtxc-dxtn-s2tc_1.0+git20151227-2_amd64.deb ... Unpacking libtxc-dxtn-s2tc:amd64 (1.0+git20151227-2) ... Setting up libgs9-common (9.20~dfsg-3.2+deb9u2) ... Setting up libhtml-tagset-perl (3.20-3) ... Setting up libkpathsea6:amd64 (2016.20160513.41080.dfsg-2) ... Setting up libpaper1:amd64 (1.1.24+nmu5) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Creating config file /etc/papersize with new version Setting up libtexlua52:amd64 (2016.20160513.41080.dfsg-2) ... Setting up libxcb-present0:amd64 (1.12-1) ... Setting up libxcb-dri2-0:amd64 (1.12-1) ... Setting up libxcb-dri3-0:amd64 (1.12-1) ... Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ... Setting up libxcb-glx0:amd64 (1.12-1) ... Setting up libpaper-utils (1.1.24+nmu5) ... Setting up libfont-afm-perl (1.20-2) ... Setting up libsynctex1:amd64 (2016.20160513.41080.dfsg-2) ... Setting up libptexenc1:amd64 (2016.20160513.41080.dfsg-2) ... Setting up libharfbuzz-icu0:amd64 (1.4.2-1) ... Setting up tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline update-language: texlive-base not installed and configured, doing nothing! Processing triggers for mime-support (3.60) ... Setting up libencode-locale-perl (1.05-1) ... Setting up libtimedate-perl (2.3000-2) ... Setting up poppler-data (0.4.7-8) ... Setting up perl-openssl-defaults:amd64 (3) ... Setting up libipc-system-simple-perl (1.25-3) ... Setting up libfile-basedir-perl (0.07-1) ... Setting up libxshmfence1:amd64 (1.2-1+b2) ... Setting up libio-html-perl (1.001-1) ... Setting up libllvm3.9:amd64 (1:3.9.1-9) ... Setting up unzip (6.0-21) ... Setting up libtie-ixhash-perl (1.23-2) ... Setting up libtxc-dxtn-s2tc:amd64 (1.0+git20151227-2) ... update-alternatives: using /usr/lib/x86_64-linux-gnu/s2tc/libtxc_dxtn.so to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode Setting up libglapi-mesa:amd64 (13.0.6-1+b2) ... Setting up libnspr4:amd64 (2:4.12-6) ... Setting up libxmuu1:amd64 (2:1.1.2-2) ... Setting up zip (3.0-11+b1) ... Setting up libxtst6:amd64 (2:1.2.3-1) ... Setting up libxmu6:amd64 (2:1.1.2-2) ... Setting up fonts-noto-mono (20161116-1) ... Setting up libdrm2:amd64 (2.4.74-1) ... Setting up libxcb-sync1:amd64 (1.12-1) ... Setting up fonts-lato (2.0-1) ... Setting up libcupsimage2:amd64 (2.2.1-8+deb9u2) ... Setting up libjbig2dec0:amd64 (0.13-4.1) ... Setting up ruby-did-you-mean (1.0.0-2) ... Setting up libx11-xcb1:amd64 (2:1.6.4-3) ... Setting up liblwp-mediatypes-perl (6.02-1) ... Setting up libxxf86dga1:amd64 (2:1.1.4-1+b3) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up liburi-perl (1.71-1) ... Setting up t1utils (1.39-2) ... Setting up libtext-iconv-perl (1.7-5+b4) ... Setting up libhtml-parser-perl (3.72-3) ... Setting up ruby-net-telnet (0.1.1-2) ... Setting up libijs-0.35:amd64 (0.35-12) ... Setting up libfontenc1:amd64 (1:1.1.3-1+b2) ... Setting up rubygems-integration (1.11) ... Setting up libxcb-shape0:amd64 (1.12-1) ... Setting up libpciaccess0:amd64 (0.13.4-1+b2) ... Setting up libpotrace0 (1.13-3) ... Setting up libxv1:amd64 (2:1.0.11-1) ... Setting up libx11-protocol-perl (0.56-7) ... Setting up libxml-xpathengine-perl (0.13-1) ... Setting up libnet-http-perl (6.12-1) ... Setting up libdrm-radeon1:amd64 (2.4.74-1) ... Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ... Setting up libdrm-nouveau2:amd64 (2.4.74-1) ... Setting up ruby-minitest (5.9.0-1) ... Setting up libzzip-0-13:amd64 (0.13.62-3.1) ... Setting up xdg-utils (1.1.1-1+deb9u1) ... Setting up libgs9:amd64 (9.20~dfsg-3.2+deb9u2) ... Setting up libwww-robotrules-perl (6.01-1) ... Setting up libtexluajit2:amd64 (2016.20160513.41080.dfsg-2) ... Setting up libauthen-sasl-perl (2.1600-1) ... Processing triggers for fontconfig (2.11.0-6.7+b1) ... Setting up fonts-lmodern (2.004.5-3) ... Setting up ruby-power-assert (0.3.0-1) ... Setting up libxaw7:amd64 (2:1.0.13-1+b2) ... Setting up libhttp-date-perl (6.02-1) ... Setting up libdrm-amdgpu1:amd64 (2.4.74-1) ... Setting up ruby-test-unit (3.1.7-2) ... Setting up libnet-ssleay-perl (1.80-1) ... Setting up libnss3:amd64 (2:3.26.2-1.1+deb9u1) ... Setting up libio-socket-ssl-perl (2.044-1) ... Setting up libhtml-tree-perl (5.03-2) ... Setting up libcupsfilters1:amd64 (1.11.6-3) ... Setting up libdrm-intel1:amd64 (2.4.74-1) ... Setting up libfile-desktopentry-perl (0.22-1) ... Setting up libgl1-mesa-glx:amd64 (13.0.6-1+b2) ... Setting up libfile-listing-perl (6.04-1) ... Setting up x11-xserver-utils (7.7+7+b1) ... Setting up libhttp-message-perl (6.11-1) ... Setting up libfile-mimeinfo-perl (0.27-1) ... Setting up lmodern (2.004.5-3) ... Setting up libhttp-negotiate-perl (6.00-2) ... Setting up libnet-smtp-ssl-perl (1.04-1) ... Setting up libhtml-format-perl (2.12-1) ... Setting up libhttp-cookies-perl (6.01-1) ... Setting up libpoppler64:amd64 (0.48.0-2+deb9u2) ... Setting up libgl1-mesa-dri:amd64 (13.0.6-1+b2) ... Setting up x11-utils (7.7+3+b1) ... Setting up libhttp-daemon-perl (6.01-1) ... Setting up texlive-binaries (2016.20160513.41080.dfsg-2) ... update-alternatives: using /usr/bin/xdvi-xaw to provide /usr/bin/xdvi.bin (xdvi.bin) in auto mode update-alternatives: using /usr/bin/bibtex.original to provide /usr/bin/bibtex (bibtex) in auto mode Setting up libhtml-form-perl (6.03-1) ... Setting up libmailtools-perl (2.18-1) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline texlive-base is not ready, delaying updmap-sys call update-language: texlive-base not installed and configured, doing nothing! texlive-base is not ready, skipping fmtutil --all call Setting up texlive-base (2016.20170123-5) ... /usr/bin/tl-paper: setting paper size for dvips to a4. /usr/bin/tl-paper: setting paper size for dvipdfmx to a4. /usr/bin/tl-paper: setting paper size for xdvi to a4. /usr/bin/tl-paper: setting paper size for pdftex to a4. debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. Setting up texlive-latex-base (2016.20170123-5) ... Setting up texlive-latex-base-doc (2016.20170123-5) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. Setting up libruby2.3:amd64 (2.3.3-1+deb9u3) ... Setting up libwww-perl (6.15-1) ... Setting up liblwp-protocol-https-perl (6.06-2) ... Setting up ruby2.3 (2.3.3-1+deb9u3) ... Setting up libxml-parser-perl (2.44-2+b1) ... Setting up ruby (1:2.3.3) ... Setting up libxml-twig-perl (1:3.50-1) ... Setting up rake (10.5.0-2) ... Setting up libnet-dbus-perl (1.1.0-4+b1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 71d687cac256 ---> 51ededc65042 Step 16/24 : RUN apt-get install -y texlive-lang-polish ---> Running in f8bef770a9f9 Reading package lists... Building dependency tree... Reading state information... Suggested packages: texlive-fonts-extra The following NEW packages will be installed: texlive-lang-polish 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 7018 kB of archives. After this operation, 12.3 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 texlive-lang-polish all 2016.20170123-5 [7018 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 7018 kB in 0s (8008 kB/s) Selecting previously unselected package texlive-lang-polish. (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 ... 53853 files and directories currently installed.) Preparing to unpack .../texlive-lang-polish_2016.20170123-5_all.deb ... Unpacking texlive-lang-polish (2016.20170123-5) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running mktexlsr. This may take some time... done. Setting up texlive-lang-polish (2016.20170123-5) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Building format(s) --all. This may take some time... done. Removing intermediate container f8bef770a9f9 ---> 98362d13dfb3 Step 17/24 : RUN apt-get install -y texlive-latex-extra ---> Running in 8db5ed551fbc Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: fonts-texgyre ghostscript gsfonts libfile-homedir-perl libfile-which-perl libyaml-tiny-perl preview-latex-style prosper ps2eps tex-gyre texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-extra texlive-generic-recommended texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa Suggested packages: ghostscript-x pdf-viewer chktex dvidvi dvipng fragmaster lacheck latexdiff latexmk purifyeps xindy psutils python-pygments libspreadsheet-parseexcel-perl dot2tex prerex ruby-tcltk | libtcltk-ruby The following NEW packages will be installed: fonts-texgyre ghostscript gsfonts libfile-homedir-perl libfile-which-perl libyaml-tiny-perl preview-latex-style prosper ps2eps tex-gyre texlive-extra-utils texlive-font-utils texlive-fonts-recommended texlive-fonts-recommended-doc texlive-generic-extra texlive-generic-recommended texlive-latex-extra texlive-latex-extra-doc texlive-latex-recommended texlive-latex-recommended-doc texlive-pictures texlive-pictures-doc texlive-pstricks texlive-pstricks-doc tipa 0 upgraded, 25 newly installed, 0 to remove and 0 not upgraded. Need to get 869 MB of archives. After this operation, 1200 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 fonts-texgyre all 20160520-1 [8761 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 ghostscript amd64 9.20~dfsg-3.2+deb9u2 [97.9 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.3 [3126 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 libfile-which-perl all 1.21-1 [14.3 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 libfile-homedir-perl all 1.00-1 [48.9 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 libyaml-tiny-perl all 1.70-1 [32.0 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 preview-latex-style all 11.90-1 [200 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 texlive-generic-recommended all 2016.20170123-5 [2889 kB] Get:9 http://deb.debian.org/debian stretch/main amd64 texlive-latex-recommended all 2016.20170123-5 [13.2 MB] Get:10 http://deb.debian.org/debian stretch/main amd64 texlive-pictures all 2016.20170123-5 [3908 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 texlive-pstricks all 2016.20170123-5 [26.2 MB] Get:12 http://deb.debian.org/debian stretch/main amd64 prosper all 1.00.4+cvs.2007.05.01-4.1 [420 kB] Get:13 http://deb.debian.org/debian stretch/main amd64 ps2eps amd64 1.68+binaryfree-2 [37.9 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 tex-gyre all 20160520-1 [5000 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 texlive-extra-utils all 2016.20170123-5 [19.8 MB] Get:16 http://deb.debian.org/debian stretch/main amd64 texlive-font-utils all 2016.20170123-5 [1736 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 texlive-fonts-recommended all 2016.20170123-5 [5307 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 texlive-fonts-recommended-doc all 2016.20170123-5 [2660 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 texlive-generic-extra all 2016.20170123-5 [14.9 MB] Get:20 http://deb.debian.org/debian stretch/main amd64 texlive-latex-extra all 2016.20170123-5 [10.6 MB] Get:21 http://deb.debian.org/debian stretch/main amd64 texlive-latex-extra-doc all 2016.20170123-5 [364 MB] Get:22 http://deb.debian.org/debian stretch/main amd64 texlive-latex-recommended-doc all 2016.20170123-5 [40.6 MB] Get:23 http://deb.debian.org/debian stretch/main amd64 texlive-pictures-doc all 2016.20170123-5 [105 MB] Get:24 http://deb.debian.org/debian stretch/main amd64 texlive-pstricks-doc all 2016.20170123-5 [238 MB] Get:25 http://deb.debian.org/debian stretch/main amd64 tipa all 2:1.3-20 [2972 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 869 MB in 13s (62.3 MB/s) Selecting previously unselected package fonts-texgyre. (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 ... 55073 files and directories currently installed.) Preparing to unpack .../00-fonts-texgyre_20160520-1_all.deb ... Unpacking fonts-texgyre (20160520-1) ... Selecting previously unselected package ghostscript. Preparing to unpack .../01-ghostscript_9.20~dfsg-3.2+deb9u2_amd64.deb ... Unpacking ghostscript (9.20~dfsg-3.2+deb9u2) ... Selecting previously unselected package gsfonts. Preparing to unpack .../02-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.3_all.deb ... Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) ... Selecting previously unselected package libfile-which-perl. Preparing to unpack .../03-libfile-which-perl_1.21-1_all.deb ... Unpacking libfile-which-perl (1.21-1) ... Selecting previously unselected package libfile-homedir-perl. Preparing to unpack .../04-libfile-homedir-perl_1.00-1_all.deb ... Unpacking libfile-homedir-perl (1.00-1) ... Selecting previously unselected package libyaml-tiny-perl. Preparing to unpack .../05-libyaml-tiny-perl_1.70-1_all.deb ... Unpacking libyaml-tiny-perl (1.70-1) ... Selecting previously unselected package preview-latex-style. Preparing to unpack .../06-preview-latex-style_11.90-1_all.deb ... Unpacking preview-latex-style (11.90-1) ... Selecting previously unselected package texlive-generic-recommended. Preparing to unpack .../07-texlive-generic-recommended_2016.20170123-5_all.deb ... Unpacking texlive-generic-recommended (2016.20170123-5) ... Selecting previously unselected package texlive-latex-recommended. Preparing to unpack .../08-texlive-latex-recommended_2016.20170123-5_all.deb ... Unpacking texlive-latex-recommended (2016.20170123-5) ... Selecting previously unselected package texlive-pictures. Preparing to unpack .../09-texlive-pictures_2016.20170123-5_all.deb ... Unpacking texlive-pictures (2016.20170123-5) ... Selecting previously unselected package texlive-pstricks. Preparing to unpack .../10-texlive-pstricks_2016.20170123-5_all.deb ... Unpacking texlive-pstricks (2016.20170123-5) ... Selecting previously unselected package prosper. Preparing to unpack .../11-prosper_1.00.4+cvs.2007.05.01-4.1_all.deb ... Unpacking prosper (1.00.4+cvs.2007.05.01-4.1) ... Selecting previously unselected package ps2eps. Preparing to unpack .../12-ps2eps_1.68+binaryfree-2_amd64.deb ... Unpacking ps2eps (1.68+binaryfree-2) ... Selecting previously unselected package tex-gyre. Preparing to unpack .../13-tex-gyre_20160520-1_all.deb ... Unpacking tex-gyre (20160520-1) ... Selecting previously unselected package texlive-extra-utils. Preparing to unpack .../14-texlive-extra-utils_2016.20170123-5_all.deb ... Unpacking texlive-extra-utils (2016.20170123-5) ... Selecting previously unselected package texlive-font-utils. Preparing to unpack .../15-texlive-font-utils_2016.20170123-5_all.deb ... Unpacking texlive-font-utils (2016.20170123-5) ... Selecting previously unselected package texlive-fonts-recommended. Preparing to unpack .../16-texlive-fonts-recommended_2016.20170123-5_all.deb ... Unpacking texlive-fonts-recommended (2016.20170123-5) ... Selecting previously unselected package texlive-fonts-recommended-doc. Preparing to unpack .../17-texlive-fonts-recommended-doc_2016.20170123-5_all.deb ... Unpacking texlive-fonts-recommended-doc (2016.20170123-5) ... Selecting previously unselected package texlive-generic-extra. Preparing to unpack .../18-texlive-generic-extra_2016.20170123-5_all.deb ... Unpacking texlive-generic-extra (2016.20170123-5) ... Selecting previously unselected package texlive-latex-extra. Preparing to unpack .../19-texlive-latex-extra_2016.20170123-5_all.deb ... Unpacking texlive-latex-extra (2016.20170123-5) ... Selecting previously unselected package texlive-latex-extra-doc. Preparing to unpack .../20-texlive-latex-extra-doc_2016.20170123-5_all.deb ... Unpacking texlive-latex-extra-doc (2016.20170123-5) ... Selecting previously unselected package texlive-latex-recommended-doc. Preparing to unpack .../21-texlive-latex-recommended-doc_2016.20170123-5_all.deb ... Unpacking texlive-latex-recommended-doc (2016.20170123-5) ... Selecting previously unselected package texlive-pictures-doc. Preparing to unpack .../22-texlive-pictures-doc_2016.20170123-5_all.deb ... Unpacking texlive-pictures-doc (2016.20170123-5) ... Selecting previously unselected package texlive-pstricks-doc. Preparing to unpack .../23-texlive-pstricks-doc_2016.20170123-5_all.deb ... Unpacking texlive-pstricks-doc (2016.20170123-5) ... Selecting previously unselected package tipa. Preparing to unpack .../24-tipa_2%3a1.3-20_all.deb ... Unpacking tipa (2:1.3-20) ... Setting up texlive-latex-recommended (2016.20170123-5) ... Setting up texlive-extra-utils (2016.20170123-5) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running mktexlsr. This may take some time... done. Building format(s) --all. This may take some time... done. Setting up texlive-pictures-doc (2016.20170123-5) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.3) ... Setting up libfile-which-perl (1.21-1) ... Setting up libfile-homedir-perl (1.00-1) ... Setting up texlive-pstricks-doc (2016.20170123-5) ... Setting up texlive-pictures (2016.20170123-5) ... Setting up tex-gyre (20160520-1) ... Setting up tipa (2:1.3-20) ... Regenerating '/var/lib/texmf/fmtutil.cnf-DEBIAN'... done. Regenerating '/var/lib/texmf/fmtutil.cnf-TEXLIVEDIST'... done. update-fmtutil has updated the following file(s): /var/lib/texmf/fmtutil.cnf-DEBIAN /var/lib/texmf/fmtutil.cnf-TEXLIVEDIST If you want to activate the changes in the above file(s), you should run fmtutil-sys or fmtutil. Setting up preview-latex-style (11.90-1) ... Setting up ghostscript (9.20~dfsg-3.2+deb9u2) ... Setting up fonts-texgyre (20160520-1) ... Setting up texlive-font-utils (2016.20170123-5) ... Setting up libyaml-tiny-perl (1.70-1) ... Setting up texlive-latex-extra-doc (2016.20170123-5) ... Setting up texlive-generic-extra (2016.20170123-5) ... Setting up texlive-latex-recommended-doc (2016.20170123-5) ... Setting up texlive-fonts-recommended-doc (2016.20170123-5) ... Setting up ps2eps (1.68+binaryfree-2) ... Setting up texlive-fonts-recommended (2016.20170123-5) ... Setting up texlive-generic-recommended (2016.20170123-5) ... Processing triggers for fontconfig (2.11.0-6.7+b1) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Setting up texlive-latex-extra (2016.20170123-5) ... Setting up texlive-pstricks (2016.20170123-5) ... Setting up prosper (1.00.4+cvs.2007.05.01-4.1) ... Processing triggers for tex-common (6.06) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Running updmap-sys. This may take some time... done. Running mktexlsr /var/lib/texmf ... done. Removing intermediate container 8db5ed551fbc ---> 10773a011a46 Step 18/24 : RUN apt-get install -y texlive-fonts-recommended ---> Running in d06f5f6b41da Reading package lists... Building dependency tree... Reading state information... texlive-fonts-recommended is already the newest version (2016.20170123-5). texlive-fonts-recommended set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Removing intermediate container d06f5f6b41da ---> ad7a46afd605 Step 19/24 : RUN apt-get install -y gcc-multilib ---> Running in 043b90f1774e Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gcc-6-multilib lib32asan3 lib32atomic1 lib32cilkrts5 lib32gcc-6-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++6 lib32ubsan0 libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan3 libx32atomic1 libx32cilkrts5 libx32gcc-6-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++6 libx32ubsan0 The following NEW packages will be installed: gcc-6-multilib gcc-multilib lib32asan3 lib32atomic1 lib32cilkrts5 lib32gcc-6-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++6 lib32ubsan0 libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libx32asan3 libx32atomic1 libx32cilkrts5 libx32gcc-6-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++6 libx32ubsan0 0 upgraded, 27 newly installed, 0 to remove and 0 not upgraded. Need to get 15.5 MB of archives. After this operation, 67.1 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 libc6-i386 amd64 2.24-11+deb9u3 [2597 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 libc6-dev-i386 amd64 2.24-11+deb9u3 [1652 kB] Get:3 http://deb.debian.org/debian stretch/main amd64 libc6-x32 amd64 2.24-11+deb9u3 [2818 kB] Get:4 http://deb.debian.org/debian stretch/main amd64 libc6-dev-x32 amd64 2.24-11+deb9u3 [1937 kB] Get:5 http://deb.debian.org/debian stretch/main amd64 lib32gcc1 amd64 1:6.3.0-18+deb9u1 [47.8 kB] Get:6 http://deb.debian.org/debian stretch/main amd64 libx32gcc1 amd64 1:6.3.0-18+deb9u1 [38.6 kB] Get:7 http://deb.debian.org/debian stretch/main amd64 lib32gomp1 amd64 6.3.0-18+deb9u1 [79.1 kB] Get:8 http://deb.debian.org/debian stretch/main amd64 libx32gomp1 amd64 6.3.0-18+deb9u1 [74.4 kB] Get:9 http://deb.debian.org/debian stretch/main amd64 lib32itm1 amd64 6.3.0-18+deb9u1 [29.4 kB] Get:10 http://deb.debian.org/debian stretch/main amd64 libx32itm1 amd64 6.3.0-18+deb9u1 [27.8 kB] Get:11 http://deb.debian.org/debian stretch/main amd64 lib32atomic1 amd64 6.3.0-18+deb9u1 [8558 B] Get:12 http://deb.debian.org/debian stretch/main amd64 libx32atomic1 amd64 6.3.0-18+deb9u1 [8992 B] Get:13 http://deb.debian.org/debian stretch/main amd64 lib32stdc++6 amd64 6.3.0-18+deb9u1 [411 kB] Get:14 http://deb.debian.org/debian stretch/main amd64 lib32asan3 amd64 6.3.0-18+deb9u1 [302 kB] Get:15 http://deb.debian.org/debian stretch/main amd64 libx32stdc++6 amd64 6.3.0-18+deb9u1 [387 kB] Get:16 http://deb.debian.org/debian stretch/main amd64 libx32asan3 amd64 6.3.0-18+deb9u1 [306 kB] Get:17 http://deb.debian.org/debian stretch/main amd64 lib32ubsan0 amd64 6.3.0-18+deb9u1 [118 kB] Get:18 http://deb.debian.org/debian stretch/main amd64 libx32ubsan0 amd64 6.3.0-18+deb9u1 [107 kB] Get:19 http://deb.debian.org/debian stretch/main amd64 lib32cilkrts5 amd64 6.3.0-18+deb9u1 [45.2 kB] Get:20 http://deb.debian.org/debian stretch/main amd64 libx32cilkrts5 amd64 6.3.0-18+deb9u1 [41.3 kB] Get:21 http://deb.debian.org/debian stretch/main amd64 lib32mpx2 amd64 6.3.0-18+deb9u1 [12.5 kB] Get:22 http://deb.debian.org/debian stretch/main amd64 lib32quadmath0 amd64 6.3.0-18+deb9u1 [203 kB] Get:23 http://deb.debian.org/debian stretch/main amd64 libx32quadmath0 amd64 6.3.0-18+deb9u1 [134 kB] Get:24 http://deb.debian.org/debian stretch/main amd64 lib32gcc-6-dev amd64 6.3.0-18+deb9u1 [2133 kB] Get:25 http://deb.debian.org/debian stretch/main amd64 libx32gcc-6-dev amd64 6.3.0-18+deb9u1 [1932 kB] Get:26 http://deb.debian.org/debian stretch/main amd64 gcc-6-multilib amd64 6.3.0-18+deb9u1 [918 B] Get:27 http://deb.debian.org/debian stretch/main amd64 gcc-multilib amd64 4:6.3.0-4 [1258 B] debconf: delaying package configuration, since apt-utils is not installed Fetched 15.5 MB in 1s (13.6 MB/s) Selecting previously unselected package libc6-i386. (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 ... 81611 files and directories currently installed.) Preparing to unpack .../00-libc6-i386_2.24-11+deb9u3_amd64.deb ... Unpacking libc6-i386 (2.24-11+deb9u3) ... Selecting previously unselected package libc6-dev-i386. Preparing to unpack .../01-libc6-dev-i386_2.24-11+deb9u3_amd64.deb ... Unpacking libc6-dev-i386 (2.24-11+deb9u3) ... Selecting previously unselected package libc6-x32. Preparing to unpack .../02-libc6-x32_2.24-11+deb9u3_amd64.deb ... Unpacking libc6-x32 (2.24-11+deb9u3) ... Selecting previously unselected package libc6-dev-x32. Preparing to unpack .../03-libc6-dev-x32_2.24-11+deb9u3_amd64.deb ... Unpacking libc6-dev-x32 (2.24-11+deb9u3) ... Selecting previously unselected package lib32gcc1. Preparing to unpack .../04-lib32gcc1_1%3a6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32gcc1 (1:6.3.0-18+deb9u1) ... Selecting previously unselected package libx32gcc1. Preparing to unpack .../05-libx32gcc1_1%3a6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32gcc1 (1:6.3.0-18+deb9u1) ... Selecting previously unselected package lib32gomp1. Preparing to unpack .../06-lib32gomp1_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32gomp1 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32gomp1. Preparing to unpack .../07-libx32gomp1_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32gomp1 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32itm1. Preparing to unpack .../08-lib32itm1_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32itm1 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32itm1. Preparing to unpack .../09-libx32itm1_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32itm1 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32atomic1. Preparing to unpack .../10-lib32atomic1_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32atomic1 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32atomic1. Preparing to unpack .../11-libx32atomic1_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32atomic1 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32stdc++6. Preparing to unpack .../12-lib32stdc++6_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32stdc++6 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32asan3. Preparing to unpack .../13-lib32asan3_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32asan3 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32stdc++6. Preparing to unpack .../14-libx32stdc++6_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32stdc++6 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32asan3. Preparing to unpack .../15-libx32asan3_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32asan3 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32ubsan0. Preparing to unpack .../16-lib32ubsan0_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32ubsan0 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32ubsan0. Preparing to unpack .../17-libx32ubsan0_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32ubsan0 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32cilkrts5. Preparing to unpack .../18-lib32cilkrts5_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32cilkrts5 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32cilkrts5. Preparing to unpack .../19-libx32cilkrts5_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32cilkrts5 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32mpx2. Preparing to unpack .../20-lib32mpx2_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32mpx2 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32quadmath0. Preparing to unpack .../21-lib32quadmath0_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32quadmath0 (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32quadmath0. Preparing to unpack .../22-libx32quadmath0_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32quadmath0 (6.3.0-18+deb9u1) ... Selecting previously unselected package lib32gcc-6-dev. Preparing to unpack .../23-lib32gcc-6-dev_6.3.0-18+deb9u1_amd64.deb ... Unpacking lib32gcc-6-dev (6.3.0-18+deb9u1) ... Selecting previously unselected package libx32gcc-6-dev. Preparing to unpack .../24-libx32gcc-6-dev_6.3.0-18+deb9u1_amd64.deb ... Unpacking libx32gcc-6-dev (6.3.0-18+deb9u1) ... Selecting previously unselected package gcc-6-multilib. Preparing to unpack .../25-gcc-6-multilib_6.3.0-18+deb9u1_amd64.deb ... Unpacking gcc-6-multilib (6.3.0-18+deb9u1) ... Selecting previously unselected package gcc-multilib. Preparing to unpack .../26-gcc-multilib_4%3a6.3.0-4_amd64.deb ... Unpacking gcc-multilib (4:6.3.0-4) ... Setting up libc6-x32 (2.24-11+deb9u3) ... Setting up libx32gcc1 (1:6.3.0-18+deb9u1) ... Setting up libc6-i386 (2.24-11+deb9u3) ... Setting up libx32stdc++6 (6.3.0-18+deb9u1) ... Setting up lib32atomic1 (6.3.0-18+deb9u1) ... Setting up libx32atomic1 (6.3.0-18+deb9u1) ... Setting up libx32gomp1 (6.3.0-18+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up libx32itm1 (6.3.0-18+deb9u1) ... Setting up lib32quadmath0 (6.3.0-18+deb9u1) ... Setting up libc6-dev-i386 (2.24-11+deb9u3) ... Setting up libc6-dev-x32 (2.24-11+deb9u3) ... Setting up lib32itm1 (6.3.0-18+deb9u1) ... Setting up libx32quadmath0 (6.3.0-18+deb9u1) ... Setting up lib32gcc1 (1:6.3.0-18+deb9u1) ... Setting up libx32asan3 (6.3.0-18+deb9u1) ... Setting up libx32cilkrts5 (6.3.0-18+deb9u1) ... Setting up lib32gomp1 (6.3.0-18+deb9u1) ... Setting up libx32ubsan0 (6.3.0-18+deb9u1) ... Setting up lib32mpx2 (6.3.0-18+deb9u1) ... Setting up lib32stdc++6 (6.3.0-18+deb9u1) ... Setting up lib32ubsan0 (6.3.0-18+deb9u1) ... Setting up lib32cilkrts5 (6.3.0-18+deb9u1) ... Setting up lib32asan3 (6.3.0-18+deb9u1) ... Setting up libx32gcc-6-dev (6.3.0-18+deb9u1) ... Setting up lib32gcc-6-dev (6.3.0-18+deb9u1) ... Setting up gcc-6-multilib (6.3.0-18+deb9u1) ... Setting up gcc-multilib (4:6.3.0-4) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 043b90f1774e ---> e63256fa6620 Step 20/24 : RUN dpkg --add-architecture i386 ---> Running in 40ab35f981ec Removing intermediate container 40ab35f981ec ---> 6915d9a86ab8 Step 21/24 : RUN apt-get update ---> Running in 6a5b947cd290 Hit:1 http://security.debian.org/debian-security stretch/updates InRelease Ign:2 http://deb.debian.org/debian stretch InRelease Get:3 http://deb.debian.org/debian stretch-updates InRelease [91.0 kB] Hit:4 http://deb.debian.org/debian stretch Release Get:5 http://security.debian.org/debian-security stretch/updates/main i386 Packages [385 kB] Get:6 http://deb.debian.org/debian stretch-updates/main i386 Packages [5164 B] Get:8 http://deb.debian.org/debian stretch/main i386 Packages [7078 kB] Fetched 7560 kB in 2s (2790 kB/s) Reading package lists... Removing intermediate container 6a5b947cd290 ---> 3aa4616f7076 Step 22/24 : RUN apt-get install -y libstdc++6:i386 ---> Running in 7c2aaa7885bc Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: gcc-6-base:i386 libc6:i386 libgcc1:i386 Suggested packages: glibc-doc:i386 locales:i386 The following NEW packages will be installed: gcc-6-base:i386 libc6:i386 libgcc1:i386 libstdc++6:i386 0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded. Need to get 3124 kB of archives. After this operation, 12.2 MB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main i386 gcc-6-base i386 6.3.0-18+deb9u1 [180 kB] Get:2 http://deb.debian.org/debian stretch/main i386 libgcc1 i386 1:6.3.0-18+deb9u1 [48.0 kB] Get:3 http://deb.debian.org/debian stretch/main i386 libc6 i386 2.24-11+deb9u3 [2470 kB] Get:4 http://deb.debian.org/debian stretch/main i386 libstdc++6 i386 6.3.0-18+deb9u1 [426 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 3124 kB in 0s (5349 kB/s) Selecting previously unselected package gcc-6-base:i386. (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 ... 82551 files and directories currently installed.) Preparing to unpack .../gcc-6-base_6.3.0-18+deb9u1_i386.deb ... Unpacking gcc-6-base:i386 (6.3.0-18+deb9u1) ... Selecting previously unselected package libgcc1:i386. Preparing to unpack .../libgcc1_1%3a6.3.0-18+deb9u1_i386.deb ... Unpacking libgcc1:i386 (1:6.3.0-18+deb9u1) ... Selecting previously unselected package libc6:i386. Preparing to unpack .../libc6_2.24-11+deb9u3_i386.deb ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Unpacking libc6:i386 (2.24-11+deb9u3) ... Replacing files in old package libc6-i386 (2.24-11+deb9u3) ... Selecting previously unselected package libstdc++6:i386. Preparing to unpack .../libstdc++6_6.3.0-18+deb9u1_i386.deb ... Unpacking libstdc++6:i386 (6.3.0-18+deb9u1) ... Setting up gcc-6-base:i386 (6.3.0-18+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Setting up libc6:i386 (2.24-11+deb9u3) ... debconf: unable to initialize frontend: Dialog debconf: (TERM is not set, so the dialog frontend is not usable.) debconf: falling back to frontend: Readline Setting up libgcc1:i386 (1:6.3.0-18+deb9u1) ... Setting up libstdc++6:i386 (6.3.0-18+deb9u1) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container 7c2aaa7885bc ---> f366c07747ca Step 23/24 : RUN apt-get install -y zlib1g:i386 ---> Running in c9dcc7700050 Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: zlib1g:i386 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 88.5 kB of archives. After this operation, 159 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main i386 zlib1g i386 1:1.2.8.dfsg-5 [88.5 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 88.5 kB in 0s (456 kB/s) Selecting previously unselected package zlib1g:i386. (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 ... 82863 files and directories currently installed.) Preparing to unpack .../zlib1g_1%3a1.2.8.dfsg-5_i386.deb ... Unpacking zlib1g:i386 (1:1.2.8.dfsg-5) ... Setting up zlib1g:i386 (1:1.2.8.dfsg-5) ... Processing triggers for libc-bin (2.24-11+deb9u3) ... Removing intermediate container c9dcc7700050 ---> b8ab7c6e443b Step 24/24 : RUN apt-get install -y sudo ---> Running in 51d8a9c19962 Reading package lists... Building dependency tree... Reading state information... The following NEW packages will be installed: sudo 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 1055 kB of archives. After this operation, 3108 kB of additional disk space will be used. Get:1 http://deb.debian.org/debian stretch/main amd64 sudo amd64 1.8.19p1-2.1 [1055 kB] debconf: delaying package configuration, since apt-utils is not installed Fetched 1055 kB in 0s (3106 kB/s) Selecting previously unselected package sudo. (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 ... 82865 files and directories currently installed.) Preparing to unpack .../sudo_1.8.19p1-2.1_amd64.deb ... Unpacking sudo (1.8.19p1-2.1) ... Setting up sudo (1.8.19p1-2.1) ... Removing intermediate container 51d8a9c19962 ---> 6d3ae1615ed5 Successfully built 6d3ae1615ed5 Successfully tagged oioioi-base:latest