mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.81k stars 524 forks source link

Building wheel for uwsgi (setup.py) ... error #315

Closed cgnerds closed 1 year ago

cgnerds commented 3 years ago

Describe the issue I followed the Server Installation to build mediacms, and encountered this problem. The output is below.

`Building wheels for collected packages: django-allauth, uwsgi, coreschema, pilkit Building wheel for django-allauth (setup.py) ... done Created wheel for django-allauth: filename=django_allauth-0.44.0-py3-none-any.whl size=897447 sha256=0cfcb3a9aaca9f40f1f96bba37d644cc088f7e7e9a8cd3e9e8665f23c7b07d94 Stored in directory: /root/.cache/pip/wheels/c6/be/f1/70ffc51f9d4ed5e640d5a7b96408c361ef65ce34434d3a1dde Building wheel for uwsgi (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/mediacms.io/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-h8opdm90/uwsgi/setup.py'"'"'; file='"'"'/tmp/pip-install-h8opdm90/uwsgi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-r7ng375r cwd: /tmp/pip-install-h8opdm90/uwsgi/ Complete output (87 lines): /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib copying uwsgidecorators.py -> build/lib installing to build/bdist.linux-x86_64/wheel running install using profile: buildconf/default.ini detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/9/include', '/usr/local/include', '/usr/include/x86_64-linux-gnu', '/usr/include'] Patching "bin_name" to properly install_scripts dir detected CPU cores: 2 configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_VERSION="\"2.0.19.1\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="19" -DUWSGI_VERSION_REVISION="1" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_XML -DUWSGI_XML_EXPAT -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);" uWSGI compiling server core [thread 1][x86_64-linux-gnu-gcc -pthread] core/utils.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/protocol.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/socket.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/logging.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/master.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/master_utils.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/emperor.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/notify.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/mule.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/subscription.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/stats.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/sendfile.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/async.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/master_checks.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/fifo.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/offload.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/io.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/static.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/websockets.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/spooler.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/snmp.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/exceptions.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/config.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/setup_utils.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/clock.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/init.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/buffer.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/reader.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/writer.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/alarm.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/cron.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/hooks.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/plugins.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/lock.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/cache.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/daemons.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/errors.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/hash.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/master_events.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/chunked.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/queue.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/event.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/signal.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/strings.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/progress.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/timebomb.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/ini.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/fsmon.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/mount.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/metrics.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/plugins_builder.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/sharedarea.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/rpc.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/gateway.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/loop.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/cookie.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/querystring.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/rb_timers.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/transformations.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/uwsgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/base.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/uwsgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/http.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/fastcgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/scgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/puwsgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] lib/linux_ns.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/zlib.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/yaml.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/xmlconf.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/dot_h.o

ERROR: Failed building wheel for uwsgi`

Environment (please complete the following information):

mgogoulos commented 2 years ago

Cannot see an indication why this fails, based on this output. Can you share the whole log output? Also are you using a cloud provider (so I can replicate this). Thanks

CrazyFluffyPony commented 2 years ago

I just had exactly the same error message on a fresh cloud system.

System: OS: Ubuntu 20.04 (did upgrade system prior to install script) Host: Hetzner Virtual Server 3 VCPU AMD Ryzen 4GB RAM 80GB SSD

Output:

Click me ```root@ubuntu-4gb-hel1-1:/home/mediacms.io# cd /home/mediacms.io/mediacms/ && bash ./install.sh Welcome to the MediacMS installation! This script will attempt to perform a system update, install required dependencies, install and configure PostgreSQL, NGINX, Redis and a few other utilities. It is expected to run on a new system **with no running instances of any these services**. Make sure you check the script before you continue. Then enter yes or no yes OK! Performing system update and dependency installation, this will take a few minutes Hit:1 https://mirror.hetzner.com/ubuntu/packages focal InRelease Hit:2 https://mirror.hetzner.com/ubuntu/packages focal-updates InRelease Hit:3 https://mirror.hetzner.com/ubuntu/packages focal-backports InRelease Hit:4 https://mirror.hetzner.com/ubuntu/security focal-security InRelease Reading package lists... Done Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Reading package lists... Done Building dependency tree Reading state information... Done git is already the newest version (1:2.25.1-1ubuntu3.5). vim is already the newest version (2:8.1.2269-1ubuntu5.7). wget is already the newest version (1.20.3-1ubuntu2). xz-utils is already the newest version (5.2.4-1ubuntu1.1). The following additional packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu cpp cpp-9 fontconfig fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-noto-mono fonts-urw-base35 gcc-9 gcc-9-base ghostscript gsfonts hicolor-icon-theme imagemagick-6-common imagemagick-6.q16 libasan5 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils libc-dev-bin libc6-dev libcairo2 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcups2 libdatrie1 libdjvulibre-text libdjvulibre21 libexpat1-dev libfftw3-double3 libfontconfig1 libgcc-9-dev libgd3 libgomp1 libgraphite2-3 libgs9 libgs9-common libharfbuzz0b libhiredis0.14 libidn11 libijs-0.35 libilmbase24 libisl22 libitm1 libjbig0 libjbig2dec0 libjemalloc2 libjpeg-turbo8 libjpeg8 liblcms2-2 libllvm10 liblqr-1-0 liblsan0 liblua5.1-0 libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra libmagickwand-6.q16-6 libmpc3 libnetpbm10 libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libopenexr24 libopenjp2-7 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpixman-1-0 libpq5 libpython3-dev libpython3.8-dev libquadmath0 libsensors-config libsensors5 libthai-data libthai0 libtiff5 libtsan0 libubsan1 libwebp6 libwebpmux3 libwmf0.2-7 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxpm4 libxrender1 linux-libc-dev lua-bitop lua-cjson manpages-dev netpbm nginx-common nginx-core poppler-data postgresql-12 postgresql-client-12 postgresql-client-common postgresql-common python-pip-whl python3-acme python3-appdirs python3-certbot python3-configargparse python3-distlib python3-filelock python3-future python3-icu python3-josepy python3-mock python3-parsedatetime python3-pbr python3-pyparsing python3-requests-toolbelt python3-rfc3339 python3-tz python3-virtualenv python3-zope.component python3-zope.event python3-zope.hookable python3.8-dev python3.8-venv redis-tools ssl-cert sysstat zlib1g-dev Suggested packages: binutils-doc python3-certbot-apache python-certbot-doc cpp-doc gcc-9-locales fonts-noto fonts-freefont-otf | fonts-freefont-ttf fonts-texgyre gcc-multilib make autoconf automake libtool flex bison gdb gcc-doc gcc-9-multilib gcc-9-doc ghostscript-x imagemagick-doc autotrace cups-bsd | lpr | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin transfig ufraw-batch xdg-utils glibc-doc cups-common libfftw3-bin libfftw3-dev libgd-tools liblcms2-utils inkscape libjxr-tools lm-sensors libwmf0.2-7-gtk fcgiwrap nginx-doc poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai fonts-arphic-uming fonts-nanum postgresql-doc postgresql-doc-12 libjson-perl python-acme-doc python-certbot-nginx-doc python-future-doc python-mock-doc python-pyparsing-doc ruby-redis openssl-blacklist isag zip The following NEW packages will be installed: binutils binutils-common binutils-x86-64-linux-gnu certbot cpp cpp-9 fontconfig fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-noto-mono fonts-urw-base35 gcc gcc-9 gcc-9-base ghostscript gsfonts hicolor-icon-theme imagemagick imagemagick-6-common imagemagick-6.q16 libasan5 libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libbinutils libc-dev-bin libc6-dev libcairo2 libcc1-0 libcrypt-dev libctf-nobfd0 libctf0 libcups2 libdatrie1 libdjvulibre-text libdjvulibre21 libexpat1-dev libfftw3-double3 libfontconfig1 libgcc-9-dev libgd3 libgomp1 libgraphite2-3 libgs9 libgs9-common libharfbuzz0b libhiredis0.14 libidn11 libijs-0.35 libilmbase24 libisl22 libitm1 libjbig0 libjbig2dec0 libjemalloc2 libjpeg-turbo8 libjpeg8 liblcms2-2 libllvm10 liblqr-1-0 liblsan0 liblua5.1-0 libmagickcore-6.q16-6 libmagickcore-6.q16-6-extra libmagickwand-6.q16-6 libmpc3 libnetpbm10 libnginx-mod-http-image-filter libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream libopenexr24 libopenjp2-7 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpaper-utils libpaper1 libpixman-1-0 libpq5 libpython3-dev libpython3.8-dev libquadmath0 libsensors-config libsensors5 libthai-data libthai0 libtiff5 libtsan0 libubsan1 libwebp6 libwebpmux3 libwmf0.2-7 libx11-6 libx11-data libxau6 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxpm4 libxrender1 linux-libc-dev lua-bitop lua-cjson manpages-dev netpbm nginx nginx-common nginx-core poppler-data postgresql postgresql-12 postgresql-client-12 postgresql-client-common postgresql-common python-pip-whl python3-acme python3-appdirs python3-certbot python3-certbot-nginx python3-configargparse python3-dev python3-distlib python3-filelock python3-future python3-icu python3-josepy python3-mock python3-parsedatetime python3-pbr python3-pyparsing python3-requests-toolbelt python3-rfc3339 python3-tz python3-venv python3-virtualenv python3-zope.component python3-zope.event python3-zope.hookable python3.8-dev python3.8-venv redis-server redis-tools ssl-cert sysstat unzip virtualenv zlib1g-dev 0 upgraded, 152 newly installed, 0 to remove and 0 not upgraded. Need to get 101 MB of archives. After this operation, 408 MB of additional disk space will be used. Get:1 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1,805 kB] Get:2 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libgomp1 amd64 10.3.0-1ubuntu1~20.04 [102 kB] Get:3 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libfftw3-double3 amd64 3.3.8-2ubuntu1 [728 kB] Get:4 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] Get:5 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] Get:6 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] Get:7 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] Get:8 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.1 [117 kB] Get:9 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] Get:10 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB] Get:11 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB] Get:12 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.1 [185 kB] Get:13 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.3 [162 kB] Get:14 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libwebpmux3 amd64 0.6.1-2ubuntu0.20.04.1 [19.5 kB] Get:15 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7,488 B] Get:16 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB] Get:17 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB] Get:18 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.2 [113 kB] Get:19 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.2 [575 kB] Get:20 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB] Get:21 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 imagemagick-6-common all 8:6.9.10.23+dfsg-2.1ubuntu11.4 [60.9 kB] Get:22 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 libmagickcore-6.q16-6 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [1,647 kB] Get:23 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 libmagickwand-6.q16-6 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [303 kB] Get:24 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 poppler-data all 0.4.9-2 [1,475 kB] Get:25 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libatomic1 amd64 10.3.0-1ubuntu1~20.04 [9,284 B] Get:26 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 libhiredis0.14 amd64 0.14.0-6 [30.2 kB] Get:27 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 libjemalloc2 amd64 5.2.1-1ubuntu1 [235 kB] Get:28 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build4 [99.9 kB] Get:29 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 lua-bitop amd64 1.0.2-5 [6,680 B] Get:30 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 lua-cjson amd64 2.1.0+dfsg-2.1 [17.4 kB] Get:31 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 redis-tools amd64 5:5.0.7-2ubuntu0.1 [489 kB] Get:32 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 redis-server amd64 5:5.0.7-2ubuntu0.1 [37.4 kB] Get:33 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.3 [207 kB] Get:34 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.3 [474 kB] Get:35 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.3 [47.4 kB] Get:36 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.3 [46.6 kB] Get:37 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.3 [1,613 kB] Get:38 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.3 [3,380 B] Get:39 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.1 [19.4 kB] Get:40 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] Get:41 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] Get:42 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.1 [7,500 kB] Get:43 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] Get:44 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] Get:45 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 fonts-noto-mono all 20200323-1build1~ubuntu20.04.1 [80.6 kB] Get:46 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 fonts-urw-base35 all 20170801.1-3 [6,333 kB] Get:47 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libcc1-0 amd64 10.3.0-1ubuntu1~20.04 [48.8 kB] Get:48 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libitm1 amd64 10.3.0-1ubuntu1~20.04 [26.2 kB] Get:49 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.1 [2,751 kB] Get:50 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 liblsan0 amd64 10.3.0-1ubuntu1~20.04 [835 kB] Get:51 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libtsan0 amd64 10.3.0-1ubuntu1~20.04 [2,009 kB] Get:52 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libubsan1 amd64 10.3.0-1ubuntu1~20.04 [784 kB] Get:53 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libquadmath0 amd64 10.3.0-1ubuntu1~20.04 [146 kB] Get:54 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.1 [2,359 kB] Get:55 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.1 [8,274 kB] Get:56 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5,208 B] Get:57 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libgs9-common all 9.50~dfsg-5ubuntu4.5 [681 kB] Get:58 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libavahi-common-data amd64 0.7-4ubuntu7.1 [21.4 kB] Get:59 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libavahi-common3 amd64 0.7-4ubuntu7.1 [21.7 kB] Get:60 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libavahi-client3 amd64 0.7-4ubuntu7.1 [25.5 kB] Get:61 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libcups2 amd64 2.3.1-9ubuntu1.2 [233 kB] Get:62 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libidn11 amd64 1.33-2.2ubuntu2 [46.2 kB] Get:63 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libijs-0.35 amd64 0.35-15 [15.7 kB] Get:64 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libjbig2dec0 amd64 0.18-1ubuntu1 [60.0 kB] Get:65 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libopenjp2-7 amd64 2.3.1-1ubuntu4.20.04.1 [141 kB] Get:66 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpaper1 amd64 1.1.28 [13.0 kB] Get:67 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libgs9 amd64 9.50~dfsg-5ubuntu4.5 [2,172 kB] Get:68 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 ghostscript amd64 9.50~dfsg-5ubuntu4.5 [51.8 kB] Get:69 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3,120 kB] Get:70 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] Get:71 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 imagemagick-6.q16 amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [427 kB] Get:72 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 imagemagick amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [14.4 kB] Get:73 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.9 [71.8 kB] Get:74 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 linux-libc-dev amd64 5.4.0-125.141 [1,100 kB] Get:75 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] Get:76 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.9 [2,519 kB] Get:77 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu1 [227 kB] Get:78 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] Get:79 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxcb-shm0 amd64 1.14-2 [5,584 B] Get:80 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] Get:81 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] Get:82 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] Get:83 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libdjvulibre-text all 3.5.27.1-14ubuntu0.1 [49.2 kB] Get:84 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libdjvulibre21 amd64 3.5.27.1-14ubuntu0.1 [578 kB] Get:85 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libexpat1-dev amd64 2.2.9-1ubuntu0.4 [117 kB] Get:86 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] Get:87 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] Get:88 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] Get:89 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] Get:90 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 libilmbase24 amd64 2.3.0-6build1 [75.1 kB] Get:91 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libllvm10 amd64 1:10.0.0-4ubuntu1 [15.3 MB] Get:92 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 libopenexr24 amd64 2.3.0-6ubuntu0.5 [592 kB] Get:93 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libthai-data all 0.1.28-3 [134 kB] Get:94 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] Get:95 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] Get:96 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] Get:97 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] Get:98 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libwmf0.2-7 amd64 0.2.8.4-17ubuntu1 [149 kB] Get:99 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 libmagickcore-6.q16-6-extra amd64 8:6.9.10.23+dfsg-2.1ubuntu11.4 [64.6 kB] Get:100 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 libnetpbm10 amd64 2:10.0-15.3build1 [58.0 kB] Get:101 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 nginx-common all 1.18.0-0ubuntu1.3 [37.7 kB] Get:102 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libnginx-mod-http-image-filter amd64 1.18.0-0ubuntu1.3 [14.8 kB] Get:103 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libnginx-mod-http-xslt-filter amd64 1.18.0-0ubuntu1.3 [13.0 kB] Get:104 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libnginx-mod-mail amd64 1.18.0-0ubuntu1.3 [42.8 kB] Get:105 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libnginx-mod-stream amd64 1.18.0-0ubuntu1.3 [67.3 kB] Get:106 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpaper-utils amd64 1.1.28 [8,400 B] Get:107 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libpq5 amd64 12.12-0ubuntu0.20.04.1 [117 kB] Get:108 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libpython3.8-dev amd64 3.8.10-0ubuntu1~20.04.5 [3,951 kB] Get:109 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 libpython3-dev amd64 3.8.2-0ubuntu2 [7,236 B] Get:110 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6,052 B] Get:111 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] Get:112 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 manpages-dev all 5.05-1 [2,266 kB] Get:113 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 netpbm amd64 2:10.0-15.3build1 [1,017 kB] Get:114 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 nginx-core amd64 1.18.0-0ubuntu1.3 [425 kB] Get:115 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 nginx all 1.18.0-0ubuntu1.3 [3,620 B] Get:116 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 postgresql-client-common all 214ubuntu0.1 [28.2 kB] Get:117 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 postgresql-client-12 amd64 12.12-0ubuntu0.20.04.1 [1,051 kB] Get:118 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 ssl-cert all 1.0.39 [17.0 kB] Get:119 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 postgresql-common all 214ubuntu0.1 [169 kB] Get:120 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 postgresql-12 amd64 12.12-0ubuntu0.20.04.1 [13.5 MB] Get:121 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 postgresql all 12+214ubuntu0.1 [3,924 B] Get:122 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 python-pip-whl all 20.0.2-5ubuntu1.6 [1,805 kB] Get:123 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-josepy all 1.2.0-2 [28.1 kB] Get:124 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-pbr all 5.4.5-0ubuntu1 [64.0 kB] Get:125 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-mock all 3.0.5-1build1 [25.6 kB] Get:126 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-requests-toolbelt all 0.8.0-1.1 [35.2 kB] Get:127 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-tz all 2019.3-1 [24.4 kB] Get:128 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-rfc3339 all 1.1-2 [6,808 B] Get:129 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-acme all 1.1.0-1 [29.6 kB] Get:130 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-appdirs all 1.4.3-2.1 [10.8 kB] Get:131 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-configargparse all 0.13.0-2 [22.6 kB] Get:132 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-future all 0.18.2-2 [336 kB] Get:133 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-parsedatetime all 2.4-5 [32.6 kB] Get:134 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-zope.hookable amd64 5.0.0-1build1 [11.2 kB] Get:135 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-zope.event all 4.4-2build1 [7,704 B] Get:136 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-zope.component all 4.3.0-3 [38.3 kB] Get:137 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 python3-certbot all 0.40.0-1ubuntu0.1 [223 kB] Get:138 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 certbot all 0.40.0-1ubuntu0.1 [17.9 kB] Get:139 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-pyparsing all 2.4.6-1 [61.3 kB] Get:140 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 python3-certbot-nginx all 0.40.0-0ubuntu0.1 [50.8 kB] Get:141 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.3 [155 kB] Get:142 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 python3.8-dev amd64 3.8.10-0ubuntu1~20.04.5 [514 kB] Get:143 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-dev amd64 3.8.2-0ubuntu2 [1,212 B] Get:144 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-distlib all 0.3.0-1 [116 kB] Get:145 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-filelock all 3.0.12-2 [7,948 B] Get:146 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 python3-icu amd64 2.4.2-0ubuntu3 [250 kB] Get:147 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 python3.8-venv amd64 3.8.10-0ubuntu1~20.04.5 [5,444 B] Get:148 https://mirror.hetzner.com/ubuntu/packages focal/universe amd64 python3-venv amd64 3.8.2-0ubuntu2 [1,228 B] Get:149 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 python3-virtualenv all 20.0.17-1ubuntu0.4 [62.7 kB] Get:150 https://mirror.hetzner.com/ubuntu/packages focal-updates/main amd64 sysstat amd64 12.2.0-2ubuntu0.1 [448 kB] Get:151 https://mirror.hetzner.com/ubuntu/packages focal/main amd64 unzip amd64 6.0-25ubuntu1 [169 kB] Get:152 https://mirror.hetzner.com/ubuntu/packages focal-updates/universe amd64 virtualenv all 20.0.17-1ubuntu0.4 [2,144 B] Fetched 101 MB in 2s (53.9 MB/s) Extracting templates from packages: 100% Preconfiguring packages ... Selecting previously unselected package fonts-droid-fallback. (Reading database ... 36240 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 libgomp1:amd64. Preparing to unpack .../001-libgomp1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libfftw3-double3:amd64. Preparing to unpack .../002-libfftw3-double3_3.3.8-2ubuntu1_amd64.deb ... Unpacking libfftw3-double3:amd64 (3.3.8-2ubuntu1) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../003-fonts-dejavu-core_2.37-1_all.deb ... Unpacking fonts-dejavu-core (2.37-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../004-fontconfig-config_2.13.1-2ubuntu3_all.deb ... Unpacking fontconfig-config (2.13.1-2ubuntu3) ... Selecting previously unselected package libfontconfig1:amd64. Preparing to unpack .../005-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... Selecting previously unselected package libjbig0:amd64. Preparing to unpack .../006-libjbig0_2.1-3.1build1_amd64.deb ... Unpacking libjbig0:amd64 (2.1-3.1build1) ... Selecting previously unselected package libjpeg-turbo8:amd64. Preparing to unpack .../007-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ... Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... Selecting previously unselected package libjpeg8:amd64. Preparing to unpack .../008-libjpeg8_8c-2ubuntu8_amd64.deb ... Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... Selecting previously unselected package liblcms2-2:amd64. Preparing to unpack .../009-liblcms2-2_2.9-4_amd64.deb ... Unpacking liblcms2-2:amd64 (2.9-4) ... Selecting previously unselected package liblqr-1-0:amd64. Preparing to unpack .../010-liblqr-1-0_0.4.2-2.1_amd64.deb ... Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ... Selecting previously unselected package libwebp6:amd64. Preparing to unpack .../011-libwebp6_0.6.1-2ubuntu0.20.04.1_amd64.deb ... Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... Selecting previously unselected package libtiff5:amd64. Preparing to unpack .../012-libtiff5_4.1.0+git191117-2ubuntu0.20.04.3_amd64.deb ... Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... Selecting previously unselected package libwebpmux3:amd64. Preparing to unpack .../013-libwebpmux3_0.6.1-2ubuntu0.20.04.1_amd64.deb ... Unpacking libwebpmux3:amd64 (0.6.1-2ubuntu0.20.04.1) ... Selecting previously unselected package libxau6:amd64. Preparing to unpack .../014-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ... Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ... Selecting previously unselected package libxdmcp6:amd64. Preparing to unpack .../015-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ... Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... Selecting previously unselected package libxcb1:amd64. Preparing to unpack .../016-libxcb1_1.14-2_amd64.deb ... Unpacking libxcb1:amd64 (1.14-2) ... Selecting previously unselected package libx11-data. Preparing to unpack .../017-libx11-data_2%3a1.6.9-2ubuntu1.2_all.deb ... Unpacking libx11-data (2:1.6.9-2ubuntu1.2) ... Selecting previously unselected package libx11-6:amd64. Preparing to unpack .../018-libx11-6_2%3a1.6.9-2ubuntu1.2_amd64.deb ... Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ... Selecting previously unselected package libxext6:amd64. Preparing to unpack .../019-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ... Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ... Selecting previously unselected package imagemagick-6-common. Preparing to unpack .../020-imagemagick-6-common_8%3a6.9.10.23+dfsg-2.1ubuntu11.4_all.deb ... Unpacking imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Selecting previously unselected package libmagickcore-6.q16-6:amd64. Preparing to unpack .../021-libmagickcore-6.q16-6_8%3a6.9.10.23+dfsg-2.1ubuntu11.4_amd64.deb ... Unpacking libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Selecting previously unselected package libmagickwand-6.q16-6:amd64. Preparing to unpack .../022-libmagickwand-6.q16-6_8%3a6.9.10.23+dfsg-2.1ubuntu11.4_amd64.deb ... Unpacking libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Selecting previously unselected package poppler-data. Preparing to unpack .../023-poppler-data_0.4.9-2_all.deb ... Unpacking poppler-data (0.4.9-2) ... Selecting previously unselected package libatomic1:amd64. Preparing to unpack .../024-libatomic1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libhiredis0.14:amd64. Preparing to unpack .../025-libhiredis0.14_0.14.0-6_amd64.deb ... Unpacking libhiredis0.14:amd64 (0.14.0-6) ... Selecting previously unselected package libjemalloc2:amd64. Preparing to unpack .../026-libjemalloc2_5.2.1-1ubuntu1_amd64.deb ... Unpacking libjemalloc2:amd64 (5.2.1-1ubuntu1) ... Selecting previously unselected package liblua5.1-0:amd64. Preparing to unpack .../027-liblua5.1-0_5.1.5-8.1build4_amd64.deb ... Unpacking liblua5.1-0:amd64 (5.1.5-8.1build4) ... Selecting previously unselected package lua-bitop:amd64. Preparing to unpack .../028-lua-bitop_1.0.2-5_amd64.deb ... Unpacking lua-bitop:amd64 (1.0.2-5) ... Selecting previously unselected package lua-cjson:amd64. Preparing to unpack .../029-lua-cjson_2.1.0+dfsg-2.1_amd64.deb ... Unpacking lua-cjson:amd64 (2.1.0+dfsg-2.1) ... Selecting previously unselected package redis-tools. Preparing to unpack .../030-redis-tools_5%3a5.0.7-2ubuntu0.1_amd64.deb ... Unpacking redis-tools (5:5.0.7-2ubuntu0.1) ... Selecting previously unselected package redis-server. Preparing to unpack .../031-redis-server_5%3a5.0.7-2ubuntu0.1_amd64.deb ... Unpacking redis-server (5:5.0.7-2ubuntu0.1) ... Selecting previously unselected package binutils-common:amd64. Preparing to unpack .../032-binutils-common_2.34-6ubuntu1.3_amd64.deb ... Unpacking binutils-common:amd64 (2.34-6ubuntu1.3) ... Selecting previously unselected package libbinutils:amd64. Preparing to unpack .../033-libbinutils_2.34-6ubuntu1.3_amd64.deb ... Unpacking libbinutils:amd64 (2.34-6ubuntu1.3) ... Selecting previously unselected package libctf-nobfd0:amd64. Preparing to unpack .../034-libctf-nobfd0_2.34-6ubuntu1.3_amd64.deb ... Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... Selecting previously unselected package libctf0:amd64. Preparing to unpack .../035-libctf0_2.34-6ubuntu1.3_amd64.deb ... Unpacking libctf0:amd64 (2.34-6ubuntu1.3) ... Selecting previously unselected package binutils-x86-64-linux-gnu. Preparing to unpack .../036-binutils-x86-64-linux-gnu_2.34-6ubuntu1.3_amd64.deb ... Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... Selecting previously unselected package binutils. Preparing to unpack .../037-binutils_2.34-6ubuntu1.3_amd64.deb ... Unpacking binutils (2.34-6ubuntu1.3) ... Selecting previously unselected package gcc-9-base:amd64. Preparing to unpack .../038-gcc-9-base_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package libisl22:amd64. Preparing to unpack .../039-libisl22_0.22.1-1_amd64.deb ... Unpacking libisl22:amd64 (0.22.1-1) ... Selecting previously unselected package libmpc3:amd64. Preparing to unpack .../040-libmpc3_1.1.0-1_amd64.deb ... Unpacking libmpc3:amd64 (1.1.0-1) ... Selecting previously unselected package cpp-9. Preparing to unpack .../041-cpp-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package cpp. Preparing to unpack .../042-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking cpp (4:9.3.0-1ubuntu2) ... Selecting previously unselected package fontconfig. Preparing to unpack .../043-fontconfig_2.13.1-2ubuntu3_amd64.deb ... Unpacking fontconfig (2.13.1-2ubuntu3) ... Selecting previously unselected package fonts-noto-mono. Preparing to unpack .../044-fonts-noto-mono_20200323-1build1~ubuntu20.04.1_all.deb ... Unpacking fonts-noto-mono (20200323-1build1~ubuntu20.04.1) ... Selecting previously unselected package fonts-urw-base35. Preparing to unpack .../045-fonts-urw-base35_20170801.1-3_all.deb ... Unpacking fonts-urw-base35 (20170801.1-3) ... Selecting previously unselected package libcc1-0:amd64. Preparing to unpack .../046-libcc1-0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libitm1:amd64. Preparing to unpack .../047-libitm1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libasan5:amd64. Preparing to unpack .../048-libasan5_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package liblsan0:amd64. Preparing to unpack .../049-liblsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libtsan0:amd64. Preparing to unpack .../050-libtsan0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libubsan1:amd64. Preparing to unpack .../051-libubsan1_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libquadmath0:amd64. Preparing to unpack .../052-libquadmath0_10.3.0-1ubuntu1~20.04_amd64.deb ... Unpacking libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... Selecting previously unselected package libgcc-9-dev:amd64. Preparing to unpack .../053-libgcc-9-dev_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package gcc-9. Preparing to unpack .../054-gcc-9_9.4.0-1ubuntu1~20.04.1_amd64.deb ... Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.1) ... Selecting previously unselected package gcc. Preparing to unpack .../055-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... Unpacking gcc (4:9.3.0-1ubuntu2) ... Selecting previously unselected package libgs9-common. Preparing to unpack .../056-libgs9-common_9.50~dfsg-5ubuntu4.5_all.deb ... Unpacking libgs9-common (9.50~dfsg-5ubuntu4.5) ... Selecting previously unselected package libavahi-common-data:amd64. Preparing to unpack .../057-libavahi-common-data_0.7-4ubuntu7.1_amd64.deb ... Unpacking libavahi-common-data:amd64 (0.7-4ubuntu7.1) ... Selecting previously unselected package libavahi-common3:amd64. Preparing to unpack .../058-libavahi-common3_0.7-4ubuntu7.1_amd64.deb ... Unpacking libavahi-common3:amd64 (0.7-4ubuntu7.1) ... Selecting previously unselected package libavahi-client3:amd64. Preparing to unpack .../059-libavahi-client3_0.7-4ubuntu7.1_amd64.deb ... Unpacking libavahi-client3:amd64 (0.7-4ubuntu7.1) ... Selecting previously unselected package libcups2:amd64. Preparing to unpack .../060-libcups2_2.3.1-9ubuntu1.2_amd64.deb ... Unpacking libcups2:amd64 (2.3.1-9ubuntu1.2) ... Selecting previously unselected package libidn11:amd64. Preparing to unpack .../061-libidn11_1.33-2.2ubuntu2_amd64.deb ... Unpacking libidn11:amd64 (1.33-2.2ubuntu2) ... Selecting previously unselected package libijs-0.35:amd64. Preparing to unpack .../062-libijs-0.35_0.35-15_amd64.deb ... Unpacking libijs-0.35:amd64 (0.35-15) ... Selecting previously unselected package libjbig2dec0:amd64. Preparing to unpack .../063-libjbig2dec0_0.18-1ubuntu1_amd64.deb ... Unpacking libjbig2dec0:amd64 (0.18-1ubuntu1) ... Selecting previously unselected package libopenjp2-7:amd64. Preparing to unpack .../064-libopenjp2-7_2.3.1-1ubuntu4.20.04.1_amd64.deb ... Unpacking libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ... Selecting previously unselected package libpaper1:amd64. Preparing to unpack .../065-libpaper1_1.1.28_amd64.deb ... Unpacking libpaper1:amd64 (1.1.28) ... Selecting previously unselected package libgs9:amd64. Preparing to unpack .../066-libgs9_9.50~dfsg-5ubuntu4.5_amd64.deb ... Unpacking libgs9:amd64 (9.50~dfsg-5ubuntu4.5) ... Selecting previously unselected package ghostscript. Preparing to unpack .../067-ghostscript_9.50~dfsg-5ubuntu4.5_amd64.deb ... Unpacking ghostscript (9.50~dfsg-5ubuntu4.5) ... Selecting previously unselected package gsfonts. Preparing to unpack .../068-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all.deb ... Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ... Selecting previously unselected package hicolor-icon-theme. Preparing to unpack .../069-hicolor-icon-theme_0.17-2_all.deb ... Unpacking hicolor-icon-theme (0.17-2) ... Selecting previously unselected package imagemagick-6.q16. Preparing to unpack .../070-imagemagick-6.q16_8%3a6.9.10.23+dfsg-2.1ubuntu11.4_amd64.deb ... Unpacking imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Selecting previously unselected package imagemagick. Preparing to unpack .../071-imagemagick_8%3a6.9.10.23+dfsg-2.1ubuntu11.4_amd64.deb ... Unpacking imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../072-libc-dev-bin_2.31-0ubuntu9.9_amd64.deb ... Unpacking libc-dev-bin (2.31-0ubuntu9.9) ... Selecting previously unselected package linux-libc-dev:amd64. Preparing to unpack .../073-linux-libc-dev_5.4.0-125.141_amd64.deb ... Unpacking linux-libc-dev:amd64 (5.4.0-125.141) ... Selecting previously unselected package libcrypt-dev:amd64. Preparing to unpack .../074-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... Selecting previously unselected package libc6-dev:amd64. Preparing to unpack .../075-libc6-dev_2.31-0ubuntu9.9_amd64.deb ... Unpacking libc6-dev:amd64 (2.31-0ubuntu9.9) ... Selecting previously unselected package libpixman-1-0:amd64. Preparing to unpack .../076-libpixman-1-0_0.38.4-0ubuntu1_amd64.deb ... Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... Selecting previously unselected package libxcb-render0:amd64. Preparing to unpack .../077-libxcb-render0_1.14-2_amd64.deb ... Unpacking libxcb-render0:amd64 (1.14-2) ... Selecting previously unselected package libxcb-shm0:amd64. Preparing to unpack .../078-libxcb-shm0_1.14-2_amd64.deb ... Unpacking libxcb-shm0:amd64 (1.14-2) ... Selecting previously unselected package libxrender1:amd64. Preparing to unpack .../079-libxrender1_1%3a0.9.10-1_amd64.deb ... Unpacking libxrender1:amd64 (1:0.9.10-1) ... Selecting previously unselected package libcairo2:amd64. Preparing to unpack .../080-libcairo2_1.16.0-4ubuntu1_amd64.deb ... Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... Selecting previously unselected package libdatrie1:amd64. Preparing to unpack .../081-libdatrie1_0.2.12-3_amd64.deb ... Unpacking libdatrie1:amd64 (0.2.12-3) ... Selecting previously unselected package libdjvulibre-text. Preparing to unpack .../082-libdjvulibre-text_3.5.27.1-14ubuntu0.1_all.deb ... Unpacking libdjvulibre-text (3.5.27.1-14ubuntu0.1) ... Selecting previously unselected package libdjvulibre21:amd64. Preparing to unpack .../083-libdjvulibre21_3.5.27.1-14ubuntu0.1_amd64.deb ... Unpacking libdjvulibre21:amd64 (3.5.27.1-14ubuntu0.1) ... Selecting previously unselected package libexpat1-dev:amd64. Preparing to unpack .../084-libexpat1-dev_2.2.9-1ubuntu0.4_amd64.deb ... Unpacking libexpat1-dev:amd64 (2.2.9-1ubuntu0.4) ... Selecting previously unselected package libxpm4:amd64. Preparing to unpack .../085-libxpm4_1%3a3.5.12-1_amd64.deb ... Unpacking libxpm4:amd64 (1:3.5.12-1) ... Selecting previously unselected package libgd3:amd64. Preparing to unpack .../086-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... Selecting previously unselected package libgraphite2-3:amd64. Preparing to unpack .../087-libgraphite2-3_1.3.13-11build1_amd64.deb ... Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... Selecting previously unselected package libharfbuzz0b:amd64. Preparing to unpack .../088-libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb ... Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... Selecting previously unselected package libilmbase24:amd64. Preparing to unpack .../089-libilmbase24_2.3.0-6build1_amd64.deb ... Unpacking libilmbase24:amd64 (2.3.0-6build1) ... Selecting previously unselected package libllvm10:amd64. Preparing to unpack .../090-libllvm10_1%3a10.0.0-4ubuntu1_amd64.deb ... Unpacking libllvm10:amd64 (1:10.0.0-4ubuntu1) ... Selecting previously unselected package libopenexr24:amd64. Preparing to unpack .../091-libopenexr24_2.3.0-6ubuntu0.5_amd64.deb ... Unpacking libopenexr24:amd64 (2.3.0-6ubuntu0.5) ... Selecting previously unselected package libthai-data. Preparing to unpack .../092-libthai-data_0.1.28-3_all.deb ... Unpacking libthai-data (0.1.28-3) ... Selecting previously unselected package libthai0:amd64. Preparing to unpack .../093-libthai0_0.1.28-3_amd64.deb ... Unpacking libthai0:amd64 (0.1.28-3) ... Selecting previously unselected package libpango-1.0-0:amd64. Preparing to unpack .../094-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... Selecting previously unselected package libpangoft2-1.0-0:amd64. Preparing to unpack .../095-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... Selecting previously unselected package libpangocairo-1.0-0:amd64. Preparing to unpack .../096-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... Selecting previously unselected package libwmf0.2-7:amd64. Preparing to unpack .../097-libwmf0.2-7_0.2.8.4-17ubuntu1_amd64.deb ... Unpacking libwmf0.2-7:amd64 (0.2.8.4-17ubuntu1) ... Selecting previously unselected package libmagickcore-6.q16-6-extra:amd64. Preparing to unpack .../098-libmagickcore-6.q16-6-extra_8%3a6.9.10.23+dfsg-2.1ubuntu11.4_amd64.deb ... Unpacking libmagickcore-6.q16-6-extra:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Selecting previously unselected package libnetpbm10. Preparing to unpack .../099-libnetpbm10_2%3a10.0-15.3build1_amd64.deb ... Unpacking libnetpbm10 (2:10.0-15.3build1) ... Selecting previously unselected package nginx-common. Preparing to unpack .../100-nginx-common_1.18.0-0ubuntu1.3_all.deb ... Unpacking nginx-common (1.18.0-0ubuntu1.3) ... Selecting previously unselected package libnginx-mod-http-image-filter. Preparing to unpack .../101-libnginx-mod-http-image-filter_1.18.0-0ubuntu1.3_amd64.deb ... Unpacking libnginx-mod-http-image-filter (1.18.0-0ubuntu1.3) ... Selecting previously unselected package libnginx-mod-http-xslt-filter. Preparing to unpack .../102-libnginx-mod-http-xslt-filter_1.18.0-0ubuntu1.3_amd64.deb ... Unpacking libnginx-mod-http-xslt-filter (1.18.0-0ubuntu1.3) ... Selecting previously unselected package libnginx-mod-mail. Preparing to unpack .../103-libnginx-mod-mail_1.18.0-0ubuntu1.3_amd64.deb ... Unpacking libnginx-mod-mail (1.18.0-0ubuntu1.3) ... Selecting previously unselected package libnginx-mod-stream. Preparing to unpack .../104-libnginx-mod-stream_1.18.0-0ubuntu1.3_amd64.deb ... Unpacking libnginx-mod-stream (1.18.0-0ubuntu1.3) ... Selecting previously unselected package libpaper-utils. Preparing to unpack .../105-libpaper-utils_1.1.28_amd64.deb ... Unpacking libpaper-utils (1.1.28) ... Selecting previously unselected package libpq5:amd64. Preparing to unpack .../106-libpq5_12.12-0ubuntu0.20.04.1_amd64.deb ... Unpacking libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... Selecting previously unselected package libpython3.8-dev:amd64. Preparing to unpack .../107-libpython3.8-dev_3.8.10-0ubuntu1~20.04.5_amd64.deb ... Unpacking libpython3.8-dev:amd64 (3.8.10-0ubuntu1~20.04.5) ... Selecting previously unselected package libpython3-dev:amd64. Preparing to unpack .../108-libpython3-dev_3.8.2-0ubuntu2_amd64.deb ... Unpacking libpython3-dev:amd64 (3.8.2-0ubuntu2) ... Selecting previously unselected package libsensors-config. Preparing to unpack .../109-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package libsensors5:amd64. Preparing to unpack .../110-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../111-manpages-dev_5.05-1_all.deb ... Unpacking manpages-dev (5.05-1) ... Selecting previously unselected package netpbm. Preparing to unpack .../112-netpbm_2%3a10.0-15.3build1_amd64.deb ... Unpacking netpbm (2:10.0-15.3build1) ... Selecting previously unselected package nginx-core. Preparing to unpack .../113-nginx-core_1.18.0-0ubuntu1.3_amd64.deb ... Unpacking nginx-core (1.18.0-0ubuntu1.3) ... Selecting previously unselected package nginx. Preparing to unpack .../114-nginx_1.18.0-0ubuntu1.3_all.deb ... Unpacking nginx (1.18.0-0ubuntu1.3) ... Selecting previously unselected package postgresql-client-common. Preparing to unpack .../115-postgresql-client-common_214ubuntu0.1_all.deb ... Unpacking postgresql-client-common (214ubuntu0.1) ... Selecting previously unselected package postgresql-client-12. Preparing to unpack .../116-postgresql-client-12_12.12-0ubuntu0.20.04.1_amd64.deb ... Unpacking postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... Selecting previously unselected package ssl-cert. Preparing to unpack .../117-ssl-cert_1.0.39_all.deb ... Unpacking ssl-cert (1.0.39) ... Selecting previously unselected package postgresql-common. Preparing to unpack .../118-postgresql-common_214ubuntu0.1_all.deb ... Adding 'diversion of /usr/bin/pg_config to /usr/bin/pg_config.libpq-dev by postgresql-common' Unpacking postgresql-common (214ubuntu0.1) ... Selecting previously unselected package postgresql-12. Preparing to unpack .../119-postgresql-12_12.12-0ubuntu0.20.04.1_amd64.deb ... Unpacking postgresql-12 (12.12-0ubuntu0.20.04.1) ... Selecting previously unselected package postgresql. Preparing to unpack .../120-postgresql_12+214ubuntu0.1_all.deb ... Unpacking postgresql (12+214ubuntu0.1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../121-python-pip-whl_20.0.2-5ubuntu1.6_all.deb ... Unpacking python-pip-whl (20.0.2-5ubuntu1.6) ... Selecting previously unselected package python3-josepy. Preparing to unpack .../122-python3-josepy_1.2.0-2_all.deb ... Unpacking python3-josepy (1.2.0-2) ... Selecting previously unselected package python3-pbr. Preparing to unpack .../123-python3-pbr_5.4.5-0ubuntu1_all.deb ... Unpacking python3-pbr (5.4.5-0ubuntu1) ... Selecting previously unselected package python3-mock. Preparing to unpack .../124-python3-mock_3.0.5-1build1_all.deb ... Unpacking python3-mock (3.0.5-1build1) ... Selecting previously unselected package python3-requests-toolbelt. Preparing to unpack .../125-python3-requests-toolbelt_0.8.0-1.1_all.deb ... Unpacking python3-requests-toolbelt (0.8.0-1.1) ... Selecting previously unselected package python3-tz. Preparing to unpack .../126-python3-tz_2019.3-1_all.deb ... Unpacking python3-tz (2019.3-1) ... Selecting previously unselected package python3-rfc3339. Preparing to unpack .../127-python3-rfc3339_1.1-2_all.deb ... Unpacking python3-rfc3339 (1.1-2) ... Selecting previously unselected package python3-acme. Preparing to unpack .../128-python3-acme_1.1.0-1_all.deb ... Unpacking python3-acme (1.1.0-1) ... Selecting previously unselected package python3-appdirs. Preparing to unpack .../129-python3-appdirs_1.4.3-2.1_all.deb ... Unpacking python3-appdirs (1.4.3-2.1) ... Selecting previously unselected package python3-configargparse. Preparing to unpack .../130-python3-configargparse_0.13.0-2_all.deb ... Unpacking python3-configargparse (0.13.0-2) ... Selecting previously unselected package python3-future. Preparing to unpack .../131-python3-future_0.18.2-2_all.deb ... Unpacking python3-future (0.18.2-2) ... Selecting previously unselected package python3-parsedatetime. Preparing to unpack .../132-python3-parsedatetime_2.4-5_all.deb ... Unpacking python3-parsedatetime (2.4-5) ... Selecting previously unselected package python3-zope.hookable. Preparing to unpack .../133-python3-zope.hookable_5.0.0-1build1_amd64.deb ... Unpacking python3-zope.hookable (5.0.0-1build1) ... Selecting previously unselected package python3-zope.event. Preparing to unpack .../134-python3-zope.event_4.4-2build1_all.deb ... Unpacking python3-zope.event (4.4-2build1) ... Selecting previously unselected package python3-zope.component. Preparing to unpack .../135-python3-zope.component_4.3.0-3_all.deb ... Unpacking python3-zope.component (4.3.0-3) ... Selecting previously unselected package python3-certbot. Preparing to unpack .../136-python3-certbot_0.40.0-1ubuntu0.1_all.deb ... Unpacking python3-certbot (0.40.0-1ubuntu0.1) ... Selecting previously unselected package certbot. Preparing to unpack .../137-certbot_0.40.0-1ubuntu0.1_all.deb ... Unpacking certbot (0.40.0-1ubuntu0.1) ... Selecting previously unselected package python3-pyparsing. Preparing to unpack .../138-python3-pyparsing_2.4.6-1_all.deb ... Unpacking python3-pyparsing (2.4.6-1) ... Selecting previously unselected package python3-certbot-nginx. Preparing to unpack .../139-python3-certbot-nginx_0.40.0-0ubuntu0.1_all.deb ... Unpacking python3-certbot-nginx (0.40.0-0ubuntu0.1) ... Selecting previously unselected package zlib1g-dev:amd64. Preparing to unpack .../140-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.3_amd64.deb ... Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... Selecting previously unselected package python3.8-dev. Preparing to unpack .../141-python3.8-dev_3.8.10-0ubuntu1~20.04.5_amd64.deb ... Unpacking python3.8-dev (3.8.10-0ubuntu1~20.04.5) ... Selecting previously unselected package python3-dev. Preparing to unpack .../142-python3-dev_3.8.2-0ubuntu2_amd64.deb ... Unpacking python3-dev (3.8.2-0ubuntu2) ... Selecting previously unselected package python3-distlib. Preparing to unpack .../143-python3-distlib_0.3.0-1_all.deb ... Unpacking python3-distlib (0.3.0-1) ... Selecting previously unselected package python3-filelock. Preparing to unpack .../144-python3-filelock_3.0.12-2_all.deb ... Unpacking python3-filelock (3.0.12-2) ... Selecting previously unselected package python3-icu. Preparing to unpack .../145-python3-icu_2.4.2-0ubuntu3_amd64.deb ... Unpacking python3-icu (2.4.2-0ubuntu3) ... Selecting previously unselected package python3.8-venv. Preparing to unpack .../146-python3.8-venv_3.8.10-0ubuntu1~20.04.5_amd64.deb ... Unpacking python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... Selecting previously unselected package python3-venv. Preparing to unpack .../147-python3-venv_3.8.2-0ubuntu2_amd64.deb ... Unpacking python3-venv (3.8.2-0ubuntu2) ... Selecting previously unselected package python3-virtualenv. Preparing to unpack .../148-python3-virtualenv_20.0.17-1ubuntu0.4_all.deb ... Unpacking python3-virtualenv (20.0.17-1ubuntu0.4) ... Selecting previously unselected package sysstat. Preparing to unpack .../149-sysstat_12.2.0-2ubuntu0.1_amd64.deb ... Unpacking sysstat (12.2.0-2ubuntu0.1) ... Selecting previously unselected package unzip. Preparing to unpack .../150-unzip_6.0-25ubuntu1_amd64.deb ... Unpacking unzip (6.0-25ubuntu1) ... Selecting previously unselected package virtualenv. Preparing to unpack .../151-virtualenv_20.0.17-1ubuntu0.4_all.deb ... Unpacking virtualenv (20.0.17-1ubuntu0.4) ... Setting up postgresql-client-common (214ubuntu0.1) ... Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... Setting up python3-configargparse (0.13.0-2) ... Setting up liblcms2-2:amd64 (2.9-4) ... Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu1) ... Setting up libpaper1:amd64 (1.1.28) ... Creating config file /etc/papersize with new version Setting up manpages-dev (5.05-1) ... Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ... Setting up imagemagick-6-common (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... Setting up python3-filelock (3.0.12-2) ... Setting up libxcb1:amd64 (1.14-2) ... Setting up python3-requests-toolbelt (0.8.0-1.1) ... Setting up fonts-noto-mono (20200323-1build1~ubuntu20.04.1) ... Setting up hicolor-icon-theme (0.17-2) ... Setting up python3-icu (2.4.2-0ubuntu3) ... Setting up libdatrie1:amd64 (0.2.12-3) ... Setting up libxcb-render0:amd64 (1.14-2) ... Setting up python3-zope.event (4.4-2build1) ... Setting up python3-pbr (5.4.5-0ubuntu1) ... update-alternatives: using /usr/bin/python3-pbr to provide /usr/bin/pbr (pbr) in auto mode Setting up libijs-0.35:amd64 (0.35-15) ... Setting up unzip (6.0-25ubuntu1) ... Setting up binutils-common:amd64 (2.34-6ubuntu1.3) ... Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... Setting up libpq5:amd64 (12.12-0ubuntu0.20.04.1) ... Setting up linux-libc-dev:amd64 (5.4.0-125.141) ... Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.3) ... Setting up nginx-common (1.18.0-0ubuntu1.3) ... Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service. Setting up libxcb-shm0:amd64 (1.14-2) ... Setting up libpaper-utils (1.1.28) ... Setting up libnetpbm10 (2:10.0-15.3build1) ... Setting up libjemalloc2:amd64 (5.2.1-1ubuntu1) ... Setting up fonts-urw-base35 (20170801.1-3) ... Setting up python3-distlib (0.3.0-1) ... Setting up libgomp1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libilmbase24:amd64 (2.3.0-6build1) ... Setting up libjbig0:amd64 (2.1-3.1build1) ... Setting up python3-tz (2019.3-1) ... Setting up poppler-data (0.4.9-2) ... Setting up python3-mock (3.0.5-1build1) ... Setting up libllvm10:amd64 (1:10.0.0-4ubuntu1) ... Setting up libnginx-mod-http-xslt-filter (1.18.0-0ubuntu1.3) ... Setting up postgresql-client-12 (12.12-0ubuntu0.20.04.1) ... update-alternatives: using /usr/share/postgresql/12/man/man1/psql.1.gz to provide /usr/share/man/man1/psql.1.gz (psql.1.gz) in auto mode Setting up python3-zope.hookable (5.0.0-1build1) ... Setting up libopenexr24:amd64 (2.3.0-6ubuntu0.5) ... Setting up lua-cjson:amd64 (2.1.0+dfsg-2.1) ... Setting up python3-pyparsing (2.4.6-1) ... Setting up libx11-data (2:1.6.9-2ubuntu1.2) ... Setting up ssl-cert (1.0.39) ... Setting up libjbig2dec0:amd64 (0.18-1ubuntu1) ... Setting up libidn11:amd64 (1.33-2.2ubuntu2) ... Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ... Setting up libavahi-common-data:amd64 (0.7-4ubuntu7.1) ... Setting up libquadmath0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up postgresql-common (214ubuntu0.1) ... Adding user postgres to group ssl-cert Creating config file /etc/postgresql-common/createcluster.conf with new version Building PostgreSQL dictionaries from installed myspell/hunspell packages... Removing obsolete dictionary files: Created symlink /etc/systemd/system/multi-user.target.wants/postgresql.service → /lib/systemd/system/postgresql.service. Setting up libmpc3:amd64 (1.1.0-1) ... Setting up libatomic1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.1) ... Setting up fonts-dejavu-core (2.37-1) ... Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) ... Setting up libfftw3-double3:amd64 (3.3.8-2ubuntu1) ... Setting up lua-bitop:amd64 (1.0.2-5) ... Setting up python3-josepy (1.2.0-2) ... Setting up libubsan1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up liblqr-1-0:amd64 (0.4.2-2.1) ... Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... Setting up liblua5.1-0:amd64 (5.1.5-8.1build4) ... Setting up libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ... Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.2) ... Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... Setting up libthai-data (0.1.28-3) ... Setting up libisl22:amd64 (0.22.1-1) ... Setting up python-pip-whl (20.0.2-5ubuntu1.6) ... Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ... Setting up libdjvulibre-text (3.5.27.1-14ubuntu0.1) ... Setting up libbinutils:amd64 (2.34-6ubuntu1.3) ... Setting up python3-future (0.18.2-2) ... update-alternatives: using /usr/bin/python3-futurize to provide /usr/bin/futurize (futurize) in auto mode update-alternatives: using /usr/bin/python3-pasteurize to provide /usr/bin/pasteurize (pasteurize) in auto mode Setting up postgresql-12 (12.12-0ubuntu0.20.04.1) ... Creating new PostgreSQL cluster 12/main ... /usr/lib/postgresql/12/bin/initdb -D /var/lib/postgresql/12/main --auth-local peer --auth-host md5 The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with locale "en_US.UTF-8". The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. fixing permissions on existing directory /var/lib/postgresql/12/main ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok syncing data to disk ... ok Success. You can now start the database server using: pg_ctlcluster 12 main start Ver Cluster Port Status Owner Data directory Log file 12 main 5432 down postgres /var/lib/postgresql/12/main /var/log/postgresql/postgresql-12-main.log update-alternatives: using /usr/share/postgresql/12/man/man1/postmaster.1.gz to provide /usr/share/man/man1/postmaster.1.gz (postmaster.1.gz) in auto mode Setting up python3-rfc3339 (1.1-2) ... Setting up libc-dev-bin (2.31-0ubuntu9.9) ... Setting up libwebpmux3:amd64 (0.6.1-2ubuntu0.20.04.1) ... Setting up python3-appdirs (1.4.3-2.1) ... Setting up sysstat (12.2.0-2ubuntu0.1) ... 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 Created symlink /etc/systemd/system/multi-user.target.wants/sysstat.service → /lib/systemd/system/sysstat.service. Setting up libcc1-0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up liblsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libitm1:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.1) ... Setting up libhiredis0.14:amd64 (0.14.0-6) ... Setting up libtsan0:amd64 (10.3.0-1ubuntu1~20.04) ... Setting up libctf0:amd64 (2.34-6ubuntu1.3) ... Setting up libjpeg8:amd64 (8c-2ubuntu8) ... Setting up libgs9-common (9.50~dfsg-5ubuntu4.5) ... Setting up libnginx-mod-mail (1.18.0-0ubuntu1.3) ... Setting up python3-parsedatetime (2.4-5) ... Setting up libxpm4:amd64 (1:3.5.12-1) ... Setting up libxrender1:amd64 (1:0.9.10-1) ... Setting up libwmf0.2-7:amd64 (0.2.8.4-17ubuntu1) ... Setting up fontconfig-config (2.13.1-2ubuntu3) ... Setting up libnginx-mod-stream (1.18.0-0ubuntu1.3) ... Setting up libdjvulibre21:amd64 (3.5.27.1-14ubuntu0.1) ... Setting up libavahi-common3:amd64 (0.7-4ubuntu7.1) ... Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ... Setting up python3-virtualenv (20.0.17-1ubuntu0.4) ... Setting up python3-zope.component (4.3.0-3) ... Setting up libthai0:amd64 (0.1.28-3) ... Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.1) ... Setting up python3-acme (1.1.0-1) ... Setting up redis-tools (5:5.0.7-2ubuntu0.1) ... Setting up python3.8-venv (3.8.10-0ubuntu1~20.04.5) ... Setting up virtualenv (20.0.17-1ubuntu0.4) ... Setting up python3-certbot (0.40.0-1ubuntu0.1) ... Setting up certbot (0.40.0-1ubuntu0.1) ... Created symlink /etc/systemd/system/timers.target.wants/certbot.timer → /lib/systemd/system/certbot.timer. Setting up cpp-9 (9.4.0-1ubuntu1~20.04.1) ... Setting up libc6-dev:amd64 (2.31-0ubuntu9.9) ... Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.3) ... Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... Setting up postgresql (12+214ubuntu0.1) ... Setting up libavahi-client3:amd64 (0.7-4ubuntu7.1) ... Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.3) ... Setting up fontconfig (2.13.1-2ubuntu3) ... Regenerating fonts cache... done. Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... Setting up binutils (2.34-6ubuntu1.3) ... Setting up redis-server (5:5.0.7-2ubuntu0.1) ... Created symlink /etc/systemd/system/redis.service → /lib/systemd/system/redis-server.service. Created symlink /etc/systemd/system/multi-user.target.wants/redis-server.service → /lib/systemd/system/redis-server.service. Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.1) ... Setting up libmagickcore-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Setting up libexpat1-dev:amd64 (2.2.9-1ubuntu0.4) ... Setting up python3-venv (3.8.2-0ubuntu2) ... Setting up libpython3.8-dev:amd64 (3.8.10-0ubuntu1~20.04.5) ... Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... Setting up netpbm (2:10.0-15.3build1) ... Setting up libcups2:amd64 (2.3.1-9ubuntu1.2) ... Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.3) ... Setting up cpp (4:9.3.0-1ubuntu2) ... Setting up libmagickwand-6.q16-6:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... Setting up gcc-9 (9.4.0-1ubuntu1~20.04.1) ... Setting up libpython3-dev:amd64 (3.8.2-0ubuntu2) ... Setting up libgs9:amd64 (9.50~dfsg-5ubuntu4.5) ... Setting up libmagickcore-6.q16-6-extra:amd64 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Setting up libnginx-mod-http-image-filter (1.18.0-0ubuntu1.3) ... Setting up ghostscript (9.50~dfsg-5ubuntu4.5) ... Setting up gcc (4:9.3.0-1ubuntu2) ... Setting up python3.8-dev (3.8.10-0ubuntu1~20.04.5) ... Setting up imagemagick-6.q16 (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode Setting up nginx-core (1.18.0-0ubuntu1.3) ... Setting up nginx (1.18.0-0ubuntu1.3) ... Setting up python3-certbot-nginx (0.40.0-0ubuntu0.1) ... Setting up python3-dev (3.8.2-0ubuntu2) ... Setting up imagemagick (8:6.9.10.23+dfsg-2.1ubuntu11.4) ... Processing triggers for libc-bin (2.31-0ubuntu9.9) ... Processing triggers for ufw (0.36-6ubuntu1) ... Processing triggers for systemd (245.4-4ubuntu3.17) ... Processing triggers for man-db (2.9.1-1) ... Processing triggers for mime-support (3.64ubuntu1) ... Downloading and installing ffmpeg 'tmp/ffmpeg' -> '/usr/local/bin/ffmpeg' 'tmp/ffprobe' -> '/usr/local/bin/ffprobe' 'tmp/qt-faststart' -> '/usr/local/bin/qt-faststart' ffmpeg installed to /usr/local/bin Enter portal URL, or press enter for localhost : [...] Enter portal name, or press enter for 'MediaCMS : [...] Creating database to be used in MediaCMS CREATE DATABASE CREATE ROLE GRANT Creating python virtualenv on /home/mediacms.io created virtual environment CPython3.8.10.final.0-64 in 160ms creator CPython3Posix(dest=/home/mediacms.io, clear=False, global=False) seeder FromAppData(download=False, pip=latest, setuptools=latest, wheel=latest, pkg_resources=latest, via=copy, app_data_dir=/root/.local/share/virtualenv/seed-app-data/v1.0.1.debian.1) activators BashActivator,CShellActivator,FishActivator,PowerShellActivator,PythonActivator,XonshActivator Collecting Django==3.1.12 Downloading Django-3.1.12-py3-none-any.whl (7.8 MB) |████████████████████████████████| 7.8 MB 38.7 MB/s Collecting djangorestframework==3.12.2 Downloading djangorestframework-3.12.2-py3-none-any.whl (957 kB) |████████████████████████████████| 957 kB 86.3 MB/s Collecting django-allauth==0.44.0 Downloading django-allauth-0.44.0.tar.gz (572 kB) |████████████████████████████████| 572 kB 90.5 MB/s Collecting psycopg2-binary==2.8.6 Downloading psycopg2_binary-2.8.6-cp38-cp38-manylinux1_x86_64.whl (3.0 MB) |████████████████████████████████| 3.0 MB 48.1 MB/s Collecting uwsgi==2.0.19.1 Downloading uWSGI-2.0.19.1.tar.gz (803 kB) |████████████████████████████████| 803 kB 68.1 MB/s Collecting django-redis==4.12.1 Downloading django_redis-4.12.1-py3-none-any.whl (19 kB) Collecting celery==4.4.7 Downloading celery-4.4.7-py2.py3-none-any.whl (427 kB) |████████████████████████████████| 427 kB 70.2 MB/s Collecting drf-yasg==1.20.0 Downloading drf_yasg-1.20.0-py2.py3-none-any.whl (1.6 MB) |████████████████████████████████| 1.6 MB 73.5 MB/s Collecting Pillow==8.2.0 Downloading Pillow-8.2.0-cp38-cp38-manylinux1_x86_64.whl (3.0 MB) |████████████████████████████████| 3.0 MB 57.1 MB/s Collecting django-imagekit Downloading django_imagekit-4.1.0-py2.py3-none-any.whl (43 kB) |████████████████████████████████| 43 kB 4.6 MB/s Collecting markdown Downloading Markdown-3.4.1-py3-none-any.whl (93 kB) |████████████████████████████████| 93 kB 3.7 MB/s Collecting django-filter Downloading django_filter-22.1-py3-none-any.whl (80 kB) |████████████████████████████████| 80 kB 25.8 MB/s Collecting filetype Downloading filetype-1.1.0-py2.py3-none-any.whl (17 kB) Collecting django-mptt Downloading django_mptt-0.13.4-py3-none-any.whl (137 kB) |████████████████████████████████| 137 kB 93.7 MB/s Collecting django-crispy-forms Downloading django_crispy_forms-1.14.0-py3-none-any.whl (133 kB) |████████████████████████████████| 133 kB 108.4 MB/s Collecting requests==2.25.0 Downloading requests-2.25.0-py2.py3-none-any.whl (61 kB) |████████████████████████████████| 61 kB 20.5 MB/s Collecting django-celery-email Downloading django_celery_email-3.0.0-py2.py3-none-any.whl (9.4 kB) Collecting m3u8 Downloading m3u8-3.3.0-py3-none-any.whl (24 kB) Collecting django-ckeditor Downloading django_ckeditor-6.5.0-py3-none-any.whl (2.4 MB) |████████████████████████████████| 2.4 MB 73.7 MB/s Collecting django-debug-toolbar==3.2.4 Downloading django_debug_toolbar-3.2.4-py3-none-any.whl (216 kB) |████████████████████████████████| 216 kB 99.0 MB/s Collecting django-login-required-middleware==0.6.1 Downloading django_login_required_middleware-0.6.1-py3-none-any.whl (4.6 kB) Collecting asgiref<4,>=3.2.10 Downloading asgiref-3.5.2-py3-none-any.whl (22 kB) Collecting pytz Downloading pytz-2022.2.1-py2.py3-none-any.whl (500 kB) |████████████████████████████████| 500 kB 115.0 MB/s Collecting sqlparse>=0.2.2 Downloading sqlparse-0.4.2-py3-none-any.whl (42 kB) |████████████████████████████████| 42 kB 3.4 MB/s Collecting pyjwt[crypto]>=1.7 Downloading PyJWT-2.4.0-py3-none-any.whl (18 kB) Collecting python3-openid>=3.0.8 Downloading python3_openid-3.2.0-py3-none-any.whl (133 kB) |████████████████████████████████| 133 kB 104.3 MB/s Collecting requests-oauthlib>=0.3.0 Downloading requests_oauthlib-1.3.1-py2.py3-none-any.whl (23 kB) Collecting redis>=3.0.0 Downloading redis-4.3.4-py3-none-any.whl (246 kB) |████████████████████████████████| 246 kB 115.0 MB/s Collecting kombu<4.7,>=4.6.10 Downloading kombu-4.6.11-py2.py3-none-any.whl (184 kB) |████████████████████████████████| 184 kB 90.9 MB/s Collecting billiard<4.0,>=3.6.3.0 Downloading billiard-3.6.4.0-py3-none-any.whl (89 kB) |████████████████████████████████| 89 kB 25.6 MB/s Collecting vine==1.3.0 Downloading vine-1.3.0-py2.py3-none-any.whl (14 kB) Collecting ruamel.yaml>=0.15.34 Downloading ruamel.yaml-0.17.21-py3-none-any.whl (109 kB) |████████████████████████████████| 109 kB 98.0 MB/s Collecting packaging Downloading packaging-21.3-py3-none-any.whl (40 kB) |████████████████████████████████| 40 kB 19.3 MB/s Collecting coreapi>=2.3.3 Downloading coreapi-2.3.3-py2.py3-none-any.whl (25 kB) Collecting inflection>=0.3.1 Downloading inflection-0.5.1-py2.py3-none-any.whl (9.5 kB) Collecting uritemplate>=3.0.0 Downloading uritemplate-4.1.1-py2.py3-none-any.whl (10 kB) Collecting coreschema>=0.0.4 Downloading coreschema-0.0.4.tar.gz (10 kB) Collecting pilkit>=0.2.0 Downloading pilkit-2.0.tar.gz (161 kB) |████████████████████████████████| 161 kB 99.0 MB/s Collecting six Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) Collecting django-appconf; python_version > "3" Downloading django_appconf-1.0.5-py3-none-any.whl (6.4 kB) Collecting importlib-metadata>=4.4; python_version < "3.10" Downloading importlib_metadata-4.12.0-py3-none-any.whl (21 kB) Collecting django-js-asset Downloading django_js_asset-2.0.0-py3-none-any.whl (4.9 kB) Collecting chardet<4,>=3.0.2 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) |████████████████████████████████| 133 kB 117.6 MB/s Collecting urllib3<1.27,>=1.21.1 Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB) |████████████████████████████████| 140 kB 111.8 MB/s Collecting certifi>=2017.4.17 Downloading certifi-2022.6.15-py3-none-any.whl (160 kB) |████████████████████████████████| 160 kB 108.8 MB/s Collecting idna<3,>=2.5 Downloading idna-2.10-py2.py3-none-any.whl (58 kB) |████████████████████████████████| 58 kB 18.6 MB/s Collecting iso8601 Downloading iso8601-1.0.2-py3-none-any.whl (9.7 kB) Collecting cryptography>=3.3.1; extra == "crypto" Downloading cryptography-37.0.4-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.2 MB) |████████████████████████████████| 4.2 MB 71.7 MB/s Collecting defusedxml Downloading defusedxml-0.7.1-py2.py3-none-any.whl (25 kB) Collecting oauthlib>=3.0.0 Downloading oauthlib-3.2.0-py3-none-any.whl (151 kB) |████████████████████████████████| 151 kB 81.2 MB/s Collecting async-timeout>=4.0.2 Downloading async_timeout-4.0.2-py3-none-any.whl (5.8 kB) Collecting deprecated>=1.2.3 Downloading Deprecated-1.2.13-py2.py3-none-any.whl (9.6 kB) Collecting amqp<2.7,>=2.6.0 Downloading amqp-2.6.1-py2.py3-none-any.whl (48 kB) |████████████████████████████████| 48 kB 13.7 MB/s Collecting ruamel.yaml.clib>=0.2.6; platform_python_implementation == "CPython" and python_version < "3.11" Downloading ruamel.yaml.clib-0.2.6-cp38-cp38-manylinux1_x86_64.whl (570 kB) |████████████████████████████████| 570 kB 87.7 MB/s Collecting pyparsing!=3.0.5,>=2.0.2 Downloading pyparsing-3.0.9-py3-none-any.whl (98 kB) |████████████████████████████████| 98 kB 23.9 MB/s Collecting itypes Downloading itypes-1.2.0-py2.py3-none-any.whl (4.8 kB) Collecting jinja2 Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) |████████████████████████████████| 133 kB 79.4 MB/s Collecting zipp>=0.5 Downloading zipp-3.8.1-py3-none-any.whl (5.6 kB) Collecting cffi>=1.12 Downloading cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (442 kB) |████████████████████████████████| 442 kB 107.6 MB/s Collecting wrapt<2,>=1.10 Downloading wrapt-1.14.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (81 kB) |████████████████████████████████| 81 kB 25.2 MB/s Collecting MarkupSafe>=2.0 Downloading MarkupSafe-2.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) Collecting pycparser Downloading pycparser-2.21-py2.py3-none-any.whl (118 kB) |████████████████████████████████| 118 kB 106.7 MB/s Building wheels for collected packages: django-allauth, uwsgi, coreschema, pilkit Building wheel for django-allauth (setup.py) ... done Created wheel for django-allauth: filename=django_allauth-0.44.0-py3-none-any.whl size=897447 sha256=6060936bd88ef49fe5bcda4869ffae0389d70010404af8fec8e468a7e6112fd9 Stored in directory: /root/.cache/pip/wheels/26/1b/59/ed48e3fc8d46e92c32184b10ab602e7e04f4eb1fa4a0f337ba Building wheel for uwsgi (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/mediacms.io/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-6al6rm16/uwsgi/setup.py'"'"'; __file__='"'"'/tmp/pip-install-6al6rm16/uwsgi/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-okra5te7 cwd: /tmp/pip-install-6al6rm16/uwsgi/ Complete output (86 lines): /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'descriptions' warnings.warn(msg) running bdist_wheel running build running build_py creating build creating build/lib copying uwsgidecorators.py -> build/lib installing to build/bdist.linux-x86_64/wheel running install using profile: buildconf/default.ini detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/9/include', '/usr/local/include', '/usr/include/x86_64-linux-gnu', '/usr/include'] Patching "bin_name" to properly install_scripts dir detected CPU cores: 3 configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_VERSION="\"2.0.19.1\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="19" -DUWSGI_VERSION_REVISION="1" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_XML -DUWSGI_XML_EXPAT -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);" *** uWSGI compiling server core *** [thread 0][x86_64-linux-gnu-gcc -pthread] core/utils.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/protocol.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/socket.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/logging.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/master.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/master_utils.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/emperor.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/notify.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/mule.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/subscription.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/stats.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/sendfile.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/async.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/master_checks.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/fifo.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/offload.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/io.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/static.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/websockets.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/spooler.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/snmp.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/exceptions.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/config.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/setup_utils.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/clock.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/init.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/buffer.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/reader.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/writer.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/alarm.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/cron.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/hooks.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/plugins.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/lock.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/cache.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/daemons.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/errors.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/hash.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/master_events.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/chunked.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/queue.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/event.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/signal.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/strings.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/progress.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/timebomb.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/ini.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/fsmon.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/mount.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/metrics.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/plugins_builder.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/sharedarea.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/rpc.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/gateway.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/loop.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/cookie.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/querystring.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/rb_timers.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/transformations.o [thread 0][x86_64-linux-gnu-gcc -pthread] core/uwsgi.o [thread 2][x86_64-linux-gnu-gcc -pthread] proto/base.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/uwsgi.o [thread 2][x86_64-linux-gnu-gcc -pthread] proto/http.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/fastcgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/scgi.o [thread 1][x86_64-linux-gnu-gcc -pthread] proto/puwsgi.o [thread 2][x86_64-linux-gnu-gcc -pthread] lib/linux_ns.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/zlib.o [thread 2][x86_64-linux-gnu-gcc -pthread] core/yaml.o [thread 1][x86_64-linux-gnu-gcc -pthread] core/xmlconf.o ---------------------------------------- ERROR: Failed building wheel for uwsgi Running setup.py clean for uwsgi Building wheel for coreschema (setup.py) ... done Created wheel for coreschema: filename=coreschema-0.0.4-py3-none-any.whl size=15031 sha256=4cee002c9136435b8e028fa7d0f84c586d4bf76e102cf805423d47abf565d900 Stored in directory: /root/.cache/pip/wheels/37/21/45/2ce3dd0189e3d2fb7a325b9d3e6491acb7882c8275466d5401 Building wheel for pilkit (setup.py) ... done Created wheel for pilkit: filename=pilkit-2.0-py3-none-any.whl size=18293 sha256=d66b2873a8cb54623009365455e5c13628189c95068424ff70beebfe724e55bb Stored in directory: /root/.cache/pip/wheels/81/a6/91/d5dbf9b9df995aa57ef081f6ebd005e3c9b51f158464ba05cb Successfully built django-allauth coreschema pilkit Failed to build uwsgi ERROR: django-filter 22.1 has requirement Django>=3.2, but you'll have django 3.1.12 which is incompatible. ERROR: django-ckeditor 6.5.0 has requirement Django>=3.2, but you'll have django 3.1.12 which is incompatible. Installing collected packages: asgiref, pytz, sqlparse, Django, djangorestframework, pycparser, cffi, cryptography, pyjwt, defusedxml, python3-openid, chardet, urllib3, certifi, idna, requests, oauthlib, requests-oauthlib, django-allauth, psycopg2-binary, uwsgi, async-timeout, pyparsing, packaging, wrapt, deprecated, redis, django-redis, vine, amqp, kombu, billiard, celery, ruamel.yaml.clib, ruamel.yaml, uritemplate, itypes, MarkupSafe, jinja2, coreschema, coreapi, inflection, drf-yasg, Pillow, pilkit, six, django-appconf, django-imagekit, zipp, importlib-metadata, markdown, django-filter, filetype, django-js-asset, django-mptt, django-crispy-forms, django-celery-email, iso8601, m3u8, django-ckeditor, django-debug-toolbar, django-login-required-middleware Running setup.py install for uwsgi ... done Successfully installed Django-3.1.12 MarkupSafe-2.1.1 Pillow-8.2.0 amqp-2.6.1 asgiref-3.5.2 async-timeout-4.0.2 billiard-3.6.4.0 celery-4.4.7 certifi-2022.6.15 cffi-1.15.1 chardet-3.0.4 coreapi-2.3.3 coreschema-0.0.4 cryptography-37.0.4 defusedxml-0.7.1 deprecated-1.2.13 django-allauth-0.44.0 django-appconf-1.0.5 django-celery-email-3.0.0 django-ckeditor-6.5.0 django-crispy-forms-1.14.0 django-debug-toolbar-3.2.4 django-filter-22.1 django-imagekit-4.1.0 django-js-asset-2.0.0 django-login-required-middleware-0.6.1 django-mptt-0.13.4 django-redis-4.12.1 djangorestframework-3.12.2 drf-yasg-1.20.0 filetype-1.1.0 idna-2.10 importlib-metadata-4.12.0 inflection-0.5.1 iso8601-1.0.2 itypes-1.2.0 jinja2-3.1.2 kombu-4.6.11 m3u8-3.3.0 markdown-3.4.1 oauthlib-3.2.0 packaging-21.3 pilkit-2.0 psycopg2-binary-2.8.6 pycparser-2.21 pyjwt-2.4.0 pyparsing-3.0.9 python3-openid-3.2.0 pytz-2022.2.1 redis-4.3.4 requests-2.25.0 requests-oauthlib-1.3.1 ruamel.yaml-0.17.21 ruamel.yaml.clib-0.2.6 six-1.16.0 sqlparse-0.4.2 uritemplate-4.1.1 urllib3-1.26.12 uwsgi-2.0.19.1 vine-1.3.0 wrapt-1.14.1 zipp-3.8.1 Operations to perform: Apply all migrations: account, actions, admin, auth, authtoken, contenttypes, files, sessions, sites, socialaccount, users Running migrations: Applying contenttypes.0001_initial... OK Applying contenttypes.0002_remove_content_type_name... OK Applying auth.0001_initial... OK Applying auth.0002_alter_permission_name_max_length... OK Applying auth.0003_alter_user_email_max_length... OK Applying auth.0004_alter_user_username_opts... OK Applying auth.0005_alter_user_last_login_null... OK Applying auth.0006_require_contenttypes_0002... OK Applying auth.0007_alter_validators_add_error_messages... OK Applying auth.0008_alter_user_username_max_length... OK Applying auth.0009_alter_user_last_name_max_length... OK Applying auth.0010_alter_group_name_max_length... OK Applying auth.0011_update_proxy_permissions... OK Applying auth.0012_alter_user_first_name_max_length... OK Applying users.0001_initial... OK Applying account.0001_initial... OK Applying account.0002_email_max_length... OK Applying files.0001_initial... OK Applying actions.0001_initial... OK Applying actions.0002_mediaaction_media... OK Applying actions.0003_auto_20201201_0712... OK Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying authtoken.0001_initial... OK Applying authtoken.0002_auto_20160226_1747... OK Applying authtoken.0003_tokenproxy... OK Applying files.0002_auto_20201201_0712... OK Applying files.0003_auto_20210927_1245... OK Applying sessions.0001_initial... OK Applying sites.0001_initial... OK Applying sites.0002_alter_domain_unique... OK Applying socialaccount.0001_initial... OK Applying socialaccount.0002_token_max_lengths... OK Applying socialaccount.0003_extra_data_default_dict... OK Installed 22 object(s) from 1 fixture(s) Installed 6 object(s) from 1 fixture(s) 1456 static files copied to '/home/mediacms.io/mediacms/static'. Created symlink /etc/systemd/system/multi-user.target.wants/celery_long.service → /etc/systemd/system/celery_long.service. Created symlink /etc/systemd/system/multi-user.target.wants/celery_short.service → /etc/systemd/system/celery_short.service. Created symlink /etc/systemd/system/multi-user.target.wants/celery_beat.service → /etc/systemd/system/celery_beat.service. Created symlink /etc/systemd/system/multi-user.target.wants/mediacms.service → /etc/systemd/system/mediacms.service. attempt to get a valid certificate for specified url $FRONTEND_HOST Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator nginx, Installer nginx Registering without email! Obtaining a new certificate Performing the following challenges: http-01 challenge for [...] Waiting for verification... Cleaning up challenges live directory exists for [...] IMPORTANT NOTES: - Your account credentials have been saved in your Certbot configuration directory at /etc/letsencrypt. You should make a secure backup of this folder now. This configuration directory will also contain certificates and private keys obtained by Certbot so making regular backups of this folder is ideal. Saving debug log to /var/log/letsencrypt/letsencrypt.log Plugins selected: Authenticator nginx, Installer nginx Obtaining a new certificate Deploying Certificate to VirtualHost /etc/nginx/sites-enabled/mediacms.io Future versions of Certbot will automatically configure the webserver so that all requests redirect to secure HTTPS access. You can control this behavior and disable this warning with the --redirect and --no-redirect flags. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Congratulations! You have successfully enabled https://[...] You should test your configuration at: https://www.ssllabs.com/ssltest/analyze.html?d=[...] - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - IMPORTANT NOTES: - Congratulations! Your certificate and chain have been saved at: /etc/letsencrypt/live/[...]-0001/fullchain.pem Your key file has been saved at: /etc/letsencrypt/live/[...]-0001/privkey.pem Your cert will expire on 2022-11-30. To obtain a new or tweaked version of this certificate in the future, simply run certbot again with the "certonly" option. To non-interactively renew *all* of your certificates, run "certbot renew" - If you like Certbot, please consider supporting our work by: Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate Donating to EFF: https://eff.org/donate-le Generating DH parameters, 4096 bit long safe prime, generator 2 This is going to take a long time [...] --2022-09-01 21:45:12-- http://zebulon.bok.net/Bento4/binaries/Bento4-SDK-1-6-0-637.x86_64-unknown-linux.zip Resolving zebulon.bok.net (zebulon.bok.net)... 208.97.177.147 Connecting to zebulon.bok.net (zebulon.bok.net)|208.97.177.147|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 11345695 (11M) [application/zip] Saving to: ‘Bento4-SDK-1-6-0-637.x86_64-unknown-linux.zip’ Bento4-SDK-1-6-0-637.x86_64-u 100%[==============================================>] 10.82M 9.82MB/s in 1.1s 2022-09-01 21:45:14 (9.82 MB/s) - ‘Bento4-SDK-1-6-0-637.x86_64-unknown-linux.zip’ saved [11345695/11345695] Archive: Bento4-SDK-1-6-0-637.x86_64-unknown-linux.zip inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4extract inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dash inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp42hevc inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4hls inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp42ts inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4encrypt inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dashclone inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp42hls inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp42avc inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4decrypt inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4edit inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4info inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/aac2mp4 inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dcfpackager inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4fragment inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4tag inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4iframeindex inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4split inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4mux inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp42aac inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4dump inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4rtphintinfo inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/bin/mp4compact inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AdtsParser.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4PsshAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TfdtAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DecoderSpecificInfoDescriptor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4ContainerAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Mp4AudioInfo.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4FtypAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AesBlockCipher.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4NmhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4CttsAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Piff.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SdpAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4HintTrackReader.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Array.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4ElstAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SampleSource.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4LinearReader.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Dec3Atom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SidxAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Hmac.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MvhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4StssAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AtomSampleTable.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Atom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SampleTable.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DvccAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SbgpAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4List.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Track.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TimsAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SampleDescription.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4StcoAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4OhdrAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4NeptuneAdapters.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MetaData.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4HvccAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4RtpAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4VmhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TkhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4FragmentSampleTable.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4GrpiAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4OdheAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TrexAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Marlin.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AinfAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4String.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MfroAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4BitStream.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4CommandFactory.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SaioAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4NalParser.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4ByteStream.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4OddaAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4FrmaAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MovieFragment.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4CommonEncryption.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Expandable.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SthdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Command.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4HmhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4PdinAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4EsDescriptor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Results.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Constants.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Sample.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4FileByteStream.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4FileCopier.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DataBuffer.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MehdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SaizAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SchmAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Types.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4EsdsAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4HevcParser.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TfhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4ObjectDescriptor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SencAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SLConfigDescriptor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MoovAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Dac4Atom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TrunAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Version.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SmhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4FileWriter.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SyntheticSampleTable.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4IsfmAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4StscAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Ipmp.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4HdlrAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4StreamCipher.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Co64Atom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Debug.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Config.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Mpeg2Ts.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MdhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Stz2Atom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4KeyWrap.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Protection.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4StszAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Descriptor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AtomFactory.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Utils.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4UuidAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DecoderConfigDescriptor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DrefAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Processor.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4OmaDcf.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4IkmsAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SgpdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4MfhdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4StsdAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap48bdlAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TfraAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4VpccAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AvcParser.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4IsmaCryp.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AtomixAdapters.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4IsltAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4IproAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4BlocAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4File.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Dac3Atom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SegmentBuilder.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4IodsAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DescriptorFactory.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4AvccAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SttsAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4OdafAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TencAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Bento4C.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TrefTypeAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4RtpHint.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Movie.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4UrlAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4SampleEntry.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4DynamicCast.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4Interfaces.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/include/Ap4TrakAtom.h inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/skm.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/check-indexes.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/subtitles.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/mp4-dash.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/aes.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/mp4utils.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/pr-derive-key.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/mp4-hls.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/mp4-dash-clone.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/wv-request.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/utils/mp4-dash-encode.py inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/docs/Bento4.chm inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/docs/Bento4_SDK_documentation.doc inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/docs/Bento4_SDK_documentation.pdf inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/docs/LICENSE.txt inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/docs/Bento4-HTML.zip inflating: Bento4-SDK-1-6-0-637.x86_64-unknown-linux/lib/libap4.a MediaCMS installation completed, open browser on http://[...] and login with user [...] ```